* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: lighter;
  margin:0;
  padding: 0;
}

h1, h2, h3 {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-style: italic;
}

h1 {
  font-size:1.6em;
  line-height:1.4em;
  margin: 12px 0 0 0;
  clear:both;
}

h2 {
  font-size:1.3em;
  line-height:1.2em;
  margin: 20px 0 20px 0;  
}

h2 a {
  font-weight:bold;
}

h3 {
  font-size:1.2em;
  font-style:italic;
  line-height:1em;
  margin: 20px 0 20px 0;  
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.9em;
  margin:10px 0 10px 0;  
}

b {
  font-weight:bold;
}

body {
  /*background: url("../images/bg.jpg") repeat-x scroll 0 -2px rgba(0, 0, 0, 0);*/
  color: #000000;
  line-height: 1.2em;
  padding: 9px 0;
  text-align: left;
  text-decoration: none;
  word-spacing: normal;
  overflow-x: hidden;
}

img[name="slideImg"] {
  display:none;
}

#slider-headline {
  display:none;
}

#wrapper {
  width:135%;
  max-width:1280px;
  margin: 0px;
}

header {
  display:none;
}

a img {
  border-style:none;
  border-width:none;
  border:0px;
  decoration:none;
  display:block;
  float:left;
}

#main {
  background-color:#ffeeda;
  border: 1px solid gray;
  margin: 20px 0 0 -20px;
  width:120%;
}

nav {
  display:none;
}

.breadcrumb {
  font-size:0.8em;
  margin: 10px 0 10px 0;
  border-bottom: 1px dotted #CCC;
  clear:both;
}

article {
  background-color:#fff;
  max-width:955px;
  width:120%;
  padding: 0 20px 10px 20px;
  float:left;
}

article a {
  color:#ea6411;
  text-decoration:none;
}

article a:hover {
  text-decoration:underline;
}

.teaser {
  border: 1px solid gray;
  padding:-10px 10px 10px 10px;
  margin: 20px 0 20px 0;
}

.teaser h2 {
  background-color:#ea6411;
  color:#fff;
  padding:10px;
  margin:0px;
}

.teaser img {
  margin:0 10px 0 0;
}

.teaser p {
  padding: 0 10px 0 10px;
}

#content-wrapper {
 float:left;
 width:68%;
 max-width:750px;
}

#content-wrapper img {
  float:auto;  
  margin-bottom:10px;

}

#content-wrapper img.left, img.right {
  max-width:315px;
  width:100%;  
}

img.left {
  float:left;
  margin: 0 10px 0 0;
}

img[align="left"] {
  float:left;
  margin:0 10px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 10px;
}

img[align="right"] {
  float:right;
  margin:0 0 0 10px;
}

img[align="center"] {
  margin-left:auto;
  margin-right:auto;
  margin:0px;
  padding:0px;
}

#content-wrapper ul, ol {
  margin: 10px 0 10px 20px;
}

ul.info-list li {
  border-top: 1px dashed #CCC;
  margin: 0 0 0 10px;
  min-height:25px;
  list-style-type: square;
}

ul.info-list li.marked {
  background-color:#b1d688;
  padding:0 0 0 30px;
}

ul.info-list li:hover {
  background-color:#ea6411;
  -webkit-transition: color, background 0.3s ease-out;
  -moz-transition: color, background 0.3s ease-out;
  -ms-transition: color, background 0.3s ease-out;
  -o-transition: color, background 0.3s ease-out;
  transition: color, background 0.3s ease-out;
  cursor:pointer;  
  min-height:25px;
}

ul.info-list {
  margin: 20px 0 0 0;
}

ul.info-list li a {
  text-decoration:none;
  color:#000;
}

.info-list li:nth-child(2n+1) {
  background-color: #ffeeda;
}

.flexible-slide:hover {
  cursor:pointer;  
}

ul li[onclick^="togglesmoothTimer(this)"] {
  border-top: 1px dashed #CCC;
  margin: 0 0 0 10px;
  min-height:25px;
  list-style-type: square;
  overflow:hidden;  
}

ul li[onclick^="togglesmoothTimer(this)"] a {
  text-decoration:none;
  color:#000;
}
li.flexible-slide-list {
  height:25px;
}

li.flexible-slide-list:hover {
  -webkit-transition: color, background 0.3s ease-out;
  -moz-transition: color, background 0.3s ease-out;
  -ms-transition: color, background 0.3s ease-out;
  -o-transition: color, background 0.3s ease-out;
  transition: color, background 0.3s ease-out;
  cursor:pointer;  
  -min-height:25px;
}

