:root {
    --background-light-red: #e2017b;
    --background-medium-red: #aa0858;
    --background-dark-red: #670335;
    --background-white: #ffffff;
    --text-color-white: #ffffff;
    --text-color-light-red: #EC107A;
    --text-color-medium-red: #aa0858;
    --text-color-dark-red: #670335;
    --background-lightgrey: #ededed;
    --fontsize-topnumber: 25px;
    --fontsize-result-buttons: 18px;
}
button {
    cursor: pointer;
}
/* such formular */

/*openfors */
#wpsdbform > div:nth-child(5) > div.bottom.right > div > span.select2.select2-container.select2-container--default.select2-container--below > span.selection > span > ul > li.select2-selection__choice {
   color: var(--text-color-dark-red);
}

.gendercheck {
    display: block;
    position: relative;
    left: 51px;
    top: -10px;
    margin-bottom: -30px;
}
.sliderdiv {display: inline-block; float: right; width: calc(70% - 75px); height: 30px; margin-right: 10px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #aa0858;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #aa0858;
}
input[type=text],  
input[type=email], 
input[type=password], 
input[type=tel], 
input[type=url], 
input[type=search], 
input[type=date],
textarea {
 color: #aa0858 !important;
}
/* The container */
.wann {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wann.wann_alle {
    display: none;
}
span.select2-selection.select2-selection--single {
    height: 40px;
    padding-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.bottom.right .select2 {
    margin-bottom: 5px;
}
/* Hide the browser's default checkbox */
.wann input {
position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    z-index: 100;
    left: 1px;
    top: -3px;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  z-index:50;
  display: block;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
	color: white;
}

/* On mouse-over, add a grey background color */
.wann:hover input ~ .checkmark {
  background-color: #670335;
  color: #670335;
}

/* When the checkbox is checked, add a blue background */
.wann input:checked ~ .checkmark {
  background-color: var( --text-color-light-red) !important;
	padding: 2px 4px;
    color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.wann::after {
  content: ' \2714';
  position: relative;
  display: none;
}
/* Show the checkmark when checked */
.wann input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.wann .checkmark::after {
	/* content: ' \2714'; */
display: block;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.xhalf.right .gender {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    float: left;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-bottom: 35px;
    margin-right: 15px;	
}
/* Hide the browser's default checkbox */
.gender input {
position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    z-index: 100;
    left: 1px;
    top: -3px;
}

/* On mouse-over, add a grey background color */
.gender:hover input ~ .checkmark {
  background-color: #670335;
  color: #670335;
}

/* When the checkbox is checked, add a blue background */
.gender input:checked ~ .checkmark {
  background-color: var( --text-color-light-red) !important;
	padding: 2px 4px;
    color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.gender::after {
  content: ' \2714';
  position: relative;
  display: none;
}
/* Show the checkmark when checked */
.gender input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.gender .checkmark::after {
display: block;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alter_von, .alter_bis {
    float: left;
    display: inline-block;
    width: calc(53% - 15px) !important;
    height: 40px !important;
    padding-right: 10px;
}
.alter_bis {
    width: calc(50%) !important;
    height: 40px !important;
}
.alter_block span.select2.select2-container.select2-container--default {
    width: 80% !important;
    margin-left: 5px;
}
.wann_zeit {
    width: 100%;
    margin-bottom: 20px;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.wpsdb_formular {
    width: calc(100% - 50px);
    max-width: 1024px;
    display: inline-block;
    padding: 25px;
    margin-left: auto;
    margin-right; auto;
    margin-bottom: 200px !important;
}
.wpsdb_formular  .row {
    width: 100% !important;
    clear:both;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -14px !important;
    margin-left: -.6em;
}
#slider > span { color: #ffffff;  width:10px; height:10px;}
#slider { height: 3px; }
#slidervalue { margin-top: 0px !important; margin-left:30px;}
.sliderdiv {
    margin-top: 10px;
}

.xrow .header { background-color: var( --background-lightgrey); width: 100%; height: auto; }
.xrow .bottom.left { background-color: var( --background-lightgrey) !important; width: 50%; height: 263px; float:left; }
.xrow .bottom.right { background-color: var( --background-light-red) !important; width: 50%; height: 263px;  float: right; }
.xrow .bottom.right .inner { padding: 25px !important; }
.xrow .bottom.right .inner h4 { padding-left: 0px !important;
    margin-top: -22px;
    margin-bottom: 3px; 
}
.xrow .bottom.right .inner .searchbutton {
    text-align: right; background-color: var( --background-white) !important;
    /*color: var( --text-color-light-red) !important;*/
    color: #670335;
    margin-top: 15px !important;
    width: 50% !important;
    float: right; text-align: center !important;
}
.wpsdb_formular > .row {
    padding-bottom: 0px !important;
}
.xhalf { min-height: 320px !important;}

.xhalf.left {
    width: 50%;
    float: left;
    background-color: var( --background-light-red) !important;
    color: var( --text-color-white) !important;
    margin: 0px !important;
}
.xhalf.left .leftrow { padding-bottom:25px; }
.xhalf.left .wpsdb_wo input { width: 100%; }
.xhalf.right {
    width: 50%;
    float: right;
    background-color: #aa0858 !important;
    color: var(--text-color-white);
    min-height: 231px;
    margin: 0px !important;
}
.wpsdb_formular .bottom {
    background-color: var(--background-dark-red) !important;
    color: var(--text-color-white);
}

.wpsdb_formular .sports {
    background-color: var(--background-dark-red) !important;
}
.sports_selection {
    width: 60px;
    height: 60px;
}

.sportbutton {margin: 10px !important; position: relative; float: left !important; display: inline-block !important; margin-right: 14px !important;}
.kategorielink {
    margin: auto;
    position: relative;
    width: 60px;
    display: inline-block;
    height: 75px;
}
.kategorielink .text {
    background-color: transparent !important;
    color: var(--text-color-white) !important;
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 10px;
    font-size: 10px;
    line-height: 13px;
}
/* .sports_selection:hover,*/ .kategorielink.selected  .sports_selection {

    background-position: 0 -60px !important;
}

.sports_selection .text {
    margin-top: 40px;
    font-size: 8px;
}

.sports_selection:hover .text {
    color: var(--text-color-white) !important;
}

.wpsdb_formular h2, .wpsdb_formular h3, .wpsdb_formular h4 {
    color: var(--text-color-white) !important;
    padding: 5px;
}
.wpsdb_header { color: var(--text-color-white); }

.wpsdb_inputbox {
    width: calc(100% - 50px) !important;
}

#wpsdbform > div.xrow.sports > h4 { padding-left: 25px !important;}

.buttonarea h4 { padding-left: 5px !important; }

.bottom.left img {
    height: 100% !important;
    max-width: 150% !important;
}

/* --------------- resultatanzeige --------------- */
.distance {
    display: none !important;
}
.wpsdb_response {
    padding: 25px !important;
    max-width: 1024px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px !important;
    width: calc(100% - 50px) !important;
    display: block;
}

.wpsdb_response .responseheader {
    color: var(--text-color-light-red) !important;
    padding: 15px 10px 15px 10px;
}

.wpsdb_response button.darkred {
    background-color: var(--background-dark-red);
    color: var(--text-color-white);
    font-size: var(--fontsize-result-buttons);
    width: 200px !important;
    padding: 15px 10px 15px 10px;
}

button#filteranzeigen {
    display: none;
}
button#sucheanpassen {
    width: 250px !important;
    cursor: pointer;
}
button#verfeinerm {
    width: 429px !important;
}
.wpsdb_response .sdbrow .row1 .row1_bottom div.dateday, .wpsdb_response .sdbrow .row1 .row1_bottom div.datetimedetail {
    font-size: 100% !important;
}

.wpsdb_response .sdbrow {
    width: 100%;
    height: 320px !important;
    display: inline-block;
    position: relative;
    z-index: 900;
}

.wpsdb_response .sdbrow .topnumber {
    width: 100px !important;
    height: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

.wpsdb_response .sdbrow.odd .topnumber {
    background-color: var(--background-dark-red);
    color: var(--text-color-white);
    font-size: var(--fontsize-topnumber);
}

.wpsdb_response .sdbrow.even .topnumber {
    background-color: var(--background-light-red);
    color: var(--text-color-white);
    font-size: var(--fontsize-topnumber);
}

.wpsdb_response .sdbrow h1,
.wpsdb_response .sdbrow h2,
.wpsdb_response .sdbrow h3,
.wpsdb_response .sdbrow h4,
.wpsdb_response .sdbrow h5,
.wpsdb_response .sdbrow h6 {
    color: var(--text-color-white) !important;

}


.wpsdb_response .sdbrow .row1 {
    width: calc(100% - 85px) !important;
    margin-left: 50px !important;
    margin-right: 25px !important;
    margin-top: 25px !important;
    z-index: 980;
    padding-top: 5px;
    padding-left: 10px;
    height: 150px !important;
}

.wpsdb_response .sdbrow.odd .row1_top {
    background-color: var(--background-light-red);
    color: var(--text-color-white);
}

.wpsdb_response .sdbrow.even .row1_top {
    background-color: var(--background-light-red);
    color: var(--text-color-white);
/*    clear: both;*/
}

.wpsdb_response .sdbrow .row1 .row1_header {
   width: 100%;
    height: 54px;
    clear: both;
    background-color: var(--background-light-red);

}

.wpsdb_response .sdbrow .row1 .row1_header h3 {
    font-size: 26px !important;
    color: var(--text-color-white);
	width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpsdb_response .sdbrow .row1 .row1_bottom {
    width: 100%;
    height: 65px;
    clear: both;
    background-color: var(--background-light-red);
    color: var(--text-color-white);
}

.wpsdb_response .sdbrow .row1 .row1_bottom div {
    float: left; padding: 10px;
    border-right: 1px solid var(--text-color-white);
    font-size: 20px !important;
}

.wpsdb_response .sdbrow .row1 .row1_bottom div:last-child  {
    border-right: none !important;
}

.wpsdb_response .sdbrow .row1_footer {
    width: 100%;
    margin-left: 75px !important;
    margin-right: 0px !important;
    z-index: 970;
    background-color: var(--background-medium-red);
    padding-top: 5px;
    padding-left: 10px;
    height: 31px;
    display: inline-block;
    float: left;
    clear: both;
    margin-left: 0px !important;
}

.wpsdb_response .sdbrow .row1_footer div {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: var(--text-color-white);

}
.wpsdb_response .stimmungsbild {
    display: inline-block;
    float: left;
    width: 150px;
    height: 150px;
	overflow: hidden;
}

.wpsdb_response .stimmungsbild img {
    width: 100%;
    height: auto;
    max-height: 250px;
}

.wpsdb_response .sdbrow .row1_top {
    width: calc(100% - 150px);
    height: 120px;
    display: inline-block;
    float: left;
}

.wpsdb_response .row2 {
    margin-left: 100px;
    margin-top: -20px;
    padding: 20px;
    padding-top: 50px;
    background-color: var(--background-lightgrey) !important;
    height: 150px !important;
}

.wpsdb_response .row2 .text {
    display: inline-block;
    float: left;
    width: 70%;
    margin: 0px;
}

.wpsdb_response .row2 .detailbutton {
    display: inline-block;
    float: left;
    width: 30%;
    margin: 0px;
}


.wpsdb_response .row2 .text div {
    display:inline-block;
    float: left;
    padding-right: 20px;
}

.wpsdb_response .row2 .text div.label {
    width: 50px;
}

.wpsdb_response .row2 .text div.name {
    width: 33%;
}

.wpsdb_response .row2 .text div.ort {
    width: 40%;
}

#modalWindow div#closebutton {
    position: absolute;
	display:block;
    right: -27px;
    z-index: 500;
    background-color: #670335;
    color: white;
    padding: 20px 20px 15px;
    top: -27px;
    font-size: 170%;
	cursor:Pointer;
}
#modalWindow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50000 !important;
    display: none;
}
#modalWindow #darkBackground {
    background-color: #000000;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50010 !important;
    opacity: 0.60;
}

.modalActive  {
    display: block;
}

#modalWindow .inner {
    width: 900px;
    height: 600px;
    z-index: 60000 !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#modalWindow.active {
    display: block !important;
}

/* VHO */

.wpsdb_response .sdbrow .row1_footer div:nth-of-type(2) {
    display: none;
}
.wpsdb_response .sdbrow .row1_top {
    width: calc(100% - 150px);
    height: 120px;
    display: inline-block;
    float: left;
    padding-left: 20px;
}

.detailbutton button {
    background-color: var(--background-light-red);
    padding: 10px 20px;
    color: var(--text-color-white);
    font-size: 12px;
    font-family: Michroma;
    font-weight: 400;
    border: none;
}

.clearer { clear: both; }
.alter_block { display: block; width: 100%; height: 100px;  padding: 25px;}
.wann_block  { display: block; width: 100%; height: 140px;  padding: 25px; }
.wo_block   { display: block; width: 100%; height: 140px;  padding: 25px; }
.sport_block { display: block; padding: 25px; }
.header_wann {
    height: 30px; 
    width: 100%;
    float: left;
    display: inline;
    margin-bottom: 15px; 
}
.wann {
    float: left;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-bottom: 35px;
    margin-right: 15px;
}

.wann_alle { width: 40% !important;}

/* Liste */
.wpsdb_response .sdbrow .row1 .row1_bottom div {
    float: left;
    padding: 3px 20px;
    border-right: 1px solid var(--text-color-white);
    font-size: 16px !important;
    font-family: "Michroma";
    margin-top: 15px;
}
.wpsdb_response .sdbrow .row1 {
    width: calc(100% - 50px) !important;
    margin-left: 10px !important;
    margin-right: 25px !important;
    margin-top: 25px !important;
    z-index: 980;
    padding-top: 5px;
    padding-left: 10px;
    height: 150px !important;
}

.datestimes {
    width: 60%;
    padding: 0 !important;
}
.dateday, .datetimedetail {
    padding: 0px 8px !important;
    margin: 0 !important;
    margin-top: 3px !important;
}
.wpsdb_response button.lightred {
    background-color: var(--background-light-red);
    width: 200px !important;
    padding: 15px 10px 15px 10px;
    color: var(--text-color-white);
    font-size: var(--fontsize-result-buttons);
}

.wpsdb_response .sdbrow.even .row1_top {
    background-color: var(--background-dark-red);
    color: var(--text-color-white);
}
.sdbrow.even .row1 .row1_header {
    background-color: var(--background-dark-red);
}
.sdbrow.even .row1 .row1_bottom {
    background-color: var(--background-dark-red);
}
.wpsdb_response .row2 {
    margin-left: 100px;
    margin-top: -26px;
    padding: 20px;
    padding-top: 50px;
    background-color: var(--background-lightgrey) !important;
    height: 120px !important;
}
.wpsdb_response .row2 .text {
    display: inline-block;
    float: left;
    width: 70%;
    margin: 0;
    font-size: 85%;
    color: black;
}
.wpsdb_response .sdbrow .row1_footer {
    width: calc(100% + 20px);
    padding-left: 20px;
    margin-left: -20px !important;
}
.wpsdb_response .sdbrow .topnumber {
    width: 100px !important;
    height: 45px !important;
    padding-top: 10px !important;
    font-family: Michroma;
    font-size: 140% !important;
}
.wpsdb_response .row2 .text div.name {
    width: 44%;
}
.wpsdb_response .row2 .text div.ort {
    width: 35%;
}
.wpsdb_response .sdbrow .row1 .row1_header h3 {
    font-size: 24px !important;
    color: var(--text-color-white);
    padding-top: 11px;
}
.wpsdb_response .sdbrow .row1 .row1_bottom div:first-of-type {
    padding-left: 0px;
}
.buttons strong {
    font-family: michroma;
    color: var(--text-color-light-red);
    font-size: 160%;
    display: block;
    float: right;
    margin-top: 4px;
    margin-left: 25px;
}
img.row1_rightIcon {
    position: absolute;
    right: 63px;
    top: 50px;
    width: 30px !important;
    height: 25px;
}
/* Liste mapDiv Content */

#mapDiv .stimmungsbild {
    width: 150px;
    float: left;
    margin-top: 0px;
    margin-right: 25px;
	    position: relative;
    z-index: 500;
}

#mapDiv .row1_top {
    background-color: var(--background-light-red);
    color: var(--text-color-white);
}

