/* Variables */
/* --------------------------------------------------------------------------------- */
/* Media */
/* --------------------------------------------------------------------------------- */
/* General styles */
/* --------------------------------------------------------------------------------- */
body {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
body .container {
  width: 1100px;
}
@media only screen and (max-width: 1099px) {
  body .container {
    width: 100%;
  }
}
h1 {
  color: #919191;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  padding: 0 0 2px 0;
  margin: 30px 0 10px 0;
  border-bottom: 1px solid #c4c4c4;
}
h2 {
  color: #686868;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  padding: 0 4px 1px 0;
  margin: 20px 0 20px 0;
  border-bottom: 1px solid #c4c4c4;
}
h3 {
  color: #686868;
  font-size: 14px;
  border: none;
  margin: 15px 0;
  font-weight: bold;
}
a {
  color: #d02184;
}
a:hover {
  color: #d02184;
  text-decoration: underline;
}
label {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  label {
    width: 100%;
  }
}
input[type="text"],
input[type="password"],
textarea {
  border-radius: 0;
  padding: 3px 10px;
  font-size: 14px;
}
select {
  width: 100%;
  height: 30px;
  font-size: 14px;
  padding-left: 6px;
}
.fa {
  float: left;
  font-size: 22px;
  padding: 0 10px 0 0;
  color: #686868;
}
.submit-button {
  cursor: pointer;
  font-size: 14px;
  float: right;
  color: #ffffff;
  background-color: #d02184;
  /*width: 120px;*/
  height: 28px;
  padding: 4px 15px;
  border-radius: 0;
  border: none;
  text-align: center;
}
.submit-button a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.submit-button a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .submit-button {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
  }
}
.submit-button:hover {
  background-color: #77134c;
}
.submit-button-not-pink {
  background: transparent;
  color: #444444;
  border: none;
}
.submit-button-not-pink:before {
  content: '[ ';
  font-size: 18px;
}
.submit-button-not-pink:after {
  content: ' ]';
  font-size: 18px;
}
.submit-button-not-pink a {
  color: #444444;
}
.submit-button-not-pink a:hover {
  text-decoration: none;
}
.tag {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 0 10px 10px 0;
  padding: 4px 10px;
  font-size: 12px;
}
.hinweis {
  font-size: 11px;
  font-weight: normal;
  color: #919191;
  display: block;
}
.fieldwrap {
  padding: 10px 0;
  overflow: hidden;
}
td.align-right {
  text-align: right;
}
table {
  font-size: 14px;
}
input,
textarea {
  border: 1px solid #919191;
}
/* Header styles */
/* --------------------------------------------------------------------------------- */
body {
  overflow: scroll;
}
#s_icon {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #444444;
}
#body_1 h2 {
  padding-top: 20px;
  margin: 0;
}
#body_1 h3 {
  color: #d02184;
  font-size: 14px;
  margin: 0 0 7px 0;
}
#body_1 .fa {
  padding-top: 20px;
}
#body_1 .layout-1 {
  margin: 15px 0;
  float: left;
  overflow: hidden;
}
#body_1 .layout-1 h2,
#body_1 .layout-1 .fa {
  padding-top: 0;
}
#body_1 .layout-1 .ce-gallery {
  padding-top: 15px;
  margin-right: 30px;
}
#body_1 .layout-1 .ce-gallery img {
  border: 1px solid #c4c4c4;
  padding: 3px;
  width: auto;
}
#body_1 .layout-1 .ce-bodytext {
  padding-top: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #body_1 .layout-1 .ce-bodytext {
    width: 100%;
  }
}
#body_1 .layout-1 .ce-bodytext p.button_pink {
  float: left;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #body_1 .layout-1 .ce-bodytext p.button_pink {
    height: 40px;
  }
  #body_1 .layout-1 .ce-bodytext p.button_pink a {
    padding: 10px;
  }
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
#header {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #header {
    margin: 0;
  }
}
#header #header-top {
  position: relative;
  border-bottom: 2px solid #919191;
  background: url("/fileadmin/template/img/header_background.jpg") no-repeat right;
  margin: 0;
}
@media only screen and (max-width: 1099px) {
  #header #header-top {
    background: none;
  }
}
#header #header-top #logo {
  padding: 0;
}
#header #header-top #logo .logo {
  float: left;
  width: 78px;
  height: auto;
  margin-top: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #header #header-top #logo .logo {
    margin-top: 15px;
    width: 50px;
  }
}
#header #header-top #logo .schriftzug {
  float: left;
  width: 221px;
  height: auto;
  margin: 20px 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #header #header-top #logo .schriftzug {
    width: 110.5px;
  }
}
#header #header-top #social_media {
  position: absolute;
  right: 0;
  top: 30px;
  width: 50%;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  #header #header-top #social_media {
    display: none;
  }
}
#header #header-top #social_media .ce-default {
  float: right;
  margin-left: 15px;
}
#header #header-top #social_media .ce-default .headerWrapper .innerWrap i.fa {
  font-size: 30px;
  padding: 0;
  color: #d02184;
}
#header #header-top #social_media .ce-default .headerWrapper .innerWrap i.fa:hover {
  color: #77134c;
  cursor: pointer;
}
#header #header-top #social_media .ce-default .headerWrapper .innerWrap h2 {
  display: none;
}
#header #header-top .metanav {
  position: absolute;
  bottom: 9px;
  right: 0;
  padding: 0;
}
#header #header-top .metanav ul.metaMenu {
  float: right;
  margin-top: 95px;
  margin-bottom: 0;
}
#header #header-top .metanav ul.metaMenu li {
  font-size: 12px;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  list-style-type: none;
  border-right: 1px solid #444444;
  line-height: 1;
}
#header #header-top .metanav ul.metaMenu li:last-child {
  padding-right: 0;
  border-right: none;
}
#header #header-top .metanav ul.metaMenu li a {
  color: #444444;
}
#header #header-bottom {
  margin-top: 10px;
  position: relative;
}
#header #header-bottom #navbar ul {
  padding-left: 0;
}
#header #header-bottom #navbar ul li {
  font-size: 18px;
  list-style: none;
  float: left;
  padding-right: 30px;
}
#header #header-bottom #navbar ul li a {
  color: #52c7e1;
}
#header #header-bottom #navbar ul li .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 15px;
}
#header #header-bottom #navbar ul li .dropdown-menu .dropdown-menu-inner {
  background-color: #d0eef6;
  overflow: hidden;
  min-height: 205px;
  padding: 15px 10px 30px 10px;
  width: 100%;
  border-top: 8px solid #bcd42f;
  border-bottom: 30px solid white;
}
#header #header-bottom #navbar ul li .dropdown-menu .dropdown-menu-inner li {
  font-size: 16px;
  width: 25%;
}
#header #header-bottom #navbar ul li .dropdown-menu .dropdown-menu-inner li.title > a {
  font-weight: bold;
}
#header #header-bottom #navbar ul li .dropdown-menu .dropdown-menu-inner li a {
  color: #444444;
  font-weight: normal;
}
#header #header-bottom #navbar ul li .dropdown-menu .dropdown-menu-inner li ul {
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 22px;
  border-top: 1px solid #919191;
}
#header #header-bottom #navbar ul li .dropdown-menu .dropdown-menu-inner li ul li {
  width: 100%;
  float: none;
  border: none;
  margin: 0;
  padding: 0;
  list-style-image: url(/fileadmin/template/img/list-style-image-pink.png);
}
#header #header-bottom #navbar ul li .dropdown-menu .dropdown-menu-inner li ul li a {
  color: #d02184;
  font-size: 14px;
  margin: 0 0 7px 0;
}
#header #header-bottom #navbar li.dropdown.open {
  position: static;
}
#header #header-bottom #navbar li.dropdown.open .dropdown-menu {
  display: table;
  margin-top: 10px;
  width: 100%;
  left: 0;
  right: 0;
}
#header #header-bottom #navbar li.dropdown.open .dropdown-menu ul.dropdown-menu-inner > li {
  display: table-cell;
}
#header #header-bottom #navbar li.dropdown.open .dropdown-menu ul.dropdown-menu-inner > li a {
  pointer-events: none;
  cursor: default;
}
#header #header-bottom #navbar li.dropdown.open .dropdown-menu ul.dropdown-menu-inner > li ul li a {
  pointer-events: initial;
  cursor: pointer;
  color: #d02184;
}
#header #header-bottom .languageMenu {
  position: absolute;
  width: 200px;
  right: 0;
}
@media only screen and (max-width: 1099px) {
  #header #header-bottom .languageMenu {
    top: 5px;
  }
}
#header #header-bottom .languageMenu .tx-srlanguagemenu {
  float: right;
}
#header #header-bottom .languageMenu .tx-srlanguagemenu > div {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #52c7e1;
  line-height: 13px;
}
#header #header-bottom .languageMenu .tx-srlanguagemenu > div:last-child {
  padding-right: 0;
  border-right: none;
}
#header #header-bottom .languageMenu .tx-srlanguagemenu > div > a {
  font-size: 16px;
  color: #d02184;
}
#header #navigation_mobile {
  display: none;
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  width: 30px;
  height: 27px;
  overflow: hidden;
  margin: 15px 15px 0 0;
  transition: all 0.3s ease-in-out;
}
#header #navigation_mobile #language-menu-mobile,
#header #navigation_mobile #main-menu-mobile,
#header #navigation_mobile #social_media_mobile,
#header #navigation_mobile #metanav-mobile {
  visibility: hidden;
}
#header #navigation_mobile li {
  list-style-type: none;
}
#header #navigation_mobile a {
  text-decoration: none;
}
#header #navigation_mobile .burger-wrapper {
  position: absolute;
  width: 30px;
  height: 27px;
  cursor: pointer;
}
#header #navigation_mobile .burger-wrapper span {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #444444;
}
#header #navigation_mobile .burger-wrapper span:nth-child(1) {
  top: 3px;
}
#header #navigation_mobile .burger-wrapper span:nth-child(2) {
  top: 12px;
}
#header #navigation_mobile .burger-wrapper span:nth-child(3) {
  top: 21px;
}
#header #navigation_mobile.active {
  padding: 15px;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #d0eef6;
}
#header #navigation_mobile.active .burger-wrapper {
  right: 15px;
}
#header #navigation_mobile.active .burger-wrapper span:nth-child(1) {
  top: 10px;
  right: -3px;
  transform: rotate(45deg);
}
#header #navigation_mobile.active .burger-wrapper span:nth-child(2) {
  display: none;
}
#header #navigation_mobile.active .burger-wrapper span:nth-child(3) {
  top: 10px;
  right: -3px;
  transform: rotate(-45deg);
}
#header #navigation_mobile.active #language-menu-mobile {
  visibility: visible;
}
#header #navigation_mobile.active #language-menu-mobile div {
  float: left;
}
#header #navigation_mobile.active #language-menu-mobile .tx-srlanguagemenu {
  position: absolute;
}
#header #navigation_mobile.active #language-menu-mobile .tx-srlanguagemenu > div {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #444444;
  line-height: 1;
}
#header #navigation_mobile.active #language-menu-mobile .tx-srlanguagemenu > div:first-child {
  padding-left: 0;
}
#header #navigation_mobile.active #language-menu-mobile .tx-srlanguagemenu > div:last-child {
  padding-right: 0;
  border-right: none;
}
#header #navigation_mobile.active #language-menu-mobile .tx-srlanguagemenu > div > a {
  font-size: 21px;
  color: #d02184;
}
#header #navigation_mobile.active #metanav-mobile {
  visibility: visible;
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
  margin-top: 54px;
}
#header #navigation_mobile.active #metanav-mobile .metaMenu {
  padding: 0;
  margin: 0;
  float: left;
}
#header #navigation_mobile.active #metanav-mobile .metaMenu li {
  font-size: 13px;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  list-style-type: none;
  border-right: 1px solid #444444;
  line-height: 1;
}
#header #navigation_mobile.active #metanav-mobile .metaMenu li:first-child {
  padding-left: 0;
}
#header #navigation_mobile.active #metanav-mobile .metaMenu li:last-child {
  padding-right: 0;
  border-right: none;
}
#header #navigation_mobile.active #metanav-mobile .metaMenu li a {
  color: #444444;
}
#header #navigation_mobile.active #main-menu-mobile {
  visibility: visible;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
