/*
 Theme Name:  Divi Child Theme by accudo
 Theme URI:    https://accudo.de
 Description:  Divi Child Theme by accudo
 Author:       accudo Reklame GmbH
 Author URI:   https://accudo.de
 Template:     Divi
 Version:      1.0.1
*/

/*****Add any custom CSS below this line*****/

/* flipboxes */

@media (min-width:981px){
.flip-box-row {
  background-color: transparent;
  width: 250px;
  height: 250px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
 
.flip-box-column {
  position: relative;
  width:100%;
  height: 100%;
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
 
.flip-box-row:hover .flip-box-column {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
 
.flip-box-front, .flip-box-back{
  position: absolute;
   width:100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
 
.flip-box-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
}


/* Borlabs Maps */
._brlbs-thumbnail {
	display: initial !important;
}

._brlbs-content-blocker {
	align-content: center;
	text-align: center;
	display: grid;
	background-color: #e4f4e4;
}

._brlbs-embed._brlbs-google-maps {
	margin-bottom: 0px !important;
}

/* Vertikal zentrieren (automatisch, wenn Höhe ausgleichen aktiviert wird) */

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