#mapDiv .row1_bottom div {
    float: left;
    padding: 3px 20px;
    border-right: 1px solid var(--text-color-white);
    font-size: 16px !important;
    font-family: "Michroma";
    margin-bottom: 15px;
}
#mapDiv .row1_bottom div.age {
    padding: 3px 20px 0px 0px;
}
#mapDiv .row1_bottom {
    font-family: Michroma;
    font-size: 120%;
}

#mapDiv h3 {
    color: white !important;
}

div#modalWindow .row1_top a {
    color: #FFFFFF;
}
div#modalWindow .row1_top a:hover {
    color: #FFFFFF;
}
div#modalWindow .row1_top a:visited {
    color: #FFFFFF;
}
.wpsdb_formular .right::after, .wpsdb_formular .left::after {opacity:0;}
/* Details */
.wpsdb_details .details_row form#kontaktformular input {
    margin-bottom: 15px;
}
.wpsdb_details .header {
    background-color: var(--background-light-red);
    color: var(--text-color-white);
    height: 95px;
    margin-bottom: 25px;
}
.wpsdb_details .buttons {
    margin-bottom: 35px;
}
.wpsdb_details .buttons {
    right: 0;
    top: 20px;
    position: relative;
    margin-bottom: 65px;
}
hr#horizontal_line {
    margin: 35px 0px;
    height: 1px;
}
.details_id {
    width: 80px !important;
    height: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: relative;
    top: -18px;
    left: -30px;
    text-align: center;
    background-color: var(--background-dark-red);
    margin-bottom: -35px;
}
.wpsdb_details .header h1 {
    color: #fff;
    font-size: 150%;
    padding-top: 16px;
    padding-left: 30px;
}

