/* Powermail */

.tx-powermail h3 {
  display: none;
}

.powermail_fieldset {
  border: 0px;
}

.powermail_fieldset legend {
  display: none;
}

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

.powermail_field input {
  width: 100%;
  max-width: 400px;
  display: block;
  margin-bottom: 16px;
}

.powermail_field input.powermail_submit {
   margin-bottom: 20px;
}

.powermail_field textarea {
  width: 100%;
  max-width: 400px;
  display: block;
  margin-bottom: 16px;
}

.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; }

#content-in .tx-powermail .csc-default {
  width: 100%;
}

.powermail_fieldwrap_type_check label.powermail_label {display:none;}

.powermail_field .checkbox label {
  margin-bottom: 14px;
}

/* Powermail ENDE */

/* News Kurse */

.news-list-view {
  padding-bottom: 30px;
}

.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: 25px;
}

.news-list-view .newsTitle {
    padding-bottom: 0px;
}

.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;
}

.news .article, .news_m {
  margin-bottom: 0px;
}



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

.single-top .newsLinkDetail {
  float: left;
}

.single-top .newsLinkDetail a {
  color: #ffffff;
}

.single-top .newsLink {
  float: right;
}

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

.single-bottom .newsDateDetail {
  float: right;
}

.article .newsDateDetail {
  float: right;
  width: 35%;
  padding-bottom: 25px;
}

.single-bottom .newsLinkDetail {
  float: left;
}

.single-bottom .newsLinkDetail a {
  color: #ffffff;
}

.news_kurse_single_wrap .newsContent {
  margin-left: 0px;
}

@media only screen and (max-width: 720px) {
.newsContent {
    margin-left: 30%;
}

.newsTitle span {
  margin-left: 23%;
}
}

@media only screen and (max-width: 620px) {
.newsDate {
  width: 100%;
  float: none;
}

.newsTitle {
  width: 100%;
  float: none;
}

.newsTitle span {
  margin-left: 0%;
}

.newsContent {
  margin: 0px;
}
}


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

.news-single .article .newsDateDetail {
  float: none;
  width: 100%;
}

.news-single .newsTitle {
  float: none;
  width: 100%;
}

.news-single .newsContent {
  margin-left: 20%;
}

}
/* News Kurse ENDE*/