/*
 Theme Name:   Born To Give Child
 Description:  Born To Give Theme
 Author:       Christian Drath
 Author URI:   http://netactive.de
 Template:     born-to-give
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  borntogivechild
*/

.toern{
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 15%);
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}
.toern h4{
    font-family: Lato;
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    line-height: 16px;
    margin: 10px 0 20px 0;
    font-weight: 600;
}
.toern .bild{
	padding: 10px;
	width: 270px;
}
.toern .bild img{
	width: 100%;
	height: auto;
}
.toern .bild.platzhalter{
	padding:10px;
}
.toern .bild.platzhalter img{
	width: 250px;
}

.toern .infos{
	width: calc(100% - 430px);
	position: relative;
	padding-bottom: 80px;
}
.toern .toerndaten{
	color: #1a7ea1;
	border-top: 1px solid #e6e6e6;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
}
.toern .preise{
	width: 210px;
	border-left: 1px solid #e6e6e6;
	position: relative;
	text-align: right;
}
.toern .preise .preis{
    font-size: 20px;
    font-weight: 500;
    color: #1a7ea1;
    font-family: Roboto;
    padding-bottom: 7px;
    display: block;
}
.toern .preise .preis .ab{
	font-size: 75%;
}
.toern .preise .preis .alter-preis{
	display: block;
	color: #a00000;
	text-decoration: line-through;
	font-style: italic;
	font-size: 80%;
}
.toern .preise .wrapper{
    padding: 26px 20px 20px 0;
    line-height: 165%;
}
.toern .preise .wrapper.verfuegbarkeit{
    padding: 0px 20px 60px 0;
}
.toern .preise .wrapper.verfuegbarkeit > div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    padding-bottom: 5px;
}
.toern .preise .wrapper.verfuegbarkeit > div > span{
	display: block;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	background-color: red;
}
.toern .preise .wrapper.verfuegbarkeit > div > span.verfuegbar{
	background-color: #276230;
}
.toern .preise .wrapper .info-icon-jugendliche{
    cursor: pointer;
    padding-left: 2px;
    position: relative;
}
.toern .preise .wrapper .info-icon-jugendliche .info-text,
.form-buchungsanfrage .info-beruf .info-text{
	display: none;
	position: absolute;
	bottom: 20px;
    right: 0;
    width: 300px;
    background: #fff;
    font-size: .9em;
    line-height: 140%;
    text-align: left;
    padding: 10px;
    border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 15%);
}
.toern .laf,
.toern .programm{
	border-top: 1px solid #e6e6e6;
	margin-top: 20px;
	padding-top: 20px;
}
.toern .beschreibung-wrapper,
.toern .laf-infos{
	display: flex;
	justify-content: space-between;
	gap:50px;
}
.toern .laf-infos{
	padding-bottom: 20px;
}
.toern .laf-wrapper{
	flex-direction: column-reverse;
	align-items: flex-end;
	gap: 0;
}
.toern .beschreibung-wrapper .beschreibung{
	width: calc(100% - 180px);
}
.toern .beschreibung-wrapper .freie-plaetze,
.toern .laf-wrapper .freie-plaetze{
	width: 160px;
    flex-shrink: 0;
}
.toern .laf-wrapper .titel{
	font-weight: bold;
	color: #000;
}
.toern .bild .wrapper{
	position: relative;
}
.toern .bild .warteliste,
.toern .bild .ausgebucht{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 15px;
	background-color: rgba(26, 126, 161, .8);
}
.toern .bild .ausgebucht{
	background-color: rgba(255, 0, 0, .8);
}
.toern .programm > div{
	padding-top: 10px;
}
.toern .programm,
.toern .laf,
.toern.stammcrew .freie-plaetze-wrapper{
	display: none;
}
.toern .programm-link,
.toern .laf-link,
.toern.stammcrew .freie-plaetze-link{
	padding-top: 10px;
	color: #1a7ea1;
	cursor: pointer;
	display: inline-block;
	margin-right: 20px;
}
.toern.stammcrew .links{
	display: flex;
}
.toern.stammcrew .links .programm-link,
.toern.stammcrew .links .freie-plaetze-link{
	width: 50%;
}
.toern.stammcrew .programm,
.toern.stammcrew .freie-plaetze{
	width: calc(100% - 140px);
    margin-top: 10px;
    padding-top: 10px;
}
.toern.stammcrew .programm{
    border-top: 1px solid #e6e6e6;
}
.toern .programm-link img,
.toern .laf-link img,
.toern.stammcrew .freie-plaetze-link img{
	width: 15px;
	margin-right: 7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.toern .programm-link.open img,
.toern .laf-link.open img,
.toern.stammcrew .freie-plaetze-link.open img{
	transform: rotate(-180deg);
}
.toern .freie-plaetze{
	float: right;
	padding: 0 20px;
	text-align: left;
	line-height: 160%;
}
.toern .freie-plaetze .freie-plaetze-block:not(:last-child){
	padding-bottom: 10px;
}
.toern .freie-plaetze .anzahl{
	color: #1a7ea1;
}
.toern .preise .anheuern,
.toern .preise .ausgebucht,
.toern.stammcrew a.anheuern,
.form-buchungsanfrage #teilnehmer-hunzufuegen,
.form-buchungsanfrage input[type=submit]{
	display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
	background: #276230 !important;
    border-color: #276230;
    color: #FFF;
    min-width: 140px;
    border: 0;
    text-align: center;
    cursor: pointer;
}
.toern .preise .anheuern,
.toern .preise .ausgebucht{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 1.2rem 9px 1.2rem;
}
.toern.stammcrew a.anheuern,
.toern.stammcrew a.ausgebucht{
	position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    padding: 14px 1.2rem 13px 1.2rem;
}
.toern .preise span.ausgebucht{
	background-color: red !important;
	background: red !important;
	cursor: initial;
}
.form-buchungsanfrage .toern-info strong{
	display: inline-block;
	min-width: 100px;
}
.form-buchungsanfrage .toern-info .preise strong{
	min-width: 215px;
}
.form-buchungsanfrage .toern-info label{
	display: none;
}
.form-buchungsanfrage input[type=text],
.form-buchungsanfrage input[type=date],
.form-buchungsanfrage input[type=select],
.form-buchungsanfrage select,
.form-buchungsanfrage textarea{
	border: 1px solid #ccc !important;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}
.form-buchungsanfrage textarea{
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-buchungsanfrage input[type=radio]{
	margin-left: 5px;
}
.form-buchungsanfrage .toern-info input{
	border: 0 !important;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
}
.form-buchungsanfrage .generelle-infos{
	margin-top: 30px;
}
.form-buchungsanfrage .generelle-infos label{
	display: block;
}
.form-buchungsanfrage .two-cols{
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
}
.form-buchungsanfrage .two-cols > div{
	width: 49%;
	position: relative;
}
.form-buchungsanfrage .form_col.radio{
	display: flex;
	align-items: flex-end;
	margin-top: -10px;
}
.form-buchungsanfrage .form_col.radio > label{
	padding-left: 0;
}
.form-buchungsanfrage .toern_aufmerksamgewordendurch{
	margin-left: -15px;
}
.form-buchungsanfrage .toern_aufmerksamgewordendurch label{
	font-weight: normal;
}
.form-buchungsanfrage .person{
	border-bottom: 2px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.form-buchungsanfrage .hinweis-mehrere-personen{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 2px solid #ccc;
}
.form-buchungsanfrage .info-beruf{
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
.form-buchungsanfrage .info-beruf .info-text{
	right: 30px;
}
#template-personendaten{
	display: none;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-color-alex-green{
	background: #276230;
	color: #fff;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-color-alex-original-green{
	background: #276230;
	color: #fff;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.vc_row.no-padding .vc_column-inner{
	padding-top: 0 !important;
}
.media-box{
	display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span{
	background-color: #276230 !important;
}
.toern.stammcrew .infos{
	width: calc(100% - 280px);
	padding-bottom: 70px;
}
.toern.stammcrew .freie-plaetze{
	float: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-flow: row wrap;
}
.toern.stammcrew .freie-plaetze:after{
	content: "";
	flex: auto;
}
.toern.stammcrew .freie-plaetze .freie-plaetze-block {
	display: block;
    width: calc(25% - 4px);
    background: #e6e6e6;
    padding: 10px;
    margin: 2px;
}
.toern.stammcrew .freie-plaetze .freie-plaetze-block.zbs {
	width: calc(100% - 4px) !important;
}
.featured-links .featured-link:nth-child(1) {
    background-color: unset;
}

.featured-links .featured-link:nth-child(2) {
    background-color: rgba(0,0,0,.1);
}
.featured-links .featured-link:nth-child(3) {
    background-color: rgba(0,0,0,.2);
}
.stoerer,
.stoerer.gutschein{ /* in Template header.php*/
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(/wp-content/uploads/2025/07/stoerer_Spende.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 200px;
	top:150px;
	z-index: 100;
}
.stoerer.newsletter{
	background-image: url(/wp-content/uploads/2024/02/stoerer_Newsletter_04_150x150px.png);
}
.stoerer.podcast{
	background-image: url(/wp-content/uploads/2024/02/stoerer_Podcast_03_150x150px.png);
}
.slideElem .slideHeader{
	color:#666;
    padding: 14px 20px 14px 46px;
    box-sizing: border-box;
    position: relative;
    transition: background .2s ease-in-out;
    border: 1px solid #f0f0f0;
    background-color: #f8f8f8;
    cursor: pointer;
}
.slideElem .slideHeader:hover{
    background-color: #f0f0f0;
}
.slideElem .slideHeader .control{
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    position: relative;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}
.slideElem .slideHeader .control:before{
	content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 2px 0 0 0;
}
.slideElem .slideHeader .control:after{
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    bottom: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 0 0 2px;
}
.slideElem .slideHeader.open .control:after{
	display:none;
}
.slideElem .slideContent{
	display: none;
}
.slideElem .slideContent .toern-liste{
	padding-top: 20px;
}
.slideElem:first-child .slideHeader{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.slideElem:last-child .slideHeader{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
iframe#schiffsposition{
	width: 100%;
	height:500px;
	border:0;
}






@media only screen and  (max-width: 1549px) {
	.stoerer-gutschein,
	.stoerer{
		right: 4%;
	}
}
@media only screen and  (max-width: 1199px) {
	.toern.stammcrew .freie-plaetze,
	.toern.stammcrew .programm{
		width: 98%;
	}
}
@media only screen and  (max-width: 1023px) {
	.toern .beschreibung-wrapper,
	.toern .laf-wrapper{
		flex-direction: column;
		gap: 0;
	}
	.toern .beschreibung-wrapper .beschreibung,
	.toern .beschreibung-wrapper .laf,
	.toern .beschreibung-wrapper .freie-plaetze{
		width: 100%;
	}
	.toern .beschreibung-wrapper .freie-plaetze,
	.toern .laf-wrapper .freie-plaetze{
		padding: 20px 0 0 0;
	}
	.toern.stammcrew .freie-plaetze .freie-plaetze-block {
	    width: calc(33% - 4px);
	}
	.stoerer-gutschein,
	.stoerer{
		width: 120px;
		height: 120px;
	}
}
@media only screen and  (max-width: 767px) {
	.toern .preise .wrapper .info-icon-jugendliche .info-text{
		position: static;
		width: auto;
		display: block;
		display: none;
	}
	.stoerer-gutschein,
	.stoerer{
		top:70px;
		width: 80px;
		height: 80px;
	}
	.toern .preise .wrapper.verfuegbarkeit > div{
		justify-content: flex-start;
	}
	.toern-liste{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.toern{
		flex-direction: column;
		padding: 5px;
		max-width: 320px;
		justify-content: flex-start;
	}
	.toern > div{
		width:  100% !important;
	}
	.toern .preise{
		text-align: left;
		border: 0;
		padding-bottom: 5px;
	}
	.toern .preise .wrapper{
		position: static;
		padding: 6px 20px 20px 0;
	}
	.toern .preise .wrapper.verfuegbarkeit{
		padding-bottom: 40px;
	}
	.toern .preise,
	.toern .infos{
		padding: 0 10px 30px 10px;
	}
	.toern .infos{
		padding-bottom: 0;
	}
	.toern .toerndaten{
		position: static;
		border-bottom: 1px solid #e6e6e6;
		margin: 10px 0;
	}
	.toern.stammcrew .freie-plaetze .freie-plaetze-block {
	    width: calc(50% - 4px);
	}
}
@media only screen and  (max-width: 480px) {
	.form-buchungsanfrage2 .form-row.two-cols > .form-col.geburtsdatum label{
		display: block !important;
	}
}