.bbp-breadcrumb,
.bbp-author-avatar {
  display: none !important;
}

main .vc_row:not(.vc_inner):not(.vc_grid) {
  padding: 40px 0;
}

main .vc_row:not(.vc_inner):not(.vc_grid) .vc_row.vc_inner:not(:last-of-type) {
  padding-bottom: 50px;
}

.container.maincontent {
  position: relative;
}

body.bbpress .maincontent {
  padding-top: 240px;
  padding-bottom: 40px;
}

.leftFloater {
  float: left;
}

.header .logo {
  position: absolute;
  bottom: 30px;
}

.overflow {
  overflow: visible !important;
}

.service {
  top: 50px;
}

.footerbottomrow {
  margin-top: 25px;
}

.single-contact span,
.single-contact a {
  display: flex;
}

.single-contact span img {
  margin-right: 33px;
}

.maincontent ul {
  margin-left: 30px;
}

.maincontent h3 {
  font-weight: 700;
  -line-height: 2.5;
  color: #f37021;
  margin: 20px 0;
}

.drop-style {
    -margin-left: -65px;
    float: right;
    border-radius: 50% 50% 50% 0;

    /* Remove the clip path as the the shape is not complex now as it is just drop shadow now.*/
    /* -webkit-clip-path: url(#clip-path-drop);
    -o-clip-path: url(#clip-path-drop);
    clip-path: url(#clip-path-drop); */

    /* Set width and height as you need */
    width: 500px;
    height: 500px;
    background-size: cover;
    /*If you to raote the shape*/
    /*-webkit-transform: rotate(90deg);*/
    /*-ms-transform: rotate(90deg);*/
    /*-o-transform: rotate(90deg);*/
    /*transform: rotate(90deg);*/
    max-width: 100%;
}

.topmenu {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  bottom: 25px;
}

.topmenu > div {
  float: right;
}

.topmenu li a {
  color: #333;
}

.topmenu li:hover > a, .topmenu li.current-menu-item > a, .topmenu ul li.current-menu-ancestor > a {
    color: #d25419 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #ededed!important;
    background-color: #fff!important
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-color: transparent!important;
    background-color: transparent!important
}

.wpb-js-composer main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4,.wpb-js-composer main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-bottom: 1px solid #fff!important
}

.wpb-js-composer main .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    padding-left: 46px
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
    border-radius: 0!important
}

.maincontent table {
  width: 100%;
}

.maincontent table td {
  padding: 10px 20px;
}

.maincontent .single-slider-img {
  width: 100%;
  height: 166px;
  border-radius: 25px;
  border-bottom-right-radius: 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.file-display {
   background: #f37021;
   padding: 30px 20px;
   margin-bottom: 35px;
   float: left;
   width: 100%;
   position: relative;
}

.file-display * {
  color: #fff !important;
}

.file-display .fileData {
  width: 65%;
  margin-right: 5%;
}

.file-display .fileButton a {
  line-height: 25px !important;
  padding: 5px 33px 5px 48px !important;

  background: #fff !important;
  color: #f37021 !important;
}

.file-display .fileButton a:hover {
  background: #6cb644 !important;
  color: #fff !important;
}

.file-display .fileButton a i {
  color: #f37021 !important;
}

.file-display .fileButton a:hover i {
  color: #fff !important;
}

.side-menu ul,
#secondary ul {
  list-style: none;
  margin-left: 0;
}

.side-menu ul li.current-menu-ancestor > ul,
.side-menu ul li.current-menu-item > ul,
#secondary ul li.current-menu-ancestor > ul,
#secondary ul li.current-menu-item > ul {
  display: block;
}

.side-menu ul a ,
#secondary ul a {
  width: 100%;
  margin-bottom: 21.73913043px;
}

.side-menu ul ul,
#secondary ul ul {
  background: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  width: calc(100% - 45px);

  margin-left: 45px;
}

.side-menu ul ul li,
#secondary ul ul li {
  width: 100%;
  padding: 0;
}

.side-menu ul ul a,
#secondary ul ul a {
  line-height: 1.5 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.specialLeftPadding .vc_tta-panel-body {
	padding-left: 5px !important;
}