.wpsdb_details .details_left img {
    width: 250px !important;
    margin-right: 45px;
}

.wpsdb_details .details_left {
    float: left;
}
.wpsdb_details .details_right {
    padding-top: 35px;
}
.wpsdb_details .details_row{
    clear: both !important;
	padding-left: 30px;
}

.wpsdb_details .details_row:nth-of-type(2) {
    padding-bottom: 45px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 45px;
    margin-top: 15px;
}

.wpsdb_details h2, .wpsdb_details h3 {
    font-size: 130% !important;
    color: var(--background-dark-red);
}

.details_table_col {
    display: table-cell;
    padding-right: 35px;
    width: 20%;
}


#tinymap { width: 540px !important; height: 500px !important; }
.col50 { width: 50%; float: left; display: inline-block; }

/* vereininfo: detailseite*/
button {
    background-color: var(--background-light-red);
    padding: 10px 20px;
    color: var(--text-color-white);
    font-size: 12px;
    font-family: Michroma;
    font-weight: 400;
    border: none;
}
.details_vereindata button {
    margin-bottom: 25px;
}
button.button.paginatorlinks.pagelink2.activepage {
    background-color: #aa0858;
}
#modalWindow .inner {
    background-color: var(--background-white) !important;
}
#vereininfo_top {
    background-color: var(--background-white) !important;
}
.vereinsinfo_body {
    overflow-y: scroll;
    height: 100%;
}
.halfrow {
    float: left; 
    display: inline-block; 
    width: calc(60% - 10px) !important;
    padding: 10px !important;
}
#vereininfo_top .header {
    background-color: var(--background-dark-red) !important;
    color: var(--text-color-white) !important;
    font-size: 20px;
    font-weight: bold;
    padding:10px;
    width: 380px;
    position: absolute;
    top: -25px !important;
    left: -25px !important;
	font-family: Michroma;
	text-align: center;
}

