@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Averia+Sans+Libre|Open+Sans&display=swap');

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
}

/********** NAVIGATION *****************/

.Navbar {
  background-color: #ffffff;
  display: flex;
  padding: 16px;
  font-family: sans-serif;
  color: #2d3ec2;
}
.Navbar a {
	color: #2d3ec2;
	font-size: 80%;
	text-decoration: none;
	line-height: 15px;
}
.Navbar a:hover {
	color: #1d962c;
}
.Navbar__Link {
  padding-right: 18px;
}

.Navbar__Items {
  display: flex;
}

.Navbar__Items--right {
  margin-left:auto;
}

.Navbar__Link-toggle {
  display: none;
}


@media only screen and (max-width: 2000px) {
  .Navbar__Items,
  .Navbar {
    flex-direction: column;
  }
    
.Navbar__Items {
    display:none;
  }
    
.Navbar__Items--right {
    margin-left:0;
  }
    
.Navbar__ToggleShow {
    display: flex;
  }

.Navbar__Link {
  align-self: center; 
}

.Navbar__Link-toggle {
    align-self: flex-end; /* center */
    display: initial;
    position: absolute;
    cursor: pointer;
   } 
.Navbar a {
	font-size: 100%;
	line-height: 30px;
}
}







h1, h2, h3, h4, h5, h6 {
	font-family: 'Averia Sans Libre', cursive;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4, h5, h6 {
	font-size: 1.1em;
}

p, ul, li, a, input, form, label {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.small {
	font-size: 80%;
}
.container {
	background-color: #FFFFFF;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	/*border-left: 10px rgba(29,150,44,1) solid;
	border-right: 10px rgba(29,150,44,1) solid;*/
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container-header {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;

	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.ausblenden {
	display: none;
}
.gruen {
	color: #1d962c;
	color: rgba(29,150,44,1);
}
.bg-gruen {
	background-color: #1d962c;
	background-color: rgba(29,150,44,1);
}
.bg-gruen-trans {

	background-color: rgba(29,150,44,0.30);
}

.blau {
	color: #2d3ec2;
	color: rgba(45,62,194,1);
}
.bg-blau {
	background-color: #2d3ec2;
	background-color: rgba(45,62,194,1);
}
.rot {
	color: #df0004;
	color: rgba(223,0,4,1);
}
.bg-rot {
	background-color: #df0004;
	background-color: rgba(223,0,4,1);
}

.zurueck a {
    font-size: 80%;
    border: 2px solid rgba(45,62,194,1);
	border-radius: 10px 0 10px 10px;
    margin-bottom: 15px!important;
    padding: 5px  10px 5px;
    color: rgba(29,150,44,1);
    font-weight: bold;
    text-decoration: none;
}
.zurueck a:hover {
	color: rgba(223,0,4,1);
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}

.columns {
	width: 25%;
	float: left;

	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.columnsbreit {
	width: 50%;
	float: left;

	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.columnsdrittel {
	width: 100%;
	float: left;
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	/*margin-top: 15px;
	margin-bottom: 15px;*/
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.columnshalbhoch {
	width: 100%;
	float: left;

	color: #A5A5A5;
	line-height: 24px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}

.bordertopblau{
	border-top: 8px solid #2d3ec2;
}
.bordertopbuttonblau_small {
	border-top: 5px solid #2d3ec2;
	border-buttom: 5px solid #2d3ec2;
}

.borderbottomblau{
	border-bottom: 2px solid #2d3ec2;
}
h2.bgblaucolweiss {
	background-color: #2d3ec2;
	color: #ffffff;
	padding: 10px 0;
}
.primary_header {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}
.primary_header img {
	width: 100%;
	height: auto;
}

.primary_header h2 {
	font-size: 300%;
	margin-block-start: 0;
	margin-block-end: 0;
}
.ueber_secondary_header {
	font-size: 300%;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-block-end: 0.83em;
}
.secondary_header {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 25px;
	clear: left;
	
}

.zwischenheader {
	width: 100%;
	background-color: #ffffff;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	clear: left;
	/*border-bottom: 8px solid #2d3ec2;
	border-top: 8px solid #2d3ec2;*/
}
.zwischenheader h2 {
	font-size: 150%;
	/*padding-bottom: 10px;
	padding-top: 10px;*/
}
.zwischenheader p {
	/*padding-bottom: 10px;
	padding-top: 10px;*/
}
.zwischenheader img {
	/*padding-bottom: 10px;
	padding-top: 10px;*/
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;

	font-weight: normal;
	color: #2d3ec2;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #2d3ec2;
	cursor: pointer;
}
.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;

	color: #343434;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #B3B3B3;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #F6F6F6;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {

	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	/*background-image: url("../images/koophuus_bank_blau.png"), url("../images/koophuus_hecke_gruen_0520.png");
	position:  center bottom, left bottom;
	background-repeat: no-repeat, repeat-x;*/
	background-image: url("../images/koophuus_hecke_gruen_bank.png");
	position:  left bottom;
	background-repeat: repeat-x;
	height: 100px;
	margin-top: -30px;
}
.title {
	font-weight: bold;
	font-style: normal;

	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	/*background-color: rgba(29,150,44,1);*/
	margin-top: 60px;
	color: #FFFFFF;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	text-align: center;
}
.right_half {
	/*background-color: rgba(29,150,44,1);*/
	margin-top: 60px;
	color: #FFFFFF;
	text-align: center;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: center;
	/*background-color: rgba(29,150,44,1);*/
	color: #FFFFFF;
	
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;

}
footer {
	font-size: 80%;
}

@media (max-width: 320px) {
	.ueber_secondary_header {
		font-size: 200%;
		margin-block-start: 0;
		margin-block-end: 0;
		padding-block-end: 0.83em;
	}
	.zwischenheader h2 {
		font-size: 150%;
	}
	.secondary_header ul li {
		float: none;
		margin-top: 28px;
		margin-left: 0px;
		width: 100%;
	}
	.container .secondary_header ul {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		height: auto;
		width: 100%;
		text-align: center;
	}
	.secondary_header {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 1px;
		padding-bottom: 40px;
	}
	.left_article {
		width: 100%;
		height: auto;
	}
	.right_article {
		width: 100%;
		height: auto;
	}
	.placeholder {
		width: 100%;
		margin-top: 22PX;
		margin-right: 0px;
		margin-bottom: 22PX;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		max-width: 320px;
		max-height: 200px;
		height: auto;
	}
	.columns {
		width: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0PX;
		padding-right: 0PX;
		padding-bottom: 0PX;
		padding-left: 0PX;
	}
	.columns p {
		padding-left: 10px;
		padding-right: 10px;
	}
	.column_half.left_half {
		width: 100%;
	}
	.column_half.right_half {
		width: 100%;
	}
	.copyright {
		padding-top: 25px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.container .left_article h3 {
		margin-top: 30px;
	}
	.social .social_icon img {
		width: 80%;
	}
	.container .secondary_header {
	}
}

@media (min-width: 321px) and (max-width: 768px) {
	.ueber_secondary_header {
		font-size: 200%;
		margin-block-start: 0;
		margin-block-end: 0;
		padding-block-end: 0.83em;
	}
	.zwischenheader h2 {
		font-size: 200%;
	}
	.secondary_header ul li {
		float: none;
		margin-top: 28px;
		margin-left: 0px;
		width: 100%;
	}
	.container .secondary_header ul {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		height: auto;
		width: 100%;
		text-align: center;
	}
	.secondary_header {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 1px;
		padding-bottom: 40px;
	}
	.left_article {
		width: 100%;
		height: auto;
	}
	.right_article {
		width: 100%;
		height: auto;
		padding-bottom: 25px;
	}
	.placeholder {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}
	.columns {
		width: 100%;
		margin-top: 6px;
		margin-right: 0px;
		margin-bottom: 6px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.columns p {
		padding-left: 14px;
		padding-right: 14px;
	}
	.column_half.left_half {
		width: 100%;
	}
	.column_half.right_half {
		width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1000px) {
	.ueber_secondary_header {
		font-size: 300%;
		margin-block-start: 0;
		margin-block-end: 0;
		padding-block-end: 0.83em;
	}
	.zwischenheader h2 {
		font-size: 250%;
	}
	.secondary_header {
		overflow: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.secondary_header ul li {
		margin-top: 10px;
		margin-right: 7%;
		margin-bottom: 10px;
		margin-left: 7%;
	}
	.left_article {
		height: auto;
	}
	.right_article {
		height: auto;
		padding-bottom: 27px;
	}
	.placeholder {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.columns {
		width: 50%;
		float: left;
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	.container .columns p {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 1001px) {
	.zwischenheader h2 {
		font-size: 300%;
	}
}



.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 230px;
  border: 0px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.columnsbreit .flip-card {
  background-color: transparent;
  width: 600px;
  height: 230px;
  border: 0px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.columnsdrittel .flip-card {
  background-color: transparent;
  width: 320px;/* 400 */
  height: 296px;
  border: 0px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.columnsdrittel .flip-card h2 {
	margin-top: 0;
}

.columnshalbhoch .flip-card {
  background-color: transparent;
  width: 300px;
  height: 229px; /* 130px */
  border: 0px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	margin-bottom: 30px;
}
.flip-card-front img {
	width: 300px;
	height: auto;
}

.flip-card-back img {

}

.columnsbreit .flip-card-front img {
	width: 600px;
	height: auto;
}

.columnsdrittel .flip-card-front img {
	width: 320px;/* 400 */
	height: auto;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: transparent;/*  #fff  */
  color: black;
}

/* Style the back side */
.flip-card-back {
  /*background-color: #2d3ec2;*/
  color: white;
  transform: rotateY(180deg);
}
.flip-card-back a {
	color: #ffffff;
}

.flip-card-back h1, .flip-card-back h2, .flip-card-back h3, .flip-card-back h4, .flip-card-back h5, .flip-card-back h6 {
	font-size: 150%;
	margin-top: 0;
	margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
.flip-card-back p, .flip-card-back ul, .flip-card-back li, .flip-card-back a {
	font-size: 80%;
	display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.flip-card-back input, .flip-card-back label, .flip-card-back submit {
	font-size: 80%;
}

@media (min-width: 601px) and (max-width: 700px) {
	.columnshalbhoch {
		width: 50%;
		}
	.columnsdrittel {
		width: 50%;
		}
	.columnsdrittel .flip-card {
	  background-color: transparent;
	  width: 250px;
	  height: 250px;
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.columnsdrittel .flip-card-front img {
		width: 250px;
		height: auto;
	}
	.columnshalbhoch .flip-card {
	  background-color: transparent;
	  width: 250px;
	  height: 191px;/*130*/
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.flip-card-front img {
		width: 250px;
		height: auto;
	}
}

	


@media (min-width: 701px) and (max-width: 910px) {
	.columnshalbhoch {
		width: 50%;
		}
	.columnsdrittel {
		width: 50%;
		}
	.columnsdrittel .flip-card {
	  background-color: transparent;
	  width: 300px;
	  height: 281px;
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.columnsdrittel .flip-card-front img {
		width: 300px;
		height: auto;
	}
	.columnshalbhoch .flip-card {
	  background-color: transparent;
	  width: 250px;
	  height: 191px;/*130*/
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.flip-card-front img {
		width: 250px;
		height: auto;
	}
}

@media (min-width: 910px) and (max-width: 1010px) {
	 .columnshalbhoch {
		width: 33.3%;
		}
	.columnsdrittel {
		width: 50%;
		}
	.columnsdrittel .flip-card {
	  background-color: transparent;
	  width: 400px;
	  height: 358px;
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.columnsdrittel .flip-card-front img {
		width: 400px;
		height: auto;
	}
	.columnshalbhoch .flip-card {
	  background-color: transparent;
	  width: 265px;
	  height: 202px;/*130*/
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.flip-card-front img {
		width: 265px;
		height: auto;
	}
}

@media (min-width: 1010px) and (max-width: 1030px) {
	 .columnshalbhoch {
		width: 33.3%;
		}
	.columnsdrittel {
		width: 50%;
		}
	.columnsdrittel .flip-card {
	  background-color: transparent;
	  width: 400px;
	  height: 358px;
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.columnsdrittel .flip-card-front img {
		width: 400px;
		height: auto;
	}
	.columnshalbhoch .flip-card {
	  background-color: transparent;
	  width: 300px;
	  height: 229px;/*130*/
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.flip-card-front img {
		width: 300px;
		height: auto;
	}
}

@media (min-width: 1031px) and (max-width: 1140px) {
	.columnshalbhoch {
		width: 33.3%;
		}
	.columnsdrittel {
		width: 33.3%;
		}
	.columnsdrittel .flip-card {
	  background-color: transparent;
	  width: 300px;
	  height: 281px;
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.columnsdrittel .flip-card-front img {
		width: 300px;
		height: auto;
	}
	.columnshalbhoch .flip-card {
	  background-color: transparent;
	  width: 250px;
	  height: 191px;/*130*/
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.flip-card-front img {
		width: 250px;
		height: auto;
	}
}

@media (min-width: 1141px) and (max-width: 1340px) {
	.columnshalbhoch {
		width: 25%;
		}
	.columnsdrittel {
		width: 33.3%;
		}
	.columnsdrittel .flip-card {
	  background-color: transparent;
	  width: 300px;
	  height: 281px;
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.columnsdrittel .flip-card-front img {
		width: 300px;
		height: auto;
	}
	.columnshalbhoch .flip-card {
	  background-color: transparent;
	  width: 250px;
	  height: 191px;/*130*/
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.flip-card-front img {
		width: 250px;
		height: auto;
	}
}
@media (min-width: 1341px) {
	.columnshalbhoch {
		width: 25%;
		}
	.columnsdrittel {
		width: 33.3%;
		}
	.columnsdrittel .flip-card {
	  background-color: transparent;
	  width: 400px;
	  height: 358px;
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.columnsdrittel .flip-card-front img {
		width: 400px;
		height: auto;
	}
	.columnshalbhoch .flip-card {
	  background-color: transparent;
	  width: 300px;
	  height: 229px;/*130*/
	  border: 0px solid #f1f1f1;
	  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}
	.flip-card-front img {
		width: 300px;
		height: auto;
	}
}

/********** Button auf den Karten  ****************/

.btn {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 2em;
  max-width: 100%;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 600px) {
  .btn {
    margin: 0 1em 2em;
  }
}
.btn:hover {
  text-decoration: none;
}

.btn-2 {
  letter-spacing: 0;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2:after,
.btn-2:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.btn-2:hover:after,
.btn-2:hover:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}

/******** Unternehmen ******/

.ut .row {
	width: 100%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
}

.ut .column_half {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.ut .column_drittel {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.ut .column_viertel {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.ut .column_dreiviertel {
	width: 100%;
	float: left;
	margin-top: 0px;
}

@media (min-width: 768px) {
	.ut .column_half {
		width: 50%;
		float: left;
		margin-top: 0px;
	}
	.ut .column_drittel {
		width: 33.3%;
		float: left;
		margin-top: 0px;
	}
	.ut .column_viertel {
		width: 25%;
		float: left;
		margin-top: 0px;
	}
	.ut .column_dreiviertel {
		width: 75%;
		float: left;
		margin-top: 0px;
	}
}


.ut p, .ut h2, .ut h3, .ut h4, .ut h5, .ut h6, .ut ul, .ut li, .ut table {
	padding-left: 3%;
	padding-right: 3%;
}

.ut h2 {
	margin-block-start: 10px;
    margin-block-end: 10px;/**/
}

img.ut {
	max-width: 60%;
	height: auto;
}
img.utoben {
	max-width: 33%;
	height: auto;
}
@media (min-width: 768px) {
	img.ut {
		max-width: 40%;
		height: auto;
	}
	img.utoben {
	max-width: 33%;
	height: auto;
}
}

.size300 {
	font-size: 300%;
	margin-block-start: 0;
		margin-block-end: 0;
		padding-block-end: 0;
}

.ut a {
	color: #2d3ec2;
	text-decoration: none;
}
.ut a:hover {
	color: #1d962c;
}
.utoben img {
	padding-left: 3%;
	padding-right: 3%;
	max-width: 30%;
	height: auto;
}
.utfoto img {
	padding: 15px;
	max-width: 100%;
	height: auto;
}
.ut img {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 3%;
	padding-buttom: 3%;
	max-width: 100%;
	height: auto;
}
.ut-bg-gruen {
	background-color: #1d962c;
	background-color: rgba(29,150,44,1);
}
.ut-blau {
	color: #2d3ec2;
	color: rgba(45,62,194,1);
}

.events {
	font-size: 80%;
}

.input-resp {
     width: 100%;
     max-width: 500px;
     box-sizing: border-box;
}

.navut a {
	color: rgba(29,150,44,1);
}

.navut a:hover {
	color: rgba(45,62,194,1);
}

.ut-eingabe .container {
	background-color: rgba(29,150,44,0.1);
}

.ut-eingabe hr {
	border: 2px solid rgba(29,150,44,0.5);
}

.ut-eingabe-schaufenster hr {
	border: 2px solid rgba(29,150,44,0.5);
}

.ut-eingabe input {
     width: 100%;
     max-width: 500px;
     box-sizing: border-box;
}
.ut-eingabe input[type='radio'] {
	width: 50px;
	max-width: 50px;
	
	
}

.ut-eingabe textarea {
            
            width: 100%;
			max-width: 500px;
            min-height: 75px;
            outline: none;
            resize: none;
            border: 1px solid grey;
        }

.ut-eingabe-schaufenster .container {
	background-color: rgba(29,150,44,0.1);
}

.ut-eingabe-schaufenster .karten {
	display:flex;
	flex-wrap: wrap;
}

.ut-eingabe-schaufenster .karte {
	width: 250px;
	background-color: #ffffff;
	border: 2px solid rgba(45,62,194,1);
	flex-grow: 1;
	flex-shrink: 1;
	padding: 10px;
	margin: 10px;
}

.ut-eingabe-schaufenster .karte p {
	font-size: 80%;
}
.ut-eingabe-schaufenster .karte p label {
	font-size: 100%;
}
.prospekteanzeigen .karten {
	display:flex;
	flex-wrap: wrap;
}

.prospekteanzeigen .karte {
	width: 250px;
	border: 2px solid rgba(45,62,194,1);
	flex-grow: 1;
	flex-shrink: 1;
	padding: 10px;
	margin: 10px;
}

.prospekteanzeigen .karte p {
	font-size: 80%;
}
.prospekteanzeigen .karte p label {
	font-size: 100%;
}
.eventsanzeigen .karten {
	display:flex;
	flex-wrap: wrap;
}

.eventsanzeigen .karte {
	width: 350px;
	border: 2px solid rgba(45,62,194,1);
	flex-grow: 1;
	flex-shrink: 1;
	padding: 10px;
	margin: 10px;
}

.eventsanzeigen .karte p {
	font-size: 80%;
}
.eventsanzeigen .karte p label {
	font-size: 100%;
}

.eventsanzeigen .karte img {
	float: left;
	margin-right: 5px;
}

.sucheanzeigen .col {
	padding: 0 10px;
}

.sucheanzeigen .karten {
	display:flex;
	flex-wrap: wrap;
}

.sucheanzeigen .karte {
	width: 350px;
	border: 2px solid rgba(45,62,194,1);
	flex-grow: 1;
	flex-shrink: 1;
	padding: 10px;
	margin: 10px;
}

.sucheanzeigen .karte p {
	font-size: 80%;
}
.sucheanzeigen .karte p label {
	font-size: 100%;
}

.sucheanzeigen .karte img {
	float: left;
	margin-right: 5px;
}
.versteckt {
	display: none;
}
.buttonangebote a {
	background-color: rgba(29,150,44,1);
	color: #ffffff;
	border: thin solid rgba(29,150,44,1);
	border-radius: 5px;
	padding: 5px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
input.btnentfernen, button.btnentfernen{
	background-color: #E81115;
	color: #ffffff;
	font-weight: bold;
}
input.btncancel{
	background-color: #eeeeee;
	font-weight: bold;
}

/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}