/*
.mainsearch {
max-width:100%;
height:80vh;
min-height:731px;
font-size:14px;
columns: 2;
}
.mainsearch h1 {font-size:16px;margin:0;font-weight:700;}
.mainsearch p{margin:5px 0;padding-right:20px;}
.mainsearch .headline {font-size:16px;margin:10px 0;font-weight:700;}
.mainsearch button {width:25%;margin-top:8px;background:#29a08c;border:none;font-weight:700;color:#000;  cursor: pointer;}
.better-checkbox-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.better-checkbox-container > * {
	display: block;
	position: relative;
}
.better-checkbox-container > div {
	text-align: center;
}
.better-checkbox-container input {
	visibility: none;
	margin: 0;
	z-index: 10;
}
.better-checkbox-container .check {
	position: absolute;
	top: 0;
	left: 0;
	width: .9em;
	height: .9em;
	background-color: red;
	border-radius: 50%;
	z-index: 5;
}

.mainsearch .block {width:50%;}
.mainsearch .box {
  margin: 4px 0;
  display: flex;
  align-items: center;
  user-select: none;
}
.mainsearch .box label {
  position: absolute;
  z-index: 10;
  padding-left: 20px;
  cursor: pointer;
}
.mainsearch .box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.mainsearch .box input:checked ~ .check {
  border-color: #29a08c;
  box-shadow: 0px 0px 0px 15px #29a08c inset;
}
.mainsearch .box input:checked ~ .check::after {
  opacity: 1;
  transform: scale(1);
}
.mainsearch .box .check {
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  background-color: #FFF;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 0px #29a08c inset;
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.mainsearch .box .check::after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}
*/


.mainsearch button, .searchbtn button, .poolsearch button{margin-top:8px;background:#29a08c;border:none;font-weight:700;color:#000;  cursor: pointer;}
/*

.mainsearch .box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.mainsearch .box input:checked ~ .check {
  border-color: #29a08c;
  box-shadow: 0px 0px 0px 15px #29a08c inset;
}
.mainsearch .box input:checked ~ .check::after {
  opacity: 1;
  transform: scale(1);
}
.mainsearch .box .check {
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  background-color: #FFF;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 0px #29a08c inset;
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.mainsearch .box .check::after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}
*/
main h2.vielfalt-widget-title {border:none;font-size:2em;margin-left:0;}
.poolsearch-option {display:flex;flex-wrap: wrap;}
/*
.mainsearch .box {
	/*
	margin-left: 1.4em;
	margin-bottom: .2em;
	text-indent: -3em; 
	*/
	margin-left: 2.4em;
	margin-bottom: .2em;
	text-indent: -2.3em;
}
*/
.poolsearch .box {
	margin-right:5px;
	text-indent: -1.6em;
	margin-left: 1.5em;
}
/*
.mainsearch .box input{
  opacity: 0;
  visibility: hidden;
  width: 0px;
}
*/
@media screen and (min-width: 1024px) {
	.searchthemes {columns:2;}
	.mainsearch {columns: 2;}
}
.poolsearch .searchtext {
background-color: #eee;
margin-right: 10px;
padding: 0.3em;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
line-height: 1em;
position: relative;
}
.poolsearch .searchtext input {
	font-size: 1em;
	border: none;
	background-color: transparent;
	width: 90%;
	color: #000;
}

.poolsearch .searchtext button {
	font-size: 1em;
	border: 0px;
	background-color: transparent;
	position: absolute;
	right: 0px;
	top: 7px;
	color:#000;
	margin-top: 0;
}

.poolsearch .box input, .searchfilter .box input{
  opacity: 0;
  visibility: hidden;
  width: 0px;
  display: contents;
}
.searchfilter button {background:inherit; border:none;font-size:17px;padding:0;}
/*
.mainsearch .box .check, .poolsearch .box .check, .searchfilter .box .check{
	display: inline-block;
	width: .9em;
	height: .9em;
	border-radius: 50%;
	background-color: #fff;
	margin-right: .5em;
	transition: all .3s ease-out;
}
.mainsearch .box input:checked ~ label .check, .poolsearch .box input:checked ~ label .check,  .searchfilter .box button span.checked {
	background-color: #29a08c;
}
*/
.mainsearch h4, .poolsearch h4 {
	font-size:16px;
	margin:10px 0;
	font-weight:700;
}
body.page-template-page-pool main, body.page-template-page-pool main h1, .content-pool, .content-pool h1  {color:#002a57;}

/* better checkboxes */

.better-checkbox-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
	padding-top: 5px;
	padding-bottom: 5px;
}
.better-checkbox-container > * {
        display: block;
        position: relative;
	padding-bottom: 3px;
}
.better-checkbox-container > div {
	line-height: 16px;
        text-align: center;
}
.better-checkbox-container > label {
	line-height: 16px;
	padding-left: 5px;
}
.better-checkbox-container input {
	display: block;
	position: relative;
        opacity: 0;
	width: 16px;
	height: 16px;
        margin: 0;
	z-index: 10;
}
.better-checkbox-container .check {
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        background-color: #f0f0f0;
        border-radius: 50%;
	z-index: 5;
}
.better-checkbox-container > div > input:checked ~ .check {
	background-color: #29a08c;
}
.poolsearch-option .better-checkbox-container {
	margin-right: 10px;
}
.poolsearch .better-checkbox-container {
	margin-bottom: 1px;
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
	display: block;
	box-sizing: border-box;
	padding: 3px 3px;
	width: 100%;
	max-width: 100%;
	font-size: 1em;
}

