.card-single {
	border-radius: 5px;
}

.flip-container .flipper .front {
	width: 300px !important;
	height: 300px !important;
	background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 3px !important;
}

.flip-container .flipper .back {
	width: 300px !important;
	height: 300px !important;
	background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 3px !important;
}

.flip-container .flipper .box-shader {
	width: 300px !important;
	height: 300px !important;
	border-radius: 5px;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
  border-radius: 3px !important;
}

@media only screen and (max-width: 575px) {
	.card-single {
		height: 275px !important;
		width: 275px !important;
	}

	.card-single .flip-container .flipper .front {
		width: 275px !important;
		height: 275px !important;
	}

	.card-single  .flip-container .flipper .back {
		width: 275px !important;
		height: 275px !important;
	}

	.flip-container .flipper .box-shader {
		width: 275px !important;
		height: 275px !important;
		border-radius: 5px;
		z-index: 1000;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.2);
    border-radius: 3px !important;
	}

	.card-single-wrapper-odd {
		display: flex !important;
		justify-content: center !important;
		margin-bottom: 75px;
	}

	.card-single-wrapper-even {
		display: flex !important;
		justify-content: center !important;
		margin-bottom: 75px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.card-single {
		height: 375px !important;
		width: 375px !important;
	}

	.card-single .flip-container .flipper .front {
		width: 375px !important;
		height: 375px !important;
	}

	.card-single  .flip-container .flipper .back {
		width: 375px !important;
		height: 375px !important;
	}

	.flip-container .flipper .box-shader {
		width: 375px !important;
		height: 375px !important;
		border-radius: 5px;
		z-index: 1000;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.2);
    border-radius: 3px !important;
	}

	.card-single-wrapper-odd {
		display: flex !important;
		justify-content: center !important;
		margin-bottom: 100px;
	}

	.card-single-wrapper-even {
		display: flex !important;
		justify-content: center !important;
		margin-bottom: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.card-single {
		height: 350px !important;
		width: 350px !important;
	}

	.card-single .flip-container .flipper .front {
		width: 350px !important;
		height: 350px !important;
	}

	.card-single  .flip-container .flipper .back {
		width: 350px !important;
		height: 350px !important;
	}

	.flip-container .flipper .box-shader {
		width: 350px !important;
		height: 350px !important;
		border-radius: 5px;
		z-index: 1000;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.2);
    border-radius: 3px !important;
	}

	.card-single-wrapper-odd {
		display: flex !important;
		justify-content: center !important;
		margin-bottom: 75px;
	}

	.card-single-wrapper-even {
		display: flex !important;
		justify-content: center !important;
		margin-bottom: 75px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.card-single {
		height: 275px !important;
		width: 275px !important;
	}

	.card-single .flip-container .flipper .front {
		width: 275px !important;
		height: 275px !important;
	}

	.card-single  .flip-container .flipper .back {
		width: 275px !important;
		height: 275px !important;
	}

	.flip-container .flipper .box-shader {
		width: 275px !important;
		height: 275px !important;
		border-radius: 5px;
		z-index: 1000;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.2);
    border-radius: 3px !important;
	}

	.card-single-wrapper-odd {
		display: flex !important;
		justify-content: center !important;
	}

	.card-single-wrapper-even {
		display: flex !important;
		justify-content: center !important;
	}

	.row-one {
		margin-bottom: 60px;
	}

	.row-two {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.card-single {
		height: 300px !important;
		width: 300px !important;
	}

	.flip-container .flipper .front {
		width: 300px !important;
		height: 300px !important;
	}

	.flip-container .flipper .back {
		width: 300px !important;
		height: 300px !important;
	}

	.card-single-wrapper-odd {
		display: flex !important;
		justify-content: flex-end !important;
	}

	.card-single-wrapper-even {
		display: flex !important;
		justify-content: flex-start !important;
	}

	.card-single-wrapper-odd .card-single {
		margin-right: 30px;
	}

	.card-single-wrapper-even .card-single {
		margin-left: 30px;
	}

	.row-one {
		margin-bottom: 60px;
	}

	.row-two {
		margin-bottom: 60px;
	}
}

.flip-container {
	perspective: 1000px;
	border-radius: 5px;
	background: transparent;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(-180deg);
}

.flip-container:hover .flipper-2, .flip-container.hover .flipper-2 {
	transform: rotateY(180deg) !important;
}

.flip-container, .front, .back {
	height: auto;
}

/* flip speed goes here */
.flipper {
	transform-style: preserve-3d;
	position: relative;
	transition: transform 0.5s ease-in;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	border-radius: 5px;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	border-radius: 5px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	z-index: 2;
	transform-style: preserve-3d;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	border-radius: 5px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	transform: rotateY(180deg);
}

.button {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  padding: 0 3em;
  height: 3em;
  line-height: 2.9em;
  min-width: 3em;
  bottom: 55px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  transform: perspective(500px) translateZ(60px) scale(0.7);
}

.text-top {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 400;
  cursor: pointer;
  display: block;
  padding: 0 1.5em;
  height: 3em;
  min-width: 3em;
  top: 45px;
  position: absolute;
  color: #fff;
  text-align: center;
  transform: perspective(150px) translateZ(60px) scale(0.6);
  text-shadow: 0px 3px 4px rgba(150, 150, 150, 1);
}

.unsere-forderer-text-top {
	padding-left: 11rem;
	font-size: 1.5rem;
	top: 60px;
}

@media (max-width: 575px) {
	.unsere-forderer-text-top {
		padding-left: 9.5rem;
		font-size: 1.25rem;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.unsere-forderer-text-top {
		padding-left: 13rem;
		top: 90px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.unsere-forderer-text-top {
		padding-left: 12.5rem;
		font-size: 1.33rem;
		top: 90px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.unsere-forderer-text-top {
		padding-left: 9.5rem;
		font-size: 1.25rem;
	}
}