label span a {
	text-decoration: underline !important;
}

/* :: EXTENSION :: */
.tx-ikdonation a {
	text-decoration: none;
}

#tx_ikdonation_form_submit {
	float: right;
	margin-bottom: 7px;
}

.tx_ikdonation_Row {
	margin: 0 -15px;
}

.tx_ikdonation_Variation_SingleContainer input[type=radio],
.tx_ikdonation_Project_SingleContainer input[type=radio],
.tx_ikdonation_Amount_SingleContainer input[type=radio] {
	display: none;
}

/* :: VARIATION :: */
.tx_ikdonation_Variation_SingleContainer {
	padding: 0 15px;
	overflow: hidden;
	/*min-height: 250px;*/
}

.tx_ikdonation_Variation_SingleContainer .tx_ikdonation_Variation_SingleContainer_Header {
	margin-top: 12px;
	text-transform: lowercase;
	max-width: 380px;
}

.tx_ikdonation_Variation_SingleContainer .tx_ikdonation_Variation_SingleContainer_Header .big {
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-size: 60px;font-size: 3.333rem;
	line-height: 1;
}

.tx_ikdonation_Variation_SingleContainer .tx_ikdonation_Variation_SingleContainer_Header span {
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-size: 30px;font-size: 1.667rem;
	letter-spacing: -2px;
}

.tx_ikdonation_Variation_SingleContainer .tx_ikdonation_Variation_SingleContainer_Description {
	padding: 10px 20px 25px 90px;
	display: block;
	font-family: 'HelveticaNeueLT-Std-Lt';
	font-size: 17px;font-size: 0.9444rem;
	line-height: 24px;line-height: 1.333rem;
	display: block;
	min-height: 81px;
}

.tx_ikdonation_Variation_SingleContainer .select-button {
	margin: 0 17px 0 90px;
}

/* :: PROJECTS :: */
.tx_ikdonation_Project_SingleContainer {

	overflow: hidden;
	min-height: 500px;
	margin-bottom: 30px;
}

.tx_ikdonation_Project_SingleContainer img {
	width: 100%;
	height: auto;
}

.tx_ikdonation_Project_SingleContainer .tx_ikdonation_Project_Text {
	min-height: 275px;
	padding: 20px 35px;
	background: #f7f7f7;
	overflow: hidden;
}

#tx_ikdonation_form_donationData .select-button {
	-webkit-appearance: none;
	display: block;
	font-family: 'HelveticaNeueLT-Std-Bd';
	height: 52px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: all .4s ease-in-out;
	background: #1E1C1F url("/fileadmin/templates/caritas_root/01_global/theme/img/gfx/select-check.png") no-repeat 150% center;
	margin-bottom: 40px;
	border: 4px solid #1e1c1f;
}

#tx_ikdonation_form_donationData .select-button:hover,
#tx_ikdonation_form_donationData .select-button:focus
{
	background: #fff url("/fileadmin/templates/caritas_root/01_global/theme/img/gfx/select-check.png") no-repeat 150% center;
	color: #1e1c1f;
}

#tx_ikdonation_form_donationData .select-button.active {
	background: #e40428;
	padding-right: 59px;
	background: #e40428 url("/fileadmin/templates/caritas_root/01_global/theme/img/gfx/select-check.png") no-repeat right center;
	border-color: #e40428;
}

#tx_ikdonation_form_donationData .select-button.active:hover,
#tx_ikdonation_form_donationData .select-button.active:focus
{
	background: #fff url("/fileadmin/templates/caritas_root/01_global/theme/img/gfx/select-check.png") no-repeat right center;
}

.tx_ikdonation_Project_other > div {
	/*height: 52px;*/
	line-height: 52px;
	text-align: center;
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-size: 19px;
	font-size: 1.056rem;
}

.slider-project .flex-direction-nav .flex-prev,
.slider-project .flex-direction-nav .flex-next {
	top: 42%;
	width: 48px;
	width: 2.667rem;
	height: 48px;
	height: 2.667rem;
	font-size: 40px;
	font-size: 2.222rem;
}

.slider-project .flex-direction-nav .flex-prev {
	left: -35px;
	opacity: 1;
	font-size: 40px;
	font-size: 2.222rem;
}

.slider-project .flex-direction-nav .flex-next {
	right: -35px;
	opacity: 1;
	font-size: 40px;
	font-size: 2.222rem;
}

#tx_ikdonation_form_donationData:hover .flex-prev {
	left: -35px;

}

#tx_ikdonation_form_donationData:hover .flex-next {
	right: -35px;
}

.slider-project .flex-direction-nav a.flex-next:before,
.slider-project .flex-direction-nav a.flex-prev:before {
	margin: 0;
	display: inline-block;
	text-align: center;

	width: 48px;
	width: 2.667rem;
	height: 48px;
	height: 2.667rem;
	font-size: 35px;
	font-size: 1.944rem;
}

@media(max-width:980px) {
	.slider-project {
		margin: 0 40px;
	}
	.tx_ikdonation_Variation_SingleContainer .tx_ikdonation_Variation_SingleContainer_Description
	{
		padding: 10px 20px 25px 70px;
	}

	#tx_ikdonation_form_donationData .select-button
	{
		margin-left: 70px;
	}

	#tx_ikdonation_form_donationData .tx_ikdonation_Project_SingleContainer .select-button
	{
		margin-left:0;
	}

}

/* :: AMOUNT & INTERVAL :: */
.tx_ikdonation_Amount_SingleContainer {
	padding: 0 15px;
	margin-bottom: 30px;
}