#vereininfo_top #closebutton {
    position:absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 5px;
    z-index:999999;
    background-color: var(--background-dark-red);
    color: var(--text-color-white);
}

.halfrow h2, .halfrow h3  {
    font-size: 135% !important;
    color: var(--text-color-dark-red);
}

.halfrow:first-of-type {
    width: calc(35% - 10px) !important;
    margin-right: 25px;
}
.vereinsinfo_body_img.halfrow {
    text-align: center;
}

#tinymap2 {
    width: 290px;
    height: 260px;
    margin-top: 10px;
}
.wpsdb_response {
    text-align: left;
}
.wpsdb_formular {
    text-align: left;
}
.wpsdb_details {
    text-align: left;
}
.wpsdb_details .details_left {
    float: left;
    margin-right: 25px;
}

/* Modals */
/*
body #modalWindow a {
    color: #ffffff;
}
*/
#ansprechpartner { 
    color: var(--text-color-dark-red) !important;
}



div#modalWindow {
    text-align: left !important;
}

/* #modalWindow #closebutton {
    position: absolute;
    top: -13px;
    right: -15px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #ffffff !important;
    background-color: transparent;
} */
div#modalWindow .descriptive_text {display:none;}

div#modalWindow .topnumber_inner{
    background-color: var(--background-dark-red);
    color: var(--text-color-white);
    font-size: var(--fontsize-topnumber);
}

div#modalWindow .topnumber_inner {
    width: 90px !important;
    height: 45px !important;
    padding-top: 10px !important;
    font-family: Michroma;
    font-size: 140% !important;
}

div#modalWindow .topnumber_inner{
    width: 70px !important;
    height: 50px !important;
    padding-left: 27px !important;
    padding-right: 60px !important;
    padding-top: 13px !important;
    padding-bottom: 15px !important;
    position: absolute;
    top: -20px;
    left: -30px;
    text-align: center;
}
div#modalWindow .row1_footer {
    background-color: var(--background-dark-red);
    height: 40px;
    padding-top: 10px;
    clear: both;
    position: relative;
    width: 100%;
    top: -40px;
    margin-bottom: -40px;
}
.row1_footer .day {
    margin-left: 175px;
}
img.imgstimmung {
    margin-bottom: -7px !important;
}
div#modalWindow .row1_header {
    padding-top: 20px !important;
}
div#modalWindow .row1_bottom {
    padding-top: 5px;
    padding-bottom: 20px;
}
iframe#mapsize {
    width: 100%;
    height: 100%;
}
div#map {
    width: 100%;
    height: 100%;
}

div#mapDiv {
    height: 55vh !important;
    width: 75vw !important;
    z-index: 6000000 !important;
    position: relative !important;
    top: calc(50vh - 30vh);
}

