
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/*------------------------------------------------------------------------------------------------------*/
/* main */
.simplePollWrap {
    width: 300px;
    position: relative;
    padding: 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 16px;
}
#simplePollVote {
    font-weight: 700;
    float: left;
}
.simplePollWrap .simplePollMain ul {
    list-style-type: none;
    padding-left: 30px; 
    border-bottom: 1px solid #BBB;   
    margin-left:0;
}
.simplePollWrap .simplePollMain ul:after {
    clear: both;
}
.simplePollWrap .simplePollMain ul li {
    text-indent: -30px;
}
.simplePollRow {
    margin-bottom: 10px;
}
.simplePollRadioText {
    margin-left: 5px;  
    position: relative;
    top: -2px;
}
.simplePollImage img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    border: 1px solid #BBB; 
}
.simplePollWrap h3 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #BBB;
}
/*------------------------------------------------------------------------------------------------------*/
/* see votes link and page */
#simplePollSeeVotes {
    color: #000;
    text-decoration: none;
    padding: 1px 6px;
    margin: 2px;
    float: right;
}
.simplePollSeeVotes ul {
    list-style-type: none;
    padding-left: 5px; 
    margin-left: 0;
}
.simplePollSeeVotes ul li {
    text-indent: 0;
    margin-left: 0;
    padding-left: 0;
}
.simplePollSeeVotes .simplePollAnswer {
    margin-bottom: 2px;
}
/*------------------------------------------------------------------------------------------------------*/
/* percent bars */
.simplePollSeeVotes .simplePollPercentText {
    margin-top: 3px;
    color: #555;
}
.simplePollPercentBarLimiter {
    width: 75%;
    height: 0px;
}
.simplePollPercentBarColor-1 {
    /*background-color: red;*/
}
/*limit the overall length of the bars, so we can still fit the percent number behind it*/
.simplePollPercentBar {
    border: 1px solid #888;
    height: 14px;
    margin-top: 2px;
    margin-right: 5px;
    float: left;
    background-color: #BBB;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(#EEE 0%, #BBB 100%); 
    background-image: -moz-linear-gradient(#EEE 0%, #BBB 100%); 
    background-image: -o-linear-gradient(#EEE 0%, #BBB 100%); 
    background-image: linear-gradient(#EEE 0%, #BBB 100%);
}

/*------------------------------------------------------------------------------------------------------*/
/* general */
.clearfix:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.lise h3{line-height:24px !important;margin:-6px 0 0 0 !important;padding:0 0 8px !important}.lise img{margin:0 0 30px;padding:0}.lise__item{border-bottom:1px solid #dd042b;margin:0 0 30px}.lise__table{margin:0 0 30px !important;width:auto !important}.lise__table td{border:none !important;padding:0 20px 0 0 !important}.lise__thumbnails{margin-bottom:20px}.lise__thumbnails--first{margin-right:24px !important}.lise__thumbnails--last{width:70px}.lise__thumbnails a{float:left;margin:0 5px -25px 0}.lise__back-link{border-top:1px solid #ddd}@media only screen and (min-width: 480px){.lise__thumbnails--last{width:90px}}@media only screen and (min-width: 1200px){.lise__thumbnails--last{width:113px}}


@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_400_italic.eot'); /* {{embedded-opentype-gf-url}} */
    src: local('☺'),
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_400_italic.eot?#iefix') format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_400_italic.woff') format('woff'), /* http://fonts.gstatic.com/s/ubuntu/v11/4iCu6KVjbNBYlgoKej70l08.woff */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_400_italic.ttf') format('truetype'), /* http://fonts.gstatic.com/s/ubuntu/v11/4iCu6KVjbNBYlgoKej70l0yiFYxn.ttf */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_400_italic.svg#Ubuntu_400_italic') format('svg'); /* {{svg-gf-url}} */
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_400_normal.eot'); /* {{embedded-opentype-gf-url}} */
    src: local('☺'),
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_400_normal.eot?#iefix') format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_400_normal.woff') format('woff'), /* http://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKfw7w.woff */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_400_normal.ttf') format('truetype'), /* http://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKfw7znU6AFw.ttf */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_400_normal.svg#Ubuntu_400_normal') format('svg'); /* http://fonts.gstatic.com/l/font?kit=4iCs6KVjbNBYlgoKfw7x&skey=7e59fc036a1a8481&v=v11#Ubuntu */
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_500_normal.eot'); /* {{embedded-opentype-gf-url}} */
    src: local('☺'),
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_500_normal.eot?#iefix') format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_500_normal.woff') format('woff'), /* http://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3jsGyL.woff */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_500_normal.ttf') format('truetype'), /* http://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3jsGyIPYZvgw.ttf */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Ubuntu_500_normal.svg#Ubuntu_500_normal') format('svg'); /* {{svg-gf-url}} */
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_300_italic.eot'); /* {{embedded-opentype-gf-url}} */
    src: local('☺'),
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_300_italic.eot?#iefix') format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_300_italic.woff') format('woff'), /* http://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI9w2_Gwfr.woff */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_300_italic.ttf') format('truetype'), /* http://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI9w2_Gwfox9897g.ttf */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_300_italic.svg#Lato_300_italic') format('svg'); /* {{svg-gf-url}} */
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_400_italic.eot'); /* {{embedded-opentype-gf-url}} */
    src: local('☺'),
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_400_italic.eot?#iefix') format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_400_italic.woff') format('woff'), /* http://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHjxsAXC-s.woff */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_400_italic.ttf') format('truetype'), /* http://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHjxsAXC-vNiXg7Q.ttf */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_400_italic.svg#Lato_400_italic') format('svg'); /* {{svg-gf-url}} */
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_700_italic.eot'); /* {{embedded-opentype-gf-url}} */
    src: local('☺'),
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_700_italic.eot?#iefix') format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_700_italic.woff') format('woff'), /* http://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI5wq_Gwfr.woff */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_700_italic.ttf') format('truetype'), /* http://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI5wq_Gwfox9897g.ttf */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_700_italic.svg#Lato_700_italic') format('svg'); /* {{svg-gf-url}} */
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_300_normal.eot'); /* {{embedded-opentype-gf-url}} */
    src: local('☺'),
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_300_normal.eot?#iefix') format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_300_normal.woff') format('woff'), /* http://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHw.woff */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_300_normal.ttf') format('truetype'), /* http://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHA3q5d0.ttf */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_300_normal.svg#Lato_300_normal') format('svg'); /* {{svg-gf-url}} */
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_400_normal.eot'); /* {{embedded-opentype-gf-url}} */
    src: local('☺'),
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_400_normal.eot?#iefix') format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_400_normal.woff') format('woff'), /* http://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWA.woff */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_400_normal.ttf') format('truetype'), /* http://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWyWtFCc.ttf */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_400_normal.svg#Lato_400_normal') format('svg'); /* http://fonts.gstatic.com/l/font?kit=S6uyw4BMUTPHjx4wWQ&skey=2d58b92a99e1c086&v=v14#Lato */
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_700_normal.eot'); /* {{embedded-opentype-gf-url}} */
    src: local('☺'),
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_700_normal.eot?#iefix') format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_700_normal.woff') format('woff'), /* http://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHw.woff */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_700_normal.ttf') format('truetype'), /* http://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA3q5d0.ttf */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_700_normal.svg#Lato_700_normal') format('svg'); /* {{svg-gf-url}} */
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_900_normal.eot'); /* {{embedded-opentype-gf-url}} */
    src: local('☺'),
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_900_normal.eot?#iefix') format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_900_normal.woff') format('woff'), /* http://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPHw.woff */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_900_normal.ttf') format('truetype'), /* http://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPHA3q5d0.ttf */
        url('../../../fileadmin/eisenstadt.gv.at/templates/fonts/Lato_900_normal.svg#Lato_900_normal') format('svg'); /* {{svg-gf-url}} */
}

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.tx-powermail form .powermail_fieldwrap, .tx-powermail form .form-group {
  margin-top: 20px;
}

.tx-powermail form .powermail_fieldwrap_type_text {
  font-weight: bold;
}

.tx-powermail form .powermail_label {
  margin-top: 20px;
}

.tx-powermail form .fieldwrap_frage_verein_wenn_ja_welche {
  display: none;
}

.tx-powermail form label.radio-inline {
  margin-right: 20px;
}

.tx-powermail form select {
  width: 100px;
}

.fieldwrap_strassehausnummer.layout1::after {
	content: ' 7000 Eisenstadt';
}

.fieldwrap_strassehausnummer.layout1 label {
	display: block;
}

.fieldwrap_strassehausnummer.layout1 input {
	width: 300px;
	display: inline-block;
}

.tx-powermail ul {
	padding: 0;
}

.tx-powermail form .powermail_fieldwrap_datenschutzerklaerunggelesen,
.tx-powermail form .powermail_fieldwrap_datenverarbeitung {
	margin-top: -1rem;
}

.tx-powermail form .powermail_fieldwrap_datenschutzerklaerunggelesen > label,
.tx-powermail form .powermail_fieldwrap_datenverarbeitung > label {
	display: none;
}

/* SG 2023-06-20 */
.powermail_fieldwrap_type_check .powermail_field .checkbox {
  width: 100%;
  padding: 0;
}

.powermail_fieldwrap_type_radio .powermail_field .radio {
  width: 100%;
  padding: 0;
}

/* umfrage jugendzentrum */
#c4680 .powermail_fieldwrap_type_input.powermail_fieldwrap_sonstiges {
  display: none;
}
#c4680 .powermail_fieldwrap_type_input.powermail_fieldwrap_wennjadeinname {
  display: none;
}
#c4680 .powermail_fieldwrap_type_input.powermail_fieldwrap_deinee_mail_adresse {
  display: none;
}
#c4680 .powermail_fieldwrap_type_radio.powermail_fieldwrap_kuenftigeinfo {
  display: none;
}
#c4680 .powermail_fieldwrap_type_input.powermail_fieldwrap_telefon {
  display: none;
}
#c4680 .powermail_fieldwrap_type_input.powermail_fieldwrap_wennschuledannwelcheschule {
  display: none;
}