.tx_ikdonation_Amount_SingleContainer .error-individual {
	display: none;
	right: 0px;
	font-size: 17px;font-size: 0.9444rem;
	bottom: 165px;
	width: 100px;
}

.tx_ikdonation_Amount_SingleContainer span {
	display: block;
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-size: 60px;font-size: 3.333rem;
	height: 70px; height: 3.889rem;
	margin-bottom: 5px;
}

.tx_ikdonation_Amount_SingleContainer input[type=text] {
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-size: 60px;font-size: 3.333rem;
	height: 70px;height: 3.889rem;
	width: 100%;
	padding-left: 25px;
	margin-bottom: 5px;
	border: 2px solid black;
	padding-top: 0;
}

.tx_ikdonation_Interval_Container {
}

/* :: DONOR :: */
.tx_ikdonation_DonorForm_Container {
	margin-bottom: 10px;
}

.tx_ikdonation_Variation_SingleContainer_Donor {
	min-height: 82px;
	padding: 0 15px;
	position: relative;
}

select {
	position: relative;
	z-index: 5;
	background-color: transparent;
}

.tx_ikdonation_Row span.input-info {
	display: block;
	padding: 0 15px;
}


/* :: CONFIRMATION :: */
.tx_ikdonation_confirmation,
.tx_ikdonation_thx {
	margin-top: 50px;
}

.tx_ikdonation_confirmation_check {
	position: relative;
	padding-left: 40px;
}

.tx_ikdonation_confirmation_check:first-child h4 {
	padding-right: 40px;
}

.tx_ikdonation_confirmation_check .icon {
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 19px;font-size: 1.056rem;
}

.pdf-download {
	position: relative;
	margin: 25px 0 15px;
	padding-left: 40px;
}
.pdf-download h4 {
	padding-right: 10px;
}

.pdf-download p {
	display: none;
}

.pdf-download a {
	position: relative;
	left: 13px;
	text-decoration: none !important;
}

.pdf-download .icon {
	font-size: 28px;
}

.pdf-download .icon-adobe21 {
	position: absolute;
	top: -7px;
	left: 0;
}

.pdf-download .icon-download {
	margin-bottom: 5px;
}

.pdf-download .pdf-link {
	display: none;
	position: absolute;
	top: 20px;
	right: 28px;
	text-align: center;
}

/* :: BUTTONS :: */
.spende-button {
	background-color: #4d7e07;
	/*padding: 14px 5px 6px 5px;*/
	border: none;
	font-family: 'HelveticaNeueLT-Std-Bd';
	margin-top: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 4px solid #4d7e07;
	float: left;
	color: #fff;
	white-space: nowrap;
	height: 52px;
	font-size: 18px;font-size: 1rem;
	text-align: center;
	line-height: 52px;
}

.spende-button:hover,
.spende-button:focus{
	background-color: #fff;
	color:#1e1c1f;
	text-decoration: none;
}

.tx_ikdonation_module_zweck {
	position: relative;
}

@media (max-width: 379px)  {
	#contentwrapper .contentsection .tx_ikdonation_module_zweck h1.specialHeadline {
		padding-right: 30px;
	}
}

.tx_ikdonation_module_zweck .edit-button.icon-space {
	width: 26px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #1e1c1f;
	background-color: #ffffff;
	padding: 0 0 0 5px;
	border:none;
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.tx_ikdonation_module_zweck .edit-button.icon-space .icon {
	top: auto;
	margin:0;
	right: 0;
}

.edit-button {
	position: relative;
	background-color: #1e1c1f;
	padding: 0 5px;
	border: none;
	font-family: 'HelveticaNeueLT-Std-Bd';
	margin-top: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 4px solid #1e1c1f;
	float: left;
	color: #fff;
	white-space: nowrap;
	height: 52px;
	line-height: 52px;
	font-size: 18px;font-size: 1rem;
	text-align: center;
}

.edit-button-17 {
	position: absolute;
	height: auto;
	width: auto;
	right: 0;
	margin-top: 46px;
	color: #1e1c1f;
	background-color: transparent;
	border: none;
	z-index: 1;
}

.edit-button:hover,
.edit-button:focus{
	background: #fff;
	color: #1e1c1f;
}

.edit-button.icon-space {
	padding-right: 38px;
}


.edit-button .icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 10px;
	font-size: 18px;
}

.tx_ikdonation_checkbox {
	margin: 27px 0 35px;
}

.tx_ikdonation_confirmation .edit-button,
.tx_ikdonation_module_zweck .edit-button,
.tx_ikdonation_confirmation .spende-button {
	display: block;
	float: none;
	margin-top: 30px;
	margin-bottom: 40px;
	cursor: pointer;
}

@media (max-width: 979px) {
	#tx_ikdonation_form_submit .spendenbutton {
		margin: 0;
		height: auto;
		padding: 14px 0px 6px 0px;
	}
}
.tx_ikdonation_confirmation .spende-button {
	display: block;
	float: none;
	margin: 34px 0 42px;
	cursor: pointer;
}

.tx_ikdonation_PostInputZmrForm_Container .spende-button {
	display: block;
	float: none;
	margin-top: 30px;
	margin-bottom: 40px;
	cursor: pointer;
}

.tx_ikdonation_module_zweck h1 {
	margin: 0;
}

.tx_ikdonation_module_zweck label[for='tx_ikdonation_module_purpose_title'] {
	display: block;
	margin-bottom: 35px;
}

