

/*html,body,
html .page,
html .iframeContent {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    background: #fff;
}


html .page > .layout-0,
html .cWrap,
html .tx-lpc-donation,
html .techWrap,
html .donation-purpose {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    height: 100%;
}

html .page {
    box-sizing: border-box;
    padding: 18px;
}

html .page .page {
    width: inherit;
    height: inherit;
}
*/

.tx-lpc-donation {
	margin: 2em 0;
}


.tx-lpc-donation h3 {
    margin: 32px 0;
}



/****** filters ******/

.tx-lpc-donation .pFilters {
    padding: 24px 0;
}
.tx-lpc-donation .filter {
    position:relative;
    padding-right:40px;
    min-height:73px;
    margin-bottom:15px;
}

.tx-lpc-donation .filter .display-buttons {
    position:absolute;
    top:0px;
    right:0px;
}

.tx-lpc-donation .filter .display-buttons svg {
    display:block;
    cursor:pointer;
    margin-bottom:10px;
}

#relFilterDonations .relFilter {
    float:none;
    font-weight:bold;
    text-transform:uppercase;
}

#relFilterDonations .relFilter:after {
    content:'';
    display:block;
    clear:both;
}

#relFilterDonations .relFilter .filterLabel {
    float:left;
    width:100px;
    line-height:23px;
}

#relFilterDonations ul.relFilter {
	padding-left: 100px;
}

#relFilterDonations ul.relFilter li {
    margin:0px 8px 8px 0px;
    background-color:#b3b3b3;
}

#relFilterDonations ul.relFilter li.selected {
    background-color:#a81925;
}







.tx-lpc-donation .purpose {
    display: block;
    width: 100%;
    min-height: 108px;
    border-top: 1px solid;
    padding: 0;
    margin: 0;
}

.tx-lpc-donation a.pLink,
.tx-lpc-donation a.pLink:hover,
.tx-lpc-donation a.pLink:visited {
    display: block;
    color: #000;
    text-decoration: none !important;
}


.tx-lpc-donation .purpose .image {
    float: left;
    width: 108px;
    height: 108px;
}

.tx-lpc-donation .purpose img {
    display: block;
    width: 108px;
    height: 108px;
}

.tx-lpc-donation .pInfo {
    display: block;
    padding: 12px;
/*     float: left; */
	margin-left:108px;
}


.tx-lpc-donation .purpose div.info-header p.title {
	font-size: 110%;
	text-transform: uppercase;
	margin: 0;
}
.tx-lpc-donation .purpose div.info-header p.country {
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}
.tx-lpc-donation .purpose {
	font-size: 90%;
}


.tx-lpc-donation .donation-indicator {
    position: relative;
    display: block;
    height: 5px;
}



/*
.donations-list.grid .purpose {
    float: left;
    position: relative;
    overflow: hidden;
    color: #fff;
    width: 316px;
    height: 316px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 38px 38px 0;
}

.donations-list.grid .purpose img {
    width: 316px;
    height: 316px;
}

.donations-list.grid .pInfo {
    position: absolute;
    background-color: rgba(268,25,37,0.7);
    top: 270px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
}


.donations-list.grid .pInfo .info-header {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid white;
    padding: 5px 7px 10px;
}
*/







.tx-lpc-donation .donation-indicator .step {
    float: left;
    width: 19%;
    height: 5px;
    margin-left: 1%;
    background: #c4c4c4;
}
.tx-lpc-donation .donation-indicator .step:first-child {
    margin-left: 0;
}

.tx-lpc-donation .donation-indicator .step.active {
    background: #da2032;
}


.tx-lpc-donation .donation-start,
.tx-lpc-donation .donation-start > div,
.tx-lpc-donation .donation-start div.cWrap,
.tx-lpc-donation .donation-start .ce-textpic,
.tx-lpc-donation .donation-start .ce-bodytext {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}


.tx-lpc-donation .donation-start .ce-bodytext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tx-lpc-donation .donation-start .ce-bodytext p {
    display: block;
    width: 835px;
    max-width: 99%;
    min-height: 56px;
}

.tx-lpc-donation .donation-start .ce-bodytext a,
.tx-lpc-donation .donation-start .ce-bodytext a:hover,
.tx-lpc-donation .donation-start .ce-bodytext a:visited {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;

    text-align: center;

    border: 1px solid #da2032;
    background: #fff;

    font-family: "Alternate Gothic", sans-serif;
    font-size: 28px;
    color: #da2032;
    text-decoration: none;
}
.tx-lpc-donation .donation-start .ce-bodytext a:hover {
    background: #da2032;
    color: #fff;
}