li.flexible-menu:nth-child(1) {
  background-color:#d6eac1;    
}

li.flexible-menu:nth-child(1) ul li:hover {
  background-color:#a3cb76;    
}

li.flexible-menu:nth-child(2) {
  background-color:#ffeeda;  
}

li.flexible-menu:nth-child(2) ul li:hover {
  background-color:#ee7624;     
}

li.flexible-menu:nth-child(3) {
  background-color:#c7dbd9;     
}

li.flexible-menu:nth-child(3) ul li:hover {
  background-color:#66c3ba;    
}

fieldset {
  font-size:0.9em;
  padding:10px;
}

fieldset input {
  border:1px solid gray;
}

input[type="submit"] {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding:5px;
  border: 1px solid #000000;
}


input[type="reset"] {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding:5px;
  border: 1px solid #000000;
}

input[type="submit"]:hover {
  border-color:#6daee3;
}

input[type="reset"]:hover {
  border-color:#ea6411;
}

.indent {
 margin-left:17px;
 margin-bottom:10px;
 float:left;
}

fieldset input:hover {
  border:1px solid #EA6411;
}

label {
  float:left;
  min-width:100px;
}

.form-req {
  color:#EC1518;  
}

.checklist input {
  margin-right:15px;
  float:left;
}

.checklist p {
  width:620px;
  float:left;
  margin-top:0px;
}

#content-wrapper .img-list {
  display:block;
  float:left;
}

#content-wrapper li, th, td  {
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 10px 0 0 0;
}

#content-wrapper th  {
  font-weight:bold;
}

.media-box {
  float: left;
  width: 40%;
  margin: 0 20px 0 0;
  font-size:0.8em;
}

.media-box > img {
  width: 100% !important;
}

div.text-right > * {
  margin: 0;
}

.proportionen {
  float: right;
  padding-left: 10px;
  width: 55%;
}

a.media-link {
  background-color: #ea6411;
  color: #EFE6CE;
  float: left;
  font-size: 11px;
  margin: 16px 0 10px;
  padding: 3px 5px;
  width: 250px;
}

#content-wrapper hr {
  border: 1px dotted #CCC;
  clear:both;
  margin: 0 0 15px 0;
}

#big-image {
  border:1px solid #808080;
}

.thumbnails {
  float:right;
  max-width:289px;
  height: 262px;
  border-left: 2px solid #808080;
  padding: 0 0 0 10px;
}

.thumbnails img {
  margin-right:10px;
  margin-bottom:5px;
  border:1px solid #808080;
  width:35%;
  height:29%;
}

table.house-profile-data {
  border:1px solid #808080;
  float:left;
  margin: 0 4px 20px 0;
  padding:5px;
}

table.house-profile-data td {
  border-bottom:1px dotted #CCC;
  padding:0 0 5px 0;
}

.house-profile-data {
  max-height:175px;
  max-width:320px;
  padding:8px 0 0 0;
}

.house-profile-data td {
  vertical-align:top;
}

.producer-info td {
  padding:0px;
}

.fachbetriebe {
  min-height:170px;
  padding:5px;
}

.fachbetriebe table {
  /*background-color:#eef1f4;*/
}

.fachbetriebe th, td {
  /*height:44px;*/
}

p.jumpmark a {
  background-color: #ffeeda;
  border: 1px solid #808080;
  color: #ea6411;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 4px;
  padding: 3px 11px;
  text-decoration: none;
  width: auto;
}

p.jumpmark a:hover {
  border: 1px solid #ea6411;
}

.supplier a {
  float:left;
  width:135px;
  list-style:none;
  background-color:#FFEEDA;
  margin:0 15px 15px 0;
  padding:5px;
  display:block;
  border:1px solid #bbb;
  text-decoration:none;
  color:#000;
}

.supplier a.mark {
  background-color:#B1D688;
}

.supplier a:hover {
  background-color:#ea6411;
  -webkit-transition: color, background 0.3s ease-out;
  -moz-transition: color, background 0.3s ease-out;
  -ms-transition: color, background 0.3s ease-out;
  -o-transition: color, background 0.3s ease-out;
  transition: color, background 0.3s ease-out;
  courser:pointer;

  text-decoration:none;
}

.supplier-list a {
  background-color:#FFEEDA;
  border:1px solid #bbb;
  text-decoration:none;
  color:#000;
  margin-bottom: 10px;
  margin-top:20px;
  padding: 20px;
  display:block;
  clear:both;
}

.supplier-list a.mark {
  background-color:#B1D688;
}

