.bookTeaserBlock.bglightgreyblue {
	padding:1px 25px 0px 25px;
	background-color: #eaf3fa;
}

@media (min-width: 501px) {
  .bookGrid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
            align-items: baseline;
    margin-right: -10px;
    margin-left: -10px;
  }
}

.bookGrid .bookTeaser {
  margin-bottom: 40px;
}

@media (min-width: 501px) {
  .bookGrid .bookTeaser {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .bookGrid .bookTeaser {
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 992px) {
  .bookGrid .bookTeaser {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    margin-bottom: 0;
  }
  .bookGrid .bookTeaser:nth-child(n+6) {
    margin-top: 20px;
  }
}

.bookTeaser-coverWrapper {
  position: relative;
  margin: 0 auto;
  max-width: 140px;
  margin-bottom: 20px;
}
/*display: table;*/

@media (min-width: 768px) {
  .bookTeaser-coverWrapper {
    max-width: 170px;
    width: 75%;
  }
}

.bookTeaser .bookCover {
  display: block;
}

.bookTeaser-sideImg {
  position: relative;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: -30px;
  margin-top: -40px;
  z-index: 6;
}

@media (min-width: 768px) {
  .bookTeaser-sideImg {
    width: 80px;
    height: 80px;
    margin-top: -60px;
  }
}

.bookteaser-title {
  text-align: center;
  color: #0092bc;
  font-weight: 600;
  margin-bottom: 10px;
}

.bookTeaser-details {
  text-align: center;
}

.bookTeaserBlock .bookTeaserCollapsible-container {
  display:none;
}

.bookTeaserBlock .bookTeaserCollapsible-container.is-active{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  align-items: baseline;
  width:100%;
}

.bookTeaserCollapsible-toggle {
    display: table;
    margin-left: auto;
}

/* ––– Grid (Neu) ––– .bookGrid */	

		.bookGrid {
			display: -webkit-box;
			display: flex;
			flex-wrap: wrap;
			-webkit-box-align: baseline;
			align-items: baseline;
			margin-right: -10px;
			margin-left: -10px;
		}
		
		.bookGrid .bookTeaser {
			flex: 0 0 50%;
			position: relative;
			padding-left: 0px; 
		}	
		
			.bookGrid .bookTeaser .bookTeaser-coverWrapper {
				margin-bottom: 0px; 
				padding-bottom: 120px; 
				margin-left: 20px; 
			}
		
		
		@media (min-width: 501px) { /* pad */
			.bookGrid .bookTeaser {
				flex: 0 0 33.33%;
			}
			
			.bookGrid .bookTeaser.filler { display: block; }
		}
		
		@media (min-width: 992px) { /* desk */
			.bookGrid .bookTeaser {
				flex: 0 0 20%;
			}
			.bookGrid .bookTeaser.filler { display: none; }
		}

/* ––– Boxes ––– .bookGrid */	
		
		
	/* Farben für Headlines – ändern sich vielleicht noch */	
	.sectionHeadline.anfrage {
		color: #e72b70;
		border-top-color: #e72b70;
	} .sectionHeadline.anfrage::before,
	  .sectionHeadline.anfrage::after { background-color: #e72b70; }

	.sectionHeadline.tipp {
		color: #00a79b;
		border-top-color: #00a79b;
	} .sectionHeadline.tipp::before,
	  .sectionHeadline.tipp::after { background-color: #00a79b; }
	  
	  .row.boxContent {
		margin: 0px;
	  	}
	  
	  [class*="Group-Block"] .boxContent .boxImg,
	  [class*="Group-Block"] .boxContent .boxText {
		height: 155px;
		padding: 0px; 
	  	}
	  
	  [class*="Group-Block"] .boxContent .boxImg * {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		  
		display: block; width: 100%; height: 100%;
	  	}
	  
	  [class*="Group-Block"] .boxContent .boxText {
		  background-color: #0092bc;
		  padding: 8px 16px 30px;
		  color: white;
		  position: relative;
		  
		  font-size: 20px; 
		  line-height: 24px; 
		  font-weight: 600;
		  }
		
		[class*="Group-Block"] .boxContent .boxText.boxText-akzent-a {
		  background-color: #E72B70;	
		}
		[class*="Group-Block"] .boxContent .boxText.boxText-akzent-b {
		  background-color: #A12581;	
		}
		[class*="Group-Block"] .boxContent .boxText.boxText-akzent-c {
		  background-color: #e9a555;	
		}
		[class*="Group-Block"] .boxContent .boxText.boxText-akzent-d {
		  background-color: #0092bc;	
		}
		[class*="Group-Block"] .boxContent .boxText.boxText-akzent-e {
		  background-color: #baab2c;	
		}
		[class*="Group-Block"] .boxContent .boxText.boxText-akzent-f {
		  background-color: #53eb93;	
		}
		[class*="Group-Block"] .boxContent .boxText.boxText-akzent-g {
		  background-color: #29645e;	
		}
		  
		  .boxbtn-more { 
			  display: block; 
			  font-size: 15px; 
			  color: white; text-decoration: none; 
			  
			  -ms-transform: skewX(-15deg);
			  transform: skewX(-15deg);
			  
			  text-align: right;
			  
			  position: absolute; bottom: 8px; right:16px; width:
			  }
			  
		  .boxbtn-more svg { height: 10px; width: 15px; fill:white; }
