
/* content */

h2 {
	margin: 12px 0 24px 0;
	font-size: 1.5em;
	text-align: center;
}

h3 {
	margin: 12px 0 24px 0;
	font-size: 1.2em;
	text-align: center;
}

.box {
	margin: 0 auto 0 auto;
	max-width: 800px;
}

.bold-text {
	font-size: 1.1em;
	font-weight: bold;
}

.bold-text-plus {
	font-size: 1.2em;
	font-weight: bold;
}

.contact-text {
	font-size: 1.1em;
	font-weight: bold;
  line-height: 1.5em; 
  
  margin-left: 12px;
  margin-right: 12px;
}

.text-block-l {
  text-align: left;
  margin-left: 36px;
}

.text-block-r {
  text-align: left;
  margin-left: 24px;
}

.text-block-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-block-tripple {
  display: inline-flex; 
  width: 620px;
}

.text-block-details {
	text-align: center;
  align-content: center;
  
 	border: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.24);

  margin-top: 24px;

  padding: 12px 24px 12px 24px;
  margin-bottom: 24px;
}

.text-block-left {
  width: 200px;
  
  text-align: center;
  align-content: center;
  
  display: block;
  margin-left: auto;
  margin-right: 10px;

 	border: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.24);
}

.image-block-left {
  width: 200px;
  height: 200px;
  
  text-align: center;
  align-content: center;

  display: block;
  margin-left: auto;
  margin-right: 10px;

  background: none;
 	border: none;
  /* box-shadow: 0 8px 24px rgba(0,0,0,0.24); */
}

.text-block-right {
  width: 200px;

	text-align: center;
  align-content: center;
  
  display: block;
  margin-right: auto;
  margin-left: 10px;

 	border: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.24);
}

.image-block-right {
  width: 200px;
  height: 200px;

	text-align: center;
  align-content: center;
  
  display: block;
  margin-right: auto;
  margin-left: 10px;

  background: none;
 	border: none;
  /* box-shadow: 0 8px 24px rgba(0,0,0,0.24); */
}

.text-block-middle {
  width: 200px;

	text-align: center;
  align-content: start;
  
  display: block;
  margin: 20px 5px 20px 5px;

 	border: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.24);
}

.text-block-qual {
  display: grid; 
  grid-template-columns: 50% auto;
}

.text-block-2columns {
  column-count: 2;
}

.section-img {
  max-width: 100%;
  max-height: 100%;
}

.image-blurred-edge-even {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  width: 200px;
  height: 200px;

  box-shadow: 0 0 6px 6px rgba(235, 235, 250, 1) inset;
}

.image-blurred-edge-odd {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  width: 200px;
  height: 200px;

  box-shadow: 0 0 6px 6px rgba(230, 241, 240, 1) inset;
}

.section-img-wide {
  width: 520px;
  height: auto;

  box-shadow: 0 8px 24px rgba(0,0,0,0.24);
  -webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.24);
  -moz-box-shadow: 0 8px 24px rgba(0,0,0,0.24);
}

.img-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-img {
  width: 100%;
  height: auto;
}

.text-block-add {
  display: none;
	text-align: center;
}

.main-text {
  padding-left: 10px;
  padding-right: 10px;
}

.main-text-small {
  padding-left: 5px;
  padding-right: 5px;
  font-size: smaller;
  margin: 0;
}

.price-text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: smaller;
  margin: 0;
}

.main-text-big {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2em;
}

.main-text-italic {
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
}

.main-text-quoted {
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.main-text-short {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5;
}


ul.bullet-li {
  list-style: none;
  padding-left: 12px;
  margin-left: 12px;
  list-style-position: outside;
  list-style-image: url('/graphics/bullet.svg');
}

.bullet-li li {
  padding-top: 0;
  text-align: left;
}

.bullet-li li::marker {
/*  content: "\273D"; */
  font-size: 1.5em;
}

.more-button {
	width: 128px;
	height: 32px;
	
	background-color: #D7D7F4;
	border: none;
	border-radius: 6px;
	
  box-shadow: 0 8px 24px rgba(0,0,0,0.24);

	cursor: pointer;
	
	align-items: center;
	justify-content: center;

  color: #004646;
  font-weight: bold;
}

/* expandable sections */

.expand-toggle {
  cursor: pointer;
  font-style: italic;
  font-size: 1em;
  display: block;
  text-align: center;
  margin-top: 20px;
}

/* hide marker when expanded */
.expand-section .expand-marker {
  display: none;
}

/* invisible text */
.expand-invisible {
  display: none;
}