.tx_ikdonation_module_zweck label[for='tx_ikdonation_module_purpose_amount'] {
	display: block;
	margin-bottom: 20px;
}

/* :: ERROR :: */
.static-error {
	position: relative;
	margin: -20px 0 20px 0;
	display: table;
}

.error-message {
	position: absolute;
	bottom: 58px;
	right: 45px;
	color: #fff;
	font-size: 18px;font-size: 1rem;
	background: #E40429;
	padding: 10px 40px !important;
	text-align: left;
	min-width: 220px;
	height: auto;
	z-index: 10;
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-size: 17px;font-size: 0.9444rem !important;
	bottom: 68px;
	padding: 10px 15px 5px 15px !important;
}


/* :: SPENDENBAROMETER :: */

.teaser-schnell-spenden  .progress {
	position: relative;
	overflow: visible;
	width: 430px;
	height: 50px;
	margin: 150px auto;
	background-color: #cfdac0;
	border-radius: 0;
	border: 1px solid #000000;
	 -webkit-box-shadow: none;
	box-shadow: none;
}

.teaser-schnell-spenden .progress:after {
	content: url(../image/progress-finish-right.png);
	position: absolute;
	right: -1px;
	top: -29px;
}

.teaser-schnell-spenden .progress .progress-finish {
	position: absolute;
	top: -106px;
	right: -82px;
	background-color: #4d7e07;
	padding: 6px 15px 0 15px;
	color: #ffffff;
	font-size: 1.422em;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	border: 2px solid #000000;

}

.teaser-schnell-spenden .progress .progress-finish .finish-amount {
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-size: 1.3em;
	font-weight: 900;
}

.teaser-schnell-spenden .progress .progress-bar {
	position: relative;
	background-color: #4d7e07;
	font-size: inherit;
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s;
}

.teaser-schnell-spenden .progress .progress-bar:after {
	content: url(../image/progress-bar-right.png);
	position: absolute;
	right: -1px;
	top: -33px;
}

.teaser-schnell-spenden .progress .progress-bar .progress-start {
	height: 70px;
	position: absolute;
	bottom: -104px;
	right: -87px;
	padding: 6px 15px 0 15px;
	color: #000000;
	font-size: 1.422em;
	font-weight: bold;
	line-height: 1.1;
	border: 2px solid #000000;
	opacity: 0;

}

.teaser-schnell-spenden .progress .progress-bar .progress-start .start-stand {
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-size: 1.05em;
	font-weight: 900;
}



.teaser-schnell-spenden .progress .progress-donors {

	font-size: 1.222rem;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
}