#header #navigation_mobile.active #main-menu-mobile li {
  padding-bottom: 13px;
}
#header #navigation_mobile.active #main-menu-mobile li a {
  font-size: 21px;
  text-transform: uppercase;
}
#header #navigation_mobile.active #main-menu-mobile a {
  color: #444444;
}
#header #navigation_mobile.active #main-menu-mobile a:hover {
  text-decoration: none;
}
#header #navigation_mobile.active #main-menu-mobile .clearfix {
  padding: 0;
}
#header #navigation_mobile.active #main-menu-mobile .dropdown-menu {
  position: inherit;
  float: none;
  border: none;
  background: none;
  box-shadow: none;
  padding: 5px 0 0 0;
  margin: 0;
  border-top: 1px solid #919191;
  border-radius: 0;
}
#header #navigation_mobile.active #main-menu-mobile .dropdown-menu .dropdown-menu-inner {
  padding-left: 10px;
}
#header #navigation_mobile.active #main-menu-mobile .dropdown-menu .dropdown-menu-inner li {
  padding-top: 10px;
}
#header #navigation_mobile.active #main-menu-mobile .dropdown-menu .dropdown-menu-inner li a {
  font-size: 18px;
  color: #444444;
  text-transform: none;
}
#header #navigation_mobile.active #main-menu-mobile .dropdown-menu .dropdown-menu-inner li ul {
  padding-left: 20px;
}
#header #navigation_mobile.active #main-menu-mobile .dropdown-menu .dropdown-menu-inner li ul li {
  padding: 2px 0 2px 0;
  list-style-image: url(/fileadmin/template/img/list-style-image-pink.png);
}
#header #navigation_mobile.active #main-menu-mobile .dropdown-menu .dropdown-menu-inner li ul li a {
  color: #d02184;
  font-size: 16px;
}
#header #navigation_mobile.active #social_media_mobile {
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #header #navigation_mobile.active #social_media_mobile {
    display: block;
    float: left;
    width: 100%;
  }
  #header #navigation_mobile.active #social_media_mobile i.fa {
    font-size: 40px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
  #header #navigation_mobile.active #social_media_mobile h2 {
    display: none;
  }
}
#header #navigation_mobile.active #impressum_mobile {
  float: left;
}
#header #navigation_mobile.active #impressum_mobile ul {
  padding-left: 0;
}
#header #navigation_mobile.active #impressum_mobile ul li {
  display: none;
}
#header #navigation_mobile.active #impressum_mobile ul li:last-child {
  display: block;
}
#header #navigation_mobile.active #impressum_mobile ul li a {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 30px;
  color: #444444;
}
@media only screen and (max-width: 767px) {
  #header #metanav,
  #header #navbar,
  #header #language-menu,
  #header #social_media {
    display: none;
  }
  #header #navigation_mobile {
    display: block;
  }
}
/* Section styles (content) */
/* --------------------------------------------------------------------------------- */
#section .button_pink {
  cursor: pointer;
  font-size: 14px;
  float: right;
  color: #ffffff;
  background-color: #d02184;
  /*width: 120px;*/
  height: 28px;
  padding: 4px 15px;
  border-radius: 0;
  border: none;
  text-align: center;
  padding: 0;
}
#section .button_pink a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#section .button_pink a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #section .button_pink {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
  }
}
#section .button_pink:hover {
  background-color: #77134c;
}
#section .button_pink a {
  padding: 4px;
}
#section table th,
#section table td {
  border: 1px solid #c4c4c4;
  padding: 5px;
  vertical-align: top;
}
#section table th {
  border-bottom: 2px solid #c4c4c4;
}
@media only screen and (min-width: 768px) {
  #section #col_left {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1099px) {
  #section #col_left {
    padding: 15px;
    width: 100%;
    float: left;
  }
}
#section #col_left .tx-felogin-pi1 input[type="submit"] {
  width: 195px;
}
#section #col_left h1 {
  margin-bottom: 20px;
  border-left: 28px solid #bfd52f;
  padding-left: 10px;
  border-bottom: 0;
  background-color: rgba(191, 213, 47, 0.19);
  padding-top: 10px;
  padding-bottom: 10px;
  color: #808080;
}
#section #col_left h2 {
  border: 0;
  border-left: 27px solid #bfd52f;
  padding-left: 10px;
  margin: 30px 0 10px 0;
}
#section #col_left .fa {
  display: none;
}
#section #col_left .tx_iscourses2.kursliste .datarow h2,
#section #col_left .tx_iscourses2.kursleiterliste .datarow h2 {
  margin-top: 0;
}
#section #col_right {
  padding-top: 10px;
  overflow: hidden;
}
#section #col_right img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #section #col_right .layout-0 .fa {
    padding-top: 0;
  }
}
#section #col_right .cbQuickGoogleMap {
  padding-top: 10px;
}
#section #col_right h2 {
  margin-bottom: 0;
}
#section #col_right p {
  margin-top: 10px;
  margin-bottom: 0;
}
#section ul {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 18px;
}
#section ul li {
  list-style-image: url(/fileadmin/template/img/list-style-image-pink.png);
  padding-left: 5px;
}
#section ul.typo3-messages {
  margin: 0;
  padding: 0;
}
#section ul.typo3-messages li {
  list-style: none;
  padding-left: 20px;
}
#section ol {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 18px;
}
#section ol li {
  padding-left: 5px;
}
#section .select2 ul {
  margin: 5px;
  padding: 0;
}
#section .select2 ul li {
  list-style-image: none;
}
/* Footer styles */
/* --------------------------------------------------------------------------------- */
#footer {
  border-top: 2px solid #919191;
  padding: 20px 0 30px 0;
  margin-top: 50px;
  line-height: 16px;
}
#footer .row {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#footer .row .col-md-12 {
  padding: 0;
}
#footer .row .col-md-12 #footer-wrapper {
  display: table-cell;
}
#footer .row .col-md-12 #footer-wrapper #copyrightyear {
  float: left;
}
@media only screen and (max-width: 767px) {
  #footer .row .col-md-12 #footer-wrapper #copyrightyear {
    width: 20%;
    font-weight: 600;
  }
}
#footer .row .col-md-12 #footer-wrapper .ce-default {
  float: left;
}
@media only screen and (max-width: 767px) {
  #footer .row .col-md-12 #footer-wrapper .ce-default {
    width: 80%;
  }
}
#footer .row .col-md-12 #footer-wrapper .ce-default ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer .row .col-md-12 #footer-wrapper .ce-default ul li {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  list-style-type: none;
  border-right: 1px solid #444444;
}
#footer .row .col-md-12 #footer-wrapper .ce-default ul li:last-child {
  padding-right: 0;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  #footer .row .col-md-12 #footer-wrapper .ce-default ul li {
    border: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }
  #footer .row .col-md-12 #footer-wrapper .ce-default ul li:first-child {
    width: 100%;
    margin-bottom: 15px;
    font-weight: 600;
  }
  #footer .row .col-md-12 #footer-wrapper .ce-default ul li:last-child {
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
  }
}
#footer p {
  margin: 0;
}
#footer a {
  color: #444444;
}
/* Kontakt */
/* --------------------------------------------------------------------------------- */
.tx-powermail h3,
.powermail_legend {
  display: none;
}
#section #col_left .tx-powermail .container-fluid {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #section #col_left .tx-powermail .container-fluid .powermail_fieldset {
    background-color: transparent;
  }
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap {
  padding: 10px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap {
    width: 100%;
    padding: 5px 0;
  }
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_label {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_label {
    margin: 10px 0 0 0;
  }
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field {
  width: 70%;
  float: right;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field {
    width: 100%;
  }
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field input[type="text"] {
  width: 100%;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field input[type="submit"] {
  cursor: pointer;
  font-size: 14px;
  float: right;
  color: #ffffff;
  background-color: #d02184;
  /*width: 120px;*/
  height: 28px;
  padding: 4px 15px;
  border-radius: 0;
  border: none;
  text-align: center;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field input[type="submit"] a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field input[type="submit"] a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field input[type="submit"] {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
  }
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field input[type="submit"]:hover {
  background-color: #77134c;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_input {
  border: 1px solid #919191;
}
@media only screen and (max-width: 767px) {
  #section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_input {
    background-color: transparent;
    width: 100%;
  }
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field ul.parsley-errors-list {
  position: absolute;
  top: 0;
  padding-left: 10px;
  margin: 0;
  line-height: 28px;
  color: #f30808;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap .powermail_field ul.parsley-errors-list li.parsley-required {
  list-style: none;
  list-style-image: none;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap_type_textarea {
  float: left;
  width: 100%;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap_type_textarea .powermail_field textarea.powermail_textarea {
  width: 100%;
  border: 1px solid #919191;
}
@media only screen and (max-width: 767px) {
  #section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap_type_textarea .powermail_field textarea.powermail_textarea {
    background-color: transparent;
  }
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap_type_radio {
  float: left;
  width: 100%;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field {
  border: 1px solid #919191;
  padding-left: 10px;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label {
  width: 100%;
  margin-bottom: 10px;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap_type_submit {
  float: right;
}
#section #col_left .tx-powermail .container-fluid .powermail_fieldset .powermail_fieldwrap_type_submit .powermail_field {
  width: 100%;
}
/* Index search */
/* --------------------------------------------------------------------------------- */
#section .tx-indexedsearch {
  margin-top: 30px;
}
#section .tx-indexedsearch table {
  width: 100%;
}
#section .tx-indexedsearch table tr {
  border: none;
}
#section .tx-indexedsearch table tr td {
  border: none;
}
#section .tx-indexedsearch table .searchbox {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
#section .tx-indexedsearch table .searchbox .tx-indexedsearch-searchbox-sword {
  width: 100%;
  border: 1px solid #919191;
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  #section .tx-indexedsearch table .searchbox .tx-indexedsearch-searchbox-sword {
    width: 100%;
  }
}
#section .tx-indexedsearch table .searchbox,
#section .tx-indexedsearch table .searchsubmit {
  border: none;
  padding: 0;
}
#section .tx-indexedsearch table .searchsubmit {
  float: right;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  #section .tx-indexedsearch table .searchsubmit {
    width: 100%;
  }
}
#section .tx-indexedsearch table .searchsubmit input[type="submit"] {
  cursor: pointer;
  font-size: 14px;
  float: right;
  color: #ffffff;
  background-color: #d02184;
  /*width: 120px;*/
  height: 28px;
  padding: 4px 15px;
  border-radius: 0;
  border: none;
  text-align: center;
}
#section .tx-indexedsearch table .searchsubmit input[type="submit"] a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#section .tx-indexedsearch table .searchsubmit input[type="submit"] a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #section .tx-indexedsearch table .searchsubmit input[type="submit"] {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
  }
}
#section .tx-indexedsearch table .searchsubmit input[type="submit"]:hover {
  background-color: #77134c;
}
#section .tx-indexedsearch table .searchbox input.tx-indexedsearch-searchbox-sword {
  padding: 3px 10px;
}
#section .tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-top: -20px;
  padding-bottom: 20px;
  font-style: italic;
}
#section .tx-indexedsearch .tx-indexedsearch-whatis,
#section .tx-indexedsearch .tx-indexedsearch-icon,
#section .tx-indexedsearch .tx-indexedsearch-result-number,
#section .tx-indexedsearch .tx-indexedsearch-info {
  display: none;
}
#section .tx-indexedsearch .tx-indexedsearch-title {
  font-size: 21px;
}
#section .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr {
  font-style: normal;
  color: #444444;
}
#section .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #000000;
}
#section #tx_indexedsearch > table > tbody > tr:nth-child(2) {
  display: none;
}
/* Login form */
/* --------------------------------------------------------------------------------- */
.tx-felogin-pi1 > h3,
.tx-felogin-pi1 legend {
  display: none;
}
.tx-felogin-pi1 > div {
  padding-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}