.bottom.left img {
    height: 100%;
}
.row .col .header img {
    margin-bottom: -7px !important;
}
/* Media Queries */
@media screen and (max-width: 1220px){
.wpsdb_response {
    padding: 25px !important;
    max-width: 1024px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px !important;
    width: calc(100% - 50px) !important;
    display: block;
}
.buttons button {
    font-size: 80% !important;
}
	.wpsdb_response .sdbrow .row1 {
		width: calc(100% - 10px) !important;align-content
	}
.wpsdb_response .row2 {
	margin-left: 20px;
	}
.wpsdb_response .sdbrow {
    width: calc(100% - 0px);
	}
.page-id-2173 .container.main-content {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
	img.row1_rightIcon {
    right: 24px;
	}
	.wpsdb_response .row2 .detailbutton {
    text-align: right;
}
	.wpsdb_details {
    max-width: 80%;
    margin: 0 auto;
}
}
@media screen and (max-width: 1024px){
/* SUCHE */	
	.page-id-2173 .container.main-content {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
	.xrow .header {
    margin: 0 !important;
    padding: 0;
	height: auto;
}
	.xrow .header img {
    margin: 0 !important;
    padding: 0;
}
	.xhalf.right {
    width: 100%;
}
.xhalf.left {
    width: 100%;
}
	.xrow .bottom.left {
    width: 100%;
}
	.xrow .bottom.right {
    width: 100%;
}

.gender input {
    opacity: 1;
    left: -3px;
}
.wann input {
    opacity: 1;
    left: -4px;
}
.checkmark {
    opacity: 0 !important;
}
	
/* ERGEBNISSE */
.wpsdb_response .sdbrow .row1 .row1_header h3 {
    font-size: 20px !important;
}
.buttons button {
    font-size: 80% !important;
}
	.wpsdb_response .sdbrow .row1 {
		width: calc(100% - 10px) !important;align-content
	}
.wpsdb_response .row2 {
	margin-left: 20px;
	}
.wpsdb_response .sdbrow {
    width: calc(100% - 0px);
	}
/* DETAILS */
	
.wpsdb_details {
    padding: 20px 40px;
}
.wpsdb_details {
    max-width: 100%;
    margin: 0 auto;
}
	.bottom.left img {
    width: 100% !important;
	    height: auto !important;
}
	.alter_von, .alter_bis {
    float: left;
    display: inline-block;
    width: calc(50% - 15px) !important;
    height: 40px !important;
    padding-right: 10px;
}
	}

@media screen and (max-width: 990px){
.details_table_col {
    display: inline-block;
    padding-right: 0;
    width: 45%;
    margin-bottom: 25px;
	vertical-align: top;
}

}

@media screen and (max-width: 960px){
.wo_block {
    display: block;
    width: 100%;
    height: auto;
    padding: 25px;
}

.wpsdb_formular {
    width: 100%;
}
.xhalf.left {
    height: auto;
    min-height: 50px !important;
    padding-bottom: 35px;
}	
.kategorielink {
    margin: 0px;
    margin-bottom: 25px;
    position: relative;
    display: block;
}
.sportbutton {
    margin: 5px !important;
    position: relative;
    float: left !important;
    display: inline-block !important;
    margin-right: 5px !important;
}
.kategorielink .text {
    background-color: transparent !important;
    color: var(--text-color-white) !important;
    position: absolute;
    bottom: -8px;
    width: 50px;
    height: 10px;
    font-size: 8px;
}
	
	/* DETAILS */
	.col50 {
    width: 100%;
    float: inherit;
    display: inline-block;
}
#tinymap {
    width: 100% !important;
    height: 400px !important;
}
.datestimes {
    width: 100%;
    padding: 0 !important;
}
.wpsdb_response .sdbrow .row1 .row1_bottom div {
    font-size: 14px !important;
    margin-top: 2px;
	height: 25px;
}
.dateday:first-of-type {
    padding-left: 0px !important;
}
}

@media screen and (max-width: 850px){
/* ERGEBNISSE */
	.wpsdb_response .row2 .text {
    font-size: 75%;
    line-height: 180%;
}
.detailbutton button {
    font-size: 60%;
	pointer:cursor;
}
.wpsdb_response .row2 .text div.name, .wpsdb_response .row2 .text div.ort {
    width: calc(100% - 50px);
}
/* DETAILS */
	.wpsdb_details .details_right {
    padding-top: 0;
}

}
@media screen and (max-width: 650px){
/* SUCHE */
	/* ERGEBNISSE */
.wpsdb_response .sdbrow .row1 .row1_bottom div {
    font-size: 15px !important;
    margin-top: 0px;
    height: 23px;
    font-family: 'open Sans';
}

	.wpsdb_response .sdbrow {
    height: 260px !important;
	}
.wpsdb_response .sdbrow .row1 {
    width: calc(100% + 30px) !important;
    padding-left: 0px;
    margin-left: 0px !important;
	height: 120px !important;
}
	.wpsdb_response .row2 {
    margin-left: 0;
}
	.wpsdb_response .sdbrow .row1 .row1_header h3 {
    font-size: 15px !important;
		    line-height: 130%;
}
	.wpsdb_response .sdbrow .row1 .row1_bottom {
    height: 55px;
    margin-top: -20px;
	}
/* DETAILS */
	.details_table_col {
    display: inline-block;
    padding-right: 0;
    width: 100%;
    margin-bottom: 25px;
	vertical-align: top;
}
.wpsdb_details .details_left img{
    width: 130px !important;
    margin-right: 45px;
}
.wpsdb_details .header h1 {
    color: #fff;
    font-size: 120%;
    padding-top: 24px;
}
.wpsdb_details .header h1 {
    color: #fff;
    font-size: 115%;
    padding-top: 24px;
	padding-bottom: 20px;
}
.wpsdb_details .header {
    background-color: var(--background-light-red);
    color: var(--text-color-white);
    height: auto;
    margin-bottom: 25px;
}
/* Modals */
img.imgstimmung {
    margin-bottom: -7px !important;
}
div#modalWindow .row1_header {
    padding-top: 20px !important;
}
div#modalWindow .row1_bottom {
    padding-top: 5px;
    padding-bottom: 20px;
	font-size:80%;
}
iframe#mapsize {
    width: 100%;
    height: 100%;
}
div#mapDiv {
    height: 55vh !important;
    width: 85vw !important;
    z-index: 6000000 !important;
    position: relative !important;
    top: calc(50vh - 30vh);
}
#mapDiv h3 {
    color: white !important;
    font-size: 80%;
}
img.row1_rightIcon {
    right: 7px;
    top: 35px;
    width: 25px !important;
}
}

@media screen and (max-width: 525px){
.wpsdb_response .responseheader {
    text-align: center;
}
.alter_von, .alter_bis {
    float: left;
    display: inline-block;
    width: calc(100% - 15px) !important;
    height: 40px !important;
    padding-right: 10px;
    margin-bottom: 15px;
}
.alter_block label {
    width: 35px;
    display: inline-block;
}
button#sucheanpassen {
    width: 100% !important;
    cursor: pointer;
}
.wpsdb_response {
    padding: 0px 0px !important;
	}
	.stimmungsbild {
    display: none !important;
}
.wpsdb_response .sdbrow .row1 {
    width: 100% !important;
	}
