.petition-header{
	background-color: #009FE3;
	padding-right: 15px;
    padding-left: 15px;
}
.petition-header .pma-secondary-alert-title h2{
	text-align: left;
	margin: 0!important;
    padding: 15px 0;
    font-size: 3.3rem;
}

.petition-header .alert_teaser {
    color: #fff;
    margin-bottom: 35px;
    font-weight: 500;
}
.pma-content-shortcode {
	border: 4px solid #009FE3;
    margin-bottom: 30px;
}
.form-wrapper fieldset{
	border: 0px;
	padding:0px;
    margin:0px;
}
.pma-content-shortcode .pma-call-to-action{
	color: #009FE3;
	margin-bottom: 1.2rem;
	margin-top: 18px;
}
.petition-wrapper-innertext {
    position: relative;
    max-height: 150px;
    overflow: hidden;
}
.petition-wrapper-innertext .petition-wrapper-innertext-cover {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    z-index: 10;
}
.petition-wrapper {
    margin-bottom: 30px;
}
.petition-wrapper .petition-read-all-button-layer {
    position: relative;
    margin-top: -30px;
    margin-bottom: 50px;
    text-align: center;
    z-index: 99;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid;
    padding: 10px !important;
    line-height: normal;
    width: 100%;
    margin: 0;
    vertical-align: baseline;
    border-color: #009FE3;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size:16px;
    line-height:14px;
}

.field-wrap {
    margin-bottom: 15px;
}

.progress {
    overflow: hidden;
    height: 28px;
    margin: 0.7rem 0;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-width: 90%;
}

@media (max-width: 990px) {
  .progress {
    max-width: 100%;
  }
}

.progress .bar {
    width: 0%;
    height: 28px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: #009FE3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009FE3', endColorstr='#006699', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .bar {
    background-color: #009FE3;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes { 
    from { background-position: 0 0 }
    to { background-position: 40px 0 }
}

@-moz-keyframes progress-bar-stripes { 
    from { background-position: 0 0 }
    to { background-position: 40px 0 }
}

@keyframes progress-bar-stripes { 
    from { background-position: 0 0 }
    to { background-position: 40px 0 }
}

.ca-privacy-policy {
    font-size: 12px;
    line-height: 14px;
}

.pma-casl-check label {
    margin: 15px 0px;
    line-height: 1.4;
}
.pma-casl-check input {
    height: 26px;
}

.petition-read-all-button{
	background-color: #fff!important;
    color: #444 !important;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 2px;
    display: inline-block;
    line-height: 18px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    border: 1px solid black;
    cursor: pointer;
    transition: background 1s ease 0s;
    -webkit-transition: background 1s ease 0s;
    -moz-transition: background 1s ease 0s;
    -o-transition: background 1s ease 0s;
}
/*Overide mineral template css*/
.pma-content-shortcode .pma-casl-check {
	display: block !important;
}


.pma-content-shortcode .pma-support-also h4 {
	padding: 12px 0;
}
.pma-content-shortcode #pma-submit{
	border-style: none;
	padding: 22px 36px;
	border-radius: 0px !important;
	width: 100% !important;
}

.pma-content-shortcode .pma-loader{
	padding: 14px;
    margin: auto;
    color: #FFF;
    border-radius: 2px;
}
.pma-content-shortcode a {
    color: inherit;
    box-shadow:none;
}
.pma-h2{
	margin-top: 18px;
	margin-bottom: 1.2rem;
}
.pma-subject{
    margin-top: 35px;
}

#response-thankyou{
	margin-bottom: 50px;
}
.email_optin .opt-in-text,
.email_optin label, 
.field-wrap.checkbox.cont_questions_1733442,
.field-wrap.checkbox.cont_questions_1853368 { 
	margin-bottom: 15px;
    margin-left: 0.9rem;
    text-indent: -20px;
}
.email_optin label.required:after {
  content: '*';
}

.field-wrap.checkbox.cont_questions_1853368 input {
    top:0 !important;
}