.supplier-list img {
  float:right;
  margin-left:20px;
  margin-top:-5px;
}

.supplier-list a:hover {
  background-color:#ea6411;
  -webkit-transition: color, background 0.3s ease-out;
  -moz-transition: color, background 0.3s ease-out;
  -ms-transition: color, background 0.3s ease-out;
  -o-transition: color, background 0.3s ease-out;
  transition: color, background 0.3s ease-out;
  courser:pointer;
  text-decoration:none;
}

.article-category a {
  background-color: #B1D688;
  border: 1px solid #BBBBBB;
  color: #000;
  display: inline-block;
  margin: 10px 5px 10px 0;
  max-width: 300px;
  padding: 5px;
  text-decoration: none;
  text-align:center;
  width:100%;
}

.article-category a:nth-child(1) {
  background-color:#D6EAC1;    
}

.article-category a:nth-child(2) {
  background-color:#D6EAC1;    
}

.article-category a:nth-child(3) {
  background-color:#FFEEDA;
}

.article-category a:nth-child(4) {
  background-color:#FFEEDA;
}

.article-category a:nth-child(5) {
  background-color:#C7DBD9;
}

.article-category a:nth-child(6) {
  background-color:#C7DBD9;
}

.three-column-list td {
  width:30%;
  text-align:center;
}

.three-column-list tr {
  border-top: 1px dashed #CCC;
  margin: 0 0 0 10px;
  min-height:25px;
  list-style-type: square;
}

.three-column-list a {
  text-decoration:none;
  color:#000;
}

.three-column-list a:hover {
  text-decoration:underline;
  color:#EA6411;
  cursor:pointer;
}

.three-column-list tr:nth-child(2n+1) {
  background-color: #ffeeda;
}

#column {
  display:none;
}

footer {
  display:none;
}

.clearfix {
  clear:both;  
}

.quelle {
  float:right;
  font-style:italic;
  font-size:small;
}

#katalogservice .row{
  float: left;
  width: 150px;
}

#katalogservice img {
  display: block;
  margin: 0 20%;
}

#katalogservice p {
  clear: both;
  text-align: center;
}

/* MOBILE */

.slicknav_menu {
  display:none;
}

#bar {
  display:none;
}

#bar a img.floorad {
  display:none;
}

#bar a img.logoad {
  display:none;
}

#bar a .floorad-text {
  display:none;
}

#bar a .floorad-text-min {
  display:none;
}

#bar a img.close {
  display:none;
}

/**
* Main Settings
*/
div.tx-powermail {
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  width: 640px;
  margin: 0 !important;
  padding: 0 !important;
}
div.tx-powermail * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.tx-powermail h3 {
  display: none;
}
.powermail_message {
  padding-left: 20px;
  min-height: 65px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  
  -webkit-box-shadow: 0px 0px 8px 0px;
  -moz-box-shadow: 0px 0px 8px 0px;
  box-shadow: 0px 0px 8px 0px;
  
  background-position: 98% 10px;
  background-repeat: no-repeat;
}
.powermail_message_ok {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
}
.powermail_message_error {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png");
}
.powermail_message li {
  padding: 10px 50px 10px 0;
  font-weight: bold;
  color: #1E5799;
}
.clear {
  clear: both;
}

/**
* Form
*/
.powermail_form {
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 960px)  {
.powermail_fieldset {
  width:60%;
}
}
@media only screen and (min-width: 1024px)  {
.powermail_fieldset {
  clear: left;
  border: 1;
  padding: 10px;
  width:100%;
  margin-bottom: 20px;
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  
  -moz-box-shadow: 0px 0px 8px 0px;
}
}
.powermail_fieldset img {
  float:right;
  margin: 0 0 0 10px;
}
.powermail_legend {
  font-weight: bold;
  color: #EAEAEA;
  float: right;
  margin: 3px 10px 10px 0;
  font-size: 30px;
  white-space:normal;
}
@media only screen and (max-width: 960px)  {
.powermail_label {
  display:none;
}
}
@media only screen and (min-width: 1024px)  {
.powermail_label {
  /* label */
  display: block;
  width: 200px;
  float: left;
  clear: left;
  font-weight: bold;
}
}
div.powermail_fieldwrap {
  margin: 0 0 0.5em 0;
  clear: both;
}
.powermail_field {
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  width: 380px;
  padding: 3px;
  padding-right: 0 !important;
  border: 1px solid #ccc;
  color: #444;
  
  -webkit-box-shadow: 3px 3px 5px #eee;
  -moz-box-shadow: 3px 3px 5px #eee;
  box-shadow: 3px 3px 5px #eee;
}
.powermail_captcha {
  width: 392px;
}
.powermail_textarea {
  height: 80px;
}
input.powermail_field:focus {
  background-color: #E5E5E5;
  border: 1px solid white;
  outline: none;
}
.powermail_submit,
.powermail_reset {
  margin: 10px 16px 10px 0;
  float: right;
  border: 0;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  
  background: rgb(30,87,153); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
  
  -webkit-box-shadow: 3px 3px 5px #ccc;
  -moz-box-shadow: 3px 3px 5px #ccc;
  box-shadow: 3px 3px 5px #ccc;
}