.tx-lpc-donation .tx-donation-purposes {
    margin-top: 132px;
}

.tx-lpc-donation .leftItems label,
.tx-lpc-donation .paymentSelector label,
.tx-lpc-donation .tx-donation-addr-add_gender label {
    position: relative;
    display: block;
    margin: 0 4px 4px 0;
    height: 44px;
    width: 214px;
    padding: 0 20px;
    background: #da2032;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    line-height: 44px;
    text-align: center;
}


.tx-lpc-donation .tx-donation-addr-add_gender input[type=radio] {
    display: none;
}

.tx-lpc-donation .paymentSelector label {
    padding-left: 50px;
    width: 184px;
    text-align: left;
}

.tx-lpc-donation .paymentSelector label.active,
.tx-lpc-donation .tx-donation-addr-add_gender label.active {
    background: #b61928;
}

.tx-lpc-donation input[type=radio] {
    display: none;
}

.tx-lpc-donation .paymentSelector label:before {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    content: "";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 44px;
    color: #fff;

    width: 44px;
    height: 44px;
}

.tx-lpc-donation .paymentSelector label.methodSelectSimulation:before {
    content: ''
}

.tx-lpc-donation .paymentSelector label.methodSelectInvoice:before {
    content: ''
}
.tx-lpc-donation .paymentSelector label.methodSelectPostfinance:before,
.tx-lpc-donation .paymentSelector label.methodSelectPostfinanceCheckout-34990:before {
    content: ''
}
.tx-lpc-donation .paymentSelector label.methodSelectPostfinanceCC:before,
.tx-lpc-donation .paymentSelector label.methodSelectPostfinanceCheckout-34991:before {
    content: '  ';
    top: 7px;
    font-size: 12px;
    line-height: 16px;
}


.tx-lpc-donation input[type=text],
.tx-lpc-donation input[type=number],
.tx-lpc-donation select {
    display: inline-block;
    background-color: #e8e8e8;
    box-shadow: none;
    border: none;

    width: auto;
    height: 44px;


    padding: 0 12px;
    margin: 0;
    font-size: 18px;
    line-height: 44px;
}

.tx-lpc-donation .donation-amount input[type=number] {
    box-sizing: border-box;
    display: block;
    margin: 0 4px 4px 0;
    height: 44px;
    width: 254px;
    padding: 0 0 0 20px;
    text-align: center;
}

.tx-lpc-donation .submit-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tx-lpc-donation form.donation-amount,
.tx-lpc-donation form.donation-main,
.tx-lpc-donation form.tx-donation-address {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
}

.tx-lpc-donation .donation-submit {
    position: absolute;
    bottom: -18px;
    right: -18px;

    display: block;
    width: 144px;
    height: 44px;
    line-height: 44px;

    background: #da2032;
    color: #fff;

    border: none;
    outline: none;
    cursor: pointer;
}




.tx-lpc-donation .donations-list.grid {
	display: flex;
	flex-flow: row wrap;
	margin-right: -38px;
}

.tx-lpc-donation .donations-list.grid .purpose .image {
    float: none;
    width: 316px;
    height: 316px;
    background: #f0f0f0;
}

.tx-lpc-donation .donations-list.grid .purpose img {
    width: 316px;
    height: 316px;
}


.tx-lpc-donation .donationDetailsRow {
	display: flex;
	justify-content: space-between;
}