.wpsdb_response .sdbrow .row1_top {
    width: 100%;
    height: 100px;
}
	.wpsdb_response .sdbrow .topnumber {
    padding: 5px 4px !important;
    height: 35px !important;
    font-size: 85% !important;
    width: 50px !important;
    left: -15px;
    top: 3px;
}
	.wpsdb_response .sdbrow .row1 .row1_header {
    width: 100%;
	height: 40px;
	}
	.wpsdb_response .sdbrow .row1 .row1_bottom {
    height: 55px;
    margin-top: 0;	
	}
	.wpsdb_response .row2 {
    padding-top: 47px;
    height: 120px !important;
}
.wpsdb_details .header h1 {
    color: #fff;
    font-size: 110%;
    padding-top: 23px;
    line-height: 140%;
    padding-bottom: 20px;
}
	.wpsdb_details .details_row {
    clear: both !important;
    padding-left: 0;
}
#mapDiv .row1_top DIV div {
    padding-left: 0px;
}
#mapDiv .row1_top DIV {
    padding-left: 20px;
}
img.row1_rightIcon {
    right: 7px;
    top: 35px;
    width: 20px !important;
}
.sliderdiv {
    margin-top: 30px;
    width: 93%;
}
}
@media screen and (max-width: 420px){
.wpsdb_response .sdbrow .row1 .row1_header h3 {
    font-size: 13px !important;
    line-height: 120%;
}
	.wpsdb_response .sdbrow .row1 .row1_bottom div {
    font-size: 12px !important;
    margin-top: 0px;
}
	.wpsdb_response .row2 .text {
    display: inline-block;
    float: left;
    width: 100%;
	}
.wpsdb_response .row2 .detailbutton {
    display: block;
    float: right;
    width: 30%;
    margin: 0px;
    top: 184px;
    position: absolute;
    right: -10px;
}
	.wpsdb_response .responseheader {
    font-size: 130%;
}
.wpsdb_details {
    padding: 20px 20px;
}
.wpsdb_details .buttons {
    right: 0;
    top: 20px;
    position: relative;
    margin-bottom: 115px;
}	
	button.button.lightred {
    width: 100%;
}
	.halfrow {
    float: none;
    width: 100% !important;
}
#vereininfo_top .header {
    background-color: var(--background-dark-red) !important;
    color: var(--text-color-white) !important;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
   /*  width: 95vw !important; */
    position: absolute;
    top: -27px !important;
    left: 0px !important;
    font-family: Michroma;
    text-align: left;
    padding: 20px 10px;
	z-index: 1000;
}
	#modalWindow div#closebutton {
    position: absolute;
    display: block;
    right: 0px;
    z-index: 500;
    background-color: #670335;
    color: white;
    padding: 20px 20px 15px;
    top: -27px;
    font-size: 170%;
    cursor: Pointer;
	z-index: 1100;
}
	div#mapDiv {
    height: 55vh !important;
    width: 95vw !important;
    z-index: 6000000 !important;
    position: relative !important;
    top: calc(50vh - 30vh);
}
}






/* Rebuild */

.wpsdb_formular {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.alter_von, .alter_bis {
    float: left;
    display: inline-block;
    width: calc(45% - 15px) !important;
    height: 40px !important;
    padding-right: 10px;
}
.alter_bis label {
    float: left;
    margin-top: 6px;
    padding-left: 0;
}
.header img {
    width: 100% !important;
    max-width: 100%;
}
.alter_bis {
    width: calc(57%) !important;
    height: 40px !important;
}
.gender .label {
    position: absolute;
    top: 1px;
    left: 30px;
}
.xhalf.right .gender {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    display: inline-block;
    height: 25px;
    width: 55px;
    margin-bottom: 35px;
    margin-right: 15px;
}
.bottom.left img {
    display: none;
}
.bottom.left {
    background: url(https://msj.de/sportangebote_files/mood/formular_unten.jpg);
    background-size: cover;
    background-repeat: none;
}
.gendercheck {
    display: block;
    position: relative;
    left: 21px;
    top: 6px;
    margin-bottom: -30px;
}
.sportbutton {
    margin-right: 3% !important;
}

.wpsdb_response {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.info-row {
    background: #ec107a;
    color: white;
    width: 100%;
    height: 150px;
}
.even .info-row {
    background: #aa0858;
}
.image-cell {
    float: left;
}
.info-cell {
    float: left;
    width: calc(100% - 150px);
	padding-left: 20px;
	padding-top: 10px;
}
.icon-cell {
    width: 10% !important;
    float: left;
}
img.row1_rightIcon {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 30px !important;
    /* height: 25px; */
}
.tag-row {
    float: none;
    clear: both;
    height: 35px;
    color: white;
    background: #aa0858;;
	padding-left: 170px;
	padding-top: 6px;
}
.even .tag-row {
    background: #670335;
}
.sport-cell {
    float: left;
    width: 90%;
}
.row1_bottom {
    float: left;
    width: 22%;
}
.time-cell {
    float: left;
    width: 45%;
    height: 90px;
    column-count: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.frequency-cell {
    float: left;
    width: 33%;
}
.club-cell, .adress-cell {
    float: left;
    width: 40%;
}
.contact-row {
    float: right;
    width: calc(100% - 150px);
    background: #f7f7f7;
    padding-left: 20px;
    height: 75px;
    padding-top: 15px;
}
.maplink-cell {
    position: absolute;
    right: 20px;
    bottom: 80px;
}
.contact-row .label {
    float: left;
    margin-right: 15px;
	height: 50px;
}
.topnumber {
    display: none;
}
.time-cell .dateday {
    padding: 0 !important;
    float: left;
    width: 15%;
    margin: 0 !important;
    margin-bottom: 5px;
}
.time-cell .datetimedetail {
    padding: 0 !important;
    float: left;
    width: 85%;
    margin: 0 !important;
    margin-bottom: 5px;
}
.topnumber_inner {
    display: none;
}
.buttons_left {
    width: 50%;
    float: left;
}
.buttons_right {
    float: right;
    width: 50%;
    text-align: right;
}
.buttons_left, .buttons_right {
    margin-bottom: 50px;
}
.wpsdb_response button.darkred {
    background-color: var(--background-dark-red);
    color: var(--text-color-white);
    font-size: var(--fontsize-result-buttons);
    width: auto !important;
    padding: 10px 20px !important;
    font-size: 12px;
}
.wpsdb_response button.lightred {
    background-color: var(--background-light-red);
    width: auto !important;
    padding: 10px 20px !important;
    color: var(--text-color-white);
    font-size: 12px !important;
}
button#verfeinerm {
    width: auto !important;
}
button#sucheanpassen {
    width: auto !important;
    cursor: pointer;
    padding: 10px 20px !important;
    font-size: 12px !important;
	background: #aa0858;
}
.buttons_right button.darkred {
    background-color: #ec107a;
}
.buttons_right button.active{
	background-color: var(--background-dark-red);
}
.buttons_left button:hover{
    opacity: 0.85;
}
.buttons_right button:hover{
    opacity: 0.85;
}
.age-gender-cell a {
    display: block !important;
    position: absolute;
    right: 0;
    padding: 6px 35px;
    background: #fff;
    border-radius: 0px;
    top: 150px;
}
.age-gender-cell a:hover{
color: var(--background-dark-red);
}
/* Resultsmap */

.leaflet-popup-content h3 {
    font-size: 150% !important;
    color: #670335;
}

/* Detail */
.col33 {
    width: 33%;
    float: left;
}
.col66 {
    width: 66%;
    float: left;
}
#tinymap {
    width: 88% !important;
    height: 366px !important;
}
.details_vereindata {
    width: 50%;
    float: left;
}
.details_kontaktdata {
    width: 50%;
    float: left;
}
.details_id {
    display: none;
}
.tag-cell {
    float: left;
    margin-right: 25px;
}
.age-gender-cell a {
    display: none;
}
.wpsdb_details .details_row.additional_infos {
    padding: 34px;
    border-bottom: 0;
    margin-bottom: 38px;
    margin-top: 15px;
    background: #f9f9f9;
}
.details div#mapDiv {
    height: 55vh !important;
    width: 90% !important;
    z-index: 6000000 !important;
    position: relative !important;
    top: calc(50vh - 30vh);
    max-width: 700px;
}
.details .table th {
    width: 50%;
}
.vereinsinfo_body_row {
    padding: 26px;
}