.powermail_fieldwrap_radio fieldset,
.powermail_fieldwrap_check fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}.
.powermail_fieldwrap_radio fieldset legend,
.powermail_fieldwrap_check fieldset legend {
  padding: 0;
}
.powermail_radio_outer,
.powermail_captcha_outer{
  background-color: white;
  border: 1px solid #ccc;
  float: left;
  padding: 3px;
  width: 400px;
}
.powermail_check_outer,
.powermail_fieldwrap_text {
  background-color: white;
  border: 1px solid #ccc;
  float: left;
  padding: 3px;
  width: 400px;
}
.powermail_fieldwrap.powermail_fieldwrap_text {
  margin-left: 200px;
}
.powermail_radio_outer label{
  color: #444;
  display: inline-block;
  font-size: 1.2em;
  float: none;
  margin-bottom: 5px;
  margin-left: 40px;
  width: 90%;
}

.powermail_captcha_outer label{
  color: #444;
  margin-bottom: 15px;
}

.powermail_check_outer label {
  color: #444;
}

.powermail_captchaimage {
  width: 392px;
  margin-top: 10px;
}
div.error {
  background-color: #FFCA4B;
  border: 1px solid #FF8100;
}
.powermail_field_error,
.parsley-error,
.powermail_form .parsley-error:focus {
  background-color: #FFCA4B;
  border: 1px solid #FF8100;
}
div.powermail_fieldwrap_file_inner {
  overflow: hidden;
  height: 26px;
  padding: 3px;
  width: 392px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/upload_bg.png');
}
input.powermail_file {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
ul#powermail_tabmenu {
  list-style-type: none;
  width: 99.5%;
  height: 16px;
  padding: 10px 0;
  margin-left: 2px;
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  
  -webkit-box-shadow: 0px 0px 8px 0px;
  -moz-box-shadow: 0px 0px 8px 0px;
  box-shadow: 0px 0px 8px 0px;
}
ul#powermail_tabmenu li {
  float: left;
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #1E5799;
}
ul#powermail_tabmenu li.act {
  text-shadow: 0px 0px 10px #888888;
  filter: dropshadow(color=#888888, offx=0, offy=0);
}
.ui-datepicker-next span,
.ui-datepicker-prev span {
  text-indent: -99999px;
  cursor: pointer;
}

/**
* Confirmation
*/
.powermail_confirmation {
  clear: left;
  border: 0;
  padding: 10px;
  margin-bottom: 20px;
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  
  -webkit-box-shadow: 0px 0px 8px 0px;
  -moz-box-shadow: 0px 0px 8px 0px;
  box-shadow: 0px 0px 8px 0px;
}
input.powermail_confirmation_form {
  float: left;
  margin-top: 20px;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  
  background: rgb(30,87,153); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
  
  -webkit-box-shadow: 3px 3px 5px #aaa;
  -moz-box-shadow: 3px 3px 5px #aaa;
  box-shadow: 3px 3px 5px #aaa;
}
input.powermail_confirmation_submit {
  float: right;
  margin-top: 20px;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  
  background: rgb(30,87,153); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
  
  -webkit-box-shadow: 3px 3px 5px #aaa;
  -moz-box-shadow: 3px 3px 5px #aaa;
  box-shadow: 3px 3px 5px #aaa;
}

/**
* Powermail All
*/
dl.powermail_all {
  padding: 5px 0;
}
dl.powermail_all dt {
  font-weight: bold;
  float: left;
  width: 150px;
  clear: left;
}
dl.powermail_all dd {
  float: left;
  width: 420px;
}

/**
* Create
*/
.powermail_create {
  border: 0;
  padding: 10px;
  margin-bottom: 20px;
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  
  -webkit-box-shadow: 0px 0px 8px 0px;
  -moz-box-shadow: 0px 0px 8px 0px;
  box-shadow: 0px 0px 8px 0px;
}