/* lining up cont_questions_1733442 */
.field-wrap.checkbox.cont_questions_1733442,
.field-wrap.checkbox.cont_questions_1853368  {
    margin-left: 30px;
}
.field-wrap.checkbox.cont_questions_1733442 b {
    font-weight: 300;
    display: inline-block;
    text-indent: 3px;
}
.field-wrap.checkbox.required b:after {
  content: '*';
}

.pma-casl-check{
	padding-bottom: 0px;
	margin-top:0px;
	line-height: inherit;
}

.req-legend{
	padding-top: 0px;
}

.target_container{
	margin-bottom: 15px;
}
.pma-content-shortcode .section-multialer-nav{
	background: #eee;
}

.pma-content-shortcode .progress-count, .pma-content-shortcode .progress-goal {
    color: #009FE3;
    font-weight: 500;
}

.interation-progress {
    font-size: 18px;
    line-height: 27px;
}
.pma-content-shortcode .interaction-status-count {
	display: inline;
	color: inherit;
	font-weight: 700;
	font-size: 18px;
    line-height: 27px;
    position: relative;
    top: -0.049rem;
}

#pma-response-error{
	color: #f12626;
	font-weight: bold;
}

div.required input[placeholder]{
	font-weight: 500;
}
.target_container span{
	color: #009FE3;
	font-size: 18px;
}
.target_container{
	padding-left: 0px;
	border: 0px;
}

.pma-content-shortcode .h4 {
    font-weight: 700;
    line-height: 32px;
    font-size: 23px;
    text-align: left;
    color: #fff;
}
.pma-content-shortcode .h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 42px;
    text-align: left;
    color: #009FE3;
    word-break: break-word;
}

.pma-content-shortcode .targets-cover {
    position: relative;
    overflow: hidden;
    height: 90px;
}

.pma-arrow-icon.toggle-arrow-active svg {
    -webkit-transform: rotate(180deg);
}

.pma-content-shortcode .targets-cover::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    z-index: 10;
}