.tx-felogin-pi1 fieldset div {
  width: 100%;
  float: left;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .tx-felogin-pi1 fieldset div {
    width: 100%;
    padding: 5px 0;
  }
}
.tx-felogin-pi1 fieldset div input[type="submit"] {
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  background-color: #d02184;
  /*width: 120px;*/
  height: 28px;
  padding: 4px 15px;
  border-radius: 0;
  border: none;
  text-align: center;
  float: right;
}
.tx-felogin-pi1 fieldset div input[type="submit"] a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tx-felogin-pi1 fieldset div input[type="submit"] a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .tx-felogin-pi1 fieldset div input[type="submit"] {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
  }
}
.tx-felogin-pi1 fieldset div input[type="submit"]:hover {
  background-color: #77134c;
}
.tx-felogin-pi1 fieldset div #user,
.tx-felogin-pi1 fieldset div #pass {
  float: right;
  border: 1px solid #919191;
  padding: 3px 0 3px 10px;
  color: #444444;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .tx-felogin-pi1 fieldset div #user,
  .tx-felogin-pi1 fieldset div #pass {
    width: 100%;
  }
}
.ce-uploads {
  display: block;
}
.ce-uploads img {
  padding-top: 3px;
}
.ce-uploads .ce-uploads-fileName {
  display: inline-block;
}
.ce-uploads .ce-uploads-filesize {
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  color: #919191;
}
.ce-uploads .ce-uploads-filesize::before {
  content: "[";
  font-size: 16px;
}
.ce-uploads .ce-uploads-filesize::after {
  content: "]";
  font-size: 16px;
}
.breadcrumb {
  overflow: hidden;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin: 50px 0 0 0;
}
.breadcrumb .breadtext {
  font-size: 12px;
  color: #919191;
  padding: 0 10px 0 15px;
}
.breadcrumb ul {
  padding-left: 15px;
}
.breadcrumb ul li {
  float: left;
  list-style: none;
  padding-right: 10px;
}
.breadcrumb ul li a {
  color: #919191;
  font-size: 12px;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
}
.breadcrumb ul li.active.sub:after {
  content: "»";
  padding-left: 5px;
}
/* Newsletter */
/* --------------------------------------------------------------------------------- */
#newsletter-anmeldung .personalien-fieldwrap {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
#newsletter-anmeldung .personalien-fieldwrap.mail {
  padding-bottom: 20px;
}
#newsletter-anmeldung .personalien-fieldwrap .input-field,
#newsletter-anmeldung .personalien-fieldwrap .newsletter-select-box {
  float: right;
  width: 70%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #newsletter-anmeldung .personalien-fieldwrap .input-field,
  #newsletter-anmeldung .personalien-fieldwrap .newsletter-select-box {
    width: 100%;
  }
}
#newsletter-anmeldung .personalien-fieldwrap .input-field input,
#newsletter-anmeldung .personalien-fieldwrap .newsletter-select-box input {
  width: 100%;
}
#newsletter-anmeldung .personalien-fieldwrap .subscription_error {
  color: #f30808;
  position: absolute;
  top: 3px;
  list-style: none;
  padding-left: 10px;
  margin: 0;
  line-height: 21px;
  font-weight: normal;
}
#newsletter-anmeldung .personalien-fieldwrap p.email_error {
  position: absolute;
  top: 30px;
  font-size: 12px;
  font-style: italic;
  color: red;
}
#newsletter-anmeldung .submit-button-wrapper {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
#newsletter-anmeldung .submit-button-wrapper input[type="submit"] {
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  background-color: #d02184;
  /*width: 120px;*/
  height: 28px;
  padding: 4px 15px;
  border-radius: 0;
  border: none;
  text-align: center;
  float: right;
}
#newsletter-anmeldung .submit-button-wrapper input[type="submit"] a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#newsletter-anmeldung .submit-button-wrapper input[type="submit"] a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #newsletter-anmeldung .submit-button-wrapper input[type="submit"] {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
  }
}
#newsletter-anmeldung .submit-button-wrapper input[type="submit"]:hover {
  background-color: #77134c;
}
#newsletter-anmeldung h2 {
  margin: 40px 0 8px 0;
}
#newsletter-bearbeiten {
  overflow: hidden;
}
#newsletter-bearbeiten label {
  width: 100%;
  margin-bottom: 20px;
}
#newsletter-bearbeiten input[type="text"] {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  #newsletter-bearbeiten input[type="text"] {
    width: 100%;
  }
}
#newsletter-bearbeiten .submit-button-wrapper {
  width: 30%;
  float: right;
}
@media only screen and (max-width: 767px) {
  #newsletter-bearbeiten .submit-button-wrapper {
    width: 100%;
  }
}
#newsletter-bearbeiten .submit-button-wrapper input[type="submit"] {
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  background-color: #d02184;
  /*width: 120px;*/
  height: 28px;
  padding: 4px 15px;
  border-radius: 0;
  border: none;
  text-align: center;
  float: right;
}
#newsletter-bearbeiten .submit-button-wrapper input[type="submit"] a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#newsletter-bearbeiten .submit-button-wrapper input[type="submit"] a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #newsletter-bearbeiten .submit-button-wrapper input[type="submit"] {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
  }
}
#newsletter-bearbeiten .submit-button-wrapper input[type="submit"]:hover {
  background-color: #77134c;
}
#profil-bearbeiten .wrap2 label {
  width: 30%;
  float: left;
}
#profil-bearbeiten .wrap2 select {
  width: 70%;
  float: right;
}
#profil-bearbeiten .wrap2 .personalien-fieldwrap {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
#profil-bearbeiten .wrap2 .personalien-fieldwrap input[type="text"] {
  width: 70%;
  float: right;
}
#profil-bearbeiten .wrap2 .submit-button-wrapper {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
#profil-bearbeiten .wrap2 .submit-button-wrapper input[type="submit"] {
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  background-color: #d02184;
  /*width: 120px;*/
  height: 28px;
  padding: 4px 15px;
  border-radius: 0;
  border: none;
  text-align: center;
  float: right;
}
#profil-bearbeiten .wrap2 .submit-button-wrapper input[type="submit"] a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#profil-bearbeiten .wrap2 .submit-button-wrapper input[type="submit"] a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #profil-bearbeiten .wrap2 .submit-button-wrapper input[type="submit"] {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
  }
}
#profil-bearbeiten .wrap2 .submit-button-wrapper input[type="submit"]:hover {
  background-color: #77134c;
}
/* Bestätigung Popup */
/* --------------------------------------------------------------------------------- */
div.ui-dialog {
  width: 440px !important;
  height: 160px !important;
  bottom: 50% !important;
  left: 50% !important;
  margin-left: -220px;
  padding: 10px;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  div.ui-dialog {
    width: 90% !important;
    height: 225px !important;
    left: 0 !important;
    margin: 5% !important;
  }
}
div.ui-dialog .ui-widget-content {
  padding-top: 20px;
  font-size: 13px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  div.ui-dialog .ui-widget-content {
    padding-top: 0;
  }
}
div.ui-dialog .ui-widget-header {
  background: rgba(255, 0, 0, 0.5);
  border-radius: 0;
  border: none;
  text-align: center;
}
div.ui-dialog .ui-widget-header .ui-dialog-title {
  width: 100%;
}
div.ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog-buttons .ui-dialog .ui-dialog-buttonpane {
  padding: 0;
}
.ui-dialog-buttons .ui-widget-content {
  padding: 20px 0 0 0 !important;
}
.ui-dialog-buttons .ui-widget-content .ui-dialog-buttonset {
  width: 100%;
}
.ui-dialog-buttons .ui-widget-content .ui-dialog-buttonset button {
  cursor: pointer;
  font-size: 14px;
  float: right;
  color: #ffffff;
  background-color: #d02184;
  /*width: 120px;*/
  height: 28px;
  padding: 4px 15px;
  border-radius: 0;
  border: none;
  text-align: center;
  width: 30%;
  margin: 0;
}
.ui-dialog-buttons .ui-widget-content .ui-dialog-buttonset button a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ui-dialog-buttons .ui-widget-content .ui-dialog-buttonset button a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .ui-dialog-buttons .ui-widget-content .ui-dialog-buttonset button {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
  }
}
.ui-dialog-buttons .ui-widget-content .ui-dialog-buttonset button:hover {
  background-color: #77134c;
}
.ui-dialog-buttons .ui-widget-content .ui-dialog-buttonset button:first-child {
  background-color: #444444;
  float: right;
}
@media only screen and (max-width: 767px) {
  .ui-dialog-buttons .ui-widget-content .ui-dialog-buttonset button:first-child {
    margin-top: 0;
  }
}
.ui-dialog-buttons .ui-widget-content .ui-dialog-buttonset button:last-child {
  background-color: #f30808;
  float: left;
}
#dark-background {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #c64 {
    display: none;
  }
}
#c176 .personalien-fieldwrap .email_error {
  display: none;
}
#body_1 .breadcrumb {
  display: none;
}
#body_1 #col_right .ce-default {
  overflow: hidden;
}
#body_1 #col_right .ce-default .ce-bodytext {
  margin-bottom: 30px;
  padding-left: 16px;
}
#body_1 #col_right .ce-textpic {
  margin-top: 10px;
}
ul.ce-menu {
  margin-top: 10px;
}
ul.ce-menu li {
  list-style-image: url(/fileadmin/template/img/list-style-image-pink.png);
}
#body_1 #section #col_left h2 {
  padding-top: 0;
  margin-top: 0;
}
#uid_374 {
  display: none;
}
#tygh_body .tygh .ty-grid-list__control,
#body_7 .tygh .ty-grid-list__control {
  display: none;
}
#tygh_body .languageMenu .tx-srlanguagemenu,
#body_7 .languageMenu .tx-srlanguagemenu {
  display: none;
}
#tygh_body .languageMenu .tx-srlanguagemenu.show,
#body_7 .languageMenu .tx-srlanguagemenu.show {
  display: block;
}
#tygh_body .hidden,
#body_7 .hidden {
  display: block !important;
}
#tygh_body .subcategories,
#body_7 .subcategories,
#tygh_body .tygh .ty-sort-container,
#body_7 .tygh .ty-sort-container {
  display: none !important;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_37,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_38,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_39,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_40,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_41,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_42,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_43,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_44,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_45,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_46,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_47,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_49,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_52,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 {
  background: #efefef;
  margin: 10px 0;
  padding: 10px 0;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_37 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_38 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_39 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_40 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_41 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_42 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_43 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_44 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_45 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_46 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_47 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_49 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_52 .powermail_fieldwrap,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  padding: 5px 0;
  float: left;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_37 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_38 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_39 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_40 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_41 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_42 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_43 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_44 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_45 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_46 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_47 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_49 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_52 .powermail_fieldwrap .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap .powermail_label {
  width: 60%;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_37 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_38 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_39 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_40 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_41 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_42 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_43 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_44 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_45 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_46 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_47 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_49 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_52 .powermail_fieldwrap .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap .powermail_field {
  width: 40%;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_37 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_38 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_39 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_40 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_41 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_42 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_43 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_44 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_45 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_46 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_47 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_49 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_52 .powermail_fieldwrap_type_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_type_textarea {
  width: calc(100% - 30px);
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_37 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_38 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_39 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_40 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_41 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_42 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_43 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_44 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_45 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_46 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_47 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_49 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_52 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_type_textarea .powermail_label,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_37 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_38 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_39 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_40 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_41 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_42 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_43 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_44 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_45 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_46 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_47 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_49 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_52 .powermail_fieldwrap_type_textarea .powermail_field,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_type_textarea .powermail_field {
  width: 100%;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_37 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_38 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_39 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_40 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_41 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_42 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_43 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_44 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_45 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_46 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_47 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_49 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_52 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_type_textarea .powermail_label .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_37 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_38 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_39 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_40 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_41 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_42 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_43 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_44 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_45 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_46 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_47 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_49 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_52 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_type_textarea .powermail_field .powermail_textarea {
  width: 100%;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_35 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_37 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_38 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_39 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_40 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_41 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_42 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_43 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_44 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_45 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_46 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_47 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_49 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_52 .powermail_legend,
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_legend {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border: none;
  margin: 0;
  padding: 15px 15px 10px 15px;
  background: #efefef;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_36 .powermail_legend {
  display: none;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 * {
  box-sizing: border-box;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_wiehabensievondiesemkurserfahren {
  width: calc(100% - 30px);
  padding-top: 5px;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_wiehabensievondiesemkurserfahren label.powermail_label {
  display: none;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_wiehabensievondiesemkurserfahren .powermail_field {
  width: 100%;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_wiehabensievondiesemkurserfahren .powermail_field .checkbox {
  width: 100%;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_wiehabensievondiesemkurserfahren .powermail_field .checkbox label {
  width: 100%;
  padding-left: 25px;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_wiehabensievondiesemkurserfahren .powermail_field .checkbox label input {
  margin-left: -25px;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_zusatzinformation {
  width: calc(100% - 30px);
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_zusatzinformation label.powermail_label {
  width: auto;
  min-width: 125px;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_zusatzinformation div.powermail_field {
  float: left;
  width: 100%;
}
#body_243 #section #col_left .tx-powermail .container-fluid .powermail_fieldset_53 .powermail_fieldwrap_zusatzinformation div.powermail_field input#powermail_field_zusatzinformation.powermail_input {
  width: 100%;
}