/**
* JS Form Validation
*/
.parsley-error-list {
  padding-left: 200px;
  margin: 0 0 20px;
  list-style-type: none;
}
.parsley-error-list > li {
  padding: 0;
  color: #FF8100;
  font-weight: bold;
}

/**
* Powermail_Frontend
*/
#powermail_frontend_search {
  margin: 0;
}
.powermail_frontend {
  clear: left;
  border: 0;
  padding: 10px;
  margin-bottom: 20px;
  overflow: auto;
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  
  -webkit-box-shadow: 0px 0px 8px 0px;
  -moz-box-shadow: 0px 0px 8px 0px;
  box-shadow: 0px 0px 8px 0px;
}
.powermail_frontend_list {
  width: 100%;
  font-size: 0.9em;
  border: 1px solid #070708;
  margin-top: 15px;
}
.powermail_frontend_list th {
  color: white;
  font-weight: bold;
  padding: 3px;
  text-align: left;
  
  background: rgb(69,72,77); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.powermail_frontend_list td {
  border-top: 1px solid #ccc;
  padding: 3px;
}
.powermail_frontend_filter {
  background: rgb(252,255,244); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ccc;
  padding: 10px 0;
}
.powermail_frontend_search_container {
  padding: 5px 10px;
}
.powermail_frontend_search_container label {
  float: left;
  display: block;
  width: 150px;
  font-weight: bold;
  margin-right: 10px;
  padding-top: 3px;
}
.powermail_frontend_search_container input {
  width: 430px;
  padding: 3px;
}
.powermail_frontend_search_submit {
  width: 430px;
  padding: 3px;
  margin: 5px 0 0 170px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  
  background: rgb(69,72,77); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.powermail_frontend_abc,
.powermail_frontend_export {
  background: rgb(252,255,244); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ccc;
  padding: 10px 0;
}
.powermail_frontend_abc_inner,
.powermail_frontend_export_inner {
  margin: 0 10px;
}
span.abc,
span.abc a {
  font-weight: bold;
  text-decoration: none;
}
.powermail_frontend dl {
  clear: both;
  padding: 5px 0;
}
.powermail_frontend dt {
  float: left;
  width: 150px;
  font-weight: bold;
  clear: left;
  margin-right: 10px;
}
.powermail_frontend dd {
  float: left;
}
.powermail_frontend_export_icon {
  float: right;
  margin: 0 8px;
  padding-top: 5px;
  height: 19px;
}
.powermail_frontend_export input {
  width: 17px;
  height: 16px;
  padding-top: 2px;
  cursor: pointer;
  text-indent: -99999px;
  border: 0;
  background: none;
  background-repeat: no-repeat;
  background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/icon_csv.gif');
}
.powermail_frontend_export input.export_icon_xls {
  background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/icon_xls.gif');
}
.wrap {
  max-width:480px;
  float:left;
}
.ueberschrift{
  float:left;
  font-size: 15px;
  margin-bottom: 10px;
}
.powermail_submit{
  float: left;
  width: 100px;
}
.powermail_reset{
  background: #FF6724;
  margin-right: 390px;
  margin-top: -41px;
  width: 100px;
}
.powermail_back {
  float:right;
}
#powermail_field_plz{
  width: 80px;
}

.powermail_select{
  width: 80px;
}

.powermail_radio{
  float: left;
  margin-left: -25px;
  margin-right: 5px;
}


#powermail_field_checkbox_1{
  float: none;
  left: 35px;
  position: relative;
  top: -18px;
}

#powermail_field_checkbox_2{
  float: none;
  left: 35px;
  position: relative;
  top: -25px;
}


.powermail_radio_inner_1{
  margin-bottom: 5px;   
  width: 100%;
}

.powermail_radio_inner_2{
  clear: both;
}

.powermail_radio_outer{
  clear: both;
  margin-bottom: 5px;
  padding-top: 15px;
  width: 100%;
}

.infotext{
  font-size: 1.1em;
  margin-left: -25px;
}

#powermail_field_checkbox_3{
  visibility: hidden;
}

.powermail_radio_legend{
  font-size: 1.11em;
}

.pflichtfeld{
  margin-top: 20px;
  font-size: 11px;
}

#newsletter fieldset{
  width: auto;
}

#newslettersubmit
{
  float:none;
}

.newsletter_textarea{
  margin-left: 201px;
  margin-top: -12px;
  width: 382px;
}

#newsletter_label_email
{
  display: inline;
  float: none;
}

#newsletter_inputfield_email
{
  width: 200px;
}

#newsletter_fieldwarp
{
  margin: 1em 0 0.5em;
}


