
.table-segura thead tr th:not(:first-child) {
	text-align: right;
}

.table-segura tbody tr td:not(:first-child) {
	text-align: right;
}

section {
  display: flex;
  flex-flow: row wrap;
}

section > div {
  flex: 1;
  padding: 0.5rem;
  max-width: 260px;
}

section > div > input[type="radio"] {
  display: none;
}
section > div > input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}
section > div > input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
}

section > div > label {
  display: block;
  background: white;
  color: #008170;
  border: 1px solid #008170;
  border-radius: 2px;
  padding: 1rem;
  /*margin-bottom: 1rem;*/
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

section > div > input[type="radio"]:checked + label {
  background: #008170;
  color: white;
  border: 1px solid #00AF98;
}

.segura-beerdigung-box
{
	padding: 10px 20px;
}

.segura-beerdigung-box > hr
{
	margin: 10px 0px;
}

.segura-beerdigung-box .priceText
{
	font-size: 18px;
	font-weight: 300;
	margin: 0px 0px 5px 0px;
	color: #008170;
}

.segura-beerdigung-box .priceBeschText
{
	padding-right: 0px;
	font-style: italic;
}

.segura-beerdigung-box .priceTextEinzelkosten
{
	font-size: 17px;
	font-weight: 300;
	margin: 0px;
	color: #333;
}

.segura-beerdigung-box .priceTextZwischensumme
{
	font-size: 14px;
	font-weight: 300;
	margin: 0px;
	color: #999;
}

.segura-beerdigung-box .priceTextGesamtkosten
{
	font-size: 19px;
	font-weight: 600;
	margin: 0px;
	color: #333;
}

@media (min-width: 400px)
{
	.segura-beerdigung-box .priceBeschText
	{
		padding-right: 80px;		
	}
	
	.segura-beerdigung-box .priceTextEinzelkosten
	{
		font-size: 21px;
	}
	
	.segura-beerdigung-box .priceTextGesamtkosten
	{
		font-size: 21px;
		font-weight: 600;
		margin: 0px;
		color: #333;
	}
}

@media only screen and (max-width: 700px) {
  section {
    flex-direction: column;
  }
}