table.file-display-holder-table thead tr {
  background: #f37021;
}

table.file-display-holder-table thead tr * {
  color: #fff;
}

table.file-display-holder-table tr td {
  border: 1px solid #f37021;
}

table.file-display-holder-table .fileTitle {
  width: 25%;
}

table.file-display-holder-table .fileAuthor {
  width: 20%;
}

#menu-intern-seitenmenue li.inverse > a {
  background-color: transparent !important;
  border: 1px solid #f37021 !important;
  color: #f37021 !important;
}

#menu-intern-seitenmenue li.inverse > a i {
  margin-right: 10px;
}

#menu-intern-seitenmenue li.inverse:hover > a {
  background-color: #f37021 !important;
  border: 1px solid #f37021 !important;
  color: #fff !important;
}

.dynamischer-eintrag-titel {
  margin-bottom: 5px;
  display: block;
  float: left;
  width: 100%;
}

.dynamischer-eintrag-titel h3 {
  float: left;
  max-width: 60%;
}

.dynamischer-eintrag-titel .vc_btn3 {
  float: right;
  margin-top: 20px;
}

.file-display-holder-table {
  margin-bottom: 20px;
}

.wpb_text_column table {
  table-layout: fixed;
}

.wpb_text_column table tr td:nth-child(1) {
  width: 140px;
}

.wpb_text_column table tr td:nth-child(2) {
  width: 140px;
}

.wpb_text_column table tr td:nth-child(3) {
  width: 80px;
}

.wpb_text_column table tr td:nth-child(4) {
  width: 80px;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  .file-display .leftFloater {
    width: 100% !important;
  }

  .file-display .fileButton {
    position: relative;
    right: 0;
    transform: none;
    top: 0;
  }

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

  tr:not(:last-child) {
    margin-bottom: 20px;
  }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 40% !important;
    width: auto !important;
	}

  td:empty {
    display: none !important;
  }

  td:nth-of-type(1) {
    padding-left: 0 !important;
    width: 100%;
    text-align: center;
  }

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 8px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	td:nth-of-type(2):before { content: "Kursart"; }
	td:nth-of-type(3):before { content: "Modul"; }
	td:nth-of-type(4):before { content: "Kursstart"; }
	td:nth-of-type(5):before { content: "Uhrzeit"; }
	td:nth-of-type(6):before { content: "Anmeldung"; }

  .kursende-statt-modul td:nth-of-type(3):before { content: "Kursende"; }
	.kursende-statt-modul td:nth-of-type(4):before { content: "Kurszeit"; }

  .lange-tabelle-kursstart-kursende td:nth-of-type(3):before { content: "Kursstart"; }
	.lange-tabelle-kursstart-kursende td:nth-of-type(4):before { content: "Kursende"; }
	.lange-tabelle-kursstart-kursende td:nth-of-type(5):before { content: "Kurszeit"; }

  .einstieg-erfragen-ab td:nth-of-type(4):before { content: "Erfragen ab"; }

  .weiterbildung td:nth-of-type(1),
  .weiterbildungmini td:nth-of-type(1) {
    text-align: left;
    padding-left: 40% !important;
    width: 100% !important;
  }
  
  .weiterbildung td:nth-of-type(1):before { content: "Kursart"; }
	.weiterbildung td:nth-of-type(2):before { content: "Datum"; }
	.weiterbildung td:nth-of-type(3):before { content: "Kosten"; }
	.weiterbildung td:nth-of-type(4):before { content: "Anmeldung"; }

  .weiterbildungmini td:nth-of-type(1):before { content: "Kursart"; }
  .weiterbildungmini td:nth-of-type(2):before { content: "Datum"; }
  .weiterbildungmini td:nth-of-type(3):before { content: "Anmeldung"; }
}

.custom-logo {
  height: auto;
}

#menu ul:first-child {
  margin-bottom: 35px;
}

.page-restrict-output {
  margin-top: 100px;
}