.pma-content-shortcode .ca-privacy-policy::before {
    position:absolute;
    content: "";
    height: 19px;
    width: 14px;
    margin-left: -1.7rem;
    background-image: url("data:image/svg+xml,%0A%3Csvg id='icon_lock' data-name='icon lock' xmlns='http://www.w3.org/2000/svg' width='13.856' height='18.987' viewBox='0 0 13.856 18.987'%3E%3Cg id='Rechteck_29' data-name='Rechteck 29' transform='translate(2)' fill='none' stroke='%23009fe3' stroke-width='1'%3E%3Crect width='10' height='18' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='9' height='17' rx='4.5' fill='none'/%3E%3C/g%3E%3Cpath id='Differenzmenge_6' data-name='Differenzmenge 6' d='M7.234,11.2l-.313,0A17.909,17.909,0,0,1,0,9.843V1.337A16.751,16.751,0,0,1,6.921,0a16.888,16.888,0,0,1,6.934,1.336V9.843A15.3,15.3,0,0,1,7.234,11.2ZM6.923,3.36a1.1,1.1,0,0,0-.582,2.025L5.853,7.843H8.009l-.454-2.5A1.1,1.1,0,0,0,6.923,3.36Z' transform='translate(0 7.782)' fill='%23009fe3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.pma-content-shortcode .ca-privacy-policy {
    margin-left: 1.7rem;
    margin-bottom: 18px;
}

.pma-content-shortcode .ca-privacy-policy a {
	color: #009FE3;;
}
h2.online-petition{
	margin-top: 35px; 
    margin-bottom: 0px;
}
.pma-content-shortcode .alert-title{
	padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    color: #fff;
}
/*.pma-thanks-next-alert{
	border-top: 3px solid rgb(204, 223, 233) !important;
}*/
.additinal-form-fields-n{
	flex: 0 0 100% !important;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
}
.pma_social_widget{
	margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
	.pma-support-also {
		width: 55% !important;
	}
	.pma-skip {
		width: 45% !important;
		text-align: center;
	}
	.pma-skip .pma-skip-button {
		padding: 5px 3px;
	}
}

@media only screen and (max-width: 768px) {
    .pma-content-shortcode .interaction-status-count {
        top: -0.069rem;
    }

    .pma-content-shortcode .alert-title, .pma-subject {
        font-size: 30px;
    }

    .online-petition {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .section-pma-forms {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .interation-progress {
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .pma-content-shortcode .submit-wrap {
        margin-left: 1.7rem;
    }
}

/**
    *  Styling for the middleware checkbox cont_questions_1966384
*/
.field-wrap.checkbox.cont_questions_1966384 label {
    display: flex;
    align-items: flex-start;
}

.field-wrap.checkbox.cont_questions_1966384 input[type="checkbox"] {
    left:0 !important;
    margin-right: 18px !important;
    top:0 !important;
}

.field-wrap.checkbox.cont_questions_1966384 label b {
    margin-top: -2px;
    font-weight: 300;
}


/* lining up cont_questions_1733442 */
.pma_form input[type="checkbox"],
#pma_form input[type="checkbox"],
.field-wrap.checkbox.cont_questions_1733442 input[type="checkbox"] {
    margin: 0;
    position: relative;
    left: -12px;
    top: -0.35rem;
    width: 20px;
    height: auto;
}
.pma_form input[type="checkbox"],
.field-wrap.checkbox.cont_questions_1733442 input[type="checkbox"] {
    margin: 0;
    position: relative;
    left: -12px;
    top: -0.35rem;
    width: 20px;
    height: auto;
}
.field-wrap.checkbox.cont_questions_1733442 input[type="checkbox"] {
    left: -13px;
}

.pma_form .pma-casl-check input[type="checkbox"].casl_check::before,
#pma_form .pma-casl-check input[type="checkbox"].casl_check::before,
.field-wrap.checkbox.cont_questions_1966384 input[type="checkbox"]::before,
.field-wrap.checkbox.cont_questions_1853368 input[type="checkbox"]::before,
.field-wrap.checkbox.cont_questions_1733442 input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    background-image: url("data:image/svg+xml,%0A%3Csvg id='checkbox' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='checkbox-2' data-name='checkbox' fill='%23fff' stroke='%23707070' stroke-width='2'%3E%3Crect width='20' height='20' stroke='none'/%3E%3Crect x='1' y='1' width='18' height='18' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}

.pma_form .pma-casl-check input[type="checkbox"].casl_check:checked::before,
#pma_form .pma-casl-check input[type="checkbox"].casl_check:checked::before,
.field-wrap.checkbox.cont_questions_1966384 input[type="checkbox"]:checked::before,
.field-wrap.checkbox.cont_questions_1853368 input[type="checkbox"]:checked::before,
.field-wrap.checkbox.cont_questions_1733442 input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    border-radius: 0;
    background: #009FE3;
    background-image: url("data:image/svg+xml,%3Csvg id='checkbox' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='checkbox-2' data-name='checkbox' fill='%23009fe3' stroke='%23009fe3' stroke-width='2'%3E%3Crect width='20' height='20' stroke='none'/%3E%3Crect x='1' y='1' width='18' height='18' fill='none'/%3E%3C/g%3E%3Cpath id='Pfad_26' data-name='Pfad 26' d='M1.566,8.484l3.917,3.533,7.556-7.556' transform='translate(2.698 1)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
    border-color: #009FE3;
}

.progress-count.has-icon-before {
    position: relative;
    margin-left: 2.5rem;
}

.progress-count.has-icon-before::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    margin-left: -2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.999' height='22.158' viewBox='0 0 24.999 22.158'%3E%3Cg id='icon_support' data-name='icon support' transform='translate(-1026.78 -2392)'%3E%3Ccircle id='Ellipse_3' data-name='Ellipse 3' cx='3.214' cy='3.214' r='3.214' transform='translate(1028.365 2392)' fill='%23009fe3'/%3E%3Ccircle id='Ellipse_4' data-name='Ellipse 4' cx='4.999' cy='4.999' r='4.999' transform='translate(1034.273 2394.857)' fill='%23009fe3'/%3E%3Ccircle id='Ellipse_5' data-name='Ellipse 5' cx='3.214' cy='3.214' r='3.214' transform='translate(1043.753 2392)' fill='%23009fe3'/%3E%3Cpath id='Pfad_20' data-name='Pfad 20' d='M-8030.828,925.612a6.206,6.206,0,0,0,.215,2.165,4.144,4.144,0,0,0,.863,1.91,3.932,3.932,0,0,0-1.937.367,4.612,4.612,0,0,0-1.27,1.128h-2.214a1.814,1.814,0,0,1-1.558-.81c-.643-.9-.475-1.381-.46-3.071s.777-2.481,1.55-2.537.916.678,2.231.935a6.357,6.357,0,0,0,2.58-.086Z' transform='translate(9064 1473.354)' fill='%23009fe3'/%3E%3Cpath id='Pfad_21' data-name='Pfad 21' d='M-8036.141,925.612a6.194,6.194,0,0,1-.214,2.165,4.139,4.139,0,0,1-.863,1.91,3.929,3.929,0,0,1,1.937.367,4.607,4.607,0,0,1,1.271,1.128h2.214a1.813,1.813,0,0,0,1.558-.81c.643-.9.475-1.381.461-3.071s-.777-2.481-1.55-2.537-.916.678-2.232.935a6.355,6.355,0,0,1-2.58-.086Z' transform='translate(9081.528 1473.525)' fill='%23009fe3'/%3E%3Cpath id='Pfad_22' data-name='Pfad 22' d='M1043.5,2410.41a5.4,5.4,0,0,0,2.805-.732c.323-.193,1.161-1.082,1.581-1.116a3.405,3.405,0,0,1,2.613,1.115,9.236,9.236,0,0,1,1.678,5.417c-.033,2.327-.357,2.517-.774,3a2.552,2.552,0,0,1-2.193.828c-1.161-.031-5.709,0-5.709,0Z' transform='translate(-4.228 -4.782)' fill='%23009fe3'/%3E%3Cpath id='Pfad_23' data-name='Pfad 23' d='M1052.178,2410.41a5.394,5.394,0,0,1-2.805-.732c-.323-.193-1.161-1.082-1.581-1.116a3.4,3.4,0,0,0-2.612,1.116,9.235,9.235,0,0,0-1.678,5.416c.033,2.327.357,2.517.774,3a2.553,2.553,0,0,0,2.193.829c1.161-.031,5.708,0,5.708,0Z' transform='translate(-12.905 -4.781)' fill='%23009fe3'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.progress-goal {
    position: relative;
    margin-left: 2.5rem;
}

.progress-goal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    margin-left: -2.5rem;
    background-image: url("data:image/svg+xml,%0A%3Csvg id='icon-goal' xmlns='http://www.w3.org/2000/svg' width='21' height='24.019' viewBox='0 0 21 24.019'%3E%3Ccircle id='Ellipse_6' data-name='Ellipse 6' cx='2.028' cy='2.028' r='2.028' transform='translate(0 0)' fill='%23009fe3'/%3E%3Crect id='Rechteck_68' data-name='Rechteck 68' width='2.253' height='21.03' rx='0.43' transform='translate(0.886 2.989)' fill='%23009fe3'/%3E%3Cpath id='Pfad_13' data-name='Pfad 13' d='M5.151,6.614A1.082,1.082,0,0,1,5.481,6a7.77,7.77,0,0,1,5.273-2.569c2.779-.09,3.973,1.848,6.114,1.81,1.622-.023,3.718-1.592,4.844-1.675.233-.015.571.218.563.466-.015.871-.015,11.739,0,12.287a1.123,1.123,0,0,1-.6.849,8.4,8.4,0,0,1-4.033,1.269c-2.3-.038-4.582-1.84-6.4-1.8s-5.2,2.1-5.61,2.133c-.248.015-.436-.06-.488-.511-.03-.278-.023-9.749,0-11.649Z' transform='translate(-1.275 -0.853)' fill='%23009fe3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}