.details div#mapDiv .halfrow {
    float: left;
    display: inline-block;
    width: calc(50% - 15px) !important;
    padding: 10px !important;
}
.details div#mapDiv .halfrow:first-of-type {
    width: calc(50% - 10px) !important;
    margin-right: 25px;
}
a.vereinslink {
    background-color: var(--background-light-red);
    padding: 10px 20px;
    color: var(--text-color-white);
    font-size: 12px;
    font-family: Michroma;
    font-weight: 400;
    border: none;
    border-radius: 5px !important;
    /* width: 100%; */
    display: inline-block;
    margin-bottom: 10px !important;
}
div#vereininfo_top {
    background: #ec107a !important;
    height: 60px;
    position: absolute;
    top: -40px;
    width: 100%;
    z-index: 10000;
}
#vereininfo_top .header {
    background-color: transparent !important;
    color: var(--text-color-white) !important;
    font-size: 20px;
    font-weight: bold;
    padding: 18px;
    width: auto;
    position: absolute;
    top: 0 !important;
    left: 17px !important;
    font-family: Michroma;
    text-align: center;
}
#modalWindow.details div#closebutton {
    position: absolute;
    display: block;
    right: 25px;
    z-index: 500;
    background-color: transparent;
    color: white;
    padding: 20px 20px 15px;
    top: 0px;
    font-size: 170%;
    cursor: Pointer;
}
.vereinsinfo_body_row h3 {
    display: none;
}
#modalWindow.details #tinymap2 { 
    width: 290px;
    height: 340px;
    margin-top: 10px;
}
/* tooltip */
.trainingszeit {
    position: relative;
    cursor:pointer;
    overflow: hidden;
}
span.tage_details {
    display: inline-block;
    width: 100px;
}
.tooltip_stern {
    position: absolute;
    left:0;
}
.tooltip {
    position: absolute;
    top: 0;
    left: 203px;
}
.tooltip_info {
    display: block;
    background: white;
    padding: 25px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
    position: relative;
    top: -60px;
    left: 20px;
    width: 300px;
    opacity: 0;
    transition: all 0.1s linear;
}
.trainingszeit:hover {overflow: visible; color:black !important;}
.trainingszeit:hover .tooltip_info {opacity: 1;}

.leaflet-container a {
    color: #e2017b !important;
    font-weight: 600;
}

@media screen and (max-width: 1350px){
.xhalf.right .gender {
    width: 44px;
    }
    .alter_block span.select2.select2-container.select2-container--default {
    width: auto !important;
    margin-left: 5px;
}
}

@media screen and (max-width: 1220px){
.page-id-2173 .container.main-content {
    margin: 0 auto;
    padding: 0;
    max-width: 96%;
}
}

@media screen and (max-width: 1200px){
.wpsdb_details .col33 {
    width: 100%;
    margin-bottom: 25px;
}
.wpsdb_details #tinymap {
    width: 100% !important;
    height: 366px !important;
}
.wpsdb_details .col66 {
    width: 100%;
    float: left;
}
}

@media screen and (max-width: 1100px){
.alter_von{
    width: calc(40% - 15px) !important;
}
.alter_bis {
    width: calc(63%) !important;
    height: 40px !important;
}
}

