/* Powermail */

.tx-powermail h3 {
  display: none;
}

.powermail_fieldset {
  border: 0px;
}

.powermail_fieldset legend {
  display: none;
}

.powermail_fieldset label {
  width: 100%;
  display: block;
}

.powermail_fieldset input {
  width: 100%;
  max-width: 400px;
  display: block;
}

.powermail_fieldset textarea {
  width: 100%;
  max-width: 400px;
  display: block;
}

.powermail_fieldset input.powermail_submit {
  width: auto;
  background-color: #e8a26d;
  border: 0px;
  color: #ffffff;
  font-weight: bold;
}

.powermail_fieldwrap_check fieldset {
  border: 0px;
}

.powermail_check_outer  {
  display: block;
  width: 100%;
  float: none;
}

.powermail_fieldset input.powermail_checkbox {
  width: auto;
  float: left;
}

.powermail_check_inner label {
  float: left;
  width: 80%;
}

.powermail_check_inner:before,
.powermail_check_inner:after { content: ""; display: table; }
.powermail_check_inner:after { clear: both; }

/* Powermail ENDE */

/* News Kurse */

.news-kurse-content {
  width: 100%;
  
}

.news-header {
  padding-bottom: 5px;
}

.newsDate {
  float: left;
  width: 15%;
  padding-bottom: 5px;
}

.newsTitle {
  float: left;
  width: 65%;
  padding-bottom: 5px;
}

.newsTermineImage {
  float: right;
  padding-left: 20%;
  padding-bottom: 5px;
}

.newsContent {
  margin-left: 15%;
}

.news_m {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 25px;
}

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

.newsDate {
  float: left;
  width: 20%;
}

.newsTitle {
  float: left;
  width: 60%;
}

.newsContent {
  margin-left: 20%;
}

}

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

.newsDate {
  float: left;
  width: 30%;
}

.newsTitle {
  float: left;
  width: 50%;
}

.newsContent {
  margin-left: 30%;
}

}

.news_kurse_single_wrap .single-top {
  margin-bottom: 10px;
  padding: 5px;
}

.news_kurse_single_wrap .newsLinkDetail {
  float: left;
}

.news_kurse_single_wrap .newsLinkDetail a {
  color: #ffffff;
}

.news_kurse_single_wrap .newsLink {
  float: right;
}

.news_kurse_single_wrap .single-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}

.news_kurse_single_wrap .newsDateDetail {
  float: right;
}

.news_kurse_single_wrap .newsLinkDetail {
  float: left;
}

.news_kurse_single_wrap .newsContent {
  margin-left: 0px;
}
/* News Kurse ENDE*/