.page-restrict-output input {
  background: none;
      border: 0 none;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      float: none;
      font-size: 100%;
      height: auto;
      letter-spacing: normal;
      list-style: none;
      outline: none;
      position: static;
      text-decoration: none;
      text-indent: 0;
      text-shadow: none;
      text-transform: none;
      width: auto;
      visibility: visible;
      overflow: visible;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;

  margin: 0;
      border: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      background: none;
      height: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;

  background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

.page-restrict-output input[type="submit"] {

}

.sub-menu {
  border: none;
  background-color: #f37021;
}

.sub-menu a {
  color: #fff !important;
}

.single-contact span {
  line-height: 26px;
}

.header > .menu {
  position: absolute;
  right: 0;
  bottom: 25px;
}

footer .menu {
  margin-bottom: 30px;
}

.page-restrict-output form {
  margin-bottom: 50px;
}

.page-restrict-output  input[type="submit"]{
  height: auto;
  float: left;
  width: auto;
}

.news-pagination ul {
  list-style: none;
  margin: 0;
}

.news-pagination ul li {
  float: left;
  margin-right: 15px;
}

.news-pagination ul li a {
  color: #009acb;
}

.ivycat-post {
  margin-bottom: 50px;
}

.ivycat-post h2 {
  margin-bottom: 20px;
}

.ivycat-post .entry-summary * {
  padding: 0 !important;
  margin: 0 !important;
}

.top-header-area-orange {
  background: #f37021;
  padding: 10px 0 35px 0;
}

.top-header-area-orange > .container,
.top-header-area-orange > .container > .col-12 {
  padding: 0;
}

.top-header-area-orange * {
  color: #fff;
}

.top-header-area-orange .orangeTopInformation,
.top-header-area-orange .orangeTopMenu {
  float: right;
}

.top-header-area-orange .orangeTopInformation a:first-of-type {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.top-header-area-orange a:hover {
  color: #fff;
}

.top-header-area-orange .orangeTopMenu {
  margin-right: 100px;
}

.top-header-area-orange .orangeTopMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-header-area-orange .orangeTopMenu ul li {
  float: left;
  margin: 0;
  padding: 0;
}

.top-header-area-orange .orangeTopMenu ul li:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.topmenu ul li:not(:first-of-type) {
  padding-left: 7px;
  margin-left: 5px;
  border-left: 1px solid #000;
}

.topmenu ul li a {
  font-size: 15px;
}

.vc_row-o-equal-height.vc_inner.specialButtonP p {
  margin-bottom: 0;
}

.vc_row-o-equal-height.vc_inner.specialButtonP p+p {
  margin-top: 0;
}

.header-area {
  border-bottom: 1px solid #f37021;
}

.footer-area {
  padding: 50px 0;
}

#menu .menu-section > div {
  margin-bottom: 35px;
  float: left;
  width: 100%;
}

#menu ul ul {
  margin-bottom: 10px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  color: #000 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #000 !important;
}

.cc-theme-classic .cc-message, .cc-theme-classic .cc-message a, .cc-theme-classic .cc-compliance .cc-deny {
  color: #fff !important;
}

.side-menu ul li.menu-item-has-children > a:hover::after,
#secondary ul li.menu-item-has-children > a:hover::after {
  color: #fff;
}

.bbpress-wrapper {
  width: 65%;
  display: inline-block;
  margin-right: 3%;
}

#secondary {
  width: 32%;
  display: inline-block;
  position: absolute;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

li.bbp-forum-info,
li.bbp-topic-title {
  width: 45%;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
  width: 35%;
}

li.bbp-forum-info,
li.bbp-topic-title {
  width: 40%;
}

li.bbp-forum-reply-count,
li.bbp-forum-topic-count,
li.bbp-topic-reply-count,
li.bbp-topic-voice-count {
  width: 12%;
}

#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
  height: auto;
}

.bbp-forum-description a {
  text-decoration: underline !important;
}

#bbp_topic_subscription,
#bbp_topic_subscription + label {
  cursor: pointer;
}

fieldset.bbp-form {
  margin-top: 25px;
}

.specialOverflow {
	white-space: nowrap;
}
}