.tx-lpc-donation .infoBox,
.tx-lpc-donation .donations-list.grid .purpose {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 316px;
    height: 316px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.tx-lpc-donation .donations-list.grid .purpose {
	margin: 0 38px 38px 0;
}

.tx-lpc-donation .infoBox .info,
.tx-lpc-donation .donations-list.grid .pInfo {
    position: absolute;
    background-color: rgba(268,25,37,0.7);
    top: 270px;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	margin-left:0px;
    color: #fff;
}

.tx-lpc-donation .infoBox:hover .info,
.tx-lpc-donation .donations-list.grid .purpose:hover .pInfo {
    top: 0;
    padding-top: 20px;
    transition: all 0.2s ease-out;
}


.tx-lpc-donation .infoBox .info-header,
.tx-lpc-donation .donations-list.grid .purpose .info-header {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid white;
    padding: 5px 7px 10px;
}

.tx-lpc-donation .infoBox .info-header p,
.tx-lpc-donation .donations-list.grid .purpose .info-header p {
    margin: 0;
}

.tx-lpc-donation .infoBox .info-body,
.tx-lpc-donation .donations-list.grid .purpose .info-body {
    padding: 15px 7px 0;
}

.tx-lpc-donation .action-buttons {
/* 	position:absolute; */
/* 	bottom: -18px; */
/* 	right:-18px; */
	margin: 1em 0;
	text-align:right;
	clear: both;
}
.tx-lpc-donation .action-buttons > *,
.tx-lpc-donation .action-buttons > input {
	-webkit-appearance: none;
	border-radius: 0;
	display:inline-block;
	height:44px;
	min-width:184px;
	padding:0 0.5em;
	background: #da2032;
	color:#fff;
	border:none;
	outline: none;
	cursor:pointer;
	vertical-align:middle;
	line-height:44px;
	text-align:center;
}
.tx-lpc-donation .action-buttons > a,
.tx-lpc-donation .action-buttons > input,
.tx-lpc-donation .action-buttons > button {
    font-family: "Source Sans Pro Regular", sans-serif;
    font-size: 16px;
	color:#fff;
	text-decoration:none;
}
.tx-lpc-donation .action-buttons > form,
.tx-lpc-donation .action-buttons > button,
.tx-lpc-donation .action-buttons > input {
	float: right;
	margin-left: 3px;
}



.tx-lpc-donation .tx-donation-addr-field {
    display: block;
    width: 100%;
}

.tx-lpc-donation .tx-donation-address {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tx-lpc-donation .tx-donation-address label {
    display: block;
    float: none;
    padding: 16px 0 0;
    margin: 0;
    height: 18px;

    font-family: "Bell Gothic",sans-serif;
    font-size: 16px;
    line-height: 18px;
}

.tx-lpc-donation .tx-donation-address label:before {
    display: none;
}

.tx-lpc-donation .tx-donation-address input {
    display: block;
    float: none;
    width: 790px !important;
}

.tx-lpc-donation .tx-donation-addr-addr_firstname,
.tx-lpc-donation .tx-donation-addr-addr_lastname,
.tx-lpc-donation .tx-donation-addr-addr_phone,
.tx-lpc-donation .tx-donation-addr-addr_numSlips
{
    float: left;
    width: 420px;
}

.tx-lpc-donation .tx-donation-addr-addr_firstname input,
.tx-lpc-donation .tx-donation-addr-addr_lastname input,
.tx-lpc-donation .tx-donation-addr-addr_phone input,
.tx-lpc-donation .tx-donation-addr-addr_numSlips input {
    display: block;
    float: none;
    max-width: 364px !important;
}

.tx-lpc-donation .tx-donation-addr-addr_phone,
.tx-lpc-donation .tx-donation-addr-addr_email {
	clear:left;
}

.tx-lpc-donation .tx-donation-addr-addr_street {
    clear: both;
}



.tx-lpc-donation .tx-donation-addr-add_gender label:first-of-type {
    display: none;
}

.tx-lpc-donation .tx-donation-addr-add_gender label {
    float: left;
    padding: 0;
    margin: 0 12px 0 0;
    height: 44px;
    line-height: 44px;
}


.tx-lpc-donation .form-group {
    clear: both;
}





.tx-lpc-donation .tx-donation-addr-addr_zip,
.tx-lpc-donation .tx-donation-addr-addr_place {
    float: left;
    width: 280px;
}

.tx-lpc-donation .tx-donation-addr-addr_place {
    width: 555px;
}

.tx-lpc-donation .tx-donation-addr-addr_zip input,
.tx-lpc-donation .tx-donation-addr-addr_place input {
    display: block;
    float: none;
    width: 220px !important;
}
.tx-lpc-donation .tx-donation-addr-addr_place input {
    width: 510px !important;
}


.tx-lpc-donation .ibanInfo {
	padding:0 38px 0 10px;
}

@keyframes spinner {
    0% {
      transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
  }
  .spinner.hide{
    display: none;
  }
  .spinner{
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 9;
        opacity: 0.5;
  }
  .spinner::before {
    animation: 1s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #858e94;
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
    top: 0%;
    left: 0%;
    bottom: 0;
    right: 0;
    margin: auto;
  }