@media screen and (max-width: 1024px){
.page-id-2173 .container.main-content {
    margin: 0 auto;
    padding: 0;
    max-width: 96%;
}
.alter_block {
    display: block;
    width: 100%;
    height: fit-content;
    padding: 25px;
    padding-bottom: 0;
}
.alter_bis {
    width: 100% !important;
    height: 40px;
    margin-top: 15px;
    margin-bottom: -26px;
}
}
@media screen and (max-width: 960px){
.contact-row {
    font-size: 90%;
    line-height: 140%;
}
}
@media screen and (max-width: 900px){
.contact-row {
    width: 100%;
}
.tag-row, .age-gender-cell {
    font-size: 90%;
}
}
@media screen and (max-width: 720px){
.time-cell {
    column-count: 1;
    padding-left: 35px;
}
.details_kontaktdata {
    width: 100%;
    float: left;
}
.details_vereindata {
    width: 100%;
    float: left;
}
}
@media screen and (max-width: 680px){
.detailbutton {
    width: 120px;
}
.maplink-cell {
    bottom: 75px;
}
}
@media screen and (max-width: 660px){
.sdbrow {
    margin-bottom: 25px;
}
.maplink-cell {
    bottom: 17px;
}
    .details div#mapDiv .halfrow {
    width: 100% !important;
}
.details div#mapDiv .halfrow:first-of-type {
    width: 100% !important;
}
#modalWindow.details #tinymap2 {
    width: 100%;
    height: 340px;
    margin-top: 10px;
}
.details div#mapDiv {
    height: 75vh !important;
    width: 90% !important;
    z-index: 6000000 !important;
    position: relative !important;
    top: calc(50vh - 35vh);
    max-width: 700px;
}
}
@media screen and (max-width: 600px){
.image-cell {
    display: none;
}
.info-cell {
    width: 100%;
}
.tag-row {
    padding-left: 20px;
}
.club-cell {
    width: 33%;
    margin-right: -1%;
}
.contact-row {
    font-size: 80%;
    line-height: 140%;
}
.alter_block label {
    width: 100%;
    display: inline-block;
}
.alter_von, .alter_bis {
    float: none;
    height: auto !important;
    padding-right: 0;
    width: 100% !important;
}
.alter_bis {
    margin-top: 15px;
    margin-bottom: -35px;
}
.gendercheck {
    display: block;
    position: relative;
    left: 0;
    top: 11px;
    margin-bottom: 0;
}
.alter_block span.select2.select2-container.select2-container--default {
    width: 100% !important;
    margin-left: 0;
}
/* .alter_block {
    display: block;
    width: 100%;
    height: auto;
    padding: 25px;
    padding-bottom: 0px;
    margin-bottom: -47px;
}

.alter_von label {
    margin-top: 0;
    margin-bottom: 5px;
}

.gendercheck {
    display: block;
    position: relative;
    left: 0;
    top: 12px;
    margin-bottom: -30px;
} */
.xrow .bottom.right {
    background-color: var( --background-light-red) !important;
    width: 100%;
    height: FIT-CONTENT;
    float: right;
    padding-bottom: 25px;
}
#vereininfo_top .header {
    font-size: 15px;
    }
    
}
@media screen and (max-width: 470px){
.contact-row .label {
    width: 33px;
}
    .club-cell {
    width: 100%;
}
    .adress-cell {
    width: 100%;
    margin-top: -30px;
}
    .time-cell {
    column-count: 1;
    padding-left: 0px;
    width: 37%;
}
.row1_bottom {
    float: left;
    width: 28%;
}
.time-cell .dateday {
    width: 27px;
}
.time-cell .datetimedetail {
    width: calc(100% - 30px);
}
.maplink-cell {
    bottom: 9px;
    right: 10px;
}
.detailbutton {
    width: 90px;
    font-size: 120%;
}
.info-cell {
    padding-left: 10px;
}
.tag-row {
    padding-left: 10px;
}
.contact-row {
    padding-left: 10px;
}
#vereininfo_top .header {
    font-size: 12px;
}
.wpsdb_details .buttons div {
    width: 100%;
}	
.buttons strong {
    font-family: michroma;
    color: var(--text-color-light-red);
    font-size: 120%;
    display: block;
    float: none;
    margin-top: 24px;
    margin-left: 0;
    text-align: center;
    display: block;
    width: 100%;
}	
}

input.error, textarea.error {
    border: 1px solid #ec107a !important;
}

/*ehrenamt */
.ehrenamt_response .contact-row .label, 
.ehrenamt_response .contact-row .name, 
.ehrenamt_response .contact-row .ort,
.ehrenamt_response .contact-row .ort p {
    color: #5d5d5d;
}

.ehrenamt_response .detailbutton {
    position: absolute;
    width: 188px;
    height: 44px;
    bottom: 77px;
    right: 10px;
    background-color: rgb(236, 16, 122);
    text-align: center;
    padding-top: 10px;
}




.ehrenamt_response .stimmungsbild a,
.ehrenamt_response .detailbutton a {
    opacity: 1.0 !important;
}

.ehrenamt_response .image-cell {
    background-color: rgb(236, 16, 122);
}


.ehrenamt_response .image-cell .stimmungsbild  {
    display: inline-block;
    float: left;
    width: 120px;
    height: 135px;
    overflow: hidden;
    margin-left: 15px;
    margin-top: 15px;
}

.ehrenamt_response .sport-cell,
.ehrenamt_response .club-cell {
    padding-left: 15px;
}

.ehrenamt_details .job-details-row, .ehrenamt_details .job-items-row, .ehrenamt_details .job-contact-row {
    display: flex;
    align-items: flex-start;
    margin: 0 -25px 25px;
}

.ehrenamt_details .job-details-row > div, .ehrenamt_details .job-items-row > div, .ehrenamt_details .job-contact-row > div {
flex: 1;
padding: 0 25px;
}

.jobs-wrapper .button, .single-stellenangebot .button {
    display: inline-block;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: normal;
    font-size: 17px;
    font-family: "roboto normal", tahoma, helvetica !important;
    color: #fff !important;
    background-color: #e6007e;

}

.light .ehrenamt_details h4 {
    font-family: "roboto normal", tahoma, helvetica !important;
    font-size: 130% !important;
    color: var(--background-dark-red);
    line-height: 40px;
    font-weight: 400;
}

.light .ehrenamt_details .inner, .light .ehrenamt_details .job-contact-row {
    color: #000;
    font-family: "roboto normal", tahoma, helvetica !important;
}

.ehrenamt_details .single-stellenangebot .job-contact-row {
    border-top: none;
}
.ehrenamt_details .job-details-row {
    border-top: 1px solid #D9D9D9;
}

.ehrenamt_details .job-contact-img img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.light .ehrenamt_details .job-contact-row > div > p {
    color: #000;
    padding-bottom: 27px;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], textarea {
color: #aa0858 !important;
}

.job-contact-row input[type="text"], 
.job-contact-row input[type="email"], 
.job-contact-row textarea {
border: 1px solid #aaa;
border-radius: 4px;
line-height: 1;
background-color: transparent;
}

#footer-outer p {
    color: #fff !important;
}

.select2-results__option--highlighted[aria-selected] {
	background-color: #aa0858 !important;
    color: #fff !important;
}

.ehrenamt_details .single-stellenangebot .page-title {
    margin-bottom: 50px;
    padding: 15px 20px;
    font-size: 24px;
    color: #fff;
    background-color: #ec107a;
}

.ehrenamt_details #kontaktformular input, .ehrenamt_details #kontaktformular textarea {
margin-bottom: 11px !important;
}

.vereinsbeschreibung p { margin-bottom: 0px !important; }


.langswitchers {
    margin-bottom: 10px; margin-right: 10px;
}