.teaser-schnell-spenden .progress .donors-titel {
	font-size: 1.222rem;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

.teaser-schnell-spenden .progress .donors-left {
	display: none;
	position: relative;
	top: 13px;
	right: 2px;
	float: right;
	min-width: 200px;
	height: 26px;
}
.teaser-schnell-spenden .progress .donors-right {
	position: relative;
	top: 11px;
	right: 10px;
	float: right;
}


/* Media Queries ( Responsive ) */

@media screen and (max-width: 1200px) {

	.teaser-schnell-spenden .progress {
		width: 66%;
	}

	.teaser-schnell-spenden .progress .progress-bar .progress-start {
		width:150px;
		height: 52px;
		right: -66px;
		bottom: -88px;
		font-size: 1em;
	}

	.teaser-schnell-spenden .progress .progress-finish {
		top: -90px;
		right: -59px;
		font-size: 1em;
	}

	.teaser-schnell-spenden .progress .donors-right,
	.teaser-schnell-spenden .progress .donors-left {
		font-size: 1em;
		top: 14px;
	}

	.teaser-schnell-spenden .progress .donors-left {
		width: 171px;
	}

	.teaser-schnell-spenden .progress .progress-donors,
	.teaser-schnell-spenden .progress .donors-titel {
		font-size: 1em;
	}


}

@media screen and (max-width: 979px) {
	.tx_ikdonation_Variation_SingleContainer_Donor .error-message
	{
		position: absolute;
		left:20px;
		right:inherit;
		bottom:82px;
		padding: 8px 20px 4px 20px !important;
		line-height: 1;
	}

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.teaser-schnell-spenden .progress .donors-left {
		right: -5px;
	}

	.teaser-schnell-spenden .progress .donors-right,
	.teaser-schnell-spenden .progress .donors-left {
		font-size: 0.9em;

	}

	.teaser-schnell-spenden .progress .progress-donors,
	.teaser-schnell-spenden .progress .donors-titel {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 760px) {

	.teaser-schnell-spenden .progress {
		width: 100%;
	}

	.teaser-schnell-spenden .progress .progress-bar .progress-start {
		right: -148px;
	}

	.teaser-schnell-spenden .progress .progress-finish {
		right:0;
	}

	.teaser-schnell-spenden .progress .progress-bar .progress-start-right {
		right:0;
	}

	.teaser-schnell-spenden .progress .donors-left {
		right: -10px;
	}

}


.static-error .error-message {
	display: inline-block;
	position: static;
}

.error-message:after {
	content: '';
	position: absolute;
	top: 100%;
	right: 18px;
	width: 0;
	height: 0;
	border-top: 8px solid #E40429;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}




@media screen and (max-width:400px)
{
	.tx_ikdonation_Variation_SingleContainer .tx_ikdonation_Variation_SingleContainer_Header .big {
		font-size: 50px;font-size: 2.778rem
	}

	.tx_ikdonation_Variation_SingleContainer .tx_ikdonation_Variation_SingleContainer_Header span {
		font-size: 25px;font-size: 1.389rem
	}

	.tx_ikdonation_Variation_SingleContainer{
		margin-bottom: 20px;

	}
}


/*************************
 * Donation Process 2019 *
 *************************/


/* Flexible Classes */
.d-block {
	display: block;
}

.show-label-xs {
	display: none;
}
@media (max-width: 479px) {
	.show-label-xs {
		display: inline;
	}
}

.hide-label-xs {
	display: none;
}

@media (min-width: 480px) {
	.hide-label-xs {
		display: inline;
	}
}

.d-none {
	display: none;
}

.d-inline-block {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 15px;
}

.d-inline-block:first-child {
	margin-right: 20px;
}

.donation-row {
	margin: 0 -15px;
}

.donation-col-wrap {
	padding: 0 15px;
	position: relative;
}
.padding-right-22 {
	padding-right: 22px;
}

.ml-0 {
	margin-left: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}




.my-auto-xs {
	margin-bottom: 30px;
}

@media (min-width: 760px) {
	.my-auto-xs {
		margin-bottom: 0;
	}
}

.my-auto-xs:last-child {
	margin-bottom: 0;
}

.my-auto-lg {
	margin-bottom: 30px;
}

@media (min-width: 980px) {
	.my-auto-lg {
		margin-bottom: 0;
	}
}

.contentsection .content-right .row.my-auto,
.content-right .row.my-auto {
	margin-top: auto!important;
}

.contentsection .content-right .row.my-auto,
.content-right .row.my-auto,
.my-auto {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mt-auto, .my-auto {
	margin-top: auto!important;
}
.mb-none {
	margin-bottom: 0;
}

.mt-none {
	margin-top: 0;
}

.pr-0 {
	padding-right: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.mb-20 {
	margin-bottom: 20px;
}
.mbn-20 {
	margin-bottom: -20px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.my-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-125 {
	margin-bottom: 125px;
}

.my-auto h4 {
	margin: 0;
}

.w-25 {
	width: 25% !important; }

.w-50 {
	width: 50% !important; }

.w-75 {
	width: 75% !important; }

.w-80 {
	width: 80% !important; }

@media (min-width: 760px) {
	.w-sm-80 {
		width: 80% !important; }
}

.w-100 {
	width: 100% !important; }

.w-auto {
	width: auto !important; }

.h-25 {
	height: 25% !important; }

.h-50 {
	height: 50% !important; }

.h-75 {
	height: 75% !important; }

.h-100 {
	height: 100% !important; }

.h-auto {
	height: auto !important; }

.mw-100 {
	max-width: 100% !important; }

.mh-100 {
	max-height: 100% !important; }

.min-vw-100 {
	min-width: 100vw !important; }

.min-vh-100 {
	min-height: 100vh !important; }

.vw-100 {
	width: 100vw !important; }

.vh-100 {
	height: 100vh !important; }

.text-decoration-none {
	text-decoration: none !important; }

.text-decoration-underline {
	text-decoration: underline !important; }

.text-decoration-underline:hover {
	text-decoration: none !important; }

.position-relative {
	position: relative;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.donation-col-wrap p:last-child {
	margin-bottom: 0;
}

.btn-back {
	text-decoration: none;
	color: #1e1c1f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'HelveticaNeueLT-Std-Bd';
	padding-top: 0;
	display: block;
	float: left;
	padding-top: 16px;
	padding-bottom: 13px;
	line-height: 23px;
	line-height: 1.333rem;
	vertical-align: top;
	width: 59%;
	font-size: 17px;
	font-size: 0.9444rem;
}


/* Donation classes and id's */
#tx_ikdonation_form_donationData input,
#tx_ikdonation_form_donationData textarea {
	margin-bottom: 0;
}

.donation-steps.my-auto {
	margin-top: 30px !important;
}

.donation-steps:before {
	position: relative;
	top: 1px;
	content:"";
	width: 78px;
	height: 14px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 78px 14px;
}

.donation-steps.donation-step-1:before {
	background-image:  url("/typo3conf/ext/ikdonation/Resources/Public/image/donation-2019/1.png");
}

.donation-steps.donation-step-2:before {
	background-image:  url("/typo3conf/ext/ikdonation/Resources/Public/image/donation-2019/2.png");
}

.donation-steps.donation-step-3:before {
	background-image:  url("/typo3conf/ext/ikdonation/Resources/Public/image/donation-2019/3.png");
}

.donation-steps.donation-step-4:before {
	background-image:  url("/typo3conf/ext/ikdonation/Resources/Public/image/donation-2019/4.png");
}

.donation-step-text {
	font-size: 16px;
	font-size: 0.8889rem;
}

#tx_ikd_predefItemSummary_project {
	position: relative;
	padding-right: 25px;
}

#tx_ikd_predefItemSummary_textMode {
	position: relative;
}

.tx_ikd_togglePredefItemEdit.edit-icon {
	position: absolute;
	top:0;
	right: 0;
	cursor: pointer;
}

/* Label Animation */

.label-anima {
	position: absolute;
	left: 0px;
	top: 16px;
	color: #767676;
	background-color: #fff;
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-weight: 400;
	letter-spacing: -0.035em;
	z-index: 10;
	margin-left: 30px;
	cursor: auto;
	-webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.focused .label-anima {
	-webkit-transform: translateY(-125%);
	transform: translateY(-125%);
	font-size: .75em;
	padding-left: 5px;
	padding-right: 5px;
	color: #767676;
}

.focused .label-anima .focused-hide {
	display: none;
}

.required.label-anima:after {
	content: " *";
}

/* Popover & Tooltip */
.has-popover .popover-wrap {
	position: absolute;
	width: 48px;
	height: 48px;
	background: #d8d8d8;
	right: 17px;
	top: 2px;
	cursor: help;
}

.has-popover .popover-wrap:after {
	content: "?";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 16px;
	line-height: 1;
	display: block;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.has-popover .popover {
	max-width: none;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
}

.has-popover .popover.top {
	margin-top: -4px;
}

.has-popover .popover>.arrow,
.has-popover .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.has-popover .popover.top>.arrow:after {
	border-top-color: #000;
}

.has-popover .tooltip {
	position: absolute;
	z-index: 1070;
	display: none;
	font-size: 16px;
	font-size: 0.8889rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	line-break: auto;
	margin-top: 7px;
	margin-right:15px;
	left: 0!important;
	right: 0;
	margin-left: 15px;
}

.has-popover .tooltip-inner {
	max-width: none;
	max-height: none;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
}

.has-popover .tooltip.top .tooltip-arrow {
	bottom: 0;
	right: 21px!important;
	left: auto!important;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.has-popover .tooltip-inner {
	color: #fff;
	text-align: left;
	background-color: #000;
	border: 1px solid #000;
}

/* Dropdown Menu */

.donation-dropdown .dropdown-menu {
	width: 100%;
	right: 0;
	left: 0;
	margin-top: -2px;
	border: 2px solid #1e1c1f;
	border-top: 0;
}

.donation-dropdown .open> .dropdown-menu {
	display: block;
}

.donation-dropdown .dropdown-menu > li > a {
	display: block;
	padding: 7px 30px 2px 12px;
	clear: both;
	line-height: 1.42857143;
	color: #1e1c1f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-weight: 400;
}

.donation-dropdown .dropdown-menu > li > a:hover {
	color: #ffffff;
}

.donation-dropdown .dropdown .open .btn-donation {
	border-bottom-color: transparent;
}

.donation-dropdown .btn-donation:focus, {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.donation-dropdown .btn-donation:focus + ul.dropdown-menu.dropdown-edit {
	border-color: #66afe9;
	outline: 0;
}

.donation-dropdown .btn-donation.form-control {
	color: #1E1C1F;
	line-height: 2.4;
}

.donation-dropdown .btn-donation i {
	position: absolute;
	top: 18px;
	right: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	font-weight: bold;
}

.donation-dropdown .open .btn-donation i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.donation-col-wrap input[type="submit"] {
	margin: 0;
}

.donation-dropdown .dropdown-menu > li > a.active:after {
	position: absolute;
	right: 10px;
	content: "\f00c";
	display: inline-block;
	float: right;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tx_ikd_togglePredefItemEdit.edit-icon.btn.spendenbutton.button {
	position: static;
	margin: 0;
}

@media (max-width: 979px)  {
	.tx_ikd_togglePredefItemEdit.edit-icon.btn.spendenbutton.button {
		height: auto;
		padding: 14px 0px 6px 0px;
	}
}

button.btn-donation.dropdown-toggle.form-control {
	color: #1E1C1F;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-weight: 400;
}

.donation-col-wrap input[type=text],
.donation-col-wrap input[type=password],
.donation-col-wrap input[type=number],
.donation-col-wrap input[type=email],
.donation-col-wrap input.powermail_date,
.donation-col-wrap select {
	padding: 5px 38px 1px 13px;
	margin-bottom: 0;
}

.donation-col-wrap textarea.textarea-input {
	padding: 15px 38px 1px 13px;
	margin-bottom: 0;
	height: 130px;
}

.radio-small-text {
	display: block;
	padding-left: 48px;
}

.donation-row input[type="radio"] + label:last-child {
	margin-bottom: 0;
}

.donation-row .radio:last-child,
.donation-row .checkbox:last-child {
	margin-top: 0;
	margin-bottom: 0px;
}​

/* Parsley - Error Message */

/* Has Error */

.donation-col-wrap.has-error .error-before {
	background: transparent;
	cursor: default;
}

.donation-col-wrap.has-error .error-before:after {
	content: "\f12a";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 16px;
	line-height: 1;
	display: block;
	margin: auto;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.donation-col-wrap.has-error .error-before:before {
	content: "";
	background: #e40429;
	border-radius: 99em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	margin: auto;
}

.donation-col-wrap.has-error.has-popover .tooltip-inner {
	background-color: #e40429;
	border: 1px solid #e40429;
}

.donation-col-wrap.has-error.has-popover .tooltip.top .tooltip-arrow {
	border-top-color: #e40429;
}

.donation-col-wrap.has-error .form-control {
	border-color: #1E1C1F;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

/* Has Success */
.donation-col-wrap.has-error .error-before,
.donation-col-wrap.has-success .error-before {
	background: transparent;
	cursor: default;
	position: absolute;
	width: 48px;
	height: 48px;
	right: 17px;
	top: 2px;
}

.donation-col-wrap.has-success .error-before:after {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 19px;
	height: 16px;
	line-height: 1;
	display: block;
	margin: auto;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.donation-col-wrap.has-success .error-before:before {
	content: "";
	background: #4d7e07;
	border-radius: 99em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	margin: auto;
}

.donation-col-wrap.has-success.has-popover .tooltip-inner {
	background-color: #4d7e07;
	border: 1px solid #4d7e07;
}

.donation-col-wrap.has-success.has-popover .tooltip.top .tooltip-arrow {
	border-top-color: #4d7e07;
}

.donation-col-wrap.has-success .error-message,
.donation-col-wrap .error-message {
	display: none;
}

.donation-col-wrap.has-error .error-message,
#tx_ikd_predefItemSummary_textMode .error-message {
	display: block;
	position: absolute;
	bottom: 48px;
	right: 15px;
	margin-left: 15px;
	font-size: 16px;
	font-size: 0.8889rem!important;
}

.donation-col-wrap.has-error .alert-danger,
#tx_ikd_predefItemSummary_textMode .alert-danger {
	background-color: transparent;
	border: none;
	color: inherit;
	padding: 0;
	margin: 0;
}

.donation-col-wrap.has-error .alert-danger li,
#tx_ikd_predefItemSummary_textMode  .alert-danger li{
	list-style: none;
}

.donation-col-wrap.has-success.has-popover .tooltip,
.donation-col-wrap.has-error.has-popover .tooltip{
	display: none!important;
}

.donation-btn-wrap {
	float: right;
	margin-bottom: 0;
}

#tx_ikdonation_form_submit.btn-wrap {
	float: none;
	margin-bottom: 0;
}

@media (min-width: 760px) {
	#tx_ikdonation_form_submit.btn-wrap {
		float: left;
		margin-bottom: 0;
	}
}

.btn-wrap .spendenbutton.button {
	margin: 0;
}

.donation-edit-icon {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.donation-confirmation,
.donation-thanks {
	margin-top: 0;
}

/* PDF Download */

.donation-pdf-download {
	margin:0;
}

.donation-pdf-download h4 {
	margin-bottom: 0;
}

@media (min-width:760px) {
	.flexRow-sm {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
		display: flex;
	}
	.flexRow-sm [class*="col-"] {
		-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 1;         /* OLD - Firefox 19- */
		-webkit-flex: 1;          /* Chrome */
		-ms-flex: 1;              /* IE 10 */
		flex: 1;
	}
}

@media (min-width:980px) {
	.align-items-flex-end-sm {
		align-items: flex-end;
		-ms-flex-align: end;
	}
}

.overflow-hidden {
	overflow: hidden;
}

.paymentOptionTrigger {
	padding-left: 48px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	font-size: 0.8889rem;
}

.paymentOptionTrigger:before {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 7px;
	top: 1px;
}

#lessPaymentOptionsTop.paymentOptionTrigger:before,
 #lessPaymentOptionsBottom.paymentOptionTrigger:before {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#confirmation .confirmation-data {
	position: relative;
}

.dt-teaser {
	background-color: #F8F8F8;
	min-height: 300px;
}

.dt-teaser > div {
	margin: 0;
}

@media (min-width:760px) {
	.dt-teaser .teaser-img {
		display: none;
	}
}

@media (min-width:760px) {
	.dt-teaser .dt-teaser-left,
	.dt-teaser .dt-teaser-right {
		min-height: 300px;
	}
}

.dt-teaser .dt-teaser-left {
	padding: 0;
	background-size: cover;
	background-position: top center;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 759px) {
	.dt-teaser .dt-teaser-left {
		background-image: none !important;
	}
}

.dt-teaser .dt-teaser-right {
	padding: 15px;
}

@media (min-width:760px) {
	.dt-teaser .dt-teaser-right .donation-project-description, .dt-teaser .dt-teaser-right .donation-occasionDonation-description {
		position: relative;
	}
}

.dt-teaser-id:hover .dt-teaser-left,
.dt-teaser-id:focus .dt-teaser-left {
	cursor: pointer;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.dt-teaser .dt-teaser-right .headline {
	margin: 0 0 12px 0;
}

.tx-ikdonation .share-social {
	margin: 0;
}

.tx-ikdonation .share-social li{
	float: left;
}

.tx-ikdonation .share-social li a:hover,
.tx-ikdonation .share-social li a:focus {
	color: #e40428;
}

.tx-ikdonation .share-social li ,icon {
	font-size: 24px;
	font-size: 1.333rem;
}

.teaser-eight,
.teaser-nine {
	margin: 30px 0;
}

#donationcontent small,
.font-size-16,
#donationcontent .error-message,
.donation-col-wrap.has-error .error-message,
#tx_ikd_predefItemSummary_textMode .error-message,
.donation-col-wrap.has-error .alert-danger,
#tx_ikd_predefItemSummary_textMode .alert-danger {
	font-size: 16px;
	font-size: 0.8889rem;
}

#donationcontent,
#donationcontent input[type=text],
#donationcontent input[type=password],
#donationcontent input[type=number],
#donationcontent input[type=email],
#donationcontent input.powermail_date, select,
#donationcontent .form-control,
.tx-ikdonation .tx_ikdonation_thx.donation-thanks,
.dt-share-page,
.donation-col-wrap input[type=text],
.donation-col-wrap input[type=password],
.donation-col-wrap input[type=number],
.donation-col-wrap input[type=email],
.donation-col-wrap input.powermail_date,
.donation-col-wrap select {
	font-size: 18px;
	font-size: 1rem;
}

/* Firefox Hacks */
@-moz-document url-prefix() {
	.donation-col-wrap.has-success .error-before::after {
		width: 19px;
		height: 18px;
	}

	.donation-col-wrap.has-error .error-before::after {
		width: 10px;
		height: 17px;
	}

	.error-message {
		padding: 8px 15px 5px 15px !important;
	}
}

#donationcontent label.checkbox span.,
.tx-ikdonation label.checkbox span {
	padding-top: 2px;

}

#donationcontent label.checkbox span.input-check,
.tx-ikdonation label.checkbox span.input-check {
	border: 2px solid #1E1C1F;
	background-color: transparent;
	position: relative;
}

#donationcontent label.checkbox input[type='checkbox']:focus + .input-check,
.tx-ikdonation label.checkbox input[type='checkbox']:focus + .input-check{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#donationcontent label.checkbox :checked + .input-check:before,
.tx-ikdonation label.checkbox :checked + .input-check:before {
	content: "\f00c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 15px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 15px;
	color: transparent;
	display: inline-block;
	font-size: 14px;
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

#donationcontent h4,
.tx-ikdonation h4 {
	font-size: 19px;
	font-size: 1.056rem;
}

@media (min-width: 760px) {
	.col-middle-donation {
		margin: 0 auto;
		float: none;
		width: 610px;
	}
}

@media (min-width: 760px) {
	.col-od-middle {
		margin: 0 auto;
		float: none;
	}
}

@media(min-width: 980px) {
	.col-od-middle {
		width: 746px;
	}
}

/* Spendenprozzes Content */

.dp-dce-top-image {
	margin: 15px 0;
}

.dp-dce-bottom-image {
	text-align: center;
}
@media (min-width: 760px) {
	.dp-dce-bottom-image {
		text-align: left;
	}
}
.dp-dce-text-top p,
.dp-dce-text-bottom p {
	margin-bottom: 15px;
	font-size: 17px;
	font-size: 0.9444rem;
	line-height: 22px;
}

.dp-dce-text-bottom p:last-child {
	margin-bottom: 0;
}

.dp-dce-text-bottom {
	padding-top: 19px;
}

/* Weitere Spendenmöglichkeiten */

.further-donations {
	padding: 0 15px;
	margin-top: 80px;
}

@media (min-width: 980px) {
	.further-donations {
		width:950px;
		float: none;
		margin:auto;
	}
}

@media (min-width: 980px) {
	.further-donations {
		width:950px;
		float: none;
		margin:80px auto 0;
		padding: 0;
	}
}

.further-donations .contentMenuImagesNavigation {
	margin: 0 -15px 0 -15px;
}

.further-donations .contentMenuImagesNavigation .contentMenuImages-item h3 {
	word-break: break-all;
}

.old-browser  {
	display: none;
	width: 500px;
	margin: 70px auto;
	border: none;
	background-color: #F8F8F8;
	padding: 20px;
}

.old-browser img {
	width: 189px;
	height: 100px;
}

.old-browser p {
	margin-top: 20px;
}

.old-browser a {
	font-weight: bold;
	color: #1e1c1f;
	text-decoration: underline;
}

.upload-input {
	padding: 10px;
}

.input-border {
	border: 2px solid #000;
}

.ck-editor-area .ck.ck-editor__main>.ck-editor__editable {
	min-height: 130px;
}

label.checkbox > span {
	padding-top: 2px;
}

select.has-placeholder {
	color: #767676;
}

@media (min-width:760px) {
	#donationcontent.donationcontent .teaser-eight-left {
		flex: 0 0 50%;
		max-width: 50%;
	}
	#donationcontent.donationcontent .teaser-eight-right {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

#donationcontent.donationcontent .teaser-closed .teaser-headline-xs {
	left: 15px;
	right: 15px;
}

@media (min-width: 760px) {
	.ik-teaser-4 .flexRow {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		min-height: 333px;
	}
}

@media (min-width: 760px) {
	.ik-teaser-4 .teaser-right,
	.ik-teaser-4 .teaser-left {
		flex: 0 0 50%;
		max-width: 50%;
		min-height: 333px;
	}
}

.ik-teaser-4 .teaser-right{
	padding: 15px 22.5px;
	background-color: #F8F8F8;
}

.ik-teaser-4 .teaser-left{
	background-size: cover;
	background-position: top center;
}

.ik-teaser-4 .ik-teaser-headline p {
	font-size: 18px;
	font-size: 1rem;
	line-height: 23px;
}

.ik-teaser-4 .ik-teaser-description p {
	font-size: 17px;
	font-size: 0.9444rem;
	line-height: 22px;
}

.ik-teaser-4 .od-moreinfo {
	font-size: 18px;
	font-size: 1rem;
	font-family: 'HelveticaNeueLT-Std-Bd';
	padding: 5px 10px 1px 10px;
	visibility: visible;
	height: 52px;
	line-height: 43px;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	background-color: #F8F8F8;
	border: 2px solid #1E1C1F;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	color: #1E1C1F;
}

@media (min-width: 760px) {
	.ik-teaser-4 .ik-teaser-img .teaser-img {
		display: none;
	}
}

@media (min-width: 760px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

@media (min-width: 760px) {
	.card-deck .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}
.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.card-deck:not(.hidden):not(:last-of-type) {
	margin-bottom: 30px;
}

.ik-teaser-4 .card-footer .btn {
	width: 100%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 2px;
}

.ik-teaser-4 .card-footer .btn-more {
	margin-bottom: 15px;
}
.od-btn-group .btn:not(:last-of-type) {
	margin-right: 20px;
}

.od-btn-group .btn.btn-red,
.od-btn-group .btn.btn-black {
	min-width: 160px;
	border-radius: 2px;
	color: #ffffff;
	font-weight: bold;
	line-height: 39px;
	height: 53px;
}

.od-btn-group .btn.btn-red:hover,
.od-btn-group .btn.btn-red:focus,
.od-btn-group .btn.btn-red:active{
	color: #1e1c1f;
}

.od-btn-group .btn.btn-black:hover,
.od-btn-group .btn.btn-black:focus,
.od-btn-group .btn.btn-black:active{
	color: #1e1c1f;
}

.od-toogle-project {
	margin: 70px 0;
}

.od-toogle-project > div {
	display: table;
	margin: auto;
	font-size: 24px;
	font-size: 1.3333333333333333rem;
	font-family: 'HelveticaNeueLT-Std-Bd';
	cursor: pointer;
}

.od-toogle-project > div i {
	font-size: 20px;
	font-size: 1.1111111111111112rem;
}

.od-toogle-project > div i.icon-arrow-down {
	margin-left: 15px;
}

.od-toogle-project > div .icon-arrow-up {
	display: inline-block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	margin-left: 15px;
}

.od-toogle-project > div .icon-arrow-up i {
	position: relative;
	top: -3px;
	display: block;
}

.f-24 {
	font-size: 24px;
	font-size: 1.3333333333333333rem;
	font-family: 'HelveticaNeueLT-Std-Bd';
}

/*the container must be positioned relative:*/
.custom-select,
.dropdown.custom-dropdown {
	position: relative;
	width: 100%;
	height: 52px;
	border: 2px solid #1E1C1F;
	margin-bottom: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	color: #1E1C1F;
	font-family: 'HelveticaNeueLT-Std-Bd';
	font-size: 17px;
	font-size: 0.9444rem;
	padding: 14px 38px 1px 13px;
}

.has-custom-dropdown select {
	position: absolute;
	left: -100000px;
	width: 0;
	height: 0;
	opacity: 0;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	cursor: pointer;
	user-select: none;
}

.select-items div {
	cursor: pointer;
	user-select: none;
	padding: 3px 0 3px 13px;
}

/*style items (options):*/
.select-items,
.custom-dropdown ul.dropdown-menu {
	position: absolute;
	top: 100%;
	left: -2px;
	z-index: 99;
	width: calc(100% + 4px);
	border: 2px solid #1E1C1F;
	border-top: 0;
	background-color: #ffffff;
}

.custom-dropdown .dropdown-toggle {
	position: relative;
}

.custom-dropdown .dropdown-toggle .bg-color {
	top: 1px;
}


.custom-dropdown .dropdown-toggle,
.custom-dropdown ul.dropdown-menu li {
	cursor: pointer;
}

.custom-dropdown.has-placeholder .dropdown-toggle {
	color: #767676;
}

.custom-dropdown ul.dropdown-menu li {
	position: relative;
	color: #1E1C1F;
	font-family: 'HelveticaNeueLT-Std-Lt';
	font-size: 17px;
	font-size: 0.9444rem;
	padding: 14px 38px 1px 13px;
}

.custom-dropdown ul.dropdown-menu li.selected {
	font-family: 'HelveticaNeueLT-Std-Bd';
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.custom-dropdown.open ul.dropdown-menu {
	display: block;
}

.custom-dropdown .bg-color {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	top: 18px;
}

.custom-dropdown .custom-dropdown-name {
	margin-right: 6px;
}

.od-donation-barometer .progress{
	margin: 135px auto;
}

@media (min-width: 760px) {
	.od-donor .od-donor-name,
	.od-donor .od-donor-amount {
		width: 50%;
		display: inline-block;
		float: left;
		padding-right: 10px;
	}
}

.od-headline-h1 {
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

header.donation-header.od-header {
	margin-bottom: 25px;
	box-shadow: none;
}

footer.od-footer {
	margin-top: 0;
	top: 0;
}


@media (min-width: 760px) {
	.od-bottom {
		margin: 0 -15px;
	}

}

@media (max-width: 979px) {
	#contentwrapper.donationwrapper.od-container {
		top: 0px!important; */
	}
}

.od-btn,
.od-container .teaser-schnell-spenden .btn-green {
	width: 100%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 2px;
}

.od_occasionarea .btn-green.selected-project
{
	background-color: #fff;
	color: #4d7e07;
}

.od_occasionarea .btn-green.selected-project .od-selected-icon
{
	font-size: 1.5em;
}

.od_occasionarea .btn-green.selected-project span:first-of-type
{
	display: none;
}


#od_editlink i {
	float: right;
	cursor: pointer;
}


.od-container .teaser-three #selectedValueInput {
	margin-top: 30px;
}

@media (min-width: 980px) {
	.od-container .teaser-three #selectedValueInput {
		margin-top: 0;
	}
}

.od-container .has-popover .tooltip {
	max-width: 300px;
	left: auto !important;
}

#printshare.od-printshare {
	width: calc(100% - 30px);
	margin-top: 20px;
}
@media (min-width: 760px) {
	#printshare.od-printshare {
		width: 80%;
	}
}
.od_image-selected .od_image-delete {
	display: block;
}
.od_image-delete {
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	opacity: 0.3;
	margin: auto;
	cursor: pointer;
	display: none;
}
.od_image-delete:hover {
	opacity: 1;
}
.od_image-delete:before,
.od_image-delete:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #1e1c1f;
}
.od_image-delete:before {
	transform: rotate(45deg);
}
.od_image-delete:after {
	transform: rotate(-45deg);
}

.od-description-output a
{
	text-decoration: underline;
}
