.front-teaser-text {
  width: 80%;
  float: left;
}

.front .rabatt-hero {
  position: absolute;
  right: -50px;
  background: var(--red);
  max-width: 23%;
  padding: 20px;
  bottom: 0;
  top: 0;
  min-height: 387px;
  color: #fff;
}

.front .rabatt-hero p {
  font-size: 1.1em !important;
  text-align: center !important;
  line-height: 1.3em !important;
}

.redbox {
  background: var(--red);
  padding: 20px 20px 0px 20px;
  color: #fff;
}

.redbox h3 {
  color: #fff !important;
  margin-bottom: .3em;
}

.redbox p {
  font-size: 1.1em !important;
  text-align: left !important;
  line-height: 1.3em !important;
}

.redbox .button {
  background-color: #fff;
  color: var(--red);
}

.redbox .button:hover {
  background-color: #0e2044;
  color: #fff;
}

@media (max-width:760px) {
  .front-teaser-text {
    width: 100%;
    float: none;
  }

  .front .rabatt-hero {
    position: initial;
    max-width: 100%;
    min-height: initial;
  }
}

body[class*="page-trainer"] .grid-12 .grid.three-col .line-item.views-row-last {
  margin: 0 auto 0 0;
}

.logged-in .rules-debug-log {
  margin: 0;
}

.logged-in h3.rules-debug-log-head {
  font-size: 1em;
}

.logged-in .rules-debug-log div {
  display: block !important;
}

#admin-menu,
#l10n-client,
.clearfix:after,
#mainnav .front-date-row span>span {
  display: none !important;
}

html.mma body.mainmenu-hide,
html.mma body.admin-menu.mainmenu-hide {
  margin-top: 0 !important;
}

html.mma body.mainmenu-hide article {
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

html.mma.mobile body.mainmenu-hide article {
  min-height: inherit;
  max-height: inherit;
  overflow: auto;
}

* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  text-shadow: none !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

input:focus {
  outline: 1px solid #119ad3;
  outline-offset: -1px;
}

.lightblue_bg,
.lightblue-bg {
  background-color: #119ad3 !important;
  color: #fff;
}

.lightblue {
  color: #119ad3 !important;
}

.darkblue_bg {
  background-color: #0e2044 !important;
  color: #fff;
}

.white_bg {
  background-color: #fff !important;
}

.bg_orange {
  background-color: #fa0 !important;
}

.orange {
  color: #fa0 !important;
}

.red_bg {
  background-color: #c00;
}

.red,
.hervor {
  color: #c00;
}

.midgray {
  color: var(--midgray);
}

:root {
  --lightblue: #119ad3;
  --paleblue_light: #daeaf3;
  --paleblue_superlight: #f0f4f7;
  --midblue: #204a7c;
  --darkblue: #0e2044;
  --salesblue: #031E33;
  --orange: #fa0;
  --red: #c00;
  --gray: #acacac;
  --midgray: #777;
  --overlay: #1199d3e0;
  --gold: #ca9605;
  /* A57E2D */
}

.force-lightblue-text,
.force-lightblue-text * {
  color: #119ad3 !important;
}

iframe#launcher.zEWidget-launcher {
  background-color: #1f73b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  border-top: 5px solid #119ad3 !important;
  height: 60px !important;
  margin-bottom: 15px !important;
  width: 123px !important;
  display: flex !important;
  justify-content: center !important;
  padding: 7px 7px;
}

.mobile iframe#launcher.zEWidget-launcher {
  display: none !important;
}

div#go_infoabend {
  display: none;
  position: fixed;
  transform: rotate(-90deg);
  padding: 12px 20px;
  background-color: #c00;
  right: -90px;
  top: 30vh;
  z-index: 10000;
  width: 220px;
}

div#go_infoabend a {
  color: white;
}

/* CK Editor*/

html .cke_top,
html .cke_bottom {
  background-color: #eee;
}

html.mma body {
  margin-top: 174px !important;
}

html.mobile body.admin-menu {
  margin-top: 123px !important;
}

/* CK Ende */

html {
  background-color: #fff;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: 122px 0 0 0;
  overflow-x: hidden;
  /* opacity: 0; */
}

html.wf-active body {
  font-family: Roboto, sans-serif;
}

html.wf-active body.cke_editable {
  background-color: #fff;
  margin: 12px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

body.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.333s;
  transition: opacity 0.333s;
}

body.menu-expanded {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

body.adm_menu_hidden {
  margin-top: 122px !important;
}

.hidden {
  display: none;
}

.clearer {
  min-height: 1px;
  width: 100%;
  clear: both;
}

.mma a,
.mainnav-tabs ul li[id*="link-"].active a {
  text-decoration: none;
  color: #119ad3;
}

.mma a:hover {
  color: #000;
}

table {
  margin: 0;
  width: 100%;
  position: relative;
}

tbody {
  border: none;
}

.table-gray {
  padding: 31px;
  background-color: #f7f7f7;
}

.table-gray td {
  padding: 3px;
  line-height: 1.5;
  background-color: #f7f7f7;
}

.table-gray tr.even,
.table-gray tr.odd {
  background-color: #e7e7e7;
  border-bottom: #fff;
  padding: 0;
}

.mma .page-marketing-lexikon tr.even,
.mma .page-marketing-lexikon tr.odd {
  background-color: transparent;
  border-bottom: 1px solid #d5d5d5;
  padding: 0;
}

.mma .page-marketing-lexikon td {
  padding: 0.7em 0.7em 0.5em 0.7em;
}

.mma .page-marketing-lexikon td p {
  margin: 0;
}

.mma .page-marketing-lexikon td.active {
  background-color: rgba(0, 0, 0, 0.025);
}

.node-type-lexikoneintrag .grid-7 .pane-node-field-copytext .pane-content {
  padding-bottom: 120px;
}

.node-type-seminar .ui-tabs .ui-tabs-panel ul,
.node-type-seminar .col-left section>.container ul {
  padding: 0 0 0 17px;
}

.node-type-seminar .ui-tabs .ui-tabs-panel ul li,
.node-type-seminar .col-left section>.container ul li,
#ects-bullets li {
  list-style-type: none;
  padding-left: 3px;
  text-indent: -20px;
}

.node-type-seminar .ui-tabs .ui-tabs-panel ul li:before,
.node-type-seminar .col-left section>.container ul li:before,
#ects-bullets li:before {
  content: "• ";
  font-size: 30px;
  line-height: 16px;
  color: #129ad3;
  vertical-align: -5px;
}

.node-type-seminar .ui-tabs .ui-tabs-panel ul li ul,
.node-type-seminar .col-left section>.container ul li ul {
  margin-left: 10px;
}

.node-type-seminar .ui-tabs .ui-tabs-panel ul li ul li,
.node-type-seminar .col-left section>.container ul li ul li {
  list-style-type: none;
  padding-left: 3px;
  text-indent: -20px;
}

.node-type-seminar .ui-tabs .ui-tabs-panel ul li ul li:before,
.node-type-seminar .col-left section>.container ul li ul li:before {
  content: "• ";
  font-size: 30px;
  line-height: 16px;
  color: #585858;
  vertical-align: -5px;
}

.sidebar .panel-pane.popup-online {
  margin-top: -17px;
}

.popup-online button.icon-online {
  display: block;
  width: 100%;
  background-color: var(--darkblue);
  margin-bottom: 7px;
  background-image: url(../images/icon-chat.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 88px 8px;
  padding: 0 0 0 26px;
}

.popup-online .popup {
  position: fixed;
  left: -10000px;
  top: 50%;
  width: 1000px;
  height: 600px;
  background-color: var(--darkblue);
  margin-left: -500px;
  margin-top: -290px;
  z-index: -1;
  color: #fff;
  box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.8);
}

.popup-online .popup span.close {
  display: block;
  position: absolute;
  z-index: 12;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background-color: var(--red);
  border-radius: 50%;
}

.popup-online .popup span.close:hover {
  background-color: #c00;
}

.popup-online .popup.show {
  display: initial;
  left: 50%;
  z-index: 1000000;
}

.popup-online .popup section {
  display: flex;
  height: 600px;
  overflow-y: auto;
}

.popup-online .popup .view-display-id-views_rules_2,
.popup-online .popup .view-display-id-views_rules_3 {
  width: 100%;
  height: max-content;
  min-height: 100%;
  background-color: #fff;
  padding: 34px;
}

.popup-online .popup .view-display-id-views_rules_2 caption,
.popup-online .popup .view-display-id-views_rules_3 caption {
  margin: 0;
  padding: 0;
}

.popup-online .popup .view-display-id-views_rules_2 table+table,
.popup-online .popup .view-display-id-views_rules_3 table+table {
  margin-top: 48px;
}

.popup-online .popup .view-display-id-views_rules_2 .date-display-range,
.popup-online .popup .view-display-id-views_rules_3 .date-display-range {
  display: block;
}

.popup-online .popup img {
  width: auto !important;
  max-width: inherit;
  max-height: 600px;
  margin-right: 34px;
}

.popup-online .popup .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 34px;
}

.popup-online .popup h2 {
  text-transform: none;
  margin: 0 0 7px 0;
  line-height: 1.2;
  font-size: 28px;
}

.popup-online .popup ul,
.popup-online .popup p {
  margin: 7px 0;
}

.popup-online .popup .text button {
  margin: 21px 0 0 0;
}

.popup-online .popup .text button:hover {
  background-color: var(--red);
}

.popup-online .popup .form-radios .form-item {
  min-width: initial;
}

.popup-online .popup tr {
  background-color: #fff;
  color: #1b1b1b;
  padding: 17px 0;
}

.popup-online .popup tr td {
  vertical-align: middle;
  padding: 17px 0;
}

.popup-online .popup tr td.views-field.views-field-add-to-cart-form {
  text-align: right;
}

.popup-online .popup tr td:first-child {
  width: 333px;
}

.popup-online .popup tr td:last-child {
  display: none;
  visibility: hidden;
}

.mma ul.contextual-links li {
  line-height: 100%;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  text-indent: 0 !important;
}

.mma ul.contextual-links {
  padding: 12px 7px !important;
  box-shadow: 0 30px 150px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.mma ul.contextual-links li:before {
  content: "" !important;
  line-height: 0 !important;
  padding: 0 !important;
}

.mma ul.contextual-links li a {
  margin: 0;
  padding: 3px 7px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.mma div.contextual-links-active a.contextual-links-trigger-active {
  border-bottom: 1px solid #fff !important;
  z-index: 12 !important;
  width: 36px;
  height: 22px;
}

.mma div.contextual-links-wrapper ul.contextual-links {
  top: 21px;
}

.mma a.contextual-links-trigger:hover,
.mma div.contextual-links-active a.contextual-links-trigger {
  background-position: 4px -17px;
}

.mma a.contextual-links-trigger {
  width: 36px;
  height: 22px;
  background-position: 4px 2px;
}

hr {
  border: none;
  border-bottom: 1px solid #d5d5d5;
}

blockquote {
  padding: 0.1em 3em 0.1em 2em;
  border-left: 7px solid #fa0;
  margin: 0 0 1.5em 0;
  font-weight: 400;
  background-color: #f7f7f7;
}

blockquote p {
  margin: 1em 0;
}

h1,
.h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1em;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

h3,
.h3,
.view-commerce-backoffice-products caption {
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  color: #119ad3 !important;
}

h4+h3 {
  margin-top: -0.7em;
}

.sidebar .title,
.sidebar .pane-title,
.sidebar .freecall-head {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

h4 {
  font-size: 1em;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.hr-bottom {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #d5d5d5;
}

.margin-bottom-1em {
  margin-bottom: 1em;
}

.margin-bottom-3em {
  margin-bottom: 3em;
}

.margin-bottom-7em {
  margin-bottom: 7em;
}

.margin-bottom-12em {
  margin-bottom: 12em;
}

small,
p.small {
  font-size: 14.5px !important;
  line-height: 1.1;
}

.gold {
  color: var(--gold);
}

#skip-link {
  margin: 0;
}

#above {
  background-color: var(--midblue);
  height: 50px;
  border-bottom: 4px solid #119ad3;
}

#top {
  border-top: none;
  background-color: #fff;
  height: 174px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.page-weiterbildung #top {
  display: none;
}

#top #above+.container {
  height: 124px;
  background-color: #fff;
}

@media (max-width: 590px) {
  #top #above+.container {
    height: 73px;
  }
}

#top .container {
  padding: 0 34px;
  justify-content: space-between;
  align-items: center;
}

#top #above .container {
  justify-content: flex-end;
}

#top #above .container a {
  color: #fff;
  padding-right: 17px;
  text-transform: uppercase;
}

.fullheader {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.fullheader #top {
  background-color: transparent;
}

.fullheader #mainheader {
  height: 570px;
}

.fullheader.front #mainheader .container {
  padding-left: 90px;
}

.fullheader #mainheader .pane-title {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.fullheader .mainnav-tabs ul,
.fullheader .mainnav-tabs ul li a {
  color: #fff;
}

.fullheader #logo img,
.fullheader #favs img {
  display: none;
}

.fullheader #logo {
  display: block;
  width: 175px;
  height: 70px;
  background-image: url(../images/mma-logo-white.svg);
  background-size: 175px 70px;
  background-repeat: no-repeat;
}

.fullheader #favs {
  width: 27px;
  height: 27px;
  background-image: url(../images/loupe-white.svg);
  background-size: 27px;
  background-repeat: no-repeat;
}

#above #freecall,
.fullheader #freecall {
  -webkit-mask-image: url(../images/phone.svg);
  mask-image: url(../images/phone.svg);
  background-color: #fff;
  background-image: none;
}

.fullheader.fixtabs #top {
  background-color: var(--darkblue);
}

.fullheader #headerimage {
  display: none;
  visibility: hidden;
}

/* #region TOP UI */

#top #ui {
  width: 80px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

#top #ui .fast-find.active {
  top: 0;
}

#top #above #ui .fast-find.active {
  top: 50px;
  z-index: 100;
}

#top #ui .fast-find {
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#top #ui .fast-find>div {
  width: calc(100% - 50px);
}

#top #ui .fast-find>.close {
  width: 50px;
  display: block;
  height: 38px;
  margin-top: -7px;
  background-image: url(../images/nav-close.svg);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: contain;
}

#top #ui .fast-find .chosen-container-single .chosen-single {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: none;
  border-radius: 0px;
  border: 1px solid #d5d6d7;
  height: 40px;
}

#top #ui .fast-find .chosen-container-single .chosen-single div {
  right: 12px;
  top: 7px;
}

#top #ui .fast-find .chosen-single {
  position: relative;
  z-index: 30000;
}

#top #ui .fast-find .chosen-container-single.chosen-with-drop .chosen-single {
  background-color: #119ad3;
  border: none;
  color: #fff;
}

#top #ui .fast-find .chosen-container-active .chosen-single span {
  color: #fff !important;
}

#top #ui .fast-find .chosen-container-single .chosen-search input {
  padding-left: 12px;
  border-color: #119ad3;
}

#top #ui .fast-find .chosen-container-single .chosen-search input {
  background: none;
  background-image: url(../images/loupe.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  width: 98%;
  margin: 7px;
  line-height: 36px;
  font-size: 18px;
  color: #777;
}

#top #ui .fast-find .chosen-container-single .chosen-single span,
#top #ui .fast-find .chosen-container .chosen-results li {
  font-size: 21px;
  line-height: 28px;
  color: #585858;
}

#top #ui .fast-find .chosen-container-single .chosen-single span {
  line-height: 26px;
}

#top #ui .fast-find .chosen-container .chosen-drop {
  box-shadow: 0 30px 150px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: none;
}

#top #ui .fast-find .chosen-container .chosen-results li:hover,
#top #ui .fast-find .chosen-container .chosen-results li.highlighted {
  color: #119ad3;
  background-image: none;
  background: none;
}

#top #ui .fast-find .chosen-container .chosen-results li:focus {
  outline: none;
}

#top #ui .fast-find .chosen-container .chosen-results li[data-option-array-index="0"] {
  color: #fff;
  height: 1px;
  overflow: hidden;
}

#top #ui .fast-find .chosen-container .chosen-results li em {
  background-color: #fff7bd;
  text-decoration: underline;
}

.mobile #top #ui {
  width: 70px;
}

#freecall {
  font-size: 13px;
  line-height: 1.2;
  float: left;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  background-image: url(../images/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}

#freecall.active {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

#freecall .blue {
  font-size: 16px;
  color: #119ad3;
  letter-spacing: 0.025em;
}

#freecall .hidden {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 2px;
  height: 115px;
  right: 45px;
  width: 21px;
  padding: 12px 20px;
  background-color: #fff;
  line-height: 1.4;
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
}

#above #freecall .hidden {
  top: 0;
  height: 50px;
}

#above #freecall.active .close {
  right: 7px;
}

#freecall.active .hidden {
  opacity: 1;
  width: 210px;
  right: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#freecall p {
  margin: 0;
}

#freecall p.hidden strong {
  font-size: 1.2em;
}

#freecall .close {
  display: none;
}

#freecall.active .close {
  position: absolute;
  z-index: 3;
  display: block;
  width: 18px;
  height: 18px;
  right: 0;
  bottom: 43%;
  background-image: url(../images/nav-close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* #endregion */

.mobile #top #show-mainnav {
  display: block;
}

@media (min-width:599px) {

  #top #show-mainnav,
  #top h1 {
    display: none;
  }
}

#toptext {
  margin-bottom: 44px;
}

#mainnav .container {
  display: flex;
  display: -ms-flexbox;
  align-items: stretch;
}

#mainnav .container .grid-3 {
  width: 23.5%;
}

.front-date-row span .title,
#mainnav .front-date-row span .title {
  display: block;
}

#logo img {
  width: 175px;
  height: inherit;
}

#logo img[alt*="MMA"] {
  width: 115px;
}

#mainnav {
  display: block;
}

#mainnav #block-system-main-menu {
  display: none;
}

#mainnav.active,
#mainnav.active #block-system-main-menu {
  display: block;
  z-index: 1000;
}

#top #finder {
  width: 26.333%;
}

#top #finder .fast-find.active {
  top: 0;
}

#top #finder .fast-find {
  height: 120px;
  background-color: #fff;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#top #finder .fast-find>.view {
  width: 100%;
}

#top #finder .fast-find>.close {
  width: 50px;
  display: none;
  height: 38px;
  margin-top: -7px;
  background-image: url(../images/nav-close.svg);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: contain;
}

#top #finder .fast-find .chosen-container-single .chosen-single {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-color: #fafafa;
  border-radius: 0px;
  border: 0 solid #fff;
  height: 40px;
}

#top #finder .fast-find .chosen-container-single .chosen-single div {
  width: 21px;
  right: 18px;
  top: 7px;
}

#top #finder .fast-find .chosen-container-single .chosen-single div b {
  background-image: url(../images/loupe.svg);
  background-size: 18px;
}

#top #finder .fast-find .chosen-single {
  position: relative;
  z-index: 30000;
}

#top #finder .fast-find .chosen-container-single.chosen-with-drop .chosen-single {
  background-color: #119ad3;
  border: none;
  color: #fff;
}

#top #finder .fast-find .chosen-container-single.chosen-with-drop .chosen-single div b {
  background-image: none;
}

#top #finder .fast-find .chosen-container-active .chosen-single span {
  color: #fff !important;
}

#top #finder .fast-find .chosen-container-single .chosen-search input {
  padding-left: 7px;
  border-color: #d5d5d5;
}

#top #finder .fast-find .chosen-container-single .chosen-search input {
  background: none;
  background-image: url(../images/loupe.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  width: calc(100% - 14px);
  margin: 7px;
  line-height: 24px;
  font-size: 16px;
  color: #acacac;
}

#top #finder .fast-find .chosen-container-single .chosen-single span {
  font-size: 16px;
  line-height: 18px;
  color: #acacac;
  padding-left: 5px;
}

#top #finder .fast-find .chosen-container .chosen-results {
  max-height: 400px;
  margin: 0;
  padding-left: 4px;
}

#top #finder .fast-find .chosen-container .chosen-results li {
  font-size: 15px;
  line-height: 17px;
  padding: 3px 7px;
  white-space: nowrap;
}

#top .chosen-container-active.chosen-with-drop .chosen-single div b,
#top .chosen-container-single .chosen-single div b {
  background-position: 3px 3px;
}

#top #finder .fast-find .chosen-container-single .chosen-single span {
  line-height: 26px;
}

#top #finder .fast-find .chosen-container .chosen-drop {
  box-shadow: 0 30px 150px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: none;
}

#top #finder .fast-find .chosen-container .chosen-results li:hover,
#top #finder .fast-find .chosen-container .chosen-results li.highlighted {
  color: #119ad3;
  background-image: none;
  background: none;
}

.chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #119ad3;
}

#top #finder .fast-find .chosen-container .chosen-results li:focus {
  outline: none;
}

#top #finder .fast-find .chosen-container .chosen-results li[data-option-array-index="0"] {
  color: #fff;
  height: 1px;
  overflow: hidden;
}

#top #finder .fast-find .chosen-container .chosen-results li em {
  background-color: #fff7bd;
  text-decoration: underline;
}

#mainnav .baw-logo,
#mainnav .baw-logo img {
  width: 72px;
  height: 26px;
}

#mainnav .baw-logo img {
  vertical-align: -2px;
}

#logobanderole {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 17px 0;
  margin: 0;
}

#logobanderole h4 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: var(--lightblue);
  text-transform: uppercase;
  font-size: 15px;
}

#logobanderole img {
  max-height: 60px;
}

#logobanderole .translatable-content-pane>div:nth-child(4) img {
  max-height: 45px;
}

#logobanderole .translatable-content-pane>div:nth-child(5) img {
  max-height: 70px;
}

#logobanderole .translatable-content-pane {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logobanderole .translatable-content-pane>div {
  display: inline-flex;
  align-items: center;
  width: 18%;
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  margin: 0;
}

#logobanderole .translatable-content-pane>div:first-child {
  width: 22%;
}

#logobanderole .translatable-content-pane>div:nth-child(3) {
  width: 15%;
}

#logobanderole .translatable-content-pane>div:nth-child(3)>div:first-child {
  width: 60%;
}

#logobanderole .translatable-content-pane>div>div:last-child {
  padding-left: 17px;
  flex: 0 1 100%;
}







.select-view {
  position: absolute;
  width: 116px;
  height: 50px;
  background-color: #fff;
  bottom: 0;
  z-index: 2;
}

.node-type-standort .select-view {
  display: none;
  visibility: hidden;
}

.node-type-standort #call-back-button {
  left: 34px;
}

.select-view .select-knob {
  width: 58px;
  height: 50px;
  float: left;
  background-repeat: no-repeat;
}

.select-view .select-knob a {
  display: block;
  width: 100%;
  height: 100%;
}

.view-grid .select-grid,
.view-list .select-grid:hover {
  background-position: 25px -50px;
}

.view-list .select-list,
.view-grid .select-list:hover {
  background-position: 13px -50px;
}

.select-grid {
  background-image: url(../images/select-grid.png);
  background-position: 25px 0;
}

.select-list {
  background-image: url(../images/select-list.png);
  background-position: 13px 0;
}

.tabs.primary {
  position: fixed;
  z-index: 100;
  top: 200px;
  padding: 20px 60px;
  background-color: transparent;
  width: 300px;
  margin-left: -270px;
  transition: all 0.5s;
  opacity: 0.5;
}

.tabs.primary:hover {
  margin-left: 0;
  background-color: #fff;
  opacity: 1;
}

.container,
.quicktabs-tabpage,
.webform-confirmation,
.page-user.not-logged-in #block-system-main {
  margin: 0;
  padding: 0 34px;
  position: relative;
}

.page-user.not-logged-in #block-system-main {
  margin: 0 auto;
  padding-top: 120px;
  max-width: 560px;
}

.page-user.not-logged-in #block-system-main .form-item {
  float: left;
  width: 100%;
}

.view-display-id-block_team img {
  min-width: 100%;
}

section#subhead {
  float: left;
  width: 100%;
}

section#subhead>.container {
  padding-top: 44px;
}

section#subhead .grid-12.col-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  >div {
    width: 100%;
  }
}

@media (min-width:1024px) {
  section#subhead .grid-12.col-content>div:first-child {
    flex: 0 1 70%;
  }

  section#subhead .grid-12.col-content>div:last-child {
    flex: 0 1 23%;
  }
}

.front section#subhead .grid-12.col-content {
  display: block;
}

@media (max-width:1279px) {
  .front #introtext .translatable-content-pane {
    display: flex;
    flex-direction: column-reverse;
  }

  .front #introtext .translatable-content-pane>div {
    position: initial;
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }  
}

.front #sidebar-hero-webinare {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #000;
  background-image: url(../images/Studio--02--450x300.jpg);
  background-position: center -40px;
  background-repeat: no-repeat;
  background-size: 250px;
  color: #fff;
  height: 100%;
  padding: 0 12px 0 20px;
  hyphens: auto;
}

.front #sidebar-hero-webinare h2 {
  color: #0f99d3;
  font-weight: 700;
}


section#subhead .rabatt-hero {
  background: var(--red);
  padding: 20px;
  color: #fff;
}


.panel-pane.pane-page-breadcrumb {
  padding: 0 0 44px 0;
  background-color: #fff;
  margin: 0;
}

.page-user-login #block-system-main>.content,
.page-search404 #block-system-main>.content,
.page-search #block-system-main>.content {
  padding: 120px 240px 120px 315px;
  max-width: 100%;
  margin: auto;
}

.page-user-login #block-system-main>.content #main,
.page-search404 #block-system-main>.content #main,
.page-search #block-system-main>.content #main {
  background-image: none;
}

.page-user-imce .content>iframe {
  min-height: 100vh;
}

#imce-content img {
  width: auto;
  max-height: 400px;
}

.page-search #block-system-main {
  background-color: #000;
}

.page-search #block-system-main>.content {
  padding: 0;
}

.webform-confirmation>div {
  padding-bottom: 70px;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}

article {
  min-height: calc(100vh - 530px);
}

#subnav .container {
  justify-content: flex-start;
}

section.bottom {
  float: left;
  width: 100%;
}

.bottom .container {
  display: block;
}

.bottom .container.flex {
  display: flex;
}

.front .bottom .container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.front .bottom .container .h1 {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.front .bottom .container .panel-pane {
  padding: 0;
  width: 100%;
}

.front .bottom .container .pane-1 {
  margin-bottom: 21px;
}

.margin-top-34 {
  margin-top: 44px;
}

.margin-top-minus-34 {
  margin-top: -34px !important;
}

.padding-right-34 {
  padding-right: 34px;
}

.page-studium .hero-list h4 {
  display: none;
}

.page-studium #mainheader .headertext {
  position: initial;
}

.hero-list ul {
  margin: 0 !important;
  padding: 0 !important;
}

.hero-list li {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  background-color: #2c9ac7;
  padding: 0.4em 1.2em 0.3em 0.7em !important;
  margin-bottom: 7px;
  text-indent: 0 !important;
  float: left;
  clear: both;
}

.wf-active .hero-list li {
  font-family: Roboto, sans-serif;
}

.hero-list li:before {
  content: "" !important;
}

.hero-list li:last-child {
  margin-bottom: 0;
}

.flex {
  display: flex;
  display: -ms-flexbox;
}

#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}

#main {
  position: relative;
  zoom: 1;
  width: 100%;
  overflow: hidden;
}

.page-node-done #mainheader .container #headerimage {
  background-image: url(../../../../default/files/styles/970-550/public/antwortsmails_2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}

#main>.container {
  padding-top: 44px;
}

#subhead+#main>.container {
  padding-top: 20px;
}

.front #subhead>.container {
  padding-bottom: 10px;
}

#main:after {
  clear: both;
}

#mainheader {
  position: relative;
  height: 420px;
  background-color: #000;
  min-height: 350px;
  padding: 0;
  float: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

#mainheader #stoerer {
  position: absolute;
  top: 7%;
  right: 0;
}

#mainheader #stoerer ul,
#mainheader #stoerer li {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 190px;
}

#mainheader #stoerer li {
  background-color: #c00;
  color: #fff;
  padding: 5px 12px 3px;
  margin-bottom: 7px;
  width: max-content;
}

#mainheader #stoerer li:first-child {
  background-color: var(--lightblue);
}

#mainheader .headertext {
  z-index: 3;
  margin-left: 50%;
  width: 50%;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.headertext .price {
  margin-top: 1em;
  display: none;
}

.headertext .brutto {
  color: var(--gray);
  display: none;
}

.headertext .link-to-abend a {
  padding: 7px 21px 6px;
  background-color: var(--darkblue);
  color: #fff;
  display: inline-block;
  margin-top: 1em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.headertext .link-to-abend a:hover {
  background-color: #119ad3;
}

#mainheader figure {
  display: inline-block;
  position: relative;
  z-index: 1;
}

#mainheader .media {
  max-width: 960px;
  height: 420px;
  overflow: hidden;
  position: relative;
}

#mainheader .view-taxonomy .slick-slide a.button {
  display: inline-block;
  margin-top: 17px;
}

.node-type-seminar #mainheader .header-text .dates {
  -webkit-transition: all 0.3s, box-shadow 0.3s, margin 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, margin 0.3s;
}

.node-type-seminar #mainheader .header-text .dates .views-row .date,
.sidebar .view-id-taxonomy_term.block_2 .views-row .date {
  display: none;
}

.node-type-seminar #mainheader .header-text .dates .views-row-1 .date,
.sidebar .view-id-taxonomy_term.block_2 .views-row-1 .date {
  display: inherit;
}

.node-type-seminar #mainheader .header-text .dates .views-row-2:after {
  content: "» Weitere Termine";
  background-color: #119ad3;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.5em 1em;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-top: -21px;
}

.node-type-seminar #mainheader .header-text .dates .modules {
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #fff;
  padding: 17px 50px 17px 0;
  background-image: url(../images/nav-close.svg);
  background-position: calc(100% - 17px) 17px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.node-type-seminar #mainheader .header-text .dates table tr {
  background-color: transparent;
  border: none;
}

.node-type-seminar #mainheader .header-text .dates table tr td {
  color: #333;
  padding: 0 7px 0 17px;
  text-align: right;
}

.node-type-seminar #mainheader .header-text .dates .views-row-2:hover:after {
  background-color: #aa0019;
}

.node-type-seminar #mainheader .header-text .dates.showdates .views-row .date {
  display: inherit;
}

.node-type-seminar #mainheader .header-text .dates.showdates {
  position: absolute;
  padding: 1em;
  right: 0;
  background-color: #fff;
  color: #333;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.node-type-seminar #mainheader .header-text .dates.showdates .showanmeldung {
  color: #fff;
  cursor: pointer;
  margin-top: 1em;
  padding: 0.3em 0.7em;
  background-color: #c00;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.node-type-seminar #mainheader .header-text .dates.showdates .showanmeldung:hover {
  color: #fff;
  background-color: #119ad3;
}

.node-type-seminar #mainheader .header-text .dates.showdates .views-row {
  display: inherit;
}

.node-type-seminar #mainheader .header-text .dates.showdates .views-row-2:after {
  content: "";
  display: none;
  visibility: hidden;
}

.header-box-blue {
  position: absolute;
  z-index: 12;
  width: 420px;
  max-width: 100%;
  background-color: var(--midblue);
  padding: 7px 34px 34px;
  margin-top: -40px;
}

.front .header-box-blue {
  top: 0;
  margin-top: 120px;
}

.front .header-box-blue h2 {
  font-size: 36px !important;
  font-weight: 300;
}

.front .header-box-blue a {
  display: block;
  float: right;
  padding: 7px 17px;
  color: #fff;
  background-color: var(--orange);
}

.header-box-opaque {
  width: 520px;
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 100%;
  padding: 7px 34px 34px;
  margin-top: -40px;
}

#mainheader h1 {
  font-size: 34px;
  margin-top: 0;
}

#mainheader h2 {
  font-size: 21px;
  color: #fff;
  text-transform: none;
}

#mainheader h1+p,
#mainheader .taxonomy-term-description {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

#mainheader .taxonomy-term-description p {
  margin: 1em 0;
}

#fibaa {
  z-index: 12;
  color: #000;
  height: 100px;
  line-height: 1.35;
  font-size: 90%;
}

#fibaa p {
  margin: 0;
}

#fibaa img {
  float: left;
  margin-right: 17px;
}

#mainheader strong p {
  margin: 0;
  line-height: 1.5;
}

#mainheader h1+strong {
  font-size: 21px;
  font-weight: 400;
  position: relative;
  color: #fff;
}

#mainheader .view-display-id-location_sprungmenue {
  position: absolute;
  z-index: 12;
  right: 34px;
  top: 300px;
}

#mainheader .view-display-id-location_sprungmenue .views-field-city {
  height: 50px;
  color: #fff;
  line-height: 50px;
  padding: 0 21px;
  background-color: #0e2044;
  width: 150px;
  text-transform: uppercase;
}

#mainheader .view-display-id-location_sprungmenue .views-field-city span.field-content:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 7px;
  margin-top: -2px;
}

#mainheader .view-display-id-location_sprungmenue .views-field.views-field-view {
  background-color: #fff;
  width: 150px;
  display: none;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

#mainheader .view-display-id-location_sprungmenue:hover .views-field.views-field-view {
  display: inline-block;
}

#mainheader .view-display-id-location_sprungmenue .views-field.views-field-view .line-item {
  line-height: 2;
  margin: 0;
}

#mainheader .view-display-id-location_sprungmenue .views-field.views-field-view .line-item a {
  display: block;
  cursor: pointer;
  padding: 7px 21px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

#mainheader .view-display-id-location_sprungmenue .views-field.views-field-view .line-item a:hover {
  background-color: #119ad3;
  color: #fff;
}

.taxonomy-term-description p {
  line-height: 1.6;
}

.breadcrumb,
.breadcrumb a {
  margin: 0;
  padding: 0;
  color: #585858;
}

.breadcrumb li {
  list-style: none;
  list-style-type: none;
  display: inline-block;
}

.breadcrumb .title {
  font-weight: normal;
}

.breadcrumb .delimiter {
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: 1px;
  font-weight: bold;
}

.breadcrumb li:last-child {
  color: #0e2044;
}

.breadcrumb li:last-child .sep {
  display: none;
}

.page-locations #mainheader,
.page-locations #mainheader>.container,
#mainheader>.container>.view {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#mainheader>.container {
  align-items: center;
  padding: 0;
}

#mainheader>.container>.view {
  display: inline-block;
}

#mainheader>.container>.pane-main-slider {
  height: 100%;
}

#mainheader .pane-title {
  display: none;
}

.node-type-article #mainheader #headerimage {
  background-image: url(../images/header-theatiner.jpg);
}

.node-type-article .pane-node-title h1 {
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 65%;
}

.node-type-location .field-name-body h2:first-child {
  margin-top: 0;
}

.page-referenzen #headerimage {
  background-image: url(../images/header_referenzen.jpg);
  position: relative;
  z-index: 0;
}

#sliding-popup.sliding-popup-bottom,
#sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  line-height: 0;
  padding: 17px 0;
}

#sliding-popup .popup-content {
  max-width: 100%;
  width: 95%;
}

#sliding-popup .popup-content #popup-text p,
#sliding-popup .popup-content #popup-text button {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  margin: 0;
}

#sliding-popup .popup-content #popup-text,
#sliding-popup .popup-content #popup-buttons {
  margin: 0;
}

#sliding-popup .eu-cookie-compliance-default-button,
#sliding-popup .eu-cookie-compliance-hide-button,
#sliding-popup .eu-cookie-compliance-more-button-thank-you,
#sliding-popup .eu-cookie-withdraw-button,
#sliding-popup .eu-cookie-compliance-default-button:hover,
#sliding-popup .eu-cookie-compliance-hide-button:hover,
#sliding-popup .eu-cookie-compliance-more-button-thank-you:hover,
#sliding-popup .eu-cookie-withdraw-button:hover,
#sliding-popup .eu-cookie-compliance-secondary-button {
  background-color: transparent;
  background-image: none;
  background: none;
  padding: 0 17px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-transform: none;
}

#sliding-popup .eu-cookie-compliance-secondary-button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #fff;
  float: right;
  color: #119ad3 !important;
  padding: 0 34px;
}

/* #region Special Blocks */

#ects-bullets #allensbach .image {
  padding-right: 27px;
  line-height: 0;
}

#baw-bullets>div {
  background-color: transparent;
}

#baw-bullets #ects-bullets {
  height: 100%;
}

#ects-bullets ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 19px;
}

#ects-bullets ul li {
  margin-bottom: 0.5em;
}

#ects-bullets #allensbach {
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
  line-height: 1.2;
  font-size: 14px;
  align-items: center;
}

#ects-bullets #allensbach .content {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: start;
}

#ects-bullets .claim .title {
  text-transform: uppercase;
}

#ects-bullets #allensbach .claim .open-descr,
#ects-bullets #allensbach .description .close-descr {
  padding-top: 12px;
  color: #119ad3;
  font-size: 12px;
  margin: 0;
  cursor: pointer;
}

#allensbach .claim {
  padding-left: 27px;
  height: 58px;
}

#allensbach+#fhoo {
  padding-top: 34px;
}

#fhoo {
  align-items: center;
}

#fhoo .claim {
  padding-left: 18px;
}

#mainnav #allensbach .claim {
  display: none;
}

.sidebar #allensbach .description {
  height: 0;
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.sidebar #allensbach .description p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 7px;
}

.sidebar #allensbach.show-descr .open-descr {
  display: none;
}

.sidebar #allensbach.show-descr .close-descr {
  text-align: right;
}

.sidebar #allensbach.show-descr .description {
  height: auto;
  padding-top: 17px;
  overflow: none;
  opacity: 1;
}

p.ects {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 17px;
}

.page-studium p.ects.hidden {
  display: inline-block;
  padding: 10px 12px 8px;
  margin-bottom: 17px;
  background-color: #0e2044;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

#mainnav p.ects,
#mainnav #ects-bullets>p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

#mainnav #allensbach {
  margin-bottom: 0;
  border-bottom: none;
}

#mainnav #allensbach img {
  margin: 0;
}

#fibaa img {
  margin-top: 2px;
}

#fhoo-header h3 {
  text-transform: none;
}

#fhoo-bullets {
  font-size: 16px;
}

#abendtermine #fhoo-bullets {
  display: none;
}

#fhoo {
  display: flex;
  display: -ms-flexbox;
  font-size: small;
}

#fhoo h3 {
  font-weight: 400;
  font-size: 14px;
  margin-left: 17px;
  line-height: 1.2;
}

div#fhoo-header img {
  float: left;
}

/* #endregion */

.tax-seminar .pane-node-field-video {
  position: absolute;
  top: 0;
  left: -10vw;
  margin-top: 7%;
  width: 100%;
  z-index: 0;
}

.tax-seminar #edit-sem-produktgruppen-selective-wrapper,
.tax-seminar #edit-field-tax-produkt-typ-target-id-selective-wrapper,
.tax-seminar #edit-field-produktgruppen-target-id-selective-wrapper,
.tax-seminar #edit-field-tax-zertifikat-target-id-selective-wrapper,
.page-taxonomy-term-2 #edit-field-seminarzeit-target-id-selective-wrapper {
  display: none;
}

.tax-seminar .panel-pane.pane-views.pane-seminare {
  width: 100%;
}

.page-taxonomy-term.page-taxonomy-term-35 .fho-logo img {
  width: auto !important;
  height: 50px !important;
}

.page-taxonomy-term-35 #mainheader #fh-logos .pane-content {
  float: right;
  width: 50.5%;
  position: relative;
  z-index: 1;
}

.page-taxonomy-term-35 #mainheader #fh-logos .pane-content>div {
  float: left;
}

.page-taxonomy-term-35 #mainheader div.baw-logo {
  padding: 7px;
  margin-right: 53px;
  line-height: 0;
}

.page-taxonomy-term-35 #mainheader div.baw-logo img {
  width: auto !important;
  height: 32px !important;
}

#headerimage,
.pane-taxonomy-term-field-video {
  position: absolute;
  top: 0;
  left: -10vw;
  width: 960px;
  height: 420px;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 960px 420px;
}

.headerimage {
  margin: 0 -80px;
  position: absolute;
  z-index: 0;
}

#mainheader video {
  position: absolute;
  max-width: 100%;
  margin: -7% 0 0 0;
}

.node-type-seminar #mainheader video {
  margin: 0;
  top: 0;
}

.node-type-seminar #mainheader .pane-node-field-video {
  margin-left: -10vw;
}

.node-type-seminar #mainheader .pane-node-field-video .field-item:before {
  content: "";
  width: 100%;
  max-width: 1092px;
  height: 100%;
  background-repeat: repeat-y;
  background-color: transparent;
  background-size: contain;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  top: 0;
  left: -10vw;
  z-index: 1;
}

.term-78 #mainheader video {
  margin-top: -14%;
}

.front #headerimage {
  position: fixed;
  top: -1000px;
  height: 0;
  display: none;
}

.container .container {
  margin: 0 auto;
  padding: 0;
}

.front #introtext a {
  color: #000;
}

.domain-mma-muc.front #introtext {
  padding-right: 0;
  background-image: none;
  position: relative;
}

.front .pane-front-text-with-sidebar .container {
  min-height: 386px;
}

.front .pane-front-text-with-sidebar .col-left p {
  font-size: 18px;
  line-height: 1.5em;
  padding-right: 7px;
}

.mobile .front .pane-front-text-with-sidebar .col-left p {
  font-size: initial;
  line-height: 1.4;
}

.container {
  max-width: 100%;
  padding: 0 34px;
}

.selective-finder .col-right .pane-title {
  font-weight: 500;
  text-transform: uppercase;
  height: 40px;
}

.front .selective-finder .col-right .pane-title {
  color: #727272;
  margin-top: -60px;
  height: 43px;
}

.grid-7.col-left {
  width: 63%;
}

.grid-4.col-right {
  width: 30%;
}

.front aside {
  margin-bottom: -100px;
}

.mobile .front aside {
  margin-bottom: 0;
}

.grid-7.content li>ul {
  margin-bottom: 1em;
}

.grid-7.content li>ul li:before {
  color: #777 !important;
}

.node-type-standort .grid-7.col-left {
  padding-bottom: 0;
}

/* #region Front UI tabs */

.front #main>.container {
  padding-top: 10px;
}

.front .ui-tabs .ui-tabs-nav {
  background: none;
  border-radius: 0px;
  border: none;
  padding: 0;
  background-color: #fafafa;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  margin: 0 0 17px;
}

.front.fixtabs .ui-tabs {
  margin-top: 17px;
}

.front .ui-tabs .ui-tabs-nav li {
  flex: 1 0 auto;
  line-height: 41px;
  border: none;
  border-top: 4px solid #fafafa;
  border-bottom: 4px solid #fafafa;
  background: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.front .ui-tabs .ui-tabs-nav li:focus {
  outline: 1px dotted #d5d5d5;
}

.front .ui-tabs .ui-tabs-nav li a {
  display: block;
  color: #727272;
  float: none;
  background: none;
}

.front .ui-tabs .ui-tabs-nav li:hover,
.front .ui-tabs .ui-tabs-nav li.ui-state-active {
  border-bottom-color: #119ad3;
}

.front .ui-tabs .ui-tabs-nav li:hover a,
.front .ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #119ad3;
}

.front .ui-tabs .ui-tabs-panel {
  padding: 0;
}

.front .ui-tabs .ui-tabs-panel .tab-title {
  display: none;
}

/* #endregion */

/* #region front-boxes-2018 */

#front-boxes.hide,
#front-boxes+.pane-inhalte.hide {
  position: relative;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

#front-boxes,
#front-boxes+.pane-inhalte {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#front-boxes .pane-content,
#front-boxes .outside {
  height: 100%;
}

#front-boxes .col-content {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}

#front-boxes .box.big:before,
#front-boxes .video:before {
  content: "";
  display: block;
  height: 70%;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.attention-box {
  padding: 15px 12px 12px 12px;
  background-color: aliceblue;
  border-left: 3px solid var(--lightblue);
}

.attention-box p {
  line-height: 1.3;
  font-size: .9em;
  margin-bottom: 5px;
}

.attention-box p:last-child {
  margin-bottom: 0;
}

.attention-box .pane-title {
  margin-bottom: 5px;
  color: var(--lightblue);
}

/* #endregion */

.front #mainheader .sliderimage {
  max-width: 1200px;
  background-size: cover;
}

@media (min-width:1280px) {

  .front #mainheader div[data-slick-index="2"] .sliderimage {
    background-position-y: -300px;
  }

}

.mobile div#go-contact {
  padding-left: 12px;
}

.mobile div#go_infoabend {
  padding: 7px 12px;
  right: -87px;
  top: 34vh;
  width: 210px;
}

.mobile .front .sliderimage {
  height: calc(100vh - 123px);
  background-position: center -123px;
  background-size: auto 100vh;
}

.mobile .front .header-box-blue {
  bottom: 0;
  max-width: 90%;
  padding: 7px 21px 21px;
  margin: 0;
}

.mobile .front .header-box-blue h2 {
  font-size: 26px !important;
}

.mobile .front .sliderimage:after {
  display: none;
}

.front #mainheader .sliderimage:before,
.front #mainheader .field-name-field-video:before,
#mainheader #headerimage:before,
#mainheader figure:before,
#mainheader .media:before {
  content: "";
  width: 100%;
  max-width: 1200px;
  height: 100%;
  background-repeat: repeat-y;
  background-color: transparent;
  background-size: contain;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 1600px) {

  .front #mainheader .sliderimage,
  .front #mainheader .sliderimage:before {
    max-width: 1400px;
  }
}

.front .hero-corona {
  position: absolute;
  right: 100px;
  top: 120px;
  z-index: 120;
  hyphens: auto;
  background-color: var(--darkblue);
  padding: 0 17px 27px 40px;
  max-width: 400px;
}

.front .hero-corona .pane-content {
  padding-top: 24px;
  border-top: 1px solid #fff;
}

.front #mainheader .hero-online-teilnahme {
  position: absolute;
  z-index: 120;
  top: 0;
  right: 100px;
  padding: 27px 17px 0 40px;
  background-color: var(--darkblue);
  width: 400px;
  height: 120px;
}

.front #mainheader .hero-online-teilnahme h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

.front #mainheader .hero-online-teilnahme p {
  margin: 0;
}

.hero-online-teilnahme p {
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  margin: 0;
}

.hero-online-teilnahme h4 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: var(--lightblue);
  text-transform: uppercase;
  font-size: 15px;
}

.hero-online-teilnahme .pane-content {
  padding-left: 33%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  background-image: url(../images/icon-globe-arrow.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 0 0;
}

#mainheader .container .blue_toptext_box .last {
  display: none;
}

.hero-corona {
  background-color: var(--lightblue);
  padding: 17px;
  max-width: 370px;
  color: #fff;
}

.hero-corona h3.pane-title {
  display: block !important;
  color: #fff !important;
  font-size: 21px;
  padding: 0 0 0 15px;
}

.hero-corona h4,
.hero-corona p {
  margin: 0;
}

.hero-corona a {
  display: inline-block;
  padding: 7px 12px;
  background-color: var(--darkblue);
  color: #fff;
  margin: 0 0 12px 15px;
}

.hero-corona a:hover {
  background-color: var(--red);  
  color: #fff;
}

.hero-corona ul {
  padding: 0 0 0 15px;
}

.sidebar .hero-corona {
  position: inherit !important;
  max-width: 100% !important;
}

.fixtabs.sidebar .hero-corona {
  margin-top: 85px !important;
}

sliderimage .node-type-seminar #main .view-display-id-location_sprungmenue .views-field-city,
.node-type-seminar #main .view-display-id-location_sprungmenue .line-item:first-child {
  display: none;
  visibility: hidden;
  margin: 0;
}

.view-display-id-pressetexte.view.grid .line-item .content {
  background: transparent;
  background-color: #fff;
  color: #333;
  padding: 21px;
  height: 100%;
}

body[class*="page-trainer"] .grid-12 .view.grid.three-col .line-item.box.big .content {
  height: auto !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.view-display-id-block_team .line-item .content {
  height: 27% !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

body[class*="page-trainer"] #main {
  padding-bottom: 70px;
}

body[class*="page-trainer"] .field-name-field-kurzdarstellung {
  padding-bottom: 34px;
}

.view-display-id-block_team.view.grid .line-item.box.big .content {
  padding-top: 17px;
}

.view-display-id-block_team .line-item:hover .content {
  height: 100% !important;
  background: #000 !important;
  padding-top: 34px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.node-type-article .view-display-id-block_team.view.grid .line-item .content .title {
  font-size: 18px;
}

body[class*="page-trainer"] .view.grid .line-item .image,
.view-display-id-block_team .line-item .image {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body[class*="page-trainer"] .view.grid .line-item:hover .image,
.view-display-id-block_team .line-item:hover .image {
  margin-top: -10%;
}

body[class*="page-trainer"] .view.grid .line-item .content .body,
.view-display-id-block_team .line-item .content .body {
  margin-top: 40px;
  -webkit-transition: margin-top 1s;
  transition: margin-top 1s;
  hyphens: auto;
}

body[class*="page-trainer"] .view.grid .line-item:hover .content .body,
.view-display-id-block_team .line-item:hover .content .body {
  margin-top: 10px;
}

.view-display-id-block_team .box p {
  font-size: inherit;
  color: #fff;
}

@media all and (min-width: 1260px) {
  body[class*="page-trainer"] .view.grid .line-item .image img {
    min-width: 100%;
    max-width: initial;
    width: initial;
    height: initial;
  }
}

.page-node-4878 .grid-7.col-left,
.page-node-20665 .grid-7.col-left {
  width: 66.666%;
}

.teamblock {
  display: flex;
  flex-wrap: wrap;
}

.teamblock .view-display-id-block_team {
  margin: 0;
  width: 50%;
}

.view-display-id-block_team .line-item .content .position {
  min-height: 20px;
}

#seminar-overview #mainheader h1,
#seminar-overview #mainheader strong {
  left: inherit !important;
  max-width: inherit !important;
  text-align: right;
}

.page-reiseservice #mainheader h1 {
  left: 65%;
  bottom: 5%;
  top: 5%;
}

.page-reiseservice #headerimage {
  background-image: url(../images/header-reiseservice.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.page-reiseservice .box-white.solo {
  padding: 34px 0 68px;
  border: none;
}

.page-reiseservice .box-white.solo h4 {
  margin: 0;
}

.float_left,
.floatleft {
  float: left !important;
}

.float_right {
  float: right !important;
}

p.right {
  text-align: right;
}

.bottom .container .panel-pane {
  padding: 0 0 34px 0;
}

.bottom .container .panel-pane .view.grid {
  margin-bottom: 0;
}

footer.site-footer {
  width: 100%;
  font-size: 12px;
  border-top: 2px solid #379fcb;
  padding-bottom: 50px;
  position: relative;
  background-color: #f1f1f1;
  float: left;
}

footer .container {
  padding: 20px 17px;
}

footer p {
  margin-top: 0;
}

.footermenu a {
  text-transform: uppercase;
}


footer .footer-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 250px;
  margin-top: 21px;
}


footer .col-center,
footer .col-right {
  padding-top: 30px;
}

footer .col-right {
  flex-basis: 24% !important;
}

footer .col-right>div:nth-child(2) {
  margin-top: 30px;
  margin-bottom: 17px;
}

footer .col-center {
  padding-left: 80px;
}

footer a.social {
  margin-right: 20px;
}

footer .view-display-id-block_fivestar .title {
  margin: 34px 0 0 0;
  text-transform: uppercase;
}

footer .view-display-id-block_fivestar .title+p,
footer .view-display-id-block_fivestar .fivestar-widget {
  margin-bottom: 7px;
}

div.fivestar-widget {
  display: flex;
  display: -ms-flexbox;
}

form.fivestar-widget div.description {
  float: none;
  display: block;
}

footer #block-views-inhalte-logo-slider {
  padding: 0 17px;
}

footer #block-views-inhalte-logo-slider h3 {
  padding: 0 17px;
  font-weight: 400;
  font-size: 16px;
}

footer .views_slideshow_main {
  overflow: hidden;
}

footer .views_slideshow_slide {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

footer .views_slideshow_slide .views-row {
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
}

#block-views-inhalte-footer-txt-slider .content,
#views_slideshow_cycle_teaser_section_inhalte-footer_txt_slider_1 {
  width: 100% !important;
}

#views_slideshow_cycle_teaser_section_inhalte-footer_txt_slider_1 .views_slideshow_slide {
  width: 100% !important;
  position: initial !important;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  height: 40px;
}

#views_slideshow_cycle_teaser_section_inhalte-footer_txt_slider_1 .views_slideshow_slide .views-row {
  width: 10%;
}

.view-display-id-ref_raster .views-group {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.sidebar .view-display-id-ref_raster .views-group {
  height: 240px;
}

.view-display-id-ref_raster .views-group>div {
  width: 25%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: inline-flex;
  justify-content: center;
  background-color: rgba(17, 154, 211, 0);
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  padding: 7px;
  color: #585858;
  font-weight: 400;
  height: 60px;
}

.view-display-id-ref_raster img {
  max-width: 120px;
  max-height: 40px;
}

.pane-siedebar-vorteile-box {
  background-color: var(--darkblue);
  background-image: url(../images/arrow-down-huge.svg);
  background-repeat: no-repeat;
  background-position: 93% 0;
  background-size: 90px;
  padding: 17px;
}

.pane-siedebar-vorteile-box h2,
.pane-siedebar-vorteile-box h4 {
  color: #fff;
}

.pane-siedebar-vorteile-box h2 {
  padding: 12px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.333);
  display: inline-block !important;
  font-size: 140% !important;
  letter-spacing: 0.02em;
  margin-bottom: 30px !important;
  text-transform: none !important;
}

.pane-siedebar-vorteile-box h4 {
  text-transform: uppercase;
  padding-left: 30px;
  background-image: url(../images/icon-check-circle.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 2px;
  margin: 0 !important;
}

.pane-siedebar-vorteile-box p {
  color: var(--lightblue);
  margin: 0;
  padding-left: 30px;
}

.pane-siedebar-vorteile-box .panel-pane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 !important;
  padding: 0 120px 0 0 !important;
  min-height: 95px;
}

.pane-siedebar-vorteile-box .panel-pane img {
  position: absolute;
  top: 0;
  right: 0;
}

#vb-fragen {
  display: block;
  background-color: #119ad3;
  color: #fff;
  height: 175px;
  padding: 24px 45% 0 24px;
  font-size: 16px;
  font-weight: 400;
  background-image: url(../images/stefan-andorfer-trans.png);
  background-repeat: no-repeat;
  background-position: 110% 3px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

#vb-fragen.mr {
  background-image: url(../images/michael-ruhe-trans.png);
  padding-right: 35%;
  background-position-x: right;
}

#vb-fragen:hover {
  cursor: pointer;
  background-color: #0e2044 !important;
}

#vb-fragen p {
  margin: 0;
}

#vb-fragen strong {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.print-icon {
  display: none !important;
}

.print_html,
.print_mail,
.print_pdf,
.dl_folder {
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 16px 0 0 50px;
  margin: 0;
  height: 50px;
  display: block;
  font-size: 16px;
}

.print_html a,
.print_mail a,
.print_pdf a,
.dl_folder a {
  color: #585858;
}

.print_html {
  background-image: url(../images/icon-print.svg);
  background-size: 24px;
}

.print_pdf,
.dl_folder {
  background-image: url(../images/icon-pdf.svg);
  background-size: 24px;
}

.print_mail {
  background-image: url(../images/icon-mail.svg);
  background-size: 24px;
}

.print_html:hover,
.print_mail:hover,
.print_pdf:hover,
.dl_folder:hover {
  background-color: rgba(0, 0, 0, 0.025);
}

.page-printmail #block-system-main section.container {
  max-width: 580px;
}

.pane-print-ui+.mma-folder {
  margin-top: -34px !important;
}

.fivestar-basic div.fivestar-widget .star {
  width: 36px;
  height: 36px;
  background-image: none;
  background-image: url(../images/star-hover.svg);
  background-position: -1000px -1000px;
  background-repeat: no-repeat;
}

.fivestar-basic div.fivestar-widget .star a {
  width: 36px;
  height: 36px;
  background-image: url(../images/star.svg);
  background-position: 0 0;
}

.fivestar-basic div.fivestar-widget .star.hover a {
  background-image: url(../images/star-hover.svg);
}

.fivestar-widget select,
#edit-fivestar-submit {
  display: none;
}

.panel-separator {
  clear: both;
}

.node-type-article header #title {
  position: absolute;
  z-index: 1;
  left: 60%;
  width: 35%;
  color: #fff;
  font-size: 60px;
  top: 50px;
}

.node-type-article header #title h1,
.node-type-article header #title h2 {
  line-height: 1.3;
  margin: 0 0 12px 0;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

.mainnav-tabs ul {
  font-size: 16px;
  font-weight: 500;
  color: #585858;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
}

.mainnav-tabs ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 1.5em;
  cursor: pointer;
  letter-spacing: 0.02em;
}

.mma .mainnav-tabs ul li a {
  color: #585858;
}

.mainnav-tabs #link-akademie,
#mainnav #block-panels-mini-mainnav-akademie {
  order: 1;
}

.mainnav-tabs #link-inhouse {
  order: 2;
}

.mainnav-tabs #link-seminare,
#mainnav #block-panels-mini-mainnav-seminare {
  order: 3;
}

.mainnav-tabs #link-lehrgang,
#mainnav #block-panels-mini-mainnav-lehrgang {
  order: 4;
}

.mainnav-tabs #link-weiterbildung,
#mainnav #block-panels-mini-mainnav-studium {
  order: 5;
}

.mainnav-tabs #link-creatives,
#mainnav #block-panels-mini-mainnav-creatives {
  order: 6;
}

.mainnav-tabs #link-leadership {
  order: 7;
}

.mainnav-tabs #link-webinare {
  order: 8;
}

.mainnav-tabs ul li:hover,
.mainnav-tabs ul li.active {
  color: #119ad3;
}

.mainnav-tabs ul li a,
.page-taxonomy-term-143 .mainnav-tabs ul li#link-leadership a:hover {
  color: #585858;
}

.page-taxonomy-term-143 .mainnav-tabs ul li#link-leadership a {
  color: var(--gold);
}

#mainnav .block-panels-mini {
  color: #0e2044;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 100px;
  padding: 34px 0;
  background-color: #fff;
  box-shadow: 0 150px 250px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#mainnav .block-panels-mini {
  top: 130px;
}

#mainnav .block-panels-mini.visible {
  opacity: 1;
  visibility: inherit;
  top: 150px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainnav .block-panels-mini p strong,
#mainnav p.link,
#mainnav .front-date-row {
  display: block;
  background-image: url(../images/mainnav-bull.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding: 3px 0 3px 12px;
  width: 100%;
}

#mainnav .block-panels-mini a strong,
#mainnav .block-panels-mini strong,
#mainnav .block-panels-mini strong a {
  font-size: 16px;
  color: #119ad3;
}

.gecko #mainnav .block-panels-mini a strong,
.gecko #mainnav .block-panels-mini strong {
  background-position: 0 9px;
}

#mainnav .block-panels-mini img {
  margin-bottom: 12px;
}

#mainnav .block-panels-mini .grid-3>p:first-child>img {
  width: 100% !important;
  height: auto !important;
}

#mainnav .block-panels-mini li,
#mainnav .block-panels-mini hr,
html.win #mainnav .block-panels-mini a div {
  width: 100%;
  margin: 7px 0;
}

html.win #mainnav .block-panels-mini a div {
  margin: 0;
}

#mainnav .view-display-id-block_2 {
  margin: 3px 12px;
}

#mainnav .block-panels-mini a:hover strong,
#mainnav .block-panels-mini strong a:hover,
#mainnav .block-panels-mini a {
  color: #0e2044;
}

#mainnav .block-panels-mini a:hover {
  color: #119ad3;
}

#mainnav .date {
  margin-left: 12px;
}

.pane-node-field-visible-tag {
  background: #c00;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  left: 55%;
  padding: 7px 12px 5px;
}

.page-node-4017 .pane-node-field-visible-tag {
  left: 25%;
  padding: 7px 12px 5px;
  width: 160px;
  box-shadow: 0 4px 3px -3px #000;
}

.visible-tag p {
  margin: 0.7em;
}

.baw-logo-box {
  border: 1px solid #d5d5d5;
  height: 150px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.baw-logo-box .outer {
  padding: 12% 25%;
  height: 150px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.baw-logo-box:hover {
  height: 350px;
}

.baw-logo-box:hover .outer {
  margin-top: -150px;
}

.baw-logo-box .inner {
  height: 350px;
  padding: 24px;
}

.baw-logo-box .inner h3,
.baw-logo-box .inner p {
  margin: 0;
}

.view-display-id-block_anm_sidebar .result-line {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.view-display-id-block_anm_sidebar .result-line span {
  min-width: 80px;
}

.view-display-id-block_anm_sidebar .result-line span.datum {
  min-width: 140px;
  text-align: right;
}

.view-display-id-block_anm_sidebar .view-footer {
  padding-top: 17px;
}

.view-display-id-block_anm_sidebar .view-footer p {
  margin-bottom: 17px;
}

.sidebar .view-display-id-block_anm_sidebar_online h3 {
  color: #000 !important;
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
  margin: 17px 0 0;
}

div[class*="view-display-id-block_anm_sidebar"] p.price {
  padding-left: 66px;
  background-image: url(../images/icon-preis.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 0 center;
}

div[class*="view-display-id-block_anm_sidebar"] p.live {
  padding-left: 66px;
  background-image: url(../images/icon-online.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: -5px -4px;
}

div[class*="view-display-id-block_anm_sidebar"] p.vorort {
  padding-left: 66px;
  background-image: url(../images/icon-vorort.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

div[class*="view-display-id-block_anm_sidebar"] button.red_bg {
  background-image: url(../images/icon-calendar-button.svg);
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.view-display-id-block_anm_sidebar .brutto {
  color: #777;
  cursor: default;
  display: none;
}

.tax-seminar .view-display-id-block_anm_sidebar .brutto,
.tax-lehrgang .view-display-id-block_anm_sidebar .brutto,
.tax-cs .view-display-id-block_anm_sidebar .brutto {
  display: block;
}

.view-display-id-block_anm_sidebar .brutto:hover .hidden {
  display: inline;
  color: #000;
}

/* #region Ajax */

div#ajax-target {
  display: block;
  opacity: 1;
  position: fixed;
  z-index: 1111;
  background-color: #fff;
  padding: 34px;
  border-radius: 0;
  width: 90vw;
  height: 80vh;
  top: -100vh;
  left: 5vw;
  overflow: auto;
}

div#ajax-target.open {
  opacity: 1;
  top: 12vh;
  box-shadow: 0 0 0 3000px var(--overlay);
}

div#ajax-target .close {
  position: fixed;
  text-align: center;
  top: -32px;
  right: calc(5vw - 47px);
  height: 32px;
  width: 32px;
  opacity: 1;
  font-size: 0;
  background-image: url(../images/nav-close.svg);
  background-color: #fff;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 0 0 4px #fff;
}

div#ajax-target.open .close {
  top: calc(10vh - 32px);
}

#ajax-target .view-commerce-cart-form:last-child {
  margin-bottom: 0;
}

.page-checkout div#ajax-target.open {
  max-width: 1260px;
  height: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

div#ajax-backdrop {
  position: fixed;
  top: -100vh;
  height: 100vh;
  right: 0;
  left: 0;
  z-index: -12;
  border-radius: 0px;
  background-color: rgba(17, 154, 211, 0);
  background-image: url("../images/ajax-rolling-mma.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px;
  -webkit-transition: background-color 7s;
  transition: background-color 7s;
}

div#ajax-backdrop.show {
  top: 0;
  z-index: 1110;
  background-color: rgba(17, 154, 211, 0.9);
}

.views-ui-dialog #views-ajax-title,
.views-ui-dialog .views-override,
.views-ui-dialog .form-buttons {
  background-color: #e2ecf0;
  font-weight: 900;
  padding: 12px;
}

.ajax-progress .message,
.ajax-progress-throbber .message {
  color: white;
  font-size: 24px;
  padding: 30px;
}

.ajax-progress,
.ajax-progress .throbber {
  float: none;
  position: fixed;
  top: 12vh;
  width: 100vw;
  height: 120px;
  background: url("../images/ajax-rolling-mma.svg") no-repeat center center;
  background-size: 120px;
  background-position: center;
}

/* #endregion */

.front .panel-pane .pane-content h2:first-child {
  margin: 16px 0 0 0;
}

.gecko .front .panel-pane .pane-content h2:first-child {
  margin: 9px 0 0 0;
}

.panel-pane .pane-content h2:first-child {
  margin-top: -9px;
}

.sidebar .views-reset-button input {
  display: inherit;
}

/* #region Mainnav */

#mainnav p {
  margin: 0 0 3px 0;
}

#mainnav .view-display-id-block_2 {
  margin: 3px 12px;
}

#mainnav .view-commerce-products div.date {
  display: none;
}

/* #endregion */

/* #region Print */

html.print {
  width: 100%;
  height: inherit;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
}

.print body {
  margin: 0;
  padding: 0;
}

div.print-logo,
.print-title,
.print-content,
.print-footer,
.print-source_url,
.print-links {
  margin: 0 auto 40px auto;
  max-width: 600px;
}

.print-logo #logo {
  float: none;
  text-align: left;
  margin: 0;
  width: 175px !important;
  max-width: 175px !important;
  height: auto !important;
  margin-bottom: 40px;
}

.print-footer {
  text-align: left;
}

.print-pdf-body {
  padding: 0;
  margin: 0;
  height: auto;
}

.print-pdf-logo {
  width: 125px !important;
  position: absolute;
  top: -20px;
  left: -50px;
  padding: 15px 30px 15px 30px;
  background-color: #fff;
  border-radius: 7px;
}

.print-pdf-logo img {
  width: 125px !important;
  height: inherit !important;
  margin: 0;
}

.print-pdf-site_name {
  font-size: 7pt;
  color: #585858;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #d5d5d5;
}

.print-pdf-content {
  margin: -100px 0 0 0;
  padding: 0;
}

.print-pdf-content .field {
  border: 0;
  margin: 0;
}

.print-pdf-content .field:nth-child(even) {
  background-color: #f3f5f7;
  margin: 0 -50px 0;
  padding: 25px 50px;
}

.print-pdf-footer {
  background: url(https://www.akademie-marketing.com/sites/all/themes/mma_2014/img/main-back.jpg) no-repeat 0 0;
  margin: 0 -50px -50px -50px;
  padding: 20px 50px 50px;
  color: #fff !important;
  position: absolute;
  bottom: 0;
}

sup {
  font-size: 70%;
  line-height: 1;
  vertical-align: middle;
  top: -0.4em;
}

.print-footer img {
  max-height: 50px;
  width: inherit;
  height: inherit;
}

.print-footer .grid-4 {
  width: 100%;
  padding: 12px 0;
}

.print-footer .view-display-id-block_fivestar {
  display: none;
}

html.print .panel-panel {
  width: 100%;
}

html.print .ds-2col-stacked>.group-left {
  width: 100%;
}

html.print .ds-2col-stacked>.group-left img {
  display: none;
}

#print-mail-form {
  padding-bottom: 34px;
}

#print-mail-form .form-item {
  margin: 17px 0 0;
  float: left;
  width: 100%;
}

#print-mail-form .form-textarea-wrapper {
  float: left;
  width: 100%;
  padding-bottom: 12px;
}

#print-mail-form textarea#edit-txt-to-addrs {
  width: 100% !important;
}

label.printmail-label {
  width: 100%;
}

/* #endregion */

/* #region Search */

#top .block-search-api-page {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: none;
  z-index: 120;
  top: 20px;
  padding-top: 20px;
}

#top .block-search-api-page.show {
  display: block;
}

#top .block-search-api-page .form-submit {
  display: none;
}

#top .block-search-api-page input.form-text {
  font-weight: 400;
  font-size: 36px;
  color: #bbb;
  padding: 0 34px;
  position: relative;
  z-index: 10;
  outline: none;
}

#top .block-search-api-page div#autocomplete {
  font-size: 20px;
  line-height: 1;
  padding: 0 0 34px;
  background-color: #fff;
  border: 0;
  position: fixed;
  left: 0 !important;
  right: 0;
  top: 120px !important;
  width: 100% !important;
}

.block-search-api-page .live-result-search-item-wrapper:hover {
  background-color: #119ad3 !important;
}

.block-search-api-page .live-result-search-item {
  max-width: 1158px;
  margin: auto;
  padding: 15px 68px;
  background-image: url(../images/search-go.png);
  background-repeat: no-repeat;
  background-position: 93% center;
}

.block-search-api-page .live-result-search-item a {
  font-weight: 400;
}

.block-search-api-page .live-result-search-item-wrapper:hover a {
  color: #fff;
}

html.js .block-search-api-page input.throbbing {
  background-image: url(../images/throbber_32.gif);
}

/* #endregion */

/* #region Forms */

.Phone-textfield {
  display: none !important;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

.wf-active .ui-widget input,
.wf-active .ui-widget select,
.wf-active .ui-widget textarea,
.wf-active .ui-widget button {
  font-family: Roboto;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
texarea,
select,
.location .form-item input {
  padding: 7px 12px;
  border-radius: 1px;
  border: 1px solid #d5d5d5;
  margin: 3px 0 12px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  background-color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  opacity: 1;
}

#views-form-commerce-cart-form-default input[type="text"],
#views-form-commerce-cart-form-default input[type="email"],
#views-form-commerce-cart-form-default input[type="number"] {
  max-width: 225px;
}

.views-field-commerce-line-item-cart-form-field-teilnehmer-online {
  width: 93.4%;
  padding: 0 0 0 155px !important;
  display: flex;
}

.views-field-commerce-line-item-cart-form-field-teilnehmer-online label {
  background-image: url(../images/icon-online.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 32px;
  background-size: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}

.views-field-commerce-line-item-cart-form-field-teilnehmer-online .form-type-checkbox label:before {
  top: 4px;
}

.views-field-commerce-line-item-cart-form-field-teilnehmer-online .form-type-checkbox label:after {
  top: 9px;
}

.selective-finder select {
  border: none;
  background-color: #fafafa;
}

.selective-finder .form-type-select {
  position: relative;
}

.selective-finder .form-item-field-tax-seminardauer-target-id-selective:after,
.selective-finder .form-item-field-seminarzeit-target-id-selective:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 17px;
  top: 0;
  width: 7px;
  height: 88%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url(../images/icon-triangle-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-login input[type="text"],
.page-login input[type="email"],
.page-login input[type="password"] {
  border: 1px solid #d5d5d5;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
texarea:disabled,
select:disabled {
  opacity: 0.3;
  color: #fafafa;
}

.page-login .content li {
  list-style: none;
}

.form-textarea-wrapper textarea {
  border: 1px solid #d5d5d5;
  margin: 5px 0;
  padding: 12px;
}

.resizable-textarea .grippie {
  display: none;
}

label {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

button,
input[type="submit"],
.button>a,
a.button,
.showmodules {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  padding: 0 34px;
  border: 0;
  background-color: var(--red);
  color: #fff;
  cursor: pointer;
  display: inline-block;
}

button:focus,
input[type="submit"]:focus,
a.button:focus {
  outline: 1px dotted #d5d5d5;
}

button:hover,
button:active,
a.button:hover,
input[type="submit"]:hover,
input[type="submit"]:active,
input#edit-checkout:hover,
input#edit-checkout:active,
input#edit-continue:hover,
input#edit-continue:active {
  background-color: var(--darkblue);
  color: #fff;
}

.form-submit[disabled],
.form-submit[disabled]:hover {
  background-color: #eee !important;
}

input[name*="cancel"] {
  background-color: transparent;
  color: #119ad3;
}

.sidebar button.red_bg {
  width: 100%;
  margin-top: 12px;
}

.showmodules {
  position: absolute;
  right: 0;
}

.showmodules:hover {
  background-color: var(--darkblue);
}

.checkout-buttons .checkout-cancel:hover,
.checkout-buttons .checkout-back:hover {
  background-color: transparent !important;
}

/* #region CHECKBOXES */

.form-checkboxes {
  margin: 21px 0;
  line-height: 2;
}

.form-type-checkbox,
.form-type-radio {
  position: relative;
  display: block;
}

.form-type-checkbox input,
.form-type-radio input {
  display: none;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 34px;
}

.form-type-checkbox label,
.form-type-radio label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}

.form-type-checkbox label:before,
.form-type-radio label:before {
  content: "";
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 1.8;
  top: -2px;
  border-radius: 3px;
  text-indent: 27px;
  background: #fff;
  border: 2px solid #ececec;
}

.form-type-checkbox label:hover:before,
.form-type-radio label:hover:before,
.form-type-checkbox input:checked+label:before,
.form-type-radio input:checked+label:before {
  background-color: #119ad3;
  border-color: #119ad3;
}

.form-type-checkbox label:after,
.form-type-radio label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 5px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-type-checkbox label:hover:after,
.form-type-radio label:hover:after,
.form-type-checkbox input:checked+label:after,
.form-type-radio input:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}

.form-type-checkbox input[type="checkbox"]:checked+label:after,
.form-type-radio input[type="radio"]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  display: inline-block;
  min-width: 70px;
}

.webform-component--land,
.webform-component--wunschinhalte {
  width: 100%;
  float: left;
}

.webform-client-form-9972 .webform-component--seminar,
.webform-client-form-4610 .webform-component--chance,
.webform-client-form-4610 .webform-component--neue-chance,
.webform-client-form-4610 .webform-component--kanal,
.pane-webform-client-block-16218>.pane-content>.messages {
  display: none;
}

.page-studium .pane-webform-client-block-16218 {
  padding: 14px;
  background-color: var(--lightblue);
}

.page-studium .pane-webform-client-block-16218 .webform-submit {
  width: 100%;
}

.page-studium .pane-webform-client-block-16218 form {
  padding: 0;
  margin-bottom: 0;
}

.page-studium .pane-webform-client-block-16218 .pane-title {
  color: #fff;
  font-weight: 400;
  text-transform: none;
  padding: 20px 0 10px 110px;
  background-image: url(../images/icon-modulplan-download.svg);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: 0 center;
}

.view-display-id-block_modulplan_download .views-field-download a {
  background-color: #e8006c;
}

.view-display-id-block_modulplan_download .views-field-download a:hover {
  background-color: #119ad3;
  color: #fff;
}

/*
.view-display-id-block_modulplan_download .views-field-download a:before {
  content: "\f30b";
  font-family: FontAwesome;
  position: absolute;
  left: -80px;
  color: #e8006c;
  font-size: 5em;
  animation: loop-horizontal 1s infinite ease-in-out;
}
*/
@-webkit-keyframes loop-horizontal {
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-20px);
  }

  0% {
    transform: translateX(0px);
  }
}

@keyframes loop-horizontal {
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-20px);
  }

  0% {
    transform: translateX(0px);
  }
}

#webform-client-form-16218 select,
#webform-client-form-16218 input[type="text"],
#webform-client-form-16218 input[type="email"] {
  padding: 0 7px;
  margin: 0 0 7px 0;
  font-size: 14px;
  border: none;
}

#webform-client-form-16218 .webform-component--anrede {
  width: 16%;
  padding: 0;
}

#webform-client-form-16218 .webform-component--vorname,
#webform-client-form-16218 .webform-component--nachname {
  width: 42%;
  padding: 0 0 0 7px;
}

#webform-client-form-16218 .webform-component--e-mail-adresse {
  width: 100%;
  padding: 0;
}

#webform-client-form-16218 .form-actions {
  padding: 0;
}

#edit-webform-ajax-submit-16218 {
  text-transform: none;
  padding: 0;
  width: 100%;
}

.sidebar .form-checkboxes .form-item,
.sidebar .form-radios .form-item {
  min-width: 100%;
  line-height: 26px;
}

.sidebar fieldset.collapsible {
  padding: 0;
  margin: 0;
}

/* #endregion */

.form-item,
.form-actions {
  margin: 0;
}

.form-item .description {
  font-size: 0.85em;
  color: #999;
  float: left;
  margin-bottom: 17px;
}

.kontakt-slide-in .form-item .description {
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 7px;
}

.kontakt-slide-in .chosen-container {
  width: 100% !important;
}

.form-item .description strong {
  font-weight: 700;
  color: #8c8c8c;
}

.form-actions {
  padding: 34px 0;
  text-align: right;
}

.node-type-seminar .form-actions {
  padding: 0 7px;
}

.form-item.webform-component {
  padding: 7px;
}

.form-item.webform-component.webform-component-textfield,
.form-item.webform-component.webform-component-email,
.form-item.webform-component.webform-component-radios,
.form-item.webform-component.webform-component-select,
.form-item.webform-component.webform-component-number,
.form-item.webform-component--teilnehmer--empty {
  width: 50%;
  float: left;
  min-height: 1px;
}

.form-item.webform-component.webform-component-radios.webform-component--text--opt-in {
  width: 100%;
}

.webform-component--teilnehmer.form-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0.5em;
  padding-bottom: 0;
}

.webform-client-form,
.entityform {
  background-color: #119ad3;
  padding: 34px;
  margin: 0;
  width: 100%;
}

.webform-client-form .view-display-id-seminar_titel .h2 {
  color: #fff;
}

.webform-client-form fieldset,
.entityform fieldset {
  padding: 0;
  margin: 0;
}

.webform-client-form .webform-component--titel,
.entityform label {
  color: #fff;
}

.entity-entityform h3.field-label {
  font-weight: 500;
  margin: 17px 0 0 0;
  text-transform: none;
  color: var(--darkblue) !important;
  font-size: 1em;
}

.webform-client-form .form-checkboxes {
  margin: 0;
}

.webform-client-form .form-checkboxes .form-item {
  margin-top: 7px;
  margin-bottom: 34px;
}

#cboxContent .webform-client-form,
#cboxContent .webform-client-form fieldset {
  padding: 0;
  margin: 0;
}

#cboxContent .webform-client-form .form-actions {
  padding: 34px 7px 0 7px;
}

.webform-confirmation {
  padding: 34px;
  background-color: #fff;
}

.page-checkout .webform-client-form .view-commerce-user-orders {
  background-color: transparent;
  padding: 0;
  color: #fff;
  padding-left: 34px;
  border-left: 7px solid #fff;
}

.page-checkout .webform-confirmation {
  background-color: #119ad3;
}

.page-checkout .webform-confirmation h6 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.webform-client-form label,
.webform-client-form h2 {
  color: #fff;
}

.webform-client-form .resizable-textarea .grippie {
  display: none;
}

.webform-client-form a:hover,
.webform-client-form a:active {
  color: #fff;
}

.node-type-webform .webform-client-form {
  margin-bottom: 70px;
}

.pane-content>div.messages {
  margin-top: 0;
  padding-left: 0;
}

.messages.error {
  color: #f90;
  margin: 17px 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  background-color: #fdf7c9;
}

#edit-submitted-confirmation input,
#edit-submitted-confirmation label {
  float: left;
  margin: 0 12px 30px 0;
}

#edit-submitted-confirmation label {
  max-width: 88%;
  line-height: 1.3;
  margin: 0;
}

#edit-submitted-gruppe-seminarort-ich-interessiere-mich-fuer-ein-seminar-in div.form-item {
  float: left;
  padding-right: 17px;
}

/* Entity Forms */

#edit-field-ef-seminarort-und {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}

.submissions-link {
  display: none;
}

#kontakt-entityform-edit-form .pre-instructions p {
  color: #fff;
  margin-bottom: 0;
}

#kontakt-entityform-edit-form label[for="edit-field-ef-seminarort-und"] {
  display: none;
}

#kontakt-entityform-edit-form .group-left>div {
  padding: 7px 8.5px 7px 0;
}

#kontakt-entityform-edit-form .group-right>div {
  padding: 7px 0 7px 8.5px;
}

#kontakt-entityform-edit-form .group-footer>div {
  padding: 7px 0 7px 0;
}

.pane-entityform-block .pane-content {
  margin-bottom: 34px;
  float: left;
  width: 100%;
}

.page-eform-kontakt-confirm .entityform-kontakt {
  padding-bottom: 34px;
}

#edit-field-ef-seminarort-und {
  margin: 3px 0 34px 0;
}

.page-checkout input[type="text"],
.page-checkout input[type="email"],
.page-checkout input[type="password"],
.page-checkout input[type="number"],
.page-checkout texarea,
.page-checkout select {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}

.chosen-container-active.chosen-with-drop .chosen-single>span {
  color: #ccc;
}

.chosen-container .chosen-results li.active-result:last-child {
  font-weight: 700;
}

/* #endregion */

/* #region Views Google Maps */

.gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  min-height: 100px;
  font-size: 15px;
  font-weight: 400;
  color: #535659;
  line-height: 1.4;
}

.gm-style .gmap-popup td {
  padding: 12px;
}

.gm-style .gmap-popup td p:last-cild {
  margin-bottom: 0;
}

/* #endregion */

/* #region Finder */

.page-marketing-seminare-finden #mainheader {
  background-color: #0e2045;
}

.page-marketing-seminare-finden #mainheader #headerimage {
  background-image: url(../images/finder-icon.svg);
  background-repeat: no-repeat;
  background-position: 134px center;
  background-size: 220px;
}

.page-marketing-seminare-finden #mainheader #headerimage:before,
.page-marketing-seminare-finden #mainheader #headerimage:after {
  display: none;
}

.page-marketing-seminare-finden .views-exposed-widgets .form-item a,
.page-marketing-seminare-finden .views-exposed-form label {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  color: #0e2044;
  padding: 7px 0 12px 33px;
  margin: 7px 0;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  background-image: url(../images/finder-bullet.svg);
  background-repeat: no-repeat;
  background-position: 3px 10px;
  background-size: 15px;
}

.page-marketing-seminare-finden .views-exposed-widgets .form-item a.active {
  background-image: url(../images/finder-bullet-active.svg);
}

.page-marketing-seminare-finden #edit-field-produktgruppen-tid-selective-69 {
  background-image: url(../images/mma-baw-logo-nosub.svg);
  background-repeat: no-repeat;
  background-size: 85px;
  background-position: 35px 7px;
}

.page-marketing-seminare-finden .views-exposed-form label {
  background-image: url(../images/finder-bullet-group.svg);
  background-size: 22px;
  background-position: 0 7px;
  cursor: pointer;
}

.page-marketing-seminare-finden .views-exposed-widget label:hover,
.page-marketing-seminare-finden .views-exposed-widget.active label {
  background-image: url(../images/finder-bullet-group-active.svg);
}

.page-marketing-seminare-finden #edit-city-selective-wrapper .views-widget,
.page-marketing-seminare-finden #edit-field-date-value-wrapper .views-widget {
  display: none;
}

.page-marketing-seminare-finden #edit-city-selective-wrapper.active .views-widget,
.page-marketing-seminare-finden #edit-field-date-value-wrapper.active .views-widget {
  display: block;
}

.page-marketing-seminare-finden .views-reset-button input {
  background-color: transparent;
  color: #119ad3;
  font-size: 16px;
  padding: 0;
}

#finder-select>.pane-content {
  padding-top: 50px;
}

#finder-select .form-checkboxes .form-item,
#finder-select .form-radios .form-item {
  float: none;
  display: block;
}

#finder-select .views-exposed-widget {
  float: none;
}

/* #endregion */

/* #region Seminare */

.node-type-seminar .node-location>.group-left,
.node-type-seminar .node-standort>.group-left {
  width: 40%;
}

.node-type-seminar .node-location>.group-right,
.node-type-seminar .node-standort>.group-right {
  width: 55%;
}

.node-type-seminar .node-location h2 {
  font-weight: 400;
  line-height: 1.2;
}

.node-type-seminar .views-field-field-location-ref-1 .group-left .field-type-image {
  width: 45%;
  margin-right: 5%;
  float: left;
}

span.visible-tag {
  position: absolute;
  text-transform: uppercase;
  right: 0;
  top: 0;
  background-color: #c00;
  color: #fff;
  padding: 4px 12px 0;
}

#mainheader span.visible-tag {
  right: initial;
  left: 0;
  top: 4px;
  transform: translateX(calc(-100% - 20px));
}

.kontakt.button {
  background-color: #0e2044;
  position: fixed;
  top: 574px;
  right: 0;
  width: 45px;
  height: 120px;
  z-index: 555;
  margin-top: 34px;
}

.kontakt.button:hover {
  background-color: #119ad3;
}

.kontakt.button a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  width: 120px;
  height: 45px;
  position: absolute;
  top: 38px;
  left: -38px;
  line-height: 45px;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#node-4610 .grid-6.col-left {
  margin-left: 0;
  padding-left: 0;
}

#node-4610 #webform-client-form-4610 {
  margin-bottom: 34px;
}

/* #endregion */

/* #region TABS */

.ui-widget-content {
  color: #000;
}

.node-type-seminar .ui-tabs .ui-tabs-nav {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  align-items: center;
}

.front .ui-tabs .item-list {
  width: 75%;
  min-height: 65px;
}

.front.fixtabs .ui-tabs {
  margin-bottom: 54px;
}

.front.fixtabs .ui-tabs .item-list {
  position: fixed;
  z-index: 12;
  left: 0;
  right: 0;
  width: 100%;
}

.front.fixtabs .ui-tabs .ui-tabs-nav {
  width: 1200px;
  margin: 0 auto;
}

.node-type-seminar .ui-tabs>.item-list {
  background-color: #119ad3;
  height: 44px;
  position: absolute;
  z-index: 333;
  margin-top: -44px;
  padding: 0 0 0 0;
  width: 1200px;
}

.node-type-seminar .ui-tabs>.item-list:before {
  content: "";
  width: 300vw;
  height: 44px;
  left: -100vw;
  position: absolute;
  background-color: #119ad3;
}

.fixtabs.node-type-seminar .ui-tabs>.item-list {
  position: fixed;
  z-index: 7;
  margin: 0;
}

.fixtabs .node-type-seminar .ui-tabs .ui-tabs-nav {
  margin: 0;
  width: auto;
  float: none;
  position: relative;
}

.node-type-seminar .ui-tabs .ui-tabs-nav li {
  white-space: inherit;
}

.ui-tabs,
.node-type-seminar .ui-tabs .ui-tabs-nav {
  border: none;
  border-radius: 0;
  font-size: 1em;
  font-family: inherit;
  padding: 0;
  background-color: transparent;
  background-image: none;
  flex: 1 0 100%;
}

.node-type-seminar .ui-tabs .hinweis {
  margin-top: 21px;
  padding-top: 21px;
  padding-bottom: 34px;
  border-top: 1px solid #d5d5d5;
}

.node-type-seminar .ui-tabs .ui-tabs-nav li,
.fixtabs .node-type-seminar .ui-tabs .ui-tabs-nav li {
  border: none;
  background: transparent !important;
  color: #fff;
  border-radius: 0;
  margin: 0;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
}

.node-type-seminar .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
}

.node-type-seminar .ui-tabs .tab-title,
.node-type-seminar .ui-tabs li[data-href^="anmeldung"] {
  display: none;
}

.node-type-seminar .ui-tabs li[data-href="anfrage"] {
  margin-right: 0;
  margin-left: auto;
  background-color: var(--darkblue) !important;
}

.node-type-seminar .ui-tabs li[data-href="anfrage"]:hover a {
  background-color: #fff;
  color: #000;
}

.node-type-seminar .ui-tabs .pane-anmeldung-on-und-offline-tabelle {
  padding: 17px 0 70px;
}

.node-type-seminar .ui-tabs .pane-anmeldung-on-und-offline-tabelle .panel-pane {
  margin-bottom: 34px;
}

.node-type-seminar .ui-tabs .pane-anmeldung-on-und-offline-tabelle .panel-pane table+table {
  margin-top: 34px;
}

.node-type-seminar .ui-tabs .pane-anmeldung-on-und-offline-tabelle table tr td:first-child {
  width: 165px;
}

.node-type-seminar .ui-tabs .pane-anmeldung-on-und-offline-tabelle caption {
  text-transform: none;
  color: #fff !important;
  background-color: var(--lightblue);
  font-size: 16px;
  line-height: 40px;
  padding: 0 0 0 12px;
}

.node-type-seminar .ui-tabs .pane-anmeldung-on-und-offline-tabelle .view-display-id-views_rules_4 table caption {
  background-color: var(--darkblue);
}

.ui-tabs .ui-tabs-panel {
  opacity: 0;
  min-height: 770px;
  -webkit-transition: opacity 2s, top 1s;
  transition: opacity 2s, top 1s;
}

.ui-tabs .ui-tabs-panel[aria-hidden="true"] {
  display: inline !important;
  position: absolute;
  left: -10000px;
  top: -10000px;
  opacity: 0;
}

.ui-tabs .ui-tabs-panel[aria-hidden="false"] {
  margin-left: 0 !important;
  opacity: 1;
}

#tabs-0-left>.item-list>ul {
  display: flex;
}

#tabs-0-left>.item-list>ul li {
  list-style-type: none;
}

#tabs-0-left .view-id-commerce_backoffice_products caption a {
  font-weight: 400;
  font-size: 22px;
  color: #119ad3;
}

.view-commerce-backoffice-products caption .title {
  width: 150px;
  display: inline-block;
}

.node-type-seminar .view-id-commerce_backoffice_products .views-field-field-tax-produkt-typ,
.node-type-seminar .view-id-commerce_backoffice_products .views-field-field-tax-seminardauer,
.node-type-seminar .view-id-commerce_backoffice_products .views-field-field-date-1,
.node-type-seminar .view-id-commerce_backoffice_products .views-field-field-date-2,
.node-type-seminar .view-id-commerce_backoffice_products .views-field-field-preis-1 {
  display: none;
  visibility: hidden;
}

.node-type-seminar .ui-tabs .ui-tabs-nav li a,
.node-type-seminar .ui-tabs .ui-tabs-nav li span.location-tab {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 14px 17px 0;
  display: inline-block;
}

.node-type-seminar .ui-tabs .ui-tabs-nav li.ui-state-active a {
  background-color: #fff;
  color: #000;
}

div[id*="edit-line-item-fields"] {
  display: none;
}

.node-type-seminar .ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs-active a {
  background-color: #fff;
  color: #000;
}

.node-type-seminar .ui-tabs .active-location-tab span.location-tab {
  background-color: #fff;
  color: #585858 !important;
  font-weight: 400 !important;
}

.node-type-seminar .ui-tabs span.location-tab:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 7px;
  margin-top: -2px;
}

.node-type-seminar .ui-tabs .location-tab+div.ui-tabs-panel {
  left: 0;
  top: 0;
  opacity: 1;
  background-color: #fff;
  float: left;
  width: 100%;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.3);
}

.node-type-seminar .ui-tabs .active-location-tab div.ui-tabs-panel {
  display: block !important;
}

.node-type-seminar .ui-tabs .location-tab+div.ui-tabs-panel .line-item {
  margin: 0;
}

.node-type-seminar .ui-tabs .location-tab+div.ui-tabs-panel a {
  float: left;
  width: 100%;
  line-height: 24px;
  padding: 7px 16px;
  color: #119ad3;
  font-weight: 400;
  height: auto;
}

.node-type-seminar .ui-tabs .location-tab+div.ui-tabs-panel a:hover {
  color: #fff;
}

.node-type-seminar .ui-tabs .ui-tabs-nav li:focus {
  outline: none;
}

.node-type-seminar .ui-tabs .ui-tabs-panel {
  font-size: 16px;
  line-height: 1.9;
  float: left;
  padding: 0;
  margin-top: 34px;
  width: 100%;
}

.view-commerce-backoffice-products .view-header .popup {
  position: absolute;
  right: 17px;
  z-index: 1;
  width: 180px;
  height: 40px;
  background-image: url(../images/icon-more-vorort-white.svg);
  background-repeat: no-repeat;
  background-position: right 7px;
  background-size: auto 27px;
}

.view-commerce-backoffice-products.view-display-id-views_rules_2 .view-header .popup,
.view-commerce-backoffice-products.view-display-id-views_rules_4 .view-header .popup {
  background-image: url(../images/icon-more-online-white.svg);
}

.view-commerce-backoffice-products .view-header .popup:hover {
  width: auto;
  height: auto;
  min-height: 40px;
  width: 100%;
}

.view-commerce-backoffice-products .view-header .popup .content {
  opacity: 0;
  margin: 0 calc(50% - 400px) 0;
  padding: 30px 30px 10px 310px;
  background-image: url(../images/popup-vorort.jpg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 280px 350px;
  height: 410px;
  width: 800px;
  z-index: -10;
  color: #fff;
  background-color: var(--darkblue);
  position: absolute;
  top: -1000000px;
}

.view-commerce-backoffice-products.view-display-id-views_rules_2 .view-header .popup .content {
  background-image: url(../images/popup-online-tag.jpg);
}

.view-commerce-backoffice-products.view-display-id-views_rules_4 .view-header .popup .content {
  background-image: url(../images/popup-online-abend.jpg);
}

.view-commerce-backoffice-products .view-header .popup:hover .content {
  display: block;
  opacity: 1;
  margin-top: -50px;
  z-index: 1;
  top: 0;
  transition: opacity 0.5s;
}

.view-commerce-backoffice-products .view-header .popup .content h4,
.view-commerce-backoffice-products .view-header .popup .content p {
  margin-top: 0;
  margin-bottom: 0.7em;
  line-height: 1.4;
}

.view-commerce-backoffice-products .small {
  position: absolute;
  top: 17px;
  right: 77px;
  color: #585858;
}

.node-type-seminar .ui-tabs .ui-tabs-panel .node-webform h2 {
  margin: 0;
}

.ui-tabs-panel .container,
.ui-tabs-panel .col-content {
  padding: 0;
}

.node-type-seminar .ui-tabs .node-location .group-header,
.view-display-id-locations_header_map,
.view-display-id-gmap_block_header_hotel {
  margin-bottom: 34px;
}

.node-type-seminar .ui-tabs .field-item>p:first-child {
  margin-top: 0;
}

.view-id-locations .line-item .content .title {
  height: 60px;
}

.view-id-locations .line-item .content .title a:hover {
  color: #fff;
}

#tab-location #tab-header {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background-color: #f7f7f7;
}

#tab-location strong.title {
  padding: 0.7em 1em;
  background-color: #fff;
  color: #119ad3;
  cursor: pointer;
  float: left;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  height: 36px;
}

#tab-location strong.title:before {
  content: "→";
  font-size: 18px;
  display: inline-block;
  margin-right: 12px;
}

#tab-location strong.title:hover,
#tab-location strong.title.active {
  background-color: #119ad3;
  color: #fff;
}

#tab-location .item-list ul {
  padding: 7px 0 0 18px;
}

#tab-location .view-display-id-block_semdate_stadt.list {
  padding: 33px;
  background-color: #f7f7f7;
}

#tab-location .view-termine ul {
  margin: 0 -7px 17px -7px;
  padding: 0;
  width: calc(100% + 14px);
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

#tab-location .view-termine li.views-row:before {
  content: "";
}

#tab-location .tab-content .image a {
  line-height: 0;
  display: block;
}

#tab-location .view-termine {
  margin-bottom: 34px;
}

#tab-location .view-termine li.views-row {
  width: 33.333%;
  text-indent: 0;
  padding: 7px 12px;
  background-color: #fff;
  border: 7px solid #f7f7f7;
  text-align: center;
}

.mobile #tab-location .view-termine li.views-row {
  width: 50%;
}

#tab-location .view-termine .view-header {
  line-height: 1.25;
}

#tab-location .grid-12 {
  margin-bottom: 0;
}

/* #endregion */

/* #region Views */

.page-taxonomy-term-9 .panel-pane.pane-views.pane-seminare h2 {
  display: none;
}

.view.grid {
  margin-bottom: 34px;
}

.view.grid .view-content .view-content {
  margin: 0;
}

.view.grid .views-group {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.node-type-standort .view.grid .views-group {
  justify-content: flex-start;
  width: calc(100% + 17px);
}

.view.grid.view-display-id-block_9 .views-group {
  justify-content: flex-start;
}

.view.grid .views-group:after {
  content: "";
  flex: auto;
  width: 30%;
}

#bottom .view.grid {
  margin: -17px 0;
}

#main .view.grid h3 {
  margin: 0;
  padding: 34px 0 0 17px;
  clear: both;
}

#main .view.grid.view-display-id-block_finder .view-content h3 {
  padding: 0;
  margin: 17px 0 7px 0;
}

.view.grid .line-item {
  position: relative;
}

.grid-7 .grid .line-item,
.two-col .grid .line-item,
.grid.two-col .line-item,
.page-taxonomy-term-35 .grid .line-item {
  width: calc(50% - 17px);
  margin-bottom: 17px;
}

.one-block .grid.two-col .line-item {
  width: 316px;
  max-height: 316px;
}

.grid.four-col .line-item,
.tax-seminar .four-col .grid.two-col .line-item,
.grid.four-col .col-content .panel-pane,
.panel-pane.four-col .grid.three-col .line-item {
  width: calc(25% - 17px);
  flex-basis: calc(25% - 17px);
}

.tax-seminar .four-col .grid.two-col .line-item:last-child {
  margin: 0 auto 0 0;
}

.mobile .grid.four-col .line-item,
.mobile .grid.four-col .col-content .panel-pane,
.mobile #im-fokus .grid-12 .box {
  width: 100%;
}

.grid.four-col .line-item .content {
  height: 55%;
  padding-top: 55px;
}

.node-type-article .view.grid .line-item .content .title {
  font-size: 21px;
  padding-top: 10px;
}

.node-type-location .container>.grid-6 {
  width: 100%;
  column-count: 1;
  column-gap: 78px;
  margin-bottom: 3%;
}

.node-type-location .pane-locations {
  padding: 34px 0;
}

.node-type-location .pane-node-body .pane-content h3:first-child {
  margin-top: 0;
}

.node-type-location .view-display-id-node_img_slider+div {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  bottom: 0;
}

.node-type-location .view-display-id-node_img_slider {
  width: 810px;
}

.node-type-location .view-display-id-node_img_slider * {
  height: 350px;
}

.node-type-location h1,
.node-type-location h2 {
  z-index: 100 !important;
  top: 0;
  margin: 0;
}

.view-id-admin_people.view.grid.three-col .line-item>.views-field-nothing {
  background-color: #000;
  height: 100%;
}

.view-id-admin_people .link a {
  width: 40px;
  height: 40px;
  font-size: 0;
  display: block;
  float: right;
  background-image: url(../images/box-go-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.view-id-admin_people .link a:hover {
  background-position: 0 -40px;
}

.view.grid .line-item .image {
  height: 100%;
}

.view.grid .line-item .image div {
  background-size: 100%;
  background-position: center 0;
  background-size: contain;
  background-color: #000;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.view.grid .line-item .image img {
  width: 100%;
  height: auto;
}

.view.grid .line-item>div {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #000;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.view.grid .line-item.box.big .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 44px 17px 17px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
}

.page-live-online-seminare-marketing .view.grid .line-item.box.big .content {
  padding-top: 24px;
}

.page-live-online-seminare-marketing .bottom .container .panel-pane {
  width: 100%;
  max-width: 883px;
}

body[class*="page-trainer"] .view.grid .line-item.box.big .content {
  height: auto;
}

.grid-12 .view.grid.three-col .line-item.box.big .content {
  height: 48%;
  padding-top: 20%;
}

.tax-seminar .grid-12 .view.grid.three-col .line-item.box.big .content {
  height: auto;
}

.akademie .view.grid .line-item .content .title {
  padding-top: 0;
}

.view.grid[class*="view-display-id-block_finder"] .line-item.box.big .content,
.view.grid[class*="view-display-id-block_12"] .line-item.box.big .content {
  height: 46%;
}

.front .view.grid[class*="view-display-id-block_finder"] .line-item.box.big .content,
.front .view.grid[class*="view-display-id-block_12"] .line-item.box.big .content {
  height: auto;
}

.grid-6 .view.grid .line-item .content {
  font-size: 14px;
}

.view.grid.view-display-id-block_locations .line-item.box.big .content {
  height: 80px;
  padding-top: 36px;
}

.view-locations.view.grid .line-item figure {
  height: 100%;
  width: 100%;
}

.view-locations.view.grid .line-item .image {
  height: 100%;
  background-size: contain;
  background-position: center top;
}

.front .selective-finder .view.grid .line-item .content .title,
.view.grid .line-item .content .title,
.view.grid.view-display-id-block_locations .line-item.box.big .content .title {
  font-size: 18px;
  line-height: 1.3;
  height: 50px;
  margin-bottom: 3px;
}

body[class*="page-trainer"] .view.grid .line-item .content .title {
  height: auto;
}

.panel-pane.four-col .view.grid .line-item .content .title,
.view.grid.four-col .line-item .content .title,
.grid-6 .view.grid .line-item .content .title,
.selective-finder .view.grid .line-item .content .title,
.one-block .view.grid .line-item .content .title {
  font-size: 16px;
}

#front-boxes+.pane-inhalte .line-item .content .title {
  flex: auto;
}

.view.grid .line-item .content .title+span[itemprop="description"].hidden {
  display: block;
  flex: auto;
}

.page-taxonomy-term-35 .view.grid .line-item .content .title {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 2px;
}

.view.grid .line-item .content .title a:hover {
  color: #fff;
}

.view.grid.view-id-termine .line-item .content .dates {
  bottom: 44px;
}

.views-row.abend-1>strong {
  display: block;
  padding-top: 12px;
}

.views-row.abend-1>strong+.field:after {
  content: " und ";
  display: inline-block;
  margin: 0 3px;
}

.views-row.abend-1>strong+.field+.field:after {
  content: ", ";
  display: inline-block;
  margin-left: -3px;
  margin-right: 3px;
}

.views-row.abend-1 .field-name-field-abend-uhrzeit {
  display: inline-block;
}

body.page-taxonomy .pane-seminare.list {
  display: none;
}

body.page-taxonomy-term-liste .pane-seminare.list {
  display: block;
}

/* Finder */

.view-display-id-block_finder .views-group {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
}

.view-display-id-block_finder .views-group h3 {
  width: 100%;
}

.grid.three-col .col-left .box {
  width: calc(33% - 8.5px);
  margin-bottom: 17px;
}

.grid.three-col .grid-12 .box {
  width: calc(33% - 17px);
  margin-bottom: 34px;
}

.view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-content>.view-grouping a:hover {
  color: #fff;
}

.view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-header {
  font-size: 1.7em;
  font-weight: 400;
  margin-bottom: 1em;
}

.view-display-id-block_finder>.view-content>.view-grouping+.view-grouping>.view-grouping-header {
  margin-top: 2em;
}

.view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-content>.view-grouping {
  position: relative;
  padding: 34px;
  background-color: #000;
  margin-bottom: 1em;
  color: #fff;
  min-height: 220px;
}

.view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-content>.view-grouping>.view-grouping-header {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 150px;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

.view-display-id-block_finder img {
  height: auto;
  max-width: 100% !important;
}

.view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-content>.view-grouping>.view-grouping-content {
  position: relative;
  left: 150px;
  width: 75%;
}

.view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-content>.view-grouping>.view-grouping-content a {
  font-size: 21px;
  font-weight: 400;
  display: block;
}

#edit-field-produktgruppen-tid-selective-69 a {
  font-size: 0;
}

.view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-content>.view-grouping>.view-grouping-content h3 {
  margin-bottom: 0;
  font-size: 1em;
  width: 30%;
  position: relative;
  display: inline-block;
  margin-top: 1em;
}

.view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-content>.view-grouping>.view-grouping-content>.view-grouping .views-row {
  position: relative;
  width: 60%;
  left: 31%;
  right: 0;
  display: inline-block;
}

.view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-content>.view-grouping>.view-grouping-content>.view-grouping .views-row.views-row-first {
  left: 0;
}

.view.list .line-item {
  float: left;
  width: 100%;
  height: 100px;
  background-color: #000;
  padding: 0;
  margin-bottom: 1.5vh;
  color: #fff;
}

.view.list .line-item a:hover {
  color: #fff;
}

.view.list .line-item .title {
  font-size: 21px;
  padding: 12px 0 3px;
  font-weight: 400;
  line-height: 1.2;
}

.view.list .line-item .belegung-bild {
  width: 14px;
  height: 14px;
  margin-top: 3px;
}

.view-display-id-block_finder .dates,
.view-display-id-block_finder_seminare .dates,
.view-display-id-block_finder_lehrgang .dates,
.view-id-seminare.view-display-id-block_16 .dates {
  padding-left: 21px;
  background-image: url(../images/icon-calendar-white.svg);
  background-repeat: no-repeat;
  background-position: 0 1px;
  height: 24px;
  background-size: 16px;
}

.view-id-inhalte .title a:hover,
.view-id-inhalte .dates a:hover {
  color: #fff !important;
}

.view-id-inhalte.view-display-id-block_start_sem_city {
  display: inline-block;
  padding-left: 12px;
}

.view.list .line-item .content {
  position: relative;
  height: inherit;
}

.view.list .line-item .dates {
  margin-bottom: 3px;
}

.view.list .line-item .image {
  width: 209px;
  height: 100px;
  float: left;
  margin-right: 34px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}


.view.list.view-display-id-block_hotels .line-item .image {
  width: 100px;
  padding: 7px;
}

.view.list.view-display-id-block_hotels .line-item .image>div {
  line-height: 0;
}

.view-display-id-loc_colorbox .views-row a {
  max-width: 49.5%;
  display: inline-block;
}

.view-display-id-loc_colorbox .views-row a:nth-child(odd) {
  margin-right: 1%;
}

.panel-pane.pane-views.pane-locations {
  width: 100%;
}

.panel-pane.pane-views.pane-locations.imagegrid {
  padding: 0;
  margin: 5px 0 17px 0;
  width: 100%;
}

.view-id-locations.list .line-item {
  width: 48%;
}

.mobile .view-id-locations.list .line-item {
  width: 100%;
  padding: 17px;
}

.mobile .view.list .line-item .title {
  padding: 0;
  margin: 0;
}

/* PAGE LOCATIONS */

/*
.page-node-4069 #mainheader h2,
.page-node-4877 #mainheader h2,
.page-node-4878 #mainheader h2 {
	max-width: 80%;
}
.page-node-4877 .grid-7 {
	width: 65%;
}
.page-node-4877 .view-id-locations .views-group {
	display: flex; 	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.page-node-4877 .view-id-locations .views-group h3 {
	flex: 1 100%;
}
.page-node-4877 .view-id-locations .line-item {
	width: 50% !important;
	float: left;
}
.page-node-4877 .view-locations.view.grid .line-item .content {
	height: 120px;
}

.page-node-4877 .view-id-locations .line-item > div {
	height: auto !important;
	display: flex; 	display: -ms-flexbox;
	flex-direction: column;
}
.page-node-4877 .view-id-locations .line-item .image,
.page-node-4877 .view-id-locations .line-item .content {
	position: absolute;
	padding: 20px !important;
}
.page-node-4877 .view-id-locations .line-item .image img {
	vertical-align: inherit;
}
.page-node-4877 .view-id-locations .line-item .content .title {
	height: auto !important;
}
*/

.view-id-locations.list .views-row-odd {
  float: left;
}

.view-id-locations.list .views-row-even {
  float: right;
}

.view-display-id-loc_sidebar_slider {
  height: 100px;
  background-color: #111;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.view-display-id-loc_sidebar_slider .views_slideshow_slide,
.view-display-id-loc_sidebar_slider .views_slideshow_slide .line-item {
  width: 100% !important;
  height: 100px;
}

.view-display-id-loc_sidebar_slider .views_slideshow_slide .line-item {
  padding: 12px 0 0 0;
}

.view-display-id-loc_sidebar_slider img {
  float: left;
  max-width: 100px;
  max-height: 100px;
  margin-right: 20px;
  margin-top: -12px;
}

.view-display-id-side_logo_slider img {
  max-width: 100%;
  max-height: 100%;
}

.view-display-id-block_lex_index {
  font-size: 12px;
  color: #ccc;
  padding: 0 0 34px 0;
}

.view-display-id-block_lex_index a {
  font-size: 16px;
  vertical-align: -1px;
}

.view-display-id-block_semdate_stadt li>div {
  display: inline;
}

html.gecko .sidebar .view-display-id-side_logo_slider img {
  max-width: 80px;
  max-height: 80px;
}

#views_slideshow_cycle_teaser_section_inhalte-side_logo_slider {
  width: 100% !important;
  display: table;
  position: relative;
  z-index: 0;
}

.view-display-id-side_logo_slider .views_slideshow_slide .line-item {
  display: table-row;
  width: 50%;
  padding: 12px 0;
  float: left;
  text-align: center;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 1);
}

.td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.box-white {
  padding: 0 12px 12px;
  border: 1px solid #d5d5d5;
  border-top: none;
  border-radius: 0;
  background-color: #fff;
}

.box-white.solo {
  border-top: 1px solid #d5d5d5;
  padding: 1em;
  width: 100%;
  float: left;
}

.view-display-id-side_logo_slider .td,
#mba-partner .td {
  height: 96px;
  text-align: center;
}

footer #views_slideshow_cycle_teaser_section_inhalte-logo_slider {
  width: 100% !important;
}

.view-display-id-loc_sidebar_slider .city,
.view-display-id-loc_sidebar_slider h3 {
  margin: 3px 0 0 0;
  font-weight: 400;
}

.view-display-id-loc_sidebar_slider a {
  font-size: 16px;
}

.view-display-id-loc_sidebar_slider a:hover {
  color: #fff;
}

#partner-logos {
  margin-top: 50px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-flow: row wrap;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

#partner-logos p {
  margin-bottom: 48px;
  width: 33.333%;
  text-align: center;
}

#referenzen .pane-content {
  padding: 7px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#referenzen .views_slideshow_main {
  height: 240px;
}

.view-display-id-side_logo_slider .views_slideshow_slide {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  width: 100%;
}

.view-display-id-side_logo_slider .views_slideshow_slide .views-row {
  width: calc(50% - 3.5px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: calc(54.666px);
  margin-bottom: 7px;
}

.view-display-id-side_logo_slider .views_slideshow_slide .views-row div {
  word-wrap: break-word !important;
  text-transform: uppercase;
  color: #777;
  padding: 0 7px;
}

#referenzen+.box-white {
  margin-bottom: 30px;
  margin-top: -35px;
  padding-top: 21px;
  position: relative;
  z-index: 1;
}

#mba-partner .pane-content .pane-content {
  border: 1px solid #d5d5d5;
  float: left;
  padding: 3.5px;
  background-color: #fff;
  width: 100%;
}

#mba-partner .views-group {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin: 0;
}

#mba-partner .view-content .views-group>div {
  flex-basis: 33.333%;
  padding: 3.5px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

#mba-partner .view-content .views-group>div:first-child {
  order: 4;
}

#mba-partner .view-content .views-group>div:nth-child(2) {
  order: 1;
}

#mba-partner .view-content .views-group>div:nth-child(3) {
  order: 2;
}

#mba-partner .view-content .views-group>div:nth-child(4) {
  order: 3;
}

#mba-partner .view-content .views-group>div:nth-child(5) {
  order: 5;
}

#mba-partner .view-content .views-group>div:last-child {
  order: 6;
}

#mba-partner .pane-content img {
  max-width: 82px;
  max-height: 62px;
  text-align: center;
  width: auto;
  height: auto;
}

.front section.bottom {
  float: none !important;
  background-color: #0e2044;
  color: #fff;
  text-align: center;
  height: 520px;
  background-image: url(../images/newsletter-section-back.jpg);
  background-position: 33.333% 0;
  background-repeat: no-repeat;
  background-size: 910px;
}

.sidebar .view-display-id-block_fivestar .title {
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  font-size: 16px;
}

.sidebar .view-display-id-block_fivestar .title+p,
.sidebar .view-display-id-block_fivestar .fivestar-widget {
  margin: 0 0 7px 0;
}

.sidebar .panel-pane {
  position: relative;
  margin: 0 0 34px 0;
  float: left;
  width: 100%;
}

.sidebar .panel-pane .discount {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: var(--lightblue);
  color: #fff;
  transform: rotate(0deg);
  border-radius: 3px;
  padding: 7px 7px 5px;
  line-height: 16px;
  font-weight: 600;
}

.front .sidebar .panel-pane {
  margin-bottom: 0;
}

aside.grid-4.col-right.sidebar .panel-pane:first-child {
  margin-top: 5px;
}

.sidebar .pane-mba-dozenten .pane-admin-people {
  margin-bottom: -1px;
  float: none;
}

.sidebar #mini-panel-mba_fachbeiraete .pane-admin-people,
.sidebar #mini-panel-mba_team_m_nchen .pane-admin-people,
.sidebar #mini-panel-mba_team_wien .pane-admin-people {
  margin-bottom: 17px;
}

#bewerbungsablauf .pane-content {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
}

#bewerbungsablauf .pane-content div:first-child {
  width: 100%;
}

#bewerbungsablauf .pane-content div.grid-6 {
  width: calc(50% - 17px);
}

.sidebar .view-display-id-block_1 .views-row {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  margin-bottom: 17px;
  align-items: center;
}

.sidebar .view-display-id-block_1 .views-row-2 {
  margin-bottom: 24px;
}

.gecko .sidebar .view-display-id-block_1 .views-row {
  margin-bottom: 24px;
}

.sidebar .view-display-id-block_1 .views-row-3 {
  margin-bottom: 17px;
}

.sidebar .view-display-id-block_1 .field-name-field-zertifikat-logo img {
  max-width: 100%;
  max-height: 53px;
}

.sidebar .view-display-id-block_1 .views-row-first .field-name-field-zertifikat-logo img {
  margin-top: -17px;
}

.sidebar .view-display-id-block_1 .views-row-first.tax-84 img {
  margin-top: 0px;
  max-width: 61px;
}

.sidebar .view-display-id-block_1 .views-row-2 .field-name-field-zertifikat-claim {
  padding: 0 7px 7px 0;
}

.sidebar .view-display-id-block_1 .views-row-2 .field-name-field-zertifikat-logo img {
  max-width: 53px;
}

.sidebar .view-display-id-block_1 .views-row-3 .field-name-field-zertifikat-logo img {
  max-width: 53px;
}

.sidebar .view-display-id-block_1 .views-row-3 .field-name-field-zertifikat-claim {
  padding: 9px 0 0 0;
}

.sidebar .view-display-id-block_1 .views-row-4 .field-name-field-zertifikat-logo img {
  max-width: 53px;
}

.sidebar .view-display-id-block_1 .field-name-field-zertifikat-logo {
  width: 30%;
  display: inline-flex;
  flex-direction: column;
  flex-flow: row;
  position: relative;
}

.sidebar .view-display-id-block_1 .field-name-field-zertifikat-claim {
  width: 67%;
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
}

body.page-taxonomy .sidebar .view-display-id-block_1 .views-row,
body.page-taxonomy .sidebar .view-display-id-block_1 .field-name-field-zertifikat-logo {
  display: block;
}

body.page-taxonomy .sidebar .view-display-id-block_1 .field-name-field-zertifikat-logo img {
  margin: 0 0 17px 0;
  height: 100%;
}

body.page-taxonomy .sidebar .view-display-id-block_1 .field-name-field-zertifikat-claim {
  font-size: 1em;
  color: inherit;
  padding-bottom: 17px;
}

.sidebar .view-taxonomy.view-display-id-block_1 .views-field-description {
  display: none;
}

body.page-taxonomy-term-77 .sidebar .view-taxonomy.view-display-id-block_1 .views-row,
body.page-taxonomy-term-78 .sidebar .view-taxonomy.view-display-id-block_1 .views-row {
  display: flex;
  display: -ms-flexbox;
  font-size: 14px;
}

body.page-taxonomy-term-77 .sidebar .view-display-id-block_1 .tax-86 .field-name-field-zertifikat-logo img,
body.page-taxonomy-term-78 .sidebar .view-display-id-block_1 .tax-86 .field-name-field-zertifikat-logo img {
  max-width: 90px;
}

body.page-taxonomy-term-77 .sidebar .view-display-id-block_1 .field-name-field-zertifikat-claim,
body.page-taxonomy-term-78 .sidebar .view-display-id-block_1 .field-name-field-zertifikat-claim {
  text-transform: none;
}

body.page-taxonomy-term-78 .sidebar .view-display-id-block_1 .tax-86 .field-name-field-zertifikat-logo img,
body.page-taxonomy-term-78 .sidebar .view-display-id-block_1 .tax-84 .field-name-field-zertifikat-logo img,
body.page-taxonomy-term-77 .sidebar .view-display-id-block_1 .tax-84 .field-name-field-zertifikat-logo img,
body.page-taxonomy-term-77 .sidebar .view-display-id-block_1 .views-row-3 .field-name-field-zertifikat-logo img {
  width: 65px;
  max-width: 70px;
  max-height: initial;
  height: auto;
  margin-bottom: 0;
}

body.page-taxonomy-term-78 .sidebar .view-display-id-block_1 .field-name-field-zertifikat-claim {
  width: 80%;
}

body.page-taxonomy-term-77 .sidebar .view-display-id-block_1 .field-name-field-zertifikat-claim,
body.page-taxonomy-term-77 .sidebar .view-display-id-block_1 .field-name-field-zertifikat-claim {
  padding-bottom: 12px;
}

.page-taxonomy-term-84 .sidebar .pane-1 {
  margin-bottom: 17px;
}

.page-taxonomy-term-84 #fhoo-bullets img#fhoo {
  display: none;
}

.page-taxonomy-term-84 #fhoo-bullets ul {
  margin-top: 0;
}

.page-taxonomy-term-86 .sidebar .view-display-id-block_1 .field-name-field-zertifikat-logo {
  padding-top: 34px;
  border-top: 1px solid #ddd;
}

.page-taxonomy-term-86 .sidebar .view-display-id-block_1 .field-name-field-zertifikat-logo img {
  max-width: 100px;
}

.page-taxonomy-term-86 #main .grid-7.col-left {
  display: flex;
  flex-direction: column-reverse;
}

.sidebar .views-exposed-form .form-type-radio label {
  font-weight: 400;
}

.node-type-seminar.tax-seminar .sidebar,
.node-type-seminar.tax-lehrgang .sidebar {
  padding-top: 34px;
  transition: padding-top 0.5s;
}

.sticky-side-box.node-type-seminar.tax-seminar .sidebar,
.sticky-side-box.node-type-seminar.tax-lehrgang .sidebar {
  padding-top: 300px;
}

.view-display-id-referenzen_logos_seminar .views-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.view-display-id-referenzen_logos_seminar .views-group div {
  flex-basis: 32%;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  background-color: #f7f7f7;
  margin-bottom: 6px;
}

.view-display-id-referenzen_logos_seminar .views-group div.ADAC,
.view-display-id-referenzen_logos_seminar .views-group div.Red-Bull,
.view-display-id-referenzen_logos_seminar .views-group div.Sixt-Autovermietung,
.view-display-id-referenzen_logos_seminar .views-group div.Vodafone,
.view-display-id-referenzen_logos_seminar .views-group div.Volkswagen,
.view-display-id-referenzen_logos_seminar .views-group div.Warsteiner {
  padding: 19px;
}

.view-display-id-referenzen_logos_seminar .views-group div img {
  display: initial;
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 90%;
  margin: auto;
}

.sidebar .view-display-id-referenzen_logos_seminar .views-group div img {
  max-width: 100%;
  max-height: 100%;
}

.view-display-id-referenzen_logos_seminar .more-link {
  margin-bottom: 0;
}

.sidebar #mini-panel-wissenschaftlicher_beirat .panel-pane.pane-admin-people {
  margin-bottom: 17px;
}

.sidebar .pane-smw-dozenten .panel-pane.pane-admin-people {
  margin-bottom: 0;
}

.grid-6 .list .line-item .belegung {
  position: absolute;
  right: 12px;
  top: 70px;
}

.grid-6 .view.list .line-item .dates {
  position: absolute;
  left: 121px;
  top: 70px;
}

.belegung-text {
  display: inline-block;
}

.belegung-bild {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 3px 7px 0 0;
  float: left;
}

.belegung-bild.b1 {
  background-color: #08d72f;
}

.belegung-bild.b2 {
  background-color: #ffae00;
}

.belegung-bild.b3 {
  background-color: #c00;
}

span.tagesseminar,
span.abendseminar {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 3px 3px 0 0;
  background-image: url(../images/day-night.svg);
  background-repeat: no-repeat;
  background-size: 30px 14px;
  background-position: 0 0;
  vertical-align: -2px;
}

span.tagesseminar {
  background-position: right 0;
}

.sem-booked {
  background-color: #000;
  float: left;
  width: 100%;
  text-align: left;
  color: #fff;
  position: relative;
}

.sem-booked .img {
  float: left;
  width: 38%;
  height: 100%;
  min-height: 175px;
  background-size: cover;
}

.sem-booked .txt {
  float: left;
  width: 60%;
  padding: 2em 1em;
}

.sem-booked .txt h3 {
  margin: 0 0 0.5em 0;
  font-weight: 400;
  font-size: 1.5em;
  color: #119ad3;
}

.sem-booked .txt p {
  margin: 0;
}

.sem-booked+table {
  float: left;
  margin: 2em 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.sem-booked+table tr:last-child td {
  padding-bottom: 2em;
}

.sem-booked+table td.label {
  width: 33.333%;
}

.pane-taxonomy-term.block_2 .line-item,
aside .view-display-id-block_person_aside .line-item,
aside .view-display-id-block_person_aside_linked .line-item,
.blackbox .line-item {
  background-color: #000;
  float: left;
  width: 100%;
  height: 100px;
  margin: 0 0 17px 0;
  padding-right: 10px;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}

.pane-taxonomy-term.block_2 .line-item:last-child,
aside .view-display-id-block_person_aside .line-item:last-child,
aside .view-display-id-block_person_aside_linked .line-item:last-child,
.blackbox .line-item:last-child {
  margin-bottom: 0;
}

.pane-taxonomy-term.block_2 img,
aside .view-display-id-block_person_aside .views-field-field-benutzerbild,
aside .view-display-id-block_person_aside_linked .views-field-field-benutzerbild,
.blackbox .line-item img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 15px;
  background-color: #333;
}

.pane-taxonomy-term.block_2 img+a {
  padding: 12px 12px 5px 0;
  display: block;
  line-height: 1.2;
}

.pane-taxonomy-term.block_2 img+a:hover,
aside .view-display-id-block_person_aside_linked a:hover,
.blackbox .line-item a:hover {
  color: #fff;
}

.view-display-id-block_person_aside .views-field-name,
.view-display-id-block_person_aside_linked .views-field-view-user {
  margin-top: 13px;
}

.view-display-id-block_person_aside_linked .views-field-view-user {
  font-weight: 400;
}

.view-display-id-block_person_aside .views-field-name {
  font-weight: 500;
}

.person_aside_link a,
.view-display-id-block_person_aside_link a {
  border-top: 1px solid #ccc;
  padding-top: 0.7em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.7em;
  position: relative;
  display: block;
  margin-bottom: -1px;
}

.person_aside_link a:after,
.view-display-id-block_person_aside_link a:after {
  content: "\f105";
  font-family: Fontawesome;
  font-size: 2em;
  display: inline-block;
  position: absolute;
  right: 0.5em;
  top: 0;
}

aside .pane-admin-people.blackbox {
  margin-bottom: 34px;
}

.blackbox .line-item a {
  padding: 12px 0 3px;
  display: block;
  font-weight: 500;
  font-size: 16px;
}

.blackbox .line-item a+p {
  max-width: 95%;
  hyphens: auto;
  line-height: 1.25;
}

.blackbox .line-item a:after {
  content: "\f105";
  font-family: Fontawesome;
  display: inline-block;
  position: absolute;
  right: 12px;
  font-size: 2em;
  top: 30px;
}

.blackbox .line-item a:hover {
  color: #fff !important;
}

.pane-taxonomy-term.block_2 .belegung {
  position: absolute;
  bottom: 12px;
  left: 120px;
  font-size: 12px;
  color: #999;
}

.view-display-id-block_locations .street {
  display: block;
}

.view-display-id-trainerliste_seminar img {
  float: left;
  margin: 0 34px 12px 0;
}

.view-display-id-trainerliste_seminar>.view-content>div {
  margin-bottom: 5em;
  padding-bottom: 3em;
  border-bottom: 1px solid #d5d5d5;
}

.view-display-id-trainerliste_seminar>.view-content>div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.view-display-id-referenzen_logos .views-group>div {
  float: left;
  width: 16.6%;
  height: 120px;
  padding: 7px;
  background-color: #fff;
}

.view-display-id-block_referenzen_bma .views-group {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
}

.view-display-id-referenzen_logos .td {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

.view-content.masonry {
  min-width: 100% !important;
}

.masonry-item {
  float: left;
  max-width: 310px;
  margin-bottom: 17px;
  margin-right: 0;
}

.masonry-item:hover {
  z-index: 1;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.masonry-item>.views-field {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.masonry-item .views-field-name,
.masonry-item .views-field-field-kurzdarstellung,
.masonry-item .views-field-field-kurzdarstellung-1 {
  padding: 12px 17px 0;
}

.masonry-item .views-field-name {
  font-size: 16px;
}

.view-display-id-logos_partner {
  float: left;
  width: 100%;
  margin: 0;
}

.view-display-id-logos_partner .views-row {
  float: left;
  padding: 21px;
  width: 33%;
  text-align: center;
}

.view-display-id-logos_partner .views-row-first {
  margin-left: 0;
}

.view-display-id-logos_partner .views-row-last {
  margin-right: 0;
}

.view-display-id-logos_partner .views-field-title {
  display: none;
}

.view-display-id-logos_partner .views-row-4,
.view-display-id-logos_partner .views-row-5 {
  width: 50%;
}

.view-display-id-logos_partner .views-row-4 {
  text-align: right;
}

.view-display-id-logos_partner .views-row-5 {
  text-align: left;
}

.view-display-id-logos_partner a {
  display: block;
  height: 100px;
}

.view-display-id-trainer_ref_logos {
  margin-top: 20px;
}

.view-display-id-trainer_ref_logos .view-content>div {
  float: left;
  padding: 0;
  background-color: #fff;
  margin: 0 7px 5px 0;
}

.view-display-id-trainer_ref_logos img {
  max-height: 40px;
  width: inherit;
}

.view-display-id-trainer_ref_logos .views-field {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 21px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #585858;
  margin-right: 12px;
  float: left;
}

.view-display-id-trainerliste_seminar .views-row {
  margin-bottom: 100px;
  padding-bottom: calc(94px - 1.25em);
  border-bottom: 1px solid #d5d5d5;
}

.view-display-id-trainerliste_seminar .views-row-last {
  border-bottom: none;
}

.view-display-id-trainerliste_seminar img {
  width: 200px;
  height: 200px;
}

.view-display-id-liste table td {
  background-color: #fff;
  padding: 7px;
}

.pane-commerce-backoffice-products .attachment .action-links {
  margin: 0;
  padding: 0;
}

/* #endregion */

.view-display-id-block_studium_leitung .field-content {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}

.view-display-id-block_studium_leitung .field-content .col-right {
  width: 58.333%;
}

/* #region PAGE Location Seminare */

.seminar-overview-location #mainheader>.container .pane-locations {
  margin: 0 -34px;
}

.seminar-overview-location #headerimage+.pane-locations h1 {
  position: absolute;
}

.seminar-overview-location .view.grid .line-item .content .title {
  line-height: 1.1;
  margin-bottom: 5px;
}

.seminar-overview-location .view.grid .line-item {
  width: 25%;
  min-width: 200px;
}

.seminar-overview-location .two-col .view.grid .line-item {
  width: 50%;
  min-width: 200px;
}

.seminar-overview-location #main .grid-7 {
  width: 66.666%;
}

.node-type-seminar #main .grid-7.col-left {
  position: relative;
  z-index: 1;
}

.fixtabs .node-type-seminar .ui-tabs+.col-left {
  padding-top: 44px;
}

/* #endregion */

/* #region Studium */

.page-node-4017 #brcr>.container {
  background-color: #fff;
}

.page-node-4875 h1 {
  max-width: 460px;
}

.page-node-4875 h1+h2 {
  max-width: 440px;
}

.page-node-7090 h1+h2 {
  max-width: 420px;
}

.page-node-7090 .zzgl-mwst,
.page-node-7090 .sidebar .brutto {
  display: none;
}

.page-node-4875 #subnav,
.page-node-4875 .bg_orange,
.page-node-4875 .hilite {
  background-color: #07c !important;
}

.page-node-4875 h3,
.page-node-5062 h3 {
  color: #07c !important;
}

.page-node-4875 .grid-7 .pane-content strong {
  font-weight: 400;
  font-size: 1.2em;
}

.page-node-4875 #mainheader .daten {
  background-color: transparent;
  color: #ccc;
}

.page-studium #mainheader strong {
  color: #FFF !important;
}

.page-node-4875 #fhoo-header,
.page-node-4876 #fhoo-header {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 30px;
  color: #ccc;
  width: 120px;
}

#presse-logos {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: space-between;
}

#presse-logos .title {
  flex: 1 100%;
  margin-bottom: 0.5em;
}

#presse-logos .image {
  width: 48%;
  height: 40px;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

#presse-logos .image.sz {
  background-color: #01a493;
  padding: 3px 12px 0 12px;
}

#presse-logos .image.hb {
  background-color: #f5821f;
  padding: 7px 21px;
}

.page-node-4876 #subnav,
.page-node-4876 .bg_orange,
.page-node-4876 .hilite {
  background-color: #b13535 !important;
}

.page-node-4876 h3 {
  color: #b13535 !important;
}

.page-node-4876 #main .pane-content strong {
  font-weight: 400;
  font-size: 1.2em;
}

.page-node-4876 #mainheader .daten {
  background-color: transparent;
  color: #ccc;
}

.view-display-id-sponsion_img_slider div {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.view-display-id-sponsion_img_slider img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

#semstart {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  position: relative;
}

#semstart .pane-content:before {
  content: "\232A\232A";
  position: absolute;
  left: 68px;
  top: 32px;
  font-size: 48px;
  letter-spacing: -24px;
}

#semstart .pane-content:after {
  content: "\2329\2329";
  position: absolute;
  right: 68px;
  top: 32px;
  font-size: 48px;
  letter-spacing: -24px;
}

.group-flex {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}

.group-flex .field {
  width: calc(50% - 8.5px);
  margin-bottom: 17px;
}

.field-name-field-location-ref .group-flex .field a {
  line-height: 0;
  height: 100%;
  width: 100%;
  float: left;
}

/* #endregion */

/* #region COMMERCE */

.page-checkout #main>.container {
  padding-top: 0;
}

form#commerce-checkout-form-checkout,
.page-cart .col-content .panel-pane:last-child,
.page-checkout .pane-commerce-cart,
.view-commerce-cart-form,
.page-checkout .view-commerce-user-orders {
  padding: 34px;
  margin-bottom: 34px;
  background-color: #f7f7f7;
}

#commerce-checkout-form-checkout .messages.error {
  z-index: 10;
  position: relative;
  margin: 0 0 21px;
}

.page-cart .view-commerce-cart-form {
  padding: 0;
}

.page-cart #mainheader,
.page-checkout #mainheader {
  height: 210px;
  min-height: 210px;
}

.page-cart #headerimage,
.page-checkout #headerimage {
  left: 0;
  height: 210px;
}

.pane-commerce-checkout-progress .item-list {
  display: flex;
  display: -ms-flexbox;
}

ul.inline.commerce-checkout-progress li {
  display: block;
  float: left;
}

ul.inline.commerce-checkout-progress,
ol.inline.commerce-checkout-progress {
  margin: 0 0 34px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}

ul.inline.commerce-checkout-progress li,
ol.inline.commerce-checkout-progress li {
  background-color: #f1f1f1;
  color: #898a8c;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 15px 15px 15px 35px;
  position: relative;
  width: auto;
  white-space: nowrap;
}

ul.inline.commerce-checkout-progress li:after,
ol.inline.commerce-checkout-progress li:after {
  background: transparent url("../images/bg_checkout_progress.svg") right center no-repeat;
  content: " ";
  font-size: 0;
  display: block;
  float: right;
  position: absolute;
  top: 0;
  right: -25px;
  height: 50px;
  width: 25px;
  z-index: 2;
}

ul.inline.commerce-checkout-progress li.last:after,
ol.inline.commerce-checkout-progress li.last:after {
  background: #f1f1f1 url("../images/bg_checkout_progress_last.svg") right center no-repeat;
}

ul.inline.commerce-checkout-progress li.active,
ul.inline.commerce-checkout-progress li.last.active,
ol.inline.commerce-checkout-progress li.active,
ol.inline.commerce-checkout-progress li.last.active {
  background-color: #119ad3;
  color: #ffffff;
}

ul.inline.commerce-checkout-progress li.active:after,
ul.inline.commerce-checkout-progress li.last.active:after,
ol.inline.commerce-checkout-progress li.active:after,
ol.inline.commerce-checkout-progress li.last.active:after {
  background: transparent url("../images/bg_checkout_progress_active.svg") right center no-repeat;
}

ul.inline.commerce-checkout-progress li.previous,
ul.inline.commerce-checkout-progress li.visited,
ol.inline.commerce-checkout-progress li.previous,
ol.inline.commerce-checkout-progress li.visited {
  color: #585858;
}

ul.inline.commerce-checkout-progress li.previous a,
ul.inline.commerce-checkout-progress li.visited a,
ol.inline.commerce-checkout-progress li.previous a,
ol.inline.commerce-checkout-progress li.visited a {
  color: #119ad3;
}

ul.inline.commerce-checkout-progress li a,
ol.inline.commerce-checkout-progress li a {
  font-size: 16px;
  font-weight: 700;
}

/* Cart */

.view-commerce-cart-form tr,
.view-commerce-cart-summary tr {
  background-color: transparent;
  padding: 0;
}

.view-commerce-cart-form thead tr,
.view-commerce-cart-summary thead tr {
  background-color: transparent;
}

.view-commerce-cart-form th,
.view-commerce-cart-summary th,
.view-commerce-cart-form tr td,
.view-commerce-cart-summary tr td {
  padding: 7px;
}

.view-commerce-cart-form th:first-child,
.view-commerce-cart-summary th:first-child,
.view-commerce-cart-form tr td:first-child,
.view-commerce-cart-summary tr td:first-child {
  padding-left: 0;
}

.view-commerce-cart-form th:last-child,
.view-commerce-cart-summary th:last-child,
.view-commerce-cart-form tr td:last-child,
.view-commerce-cart-summary tr td:last-child {
  padding-right: 0;
}

.views-field-commerce-line-item-cart-form-field-teilnehmer-anrede,
.views-field-commerce-line-item-cart-form-field-prefix {
  width: 10%;
}

.views-field-commerce-line-item-cart-form-field-teilnehmer-vorname,
.views-field-commerce-line-item-cart-form-field-teilnehmer-nachname {
  width: 15%;
}

.page-cart .ajax-shopping-cart-wrapper {
  width: 100%;
}

input[name="quantity"] {
  width: 40px !important;
  height: 36px !important;
  background-color: transparent;
  outline: 0 solid rgba(0, 0, 0, 0.1) !important;
}

.form-item-quantity {
  display: inline-block;
  margin-right: 30px;
}

.form-item-quantity label {
  float: left;
  margin: 5px 17px 0 0;
}

.form-item-quantity {
  font-size: 0.9em;
}

.form-item-quantity .ui-state-default,
.form-item-quantity .ui-widget-content .ui-state-default,
.form-item-quantity .ui-widget-header .ui-state-default {
  height: 18px !important;
  width: 18px !important;
}

.view-commerce-products {
  line-height: 1.3;
}

/* Add to Cart message */

div#add-to-cart-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17, 154, 211, 0.9);
  z-index: 1000;
}

.add-cart-message-wrapper {
  padding: 0;
  background-color: #fff;
  display: block;
  position: fixed;
  z-index: 1111;
  width: auto;
  top: 122px;
  left: calc(50% - 240px);
  width: 95%;
  max-width: 600px;
}

.add-cart-message-wrapper .title-wrapper {
  padding: 17px 34px;
  background-color: #0e2044;
  color: #fff;
  font-weight: 700;
}

.add-cart-message-wrapper .item-wrapper {
  padding: 34px;
  background-color: #f7f7f7;
  min-height: 150px;
}

.add-cart-message-wrapper .option-button-wrapper {
  padding: 34px;
  min-height: 150px;
  text-align: center;
}

.add-cart-message-wrapper .option-button {
  color: #119ad3;
  cursor: pointer;
}

.add-cart-message-wrapper .option-button a {
  background-color: #119ad3;
  color: #fff;
  padding: 7px 21px;
  cursor: pointer;
  margin-bottom: 1em;
  display: inline-block;
}

.add-cart-message-wrapper .option-button:hover {
  color: #c00;
}

.commerce-add-to-cart .ui-spinner-button {
  border-radius: 0;
  width: 27px !important;
  height: 17px !important;
  background: #fff;
  border-color: #fff;
  cursor: pointer;
  position: relative;
  line-height: 1.8;
}

.commerce-add-to-cart .ui-spinner-button .ui-icon {
  background-image: none;
}

.commerce-add-to-cart .ui-spinner-button.ui-spinner-up {
  margin-bottom: -1px;
}

.commerce-add-to-cart .ui-spinner-button:before {
  font-family: fontawesome;
  font-size: 11px;
  color: #000;
  position: absolute;
  left: 7px;
}

.commerce-add-to-cart .ui-spinner-button.ui-spinner-up:before {
  content: "\f106";
  top: 0;
  color: #777;
}

.commerce-add-to-cart .ui-spinner-button.ui-spinner-down:before {
  content: "\f107";
  top: -4px;
  color: #777;
}

.commerce-add-to-cart .ui-spinner-button:hover {
  background-color: #119ad3;
}

.commerce-add-to-cart .ui-spinner-button:hover:before {
  color: #fff;
}

.page-node .pane-commerce-backoffice-products .views-table tr {
  background-color: #fff !important;
  border-bottom-color: #d5d5d5;
  line-height: 1.5;
}

.page-node .pane-commerce-backoffice-products .views-table tr td {
  padding: 17px 0;
}

.page-node .pane-commerce-backoffice-products .views-table tr td:first-child {
  min-width: 120px;
}

.page-node .pane-commerce-backoffice-products .views-table tr td:nth-child(2) {
  min-width: 240px;
}

input[name="quantity"] {
  padding-right: 0;
  height: 33px !important;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  border: none;
}

.page-node .pane-commerce-backoffice-products .views-table .views-field-add-to-cart-form {
  text-align: right;
}

/* Order Forms */

#edit-customer-profile-billing,
#edit-commerce-fieldgroup-pane-group-teilnehmer {
  margin: 0;
  padding: 0;
  background-color: transparent;
  position: relative;
}

#edit-customer-profile-billing legend,
#edit-commerce-fieldgroup-pane-group-teilnehmer legend,
.page-checkout .pane-commerce-cart h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 34px 0;
  color: #119ad3;
}

fieldset.checkout-buttons {
  padding: 0;
  margin: 0;
}

.page-checkout #main>.container {
  padding-bottom: 74px;
}

.page-anmeldung-fragebogen .view.view-commerce-cart-block.view-id-commerce_cart_block {
  background-color: var(--paleblue_superlight);
  padding: 12px;
}

.page-anmeldung-fragebogen .entityform {
  margin-bottom: 34px;
}

.page-checkout .view-commerce-cart-block .view-content .commerce-order-handler-area-order-total {
  padding: 0;
}

.page-checkout .view-commerce-cart-block .view-content .views-table {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  margin: 44px 0 17px 0;
}

/*
html.safari caption {
  display: block;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
}
*/

.page-checkout .view-commerce-cart-block .view-footer p {
  margin-bottom: 0;
}

.page-checkout td.views-field-order-id,
.page-checkout td.views-field-product-id {
  display: none;
}

.page-cart .views-table.cols-0 caption,
.views-table caption {
  position: initial;
  text-align: left;
  padding-bottom: 12px;
  color: #585858;
}

.page-checkout .view-commerce-cart-block .view-content .views-table caption .title,
.page-cart h2.pane-title {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
}

.page-checkout .view-commerce-cart-block .view-content .views-table caption a {
  float: right;
}

.page-checkout .view-commerce-cart-block tr,
.page-checkout .view-commerce-user-orders tr {
  background-color: transparent;
  border: none;
}

.page-checkout .view-commerce-cart-block tbody,
.page-checkout .view-commerce-user-orders tbody {
  padding: 17px;
}

.page-checkout .view-commerce-cart-block td,
.page-checkout .view-commerce-user-orders td {
  padding: 17px;
  border-bottom: 1px solid #e7e7e7;
  vertical-align: middle;
}

.page-checkout .view-commerce-cart-block td:last-child {
  width: 15%;
  text-align: right;
}

.page-checkout .view-commerce-cart-block td.views-field-php {
  display: none;
}

.page-checkout .view-commerce-cart-block .views-field-commerce-price,
.page-checkout .view-commerce-cart-block .views-field-counter,
.field-name-commerce-order-total .component-total {
  width: 50px;
  white-space: nowrap;
}

.page-checkout #webform-ajax-wrapper-4812 #mainheader {
  display: none;
}

.commerce-order-handler-area-order-total {
  padding-top: 17px;
}

.commerce-order-handler-area-order-total .commerce-price-formatted-components td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.page-checkout .view-commerce-cart-block input.delete-line-item {
  font-size: 16px;
  background-color: transparent;
  color: #c00;
}

.page-checkout .view-commerce-cart-block input.delete-line-item:hover {
  background-color: #119ad3;
  color: #fff;
}

.customer_profile_billing #edit-customer-profile-billing-field-customer-telefon {
  padding: 3px 1px 0 0;
}

.customer_profile_billing .form-item-customer-profile-billing-field-customer-telefon-und-0-extension {
  display: flex;
  display: -ms-flexbox;
}

.customer_profile_billing .form-item-customer-profile-billing-field-customer-telefon-und-0-extension label {
  margin: 0;
  float: left;
}

.customer_profile_billing .form-item-customer-profile-billing-field-customer-telefon-und-0-extension input {
  margin: 0 0 9px 12px;
  float: right;
}

.customer_profile_billing label {
  width: 20% !important;
  float: left;
  padding-top: 12px;
  margin-left: 0;
  color: #000;
}

.customer_profile_billing .box {
  margin-bottom: 0;
}

.customer_profile_billing .form-item .description {
  padding-left: 20%;
}

.customer_profile_billing .form-wrapper {
  clear: both;
}

.customer_profile_billing label+input,
.customer_profile_billing label+select,
.customer_profile_billing .chosen-container {
  width: 80% !important;
  float: left;
}

.customer_profile_billing .chosen-container {
  min-width: 80%;
  max-width: 80%;
}

.customer_profile_billing .form-type-radio input,
.customer_profile_billing .form-type-radio label {
  width: auto !important;
  min-width: auto !important;
  margin: 0;
}

.customer_profile_billing .form-type-radio label {
  padding: 0 21px 0 38px !important;
}

.customer_profile_billing #edit-customer-profile-billing-field-customer-anrede {
  padding-top: 12px;
}

.customer_profile_billing #edit-customer-profile-billing-field-customer-anrede label {
  padding-top: 7px;
}

.checkout-buttons input[type="submit"] {
  margin-right: 17px;
}

.customer_profile_billing .location {
  padding: 0;
  margin: 0;
}

.customer_profile_billing .location legend {
  display: none;
}

.form-item.form-type-textfield.form-item-customer-profile-billing-field-customer-adresse-und-0-postal-code input {
  width: 160px !important;
}

.form-item.form-type-textfield.form-item-customer-profile-billing-field-customer-adresse-und-0-city {
  width: calc(80% - 200px);
  float: right;
  margin-top: -55px;
}

.form-item.form-type-textfield.form-item-customer-profile-billing-field-customer-adresse-und-0-city label {
  width: 65px !important;
}

#edit-customer-profile-billing-field-customer-adresse-und-0-city {
  width: calc(100% - 65px) !important;
}

.customer_profile_billing .form-item input.error {
  border: none;
}

#commerce-checkout-form-review .checkout-help {
  display: none;
}

#commerce-checkout-coupon-ajax-wrapper {
  margin: -34px -34px 34px -34px;
  background-color: #f7f7f7;
  border-bottom: 34px solid #fff;
  padding: 34px;
}

html.js #commerce-checkout-coupon-ajax-wrapper fieldset {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 1;
}

html.js #commerce-checkout-coupon-ajax-wrapper fieldset a {
  display: block;
}

html.js #commerce-checkout-coupon-ajax-wrapper fieldset.collapsed .fieldset-legend,
html.js #commerce-checkout-coupon-ajax-wrapper fieldset.collapsible .fieldset-legend {
  height: auto;
  margin: 0;
  padding: 0;
  background-image: none;
}

#commerce-checkout-coupon-ajax-wrapper legend {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #119ad3;
  display: block;
  width: 100%;
  background-image: url(../images/box-go-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
}

#commerce-checkout-coupon-ajax-wrapper legend:hover {
  background-position: right bottom;
}

#commerce-checkout-coupon-ajax-wrapper .fieldset-wrapper {
  padding-top: 17px;
}

#commerce-checkout-coupon-ajax-wrapper .form-item .description,
#commerce-checkout-coupon-ajax-wrapper .fieldset-legend .fieldset-legend-prefix,
#commerce-checkout-coupon-ajax-wrapper .fieldset-legend .summary {
  display: none;
}

#commerce-checkout-coupon-ajax-wrapper .view {
  padding-top: 17px;
}

#commerce-checkout-coupon-ajax-wrapper .view th,
#commerce-checkout-coupon-ajax-wrapper .view tr,
#commerce-checkout-coupon-ajax-wrapper .view td {
  background-color: transparent;
  border: none;
  padding: 0;
}

#commerce-checkout-coupon-ajax-wrapper .view td {
  padding: 12px 0;
}

/*
.page-checkout .pane-commerce-cart,
#edit-commerce-coupon {
	overflow: hidden;
	height: 30px;
	margin-bottom: -17px;
}
.page-checkout .pane-commerce-cart.open,
#edit-commerce-coupon.open {
	height: auto;
}
.page-checkout .pane-commerce-cart h2,
#edit-commerce-coupon legend {
	display: block;
	width: 100%;
	background-image: url(../images/nav-open.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 24px;
	cursor: pointer;
}
.page-checkout .pane-commerce-cart.open h2,
#edit-commerce-coupon.open legend {
	background-image: url(../images/nav-close.svg);
	color: #119ad3 !important;
}
.page-checkout .pane-commerce-cart h2:hover,
#edit-commerce-coupon legend:hover {
	color: #333;
}
*/

#edit-terms-conditions {
  padding: 0;
  margin: 34px 0;
}

#edit-terms-conditions legend {
  float: left;
  width: 20%;
}

#edit-terms-conditions legend span.form-required {
  padding-left: 4px;
}

#edit-terms-conditions .fieldset-wrapper {
  float: left;
  width: 80%;
  padding-left: 32px;
}

#edit-terms-conditions .fieldset-wrapper .messages.error {
  margin-left: -32px;
}

#edit-terms-conditions .messages {
  margin-left: -42px;
}

#edit-terms-conditions .form-type-checkbox label {
  padding-left: 0;
}

#edit-terms-conditions .form-type-checkbox label:before,
#edit-terms-conditions .form-type-checkbox label:after {
  margin-left: -32px;
}

.page-checkout .checkout-buttons {
  padding-left: 20%;
  background-image: url(../images/sectigo-2048bit.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

#views-form-commerce-cart-form-default .views-table tr .views-field-add-to-cart-form form {
  display: none;
}

.view-id-commerce_cart_block .field-name-commerce-price {
  text-align: right;
}

.paypal-ec-order-form,
.paypal-bml-order-form {
  display: block;
  clear: both;
}

.commerce-line-item-views-form .commerce-line-item-actions,
#views-form-commerce-cart-form-default td.views-field-commerce-line-item-cart-form-field-selbst {
  padding: 0 36px 0 0;
}

.commerce-line-item-views-form .commerce-line-item-actions {
  background-image: url(../images/sectigo-2048bit.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 260px;
}

.pane-commerce-backoffice-products:last-child:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  width: 260px;
  height: 100px;
  background-image: url(../images/sectigo-2048bit.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 260px;
}

.commerce-line-item-views-form .commerce-line-item-actions input {
  margin: 34px 0 0 0;
  padding: 0 34px;
}

.commerce-line-item-views-form .commerce-line-item-actions #edit-submit {
  background-color: transparent;
  color: #119ad3;
  padding-right: 0;
  display: none;
}

.page-cart #commerce-paypal-ec-order-form {
  display: none;
}

#ajax-target #edit-submit,
#ajax-target #commerce-paypal-ec-order-form {
  display: none;
}

#edit-submit+#edit-cancel {
  padding-left: 34px;
}

#views-form-commerce-cart-form-default .views-table caption {
  color: #119ad3;
}

#views-form-commerce-cart-form-default table+table {
  margin-top: 34px;
}

#views-form-commerce-cart-form-default .form-item label {
  font-size: 11px;
  color: #939699;
}

#views-form-commerce-cart-form-default .form-item label.option {
  font-size: inherit;
  color: inherit;
}

#views-form-commerce-cart-form-default .form-item label[for*="edit-commerce-line-item-cart-form-field-selbst"] {
  font-size: initial;
}

#views-form-commerce-cart-block-default td.views-field-field-selbst .form-type-checkbox label {
  font-size: 13px;
  color: #119ad3;
}

#views-form-commerce-cart-form-default .form-item label[for*="edit-commerce-line-item-cart-form-field-selbst"]+.description {
  float: none;
  white-space: normal;
  margin-bottom: 0;
}

.view-id-commerce_cart_block .form-actions.form-wrapper {
  margin: 0;
  padding: 0;
}

#views-form-commerce-cart-form-default .form-item[class*="form-item-commerce-line-item-cart-form-field-selbst"] {
  width: 45.7%;
  float: right;
  padding-bottom: 20px;
}

#views-form-commerce-cart-form-default>div>table caption {
  padding-top: 34px;
  border-top: 1px solid #d5d5d5;
}

#views-form-commerce-cart-form-default td {
  vertical-align: top;
}

#views-form-commerce-cart-form-default .field-name-field-teilnehmer-email {
  margin-bottom: 3px;
}

#views-form-commerce-cart-form-default tbody input,
#views-form-commerce-cart-form-default tbody select {
  margin: 0;
}

#views-form-commerce-cart-form-default .form-type-name-element .clearfix {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

#views-form-commerce-cart-form-default .field-type-name {
  width: 100%;
}

#views-form-commerce-cart-form-default .views-field-commerce-line-item-cart-form-field-ao-email-address {
  width: 40%;
}

#views-form-commerce-cart-form-default .views-field-edit-delete {
  width: 40px;
}

#views-form-commerce-cart-form-default td.views-field-commerce-line-item-cart-form-contact-name,
#views-form-commerce-cart-form-default td.views-field.views-field-nothing {
  width: 55%;
  padding-right: 0;
  display: flex;
  display: -ms-flexbox;
}

#views-form-commerce-cart-form-default td.views-field-commerce-line-item-cart-form-field-teilnehmer-anrede {
  width: 13.3%;
}

#views-form-commerce-cart-form-default td.views-field-commerce-line-item-cart-form-field-teilnehmer-anrede .form-radios {
  padding-top: 7px;
}

#views-form-commerce-cart-form-default td.views-field-commerce-line-item-cart-form-field-teilnehmer-email {
  width: 21%;
}

#views-form-commerce-cart-form-default td.views-field-commerce-line-item-cart-form-field-teilnehmer-telefon {
  width: 21%;
}

#views-form-commerce-cart-form-default td.views-field-commerce-line-item-cart-form-field-selbst {
  width: 100%;
  padding-bottom: 0;
  display: none;
}

#views-form-commerce-cart-form-default .form-type-name-element .clearfix>div.name-title-wrapper {
  width: 70px;
  margin: 0 !important;
}

#views-form-commerce-cart-form-default .form-type-name-element .clearfix>div.name-given-wrapper,
#views-form-commerce-cart-form-default .form-type-name-element .clearfix>div.name-family-wrapper {
  width: calc(50% - 44px);
  margin: 0 !important;
}

#views-form-commerce-cart-form-default .views-field-edit-delete {
  width: 28px;
  padding: 7px 0 0 0;
  vertical-align: top;
}

#views-form-commerce-cart-form-default .delete-line-item {
  width: 28px;
  height: 28px;
  background-image: url(../images/nav-close.svg);
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  overflow: hidden;
  padding: 0;
  margin: 21px 0 0 0;
}

#views-form-commerce-cart-form-default .delete-line-item:hover {
  background-image: none;
  background-color: #c00 !important;
  -webkit-mask: url(../images/nav-close.svg);
  mask: url(../images/nav-close.svg);
}

#views-form-commerce-cart-form-default tr {
  position: relative;
  border: none;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

#views-form-commerce-cart-form-default tbody .views-field-edit-delete input {
  position: relative;
  z-index: 1;
}

#edit-commerce-payment-payment-method {
  float: left;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

#edit-commerce-payment-payment-method>.form-item {
  background-color: transparent;
  float: left;
  margin-right: 17px;
  padding: 0;
  min-width: 150px;
  max-width: 200px;
  border: 0px solid #d5d5d5;
}

.commerce-paypal-ec-icon-wrapper,
.commerce-paypal-bml-icon-wrapper {
  line-height: 1;
  background-image: url(../images/paypal_logo.svg);
  height: 19px;
  width: 165px;
  display: block;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3px;
}

#edit-commerce-payment-payment-method .commerce-paypal-ec-icon-wrapper img {
  display: none;
}

#edit-commerce-payment {
  padding: 0 0 34px 0;
  margin: 0;
}

#edit-commerce-payment legend {
  display: block;
  float: left;
  width: 20%;
}

#edit-commerce-payment .fieldset-wrapper {
  float: left;
  width: 80%;
}

#payment-details {
  display: none;
  float: left;
  width: 100%;
  border-left: 1px solid #119ad3;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 17px;
  padding: 17px;
  color: #585858;
}

#payment-details p {
  margin-bottom: 0;
}

.views-table th {
  border-bottom: 0;
  padding-top: 17px;
  padding-bottom: 0;
  color: #585858;
  font-weight: 400;
}

/* #endregion */

/* #region Simplenews */

.front .simplenews-subscribe {
  max-width: 340px;
  margin: auto;
}

.front .simplenews-subscribe input {
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.front .simplenews-subscribe .form-item-mail {
  position: relative;
}

.front .simplenews-subscribe .form-item-mail label {
  position: absolute;
  color: #333;
  width: 100px;
  top: 0;
  line-height: 50px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  padding-left: 12px;
}

.front .simplenews-subscribe .form-item-mail:hover label,
.front .simplenews-subscribe .form-item-mail.active label {
  color: #fff;
  top: -40px;
}

.front .simplenews-subscribe .form-item-mail input {
  background-color: rgba(255, 255, 255, 0.75);
}

.front .pane-simplenews {
  padding: 0;
}

/* #endregion */

/* #region Panle Panes */

.pane-bundle-header-image-with-title {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

#mainheader .pane-bundle-header-image-with-title .headertext {
  position: absolute;
  z-index: 12;
  height: 100%;
}

#mainheader .pane-bundle-header-image-with-title figure {
  margin-left: -10vw;
}

/* #endregion */

.ajax-progress.ajax-progress-trobber {
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Phone-textfield {
  display: none !important;
}

/* FINDER */

aside .views-exposed-form .views-exposed-widget {
  border-top: 1px solid #d5d5d5;
  padding: 17px 0;
}

aside .views-exposed-form .views-exposed-widget.views-submit-button,
aside .views-exposed-form .views-exposed-widget.views-reset-button {
  display: none;
}

aside .views-exposed-form label {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

aside div[id*="selective-all"] a {
  font-size: 12px;
  color: #777;
  line-height: 36px;
  background-image: none;
  padding: 0;
}

aside .form-type-bef-link a {
  padding-left: 28px;
  background-image: url(../images/checkboxes.svg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 21px 54px;
}

aside .form-type-bef-link a.active {
  background-position: 0 top;
}

#views-exposed-form-inhalte-block-finder-lehrgang #edit-field-produktgruppen-target-id-selective-57 {
  display: none;
}

.form-item-field-produktgruppen-tid-selective .form-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

.page-node.akademie .view-filters {
  padding: 0;
  border: 0px solid #d5d5d5;
  margin: 0 0 34px 0;
}

.views-exposed-form label {
  margin-bottom: 7px;
}

.views-exposed-form .views-exposed-widget {
  float: none;
}

.page-node.akademie .view-filters+.view-empty {
  margin: 0 7px 21px 7px;
}

.page-node.akademie .view-display-id-block_termine .chosen-search {
  display: none;
}

#views-exposed-form-commerce-products-block-termine .views-exposed-widgets {
  display: flex;
  display: -ms-flexbox;
}

#views-exposed-form-commerce-products-block-termine .views-exposed-widgets>div {
  width: 50%;
}

#views-exposed-form-commerce-products-block-termine .views-exposed-widgets>div.views-submit-button {
  display: none;
}

#views-exposed-form-commerce-products-block-termine .chosen-container {
  margin-top: 3px;
}

.view-display-id-block_termine td {
  width: 50%;
}

.view-display-id-block_termine td:first-child {
  padding-right: 34px;
}

.page-node.inhouse .col-left {
  width: 70%;
  padding-bottom: 50px;
}

.page-node.inhouse .col-right {
  width: 25%;
  float: right;
}

.sidebar .panel-pane:first-child .pane-title {
  margin-top: 0;
}

.side-box-dark {
  float: left;
  width: 100%;
}

.side-box-dark .pane-content {
  background-color: #119ad3;
  float: left;
  width: 100%;
  color: #fff;
}

.side-box-dark .pane-content a {
  color: #fff;
}

.side-box-dark ul.reiseservice {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-box-dark ul.reiseservice a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 7px 12px 5px 12px;
  -webkit-transition: all 1s;
  transition: all 0.3s;
}

.side-box-dark ul.reiseservice a:hover {
  background-color: #0e2044;
}

/* #region Frontpage Boxes */

/* #region Bilder */

.page-startseite #panel-1 {
  background-image: url(../images/front-pane-1.jpg);
}

.page-startseite #panel-2 {
  background-image: url(../images/front-pane-2.jpg);
}

.page-startseite #panel-3 {
  background-image: url(../images/front-pane-3.jpg);
}

.page-startseite #panel-2 .outside {
  background-image: url(../images/flag-new-red.png);
  background-repeat: no-repeat;
  background-position: 17px 0;
}

.page-startseite #panel-4 {
  background-image: url(../images/front-pane-4.jpg);
}

.page-startseite #panel-5 {
  background-image: url(../images/front-pane-5.jpg);
}

.page-startseite #panel-6 {
  background-image: url(../images/front-pane-7.jpg);
}

.page-startseite #panel-7 {
  background-image: url(../images/front-pane-8.jpg);
}

.page-startseite #panel-8 {
  background-image: url(../images/front-pane-9.jpg);
}

.page-startseite #panel-9 {
  background-image: url(../images/front-pane-international.jpg);
}

.page-startseite #panel-ulm {
  background-image: url(../images/front-pane-ulm.jpg);
}

.page-startseite #panel-hh {
  background-image: url(../images/front-pane-hh.jpg);
}

.page-startseite #panel-koeln {
  background-image: url(../images/front-pane-koeln.jpg);
}

.page-startseite #panel-muc {
  background-image: url(../images/front-pane-muc.jpg);
}

/* #endregion */

.box {
  width: 100%;
  height: 160px;
  margin-bottom: 17px;
  margin-right: 17px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

#baw-bullets {
  margin-bottom: 17px;
  margin-right: 17px;
  padding: 0;
}

.mobile .box {
  margin-right: 0;
}

.front .grid.three-col .grid-12.col-content {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
}

.front .grid.three-col .grid-12.col-content .box {
  min-height: inherit;
  background-color: transparent;
}

.front .grid.three-col .grid-12.col-content .box h3 {
  margin-bottom: 0;
}

.front .grid.three-col .grid-12.col-content .box.big a.button {
  bottom: 0;
  right: 0;
}

.front .grid.three-col .grid-12.col-content .box.tiled-h .box {
  width: 100%;
  margin-right: 0;
}

.box.big {
  color: #111;
  background-color: #000;
  min-height: 288px;
}

.box.big,
.box.big .outside,
.box.big .inside {
  position: relative;
}

.box.small,
.box.small .outside,
.box.small .inside {
  height: 160px;
  position: relative;
  overflow: hidden;
}

.box.small .inside a:hover {
  color: #fff;
}

.box.tiny,
.box.tiny .outside,
.box.tiny .inside {
  height: 80px;
  position: relative;
  background-color: #0e2044;
}

.box.big image:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 -180px 130px -70px rgba(0, 0, 0, 1);
}

.box.big .content {
  position: absolute;
  bottom: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
}

.box.big .belegung+.goto {
  position: absolute;
  bottom: 0;
  right: 0;
}

.box.big a.button {
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background-image: url(../images/box-go-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 -40px;
  background-color: transparent !important;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.box.big a.button:hover {
  background-position: 0 -80px;
}

.box.big p.small {
  margin: 7px 0;
}

/* INHOUSE */

.box.pane-12 .inside a.button {
  position: absolute;
  bottom: 0;
  right: 30px;
  padding: 10px 21px;
  background-color: #119ad3;
  margin-top: 12px;
}

.box .inside a.button:hover {
  background-color: #fff;
}

.box.small .inside {
  background-color: #0e2044;
  position: relative;
  padding: 12px 17px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
}

.box.small .inside * {
  font-size: 14.5px;
  margin: 0;
  hyphens: auto;
}

.box.small .inside .views-row-even {
  padding: 12px 0;
}

.front .box.big .inside {
  padding-top: 0;
}

.front #panel-8.box.small .inside {
  justify-content: flex-start;
  padding-top: 17px;
}

.box.small .inside .views-row-last {
  margin-bottom: 0;
}

.box.small .inside a {
  color: #fff;
  max-width: 90%;
}

.box.small .inside a:hover {
  color: #119ad3;
}

.box.small .inside .alleseminare a,
.goto a {
  font-size: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/box-go-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.box.small .inside .alleseminare a:hover,
.goto a:hover {
  background-position: 0 -30px;
}

.box.tiny p {
  margin: 0;
}

.box.tiny p a {
  display: block;
  margin: 22px 0 0 25px;
  padding: 12px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  height: 40px;
  width: 88%;
  background-image: url(../images/box-go-arrow.png);
  background-repeat: no-repeat;
  background-position: right 0;
}

.box.tiny p a:hover {
  background-position: right -40px;
  color: #119ad3;
}

.box.tiny.white_bg p {
  margin: 21px 0 0 25px;
  font-size: 14px;
  line-height: 1.2;
  color: #555 !important;
}

.call0800 {
  font-size: 21px;
  font-weight: 700;
  color: #119ad3;
}

.call0800:after {
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #119ad3;
  font-size: 32px;
  padding-right: 0.5em;
  position: absolute;
  top: 23px;
  right: 15px;
}

.box .outside,
.box .inside {
  padding: 17px;
}

.box .outside {
  width: 100%;
  -webkit-transition: margin-top 1s cubic-bezier(0.5, 0.5, 0, 1);
  transition: margin-top 1s cubic-bezier(0.5, 0.5, 0, 1);
  position: relative;
}

.box:hover .outside,
.box.active .outside {
  -webkit-transition: margin-top 0.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: margin-top 0.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.page-startseite #panel-2:hover .outside {
  margin-top: 0;
}

.box.big .outside .inner {
  position: absolute;
  bottom: 15px;
}

.box.big .inside {
  background-color: #fff;
}

.view-display-id-block_3>.view-content>div,
.view-display-id-block_6>.view-content>div {
  margin: 7px 0;
}

.box p,
.box td,
.box h2,
.box h3,
.box h4 {
  color: #111;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  text-shadow: none;
}

.four-col .box .outside p,
.four-col .box .outside h2 {
  color: #fff;
}

.box.small article {
  margin: 0 0 9px 0;
}

.box p {
  font-size: 16px;
  margin: 0.3em 0;
}

.box h2 {
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0 !important;
}

.box h3 {
  font-size: 22px;
  font-weight: 400;
  color: #119ad3;
  text-transform: uppercase;
  margin-bottom: 7%;
}

.front .box p,
.front .box p.small {
  font-size: 13px !important;
}

.front .box h2,
.front .box h3 {
  font-size: 18px;
}

.pane-front-boxes-2018-three-col .outside a {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#im-fokus {
  -webkit-transition: all 1s;
  transition: all 1s;
  height: auto;
}

#im-fokus.slide-it {
  height: 0;
  overflow: hidden;
}

#im-fokus .box {
  margin-bottom: 17px;
}

#im-fokus .box div.inner {
  height: auto !important;
}

#im-fokus .box div.inner * {
  color: #fff;
}

#im-fokus .box .inside {
  display: none;
}

.box.big .inside td:first-child {
  padding-right: 5px;
  font-weight: 400;
  text-align: left;
}

.box.big .inside td {
  vertical-align: top;
  line-height: 1.2;
  padding: 3px 0;
  font-weight: 400;
}

.wf-active .box.big .inside td {
  font-family: "Roboto Condensed";
}

.box.small h2,
.box.small h3,
.box.small p {
  color: #fff;
  font-weight: 400;
}

.box.small.standort h2,
.box.small.standort h2>a {
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 17px;
}

.box.small.standort h2>a:hover {
  color: #fff;
}

.front #panel-2 .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

.front #panel-2 video {
  height: 117%;
  margin: -9% 0 0 5%;
}

.front .box #fhkufstein img,
.front .box #allensbach img {
  width: 50px !important;
  height: 50px !important;
}

.front .box #fhkufstein,
.front .box #allensbach {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  height: 50px !important;
}

.front .box div#fho {
  top: 60px;
  right: 10px;
  position: absolute;
}

.front div#fho img {
  width: 50px !important;
}

.front #panel-1 a.box-link,
.front #panel-2 a.box-link,
.front #panel-3 {
  display: block;
  padding: 40px 21px;
  min-height: 288px;
}

.front a.box-link:hover {
  background-color: rgba(0, 0, 0, 0.333);
}

.front #panel-1 span,
.front #panel-2 span,
.front #panel-3 span {
  display: block;
  font-size: 1.2em !important;
  margin-bottom: 1em;
  color: #fff
}

.front #panel-3 {
  text-align: center;
}

.front #panel-3 .echamp-button {
  font-size: 1.2em !important;
  font-weight: 700;
  color: #fff;
  border-radius: 3em;
  background-color: #fe00fe;
  margin: 2.1em auto;
  display: block;
  text-align: center;
  padding: 12px 30px;
}

.front #panel-3 .echamp-button:hover {
  background-color: rgba(0, 0, 0, 0.333);
}

@media (max-width: 599px) {
  .front a.box-link {
    padding: 20px 20px 0 !important;
    min-height: initial !important;
  }

  .front #panel-1,
  .front #panel-1 a.box-link,
  .front #panel-2,
  .front #panel-2 a.box-link,
  .front #panel-3,
  .front #panel-3 a.box-link {
    height: auto !important;
  }

  .front #panel-1,
  .front #panel-2 {
    margin-bottom: 0;
  }

  .front #panel-1,
  .front #panel-2,
  .front #panel-3 {
    font-size: 1.2em;
    background-color: #5b25d1;
    background-image: none;
  }
}





.front #panel-1 .outside,
.front #panel-2 .outside,
.front #panel-3 .outside {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

/* #endregion */

/* #region Colorbox */

#cboxOverlay {
  background-color: #fff;
  top: 120px;
  z-index: 99;
}

#cboxContent {
  background-color: #119ad3;
  color: #fff;
  padding: 34px;
}

#cboxContent label,
#cboxContent h2 {
  color: #fff;
}

#cboxContent a.button {
  border: 1px solid #fff;
  padding: 10px 20px;
  margin: 20px 0;
  float: left;
  color: #fff;
}

#cboxContent h2 {
  margin: 0;
  line-height: 1.1;
  font-weight: 400;
  font-size: 21px;
}

#cboxContent .messages.error {
  color: yellow;
}

#cboxContent .field.field-name-field-benutzerbild {
  float: left;
  margin: 0 34px 70px 0;
}

#cboxContent .field.field-name-field-benutzerbild+div ul {
  padding-left: 450px;
}

#cboxLoadedContent .hidden {
  display: block;
}

#cboxOverlay.exit-popup {
  background-color: #000;
  opacity: 0.7;
}

#colorbox.exit-popup {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
}

#colorbox.exit-popup #cboxContent {
  padding: 0;
  background-color: #fff;
  width: 800px;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

#colorbox.exit-popup #cboxContent .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

#colorbox.exit-popup #cboxContent .image {
  width: 365px;
  height: 500px;
  overflow: hidden;
  position: fixed;
}

#colorbox.exit-popup #cboxContent .text small {
  font-size: 12px !important;
  display: block;
  padding-bottom: 21px;
  margin-top: 3px;
}

#colorbox.exit-popup #cboxContent .text {
  width: calc(100% - 365px);
  height: 500px;
  padding: 21px 21px 0 21px;
  color: #1b1b1b;
  position: absolute;
  left: 365px;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 15px;
}

#colorbox.exit-popup #cboxContent .text p {
  margin-bottom: 10px;
  line-height: 20px;
}

#colorbox.exit-popup #cboxContent .text .title {
  color: #119ad3;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#colorbox.exit-popup #cboxContent .text .tel {
  color: #119ad3;
  font-size: 18px;
  font-weight: 700;
}

#colorbox.exit-popup #cboxContent .text span.strong {
  color: #119ad3;
  font-weight: 700;
}

#colorbox.exit-popup #cboxContent .text .arrow {
  width: 94px;
  height: 77px;
  margin: 7px 0 21px -30px;
}

#colorbox.exit-popup #cboxClose.cbox-close-plain {
  opacity: 0 !important;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

#colorbox.exit-popup .block-webform h3,
#colorbox.exit-popup .block-webform p,
#colorbox.exit-popup .form-item label,
#colorbox.exit-popup .form-item br {
  display: none;
}

#colorbox.exit-popup .block-webform .webform-client-form {
  float: none;
  padding: 0 0 3px 0;
  background-color: transparent;
}

#colorbox.exit-popup .block-webform * {
  margin: 0;
}

#colorbox.exit-popup .block-webform input[type="email"] {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

#colorbox.exit-popup .webform-component-email,
#colorbox.exit-popup .form-actions {
  padding: 0;
}

#colorbox.exit-popup .webform-component-email,
#colorbox.exit-popup input[type="submit"] {
  width: 100%;
}

#colorbox.exit-popup .webform-client-form input[type="submit"] {
  background-color: var(--lightblue);
}

#colorbox.exit-popup .block-webform .form-actions {
  padding: 7px 0 0 0;
}

#colorbox.exit-popup #cboxContent .messages.error {
  color: var(--red);
}

/* #endregion */

@media all and (max-width: 1370px) {

  #headerimage,
  .pane-taxonomy-term-field-video {
    left: -15vw;
  }

  #mainheader .headertext {
    width: 45%;
    margin-left: 55%;
  }
}

.block.kontakt-slide-in {
  position: fixed;
  right: -1px;
  top: calc(28vh + 123px);
  z-index: 1000;
  box-shadow: -7000px 0 0 0 3000px rgba(0, 0, 0, 0.7);
  transition: box-shadow 1s;
}

.block.kontakt-slide-in .form-opener {
  position: absolute;
  top: 65px;
}

.block.kontakt-slide-in.show .form-opener {
  left: -1px;
}

.block.kontakt-slide-in .form-opener .button {
  background-color: var(--darkblue);
  transform: rotate(-90deg);
  line-height: 45px;
  color: #fff;
  padding: 0 21px;
  position: absolute;
  right: -26px;
}

.kontakt-slide-in.show>.content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1000000;
  background-color: var(--lightblue);
}

.block.kontakt-slide-in .form-header,
.block.kontakt-slide-in .form-content {
  margin-right: -500px;
  width: 500px;
}

.block.kontakt-slide-in .form-header {
  transition: margin-right 0.5s;
  background-image: url(../images/stefan-andorfer-trans.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.block.kontakt-slide-in #mainheader .headertext {
  width: 100%;
  margin: 0;
  padding: 34px;
}

.block.kontakt-slide-in .webform-confirmation {
  padding: 0;
}

.block.kontakt-slide-in .form-content {
  transition: margin-right 0.75s;
}

.block.kontakt-slide-in .form-content h3 {
  display: none;
}

.block.kontakt-slide-in .webform-progressbar+.form-wrapper {
  display: none;
}

.block.kontakt-slide-in .form-content .form-item.webform-component {
  padding: 0;
}

.block.kontakt-slide-in .form-type-radio {
  padding-right: 34px;
}

.block.kontakt-slide-in .form-item-submitted-bitte-anrufen-anruf {
  margin-bottom: 0;
}

.block.kontakt-slide-in .form-content .form-item.webform-component--anrede,
.block.kontakt-slide-in .form-content .form-item.webform-component--wunschzeitpunkt {
  width: 100%;
  margin-bottom: 12px;
}

.block.kontakt-slide-in .form-content .form-item.webform-component--vorname,
.block.kontakt-slide-in .form-content .form-item.webform-component--email {
  padding-right: 3px;
}

input[id^="edit-webform-ajax-previous"] {
  background-color: transparent !important;
  padding-left: 0;
  float: left;
}

.block.kontakt-slide-in .form-actions {
  padding: 7px 0 0 0;
}

.block.kontakt-slide-in .form-content .form-item.webform-component input,
.block.kontakt-slide-in .form-content .form-item.webform-component textarea {
  margin: 0 0 3px 0;
  border: 0;
  font-size: 16px;
}

.block.kontakt-slide-in .form-content .messages {
  margin: 0;
  padding: 17px 34px;
  background-color: #fff;
}

.block.kontakt-slide-in.show {
  box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.7);
  z-index: 11111;
}

.block.kontakt-slide-in.show .form-header,
.block.kontakt-slide-in.show .form-content {
  margin-right: 0;
}

.block.kontakt-slide-in .form-header {
  background-color: #fff;
  padding: 34px;
  font-size: 16px;
}

/* #region max-height-740 */

@media all and (max-width: 420px) and (max-height: 740px) {
  .page-studium.page-node-4017 #mainheader {
    height: 500px;
  }
}

/* #endregion */

/* #region max-width-330 */

@media all and (max-width: 330px) {
  .page-studium #main {
    max-width: 330px;
    overflow: hidden;
  }

  .page-studium #main .panel-pane {
    width: 320px;
  }

  .page-node-4875.node-type-seminar #mainheader {
    height: 910px;
  }
}

/* #endregion */

/* #region max-width-599 */

@media all and (max-width: 599px) {
  .page-studium #anfrage .webform-component-fieldset {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }

  html .grid-3,
  html .grid-4,
  html .grid-5,
  html .grid-6,
  html .grid-7,
  html .grid-8,
  html .grid-9,
  html .grid-10,
  html .grid-11,
  html .grid-12 {
    width: 100% !important;
    flex-basis: 100% !important;
    padding: 0;
    position: relative;
  }

  .mma .wp-gr .wp-google-badge {
    left: 16px !important;
    right: inherit !important;
    bottom: 16px !important;
    z-index: 1111 !important;
  }

  #mainnav+.float_right {
    display: none;
    visibility: hidden;
  }

  #mainnav+.float_right img.baw,
  #mainnav #freecall {
    display: none;
    visibility: hidden;
  }

  #mainnav {
    top: 75px;
    bottom: 0;
    position: fixed;
  }

  .front #mainheader {
    height: 90vh;
  }

  #mainheader {
    height: calc(100vh - 123px);
  }

  body.menu-expanded {
    position: relative;
    overflow-y: scroll;
    width: 100%;
  }

  .mobile .kontakt.button {
    display: none;
  }

  .page-startseite #mainheader .container>.panel-pane {
    left: 0;
    right: 0;
    bottom: 0;
    flex-wrap: wrap;
  }

  .page-startseite #mainheader .container .grid.first {
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    padding: 0 0 12px 0;
  }

  .page-startseite #mainheader .container .grid.first,
  .page-startseite #mainheader .container .grid.last {
    width: 100%;
  }

  .page-startseite #panel-1 {
    margin-top: 17px;
  }

  .front #mainheader {
    background-position: 35% 0;
    max-height: calc(100vh - 123px);
  }

  .form-item.webform-component.webform-component-textfield,
  .form-item.webform-component.webform-component-email {
    width: 100%;
    float: left;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  texarea,
  select {
    max-width: 310px;
  }

  .view-display-id-referenzen_logos .view-content>div {
    width: 46%;
  }

  .container {
    padding: 0;
  }

  #main>.container {
    padding: 17px;
  }

  .front #main>.container {
    padding-top: 0;
  }

  #mainheader div.pane-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  #mainheader div.pane-content .content {
    position: absolute;
    top: 0;
    padding: 17px;
    width: 85%;
  }

  #mainheader>.container {
    padding: 0 17px;
  }

  .mobile .blue_toptext_box {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-bottom: 0;
  }

  .mobile #mainheader #slide-2,
  .mobile #mainheader #slide-3,
  .mobile #mainheader #slide-4 {
    display: none;
  }

  .mobile #mainheader .headertext {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 34px 17px 17px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .blue_toptext_box .last {
    display: none;
  }

  .front #mainheader .sliderimage img {
    height: 100%;
    width: auto;
    max-width: initial;
    margin-left: -160%;
  }

  .front #mainheader .sliderimage:before {
    width: 0;
    height: 0;
  }

  .node-type-seminar #mainheader>.container {
    padding: 0 !important;
  }

  span.visible-tag {
    top: -200px;
    right: 0;
  }

  #fhoo-header,
  #webselling,
  #webselling-ecommerce {
    top: 0;
    bottom: inherit;
    padding: 12px;
    background-color: transparent;
  }

  .sidebar .view-display-id-block_1 .field-name-field-zertifikat-claim {
    width: 55%;
    font-size: initial;
    text-transform: none;
    line-height: 1.2;
    color: #333;
  }

  .sidebar .field-name-field-zertifikat-logo {
    justify-content: center;
  }

  .sidebar .view-display-id-block_1 .views-row-1 .field-name-field-zertifikat-logo img {
    max-width: 100%;
    margin: -17px 0 0 27px;
  }

  .sidebar .view-display-id-block_1 .views-row-2 .field-name-field-zertifikat-logo img {
    max-width: 70px;
    max-height: 70px;
  }

  .sidebar .view-display-id-block_1 .views-row-3 .field-name-field-zertifikat-logo img {
    max-width: 70px;
    max-height: 60px;
  }

  .sidebar .view-display-id-block_1 .views-row-4 .field-name-field-zertifikat-logo img {
    max-width: 80px;
    max-height: 70px;
  }

  .line-item#fhoo-bullets {
    min-height: 265px;
    height: 265px;
  }

  .line-item#fhoo-bullets>div {
    padding: 20px 0;
  }

  #mainheader h1 {
    font-size: 30px !important;
    margin: 0;
    line-height: 1.1;
  }

  #mainheader h2,
  .not-front #mainheader h2+div,
  h1+p,
  .headertext .price {
    font-size: 18px;
    line-height: 1.3;
    padding: 0;
    margin: 12px 0 0 0;
  }

  h2,
  .h2 {
    margin-bottom: 12px;
  }

  .mobile .node-type-seminar #headerimage {
    position: relative;
    width: 100vw;
    background-position: center 0 !important;
  }

  .mobile .page-taxonomy-term-78 #headerimage {
    background-position: -210px 0 !important;
  }

  .box.big {
    min-height: 320px;
  }

  .node-type-seminar .ui-tabs .ui-tabs-panel {
    line-height: 1.4;
    padding-right: 17px;
    padding-left: 17px;
  }

  .node-type-seminar .ui-tabs .ui-tabs-panel h3+ul {
    margin: 7px 0 30px 0;
  }

  .node-type-seminar .ui-tabs .ui-tabs-panel ul li {
    margin-bottom: 7px;
  }

  .node-type-seminar .ui-tabs .ui-tabs-panel ul li ul {
    margin-top: 7px;
  }

  section#subhead>.container {
    padding-top: 24px;
  }

  .mobile .front .item-list {
    display: none;
  }

  .pane-selective-finder-seminare .col-right {
    display: none;
  }

  .page-studium.studium-2017 #location .group-left,
  .page-studium.studium-2017 #location .group-right {
    float: none;
    width: 100%;
    padding: 0;
  }

  .studium-2017 .view-display-id-block_20 .col-right {
    margin-top: 0;
  }

  .node-type-seminar .ui-tabs {
    margin: -34px -23px 0 -20px;
    padding-bottom: 0;
  }

  .ui-tabs .ui-tabs-nav li a,
  .fixtabs .ui-tabs .ui-tabs-nav li a {
    font-weight: 400;
    font-size: 13px;
  }

  .pane-taxonomy-term.block_2 .line-item {
    width: 98%;
  }

  .view.grid .line-item,
  .view-id-admin_people.view.grid.three-col .line-item,
  .view.grid .line-item,
  .view-id-admin_people.view.grid.three-col .line-item,
  .view.grid .line-item>div {
    width: 100%;
    width: 100%;
  }

  .pane-taxonomy-term-description {
    left: 0;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 0.7em;
  }

  .page-taxonomy-term-2 #mainheader .backstretch img {
    left: -210px !important;
  }

  .page-taxonomy-term-60 #mainheader .backstretch img {
    left: -180px !important;
  }

  .page-taxonomy-term #mainheader .backstretch:after {
    width: 0;
    background: transparent;
  }

  .page-studium #main #studienplan .pane-content {
    padding-right: 0px;
  }

  #vb-fragen {
    background-position: right bottom;
  }

  .page-studium #akademischer-grad .pane-content>div.right {
    -moz-column-count: 1;
    -moz-column-gap: 34px;
    column-count: 1;
    column-gap: 34px;
    margin-bottom: 34px;
  }

  .grid-6 .view.grid .line-item .content .title,
  .view.grid .line-item .content .title {
    font-size: 18px !important;
  }

  .view-display-id-sponsion_img_slider div {
    height: 500px;
  }

  .view-display-id-loc_sidebar_slider img {
    margin-right: 10px;
    margin-top: -5px;
  }

  .view-display-id-loc_sidebar_slider .views_slideshow_slide .line-item {
    padding-top: 5px;
  }

  .view-display-id-loc_sidebar_slider a {
    font-size: 15px;
    line-height: 10px;
  }

  .view-display-id-trainerliste_seminar img {
    margin-right: 50%;
  }

  .pane-content>h2 {
    font-size: 20px;
  }

  .vsx-mba .widget_pager_top .views-field-title {
    font-size: 0.8em;
  }

  .page-studium #mainheader:before {
    height: 0;
    background: transparent;
  }

  .page-studium #mainheader .daten {
    width: 100%;
    left: 0;
  }

  .page-startseite .box {
    margin-bottom: 17px;
  }

  .page-startseite .box.small,
  .page-startseite .box.small .outside,
  .page-startseite .box.small .inside {
    height: 220px;
  }

  .page-startseite .box.small:hover .outside,
  .page-startseite .box.small.active .outside {
    margin-top: -220px;
  }

  .page-startseite .box.big,
  .page-startseite .box.big .outside,
  .page-startseite .box.big .inside {
    height: 380px !important;
  }

  .page-startseite .box.big:hover .outside,
  .page-startseite .box.big.active .outside {
    margin-top: -500px;
  }

  .mma .front .view.grid .line-item.box.big .content {
    height: 42%;
  }

  .pane-views-exp-inhalte-block-finder {
    display: none;
  }

  .page-startseite .box.tiny p a {
    margin-left: 15px;
    width: 92%;
  }

  .page-startseite .box.big a.button {
    top: auto;
    bottom: 20px;
  }

  .page-startseite .box.small .inside .alleseminare a {
    top: 170px;
  }

  .page-studium .node-location>.group-left {
    width: 100%;
  }

  .page-studium .webform-component--text,
  .page-studium .webform-component--angaben-zur-person,
  .page-studium .webform-component--text .page-studium .webform-client-form .form-actions {
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .page-studium .webform-client-form label {
    display: inherit !important;
    padding: 0;
  }

  .page-studium .webform-client-form .webform-component--text--anfragetext label {
    display: none !important;
  }

  .page-node-4876 #main #subnav,
  .page-node-4876 .bg_orange,
  .page-node-4876 .hilite {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .page-studium .headertext,
  .page-studium .daten {
    max-width: 100% !important;
  }

  .page-studium.studium-2016 .headertext {
    width: 56% !important;
    left: 0 !important;
    padding: 0 !important;
  }

  .mba-header-blocks {
    margin: 0;
    max-width: 100%;
    display: none;
    visibility: hidden;
  }

  .mba-header-blocks .views-row {
    max-width: 100%;
    max-height: inherit;
  }

  .studium-2016 article section#anfrage+section {
    padding-top: 270px;
  }

  .page-studium.studium-2016.page-node-4017 section#bewerbung {
    padding-top: 0;
  }

  .page-studium #akademischer-grad .pane-content>div.right {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    margin-bottom: 34px;
  }

  .page-studium #main #subnav a {
    width: 35%;
  }

  .page-studium.studium-2016 #headerimage {
    background-position: -260px 0;
  }

  .page-studium.studium-2016 #headerimage:after {
    top: 0;
  }

  .page-studium.studium-2016.page-node-4875 #headerimage {
    background-position: -550px 0;
  }

  .page-studium.studium-2016.page-node-5062 #headerimage {
    background-position: -590px -60px;
  }

  .page-studium.studium-2016.page-node-5063 #headerimage {
    background-position: -270px 0;
    background-size: 1120px;
  }

  .page-studium.studium-2016.page-node-4876 #headerimage {
    background-position: -370px 0;
    background-size: 1370px;
  }

  .page-studium.studium-2016 #presse-logos {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100% !important;
    margin-top: 0;
  }

  .page-studium.studium-2016 #presse-logos img {
    height: auto !important;
    float: left;
  }

  .page-studium.studium-2016 #presse-logos div {
    width: 100% !important;
    height: auto !important;
    min-height: 40px;
  }

  .page-studium.studium-2016.page-node-4017 #presse-logos div,
  .page-studium.studium-2016.page-node-4017 #presse-logos div.title {
    min-height: 10px;
  }

  .page-studium.studium-2016 section .container.white {
    padding-top: 12px;
  }

  .page-studium.studium-2016 .pane-title {
    margin: 12px 0;
  }

  .page-studium.studium-2016 #mba-logos .logo {
    width: 35%;
    margin: 12px;
  }

  .page-studium.studium-2016 .pane-title+p {
    margin-top: 0;
  }

  .studium-2017 article section {
    padding: 0 17px;
  }

  .page-node-4875 #fhoo-header,
  .page-node-4876 #fhoo-header {
    color: #fff;
    left: 4px;
  }

  #main .view.grid {
    margin: 0;
  }

  .view.grid .line-item {
    padding: 0;
    margin-right: 0 !important;
    flex-basis: 100%;
  }

  .mobile .view-display-id-block_team.view.grid .line-item.box.big .content {
    padding-top: 34px;
  }

  .view-display-id-block_team .line-item:hover .content {
    height: 65%;
  }

  #semstart {
    padding: 0 30px;
  }

  #semstart .pane-content:before {
    content: "";
  }

  #semstart .pane-content:after {
    content: "";
  }

  .page-studium.studium-2016 article section .container {
    padding: 0 12px;
  }

  .page-studium.studium-2016 #mba-blocks .semester .row {
    margin: 12px 0 0 0;
  }

  .page-studium.studium-2016 #mba-blocks .semester .content {
    width: 50%;
    padding: 0;
  }

  #akademischer-grad img {
    height: auto !important;
  }

  .studium-2016 article section#zielgruppe {
    background-image: none;
  }

  #call-back-button {
    left: 128px;
    width: 235px;
  }

  #block-views-inhalte-logo-slider {
    display: none;
  }

  #subnav {
    display: none;
  }

  .page-studium .webform-client-form .form-actions {
    width: 100%;
    padding: 0;
  }

  .not-front #headerimage:before {
    width: 0 !important;
    background: transparent;
  }

  .node-type-article #mainheader>.container {
    padding: 0 12px;
  }

  .node-type-article #mainheader #headerimage {
    background-size: auto 80%;
  }

  .page-node-4878 #mainheader #headerimage {
    background-position: -300px 0 !important;
  }

  .node-type-article #mainheader .pane-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  #mainheader .headerimage img {
    height: 400px;
    width: auto;
    max-width: inherit;
    margin-left: -340px;
  }

  #foerderung .blackbox {
    width: 100%;
  }

  #foerderung .blackbox .line-item {
    font-size: 12px;
    width: 100%;
    margin: 0 0 12px 0;
    height: auto;
  }

  #foerderung .blackbox .line-item a {
    padding: 7px 12px;
    font-size: 14px;
  }

  #foerderung .blackbox .line-item a:after {
    top: -2px;
  }

  #foerderung .blackbox img {
    display: none;
  }

  footer .container {
    display: block;
  }

  footer .col-center {
    padding: 3em 0 !important;
  }

  footer .slick-slider {
    float: left;
    width: 100%;
    padding: 0;
    margin: 34px 0 0 0;
    overflow: hidden;
  }

  #l10n-client {
    display: none;
  }

  footer .slick-slider:before,
  footer .slick-slider:after {
    display: none;
    padding: 0;
  }

  .view.grid .view-content {
    margin: 0;
  }

  #mainheader .group-teaser {
    position: relative;
    height: 100% !important;
  }

  .header-text {
    padding: 17px;
    height: auto !important;
    position: absolute !important;
    bottom: 0;
    width: 90vw;
  }

  .header-text .date {
    max-width: 60%;
  }

  menu,
  ol,
  ul {
    padding: 0 0 0 17px;
  }

  .mobile #headerimage {
    background-size: auto 420px !important;
    background-position: -360px 0 !important;
    height: 100%;
    background-color: #000;
  }

  .mobile body[class*="page-trainer"] #headerimage {
    background-position: -210px -70px !important;
  }

  .mobile .page-taxonomy-term-6 #headerimage,
  .mobile .page-taxonomy-term-86 #headerimage {
    background-position: -150px 0 !important;
  }

  .mobile .page-taxonomy-term-84 #headerimage {
    background-position: -120px 0 !important;
  }

  .view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-content>.view-grouping>.view-grouping-header {
    width: 100px;
  }

  .view-display-id-block_finder>.view-content>.view-grouping>.view-grouping-content>.view-grouping>.view-grouping-content {
    left: 90px;
  }

  .mobile .page-marketing-seminare-finden #headerimage {
    background-size: auto !important;
    background-position: 180px 20px !important;
  }

  #mainheader h1+p,
  #mainheader .taxonomy-term-description {
    font-size: 18px;
    margin-top: 17px;
  }

  .page-studium.studium-2017 article section .container {
    flex-wrap: wrap;
  }

  .page-studium.studium-2017 section .col-left,
  .page-studium.studium-2017 section aside.col-right {
    width: 100%;
  }

  .view.list.view-display-id-next_stud_start .line-item .image {
    display: block;
    margin-right: 0;
  }

  .view.list.view-display-id-next_stud_start .line-item .content {
    float: right;
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    height: 110px;
  }

  .view.list.view-display-id-next_stud_start .line-item .content .col-left,
  .view.list.view-display-id-next_stud_start .line-item .content .col-right {
    width: 100%;
    padding-top: 7px;
  }

  .page-studium .view.list .line-item .city,
  .view.list .line-item .belegung,
  .page-studium .view.list .line-item .next,
  .page-studium .view.list .line-item .dates {
    font-size: 12px;
    padding: 0;
    margin: 0;
  }

  .view-commerce-backoffice-products .small {
    position: inherit;
  }

  .page-node .pane-commerce-backoffice-products .views-table tr td {
    display: block;
    padding: 0;
  }

  .page-cart #views-form-commerce-cart-form-default td {
    width: 100%;
    padding: 7px 0;
  }

  .commerce-line-item-views-form .commerce-line-item-actions,
  #views-form-commerce-cart-form-default td.views-field-commerce-line-item-cart-form-field-selbst {
    padding: 0;
  }

  .commerce-line-item-views-form .commerce-line-item-actions input {
    padding: 0;
    width: 100%;
  }

  #views-form-commerce-cart-form-default tbody .views-field-edit-delete:before {
    content: "Teilnehmer löschen";
    display: inline-block;
    font-size: 12px;
    padding-right: 7px;
    color: #939699;
  }

  form#commerce-checkout-form-checkout,
  .page-cart .col-content .panel-pane:last-child,
  .page-checkout .pane-commerce-cart,
  .view-commerce-cart-form,
  .page-checkout .view-commerce-user-orders {
    padding: 17px;
    margin-bottom: 0;
  }

  .page-node .pane-commerce-backoffice-products .views-table tr td .form-item-quantity {
    margin-right: 11px;
    margin-bottom: 17px;
  }

  .page-node .pane-commerce-backoffice-products .views-table .views-field-add-to-cart-form {
    padding-bottom: 17px;
  }

  .page-node .pane-commerce-backoffice-products .views-table tr.even .field-name-field-standort {
    padding-top: 17px;
  }

  .page-node .sidebar .pane-termine {
    display: none;
  }

  .ui-tabs .ui-tabs-panel {
    min-height: inherit;
    padding-top: 0 !important;
  }

  .front .pane-front-text-with-sidebar aside {
    padding-top: 34px;
  }

  .ui-tabs div#Anfrage {
    margin: -44px -17px;
  }

  .ui-tabs div#Anfrage .webform-client-form {
    padding: 10px;
  }

  .ui-tabs #tabs-0-left-9 {
    margin-top: 0 !important;
  }

  #tabs-0-left .ui-tabs-panel[aria-hidden="true"] {
    margin-top: 0 !important;
    padding: 34px 17px 21px !important;
    border: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0333) 0%, rgba(0, 0, 0, 0) 300px);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0333) 0%, rgba(0, 0, 0, 0) 300px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0333) 0%, rgba(0, 0, 0, 0) 300px);
  }

  #edit-submitted-gruppe-seminarort-ich-interessiere-mich-fuer-ein-seminar-in div.form-item {
    margin-bottom: 0;
    width: 33%;
  }

  #edit-submitted-gruppe-seminarort-ich-interessiere-mich-fuer-ein-seminar-in {
    margin-bottom: 17px;
    display: flex;
    flex-wrap: wrap;
  }

  .front .pane-front-text-with-sidebar .col-left p {
    padding: 0;
    hyphens: auto;
  }

  .commerce-checkout-progress {
    display: none !important;
  }

  .grid.four-col .line-item,
  .grid.four-col .col-content .panel-pane,
  .panel-pane.four-col .grid.two-col .line-item,
  .panel-pane.four-col .grid.three-col .line-item {
    width: 100%;
    flex-basis: 100%;
  }

  section#subhead,
  section.bottom {
    padding: 0 17px;
  }
}

@media only screen and (max-width: 599px) and (orientation: landscape) {
  #mainnav {
    height: 475%;
  }
}

@media only screen and (max-width: 599px) and (orientation: portrait) {}

/* #endregion */

/* #region max-width-700 */

@media all and (min-width: 420px) and (max-width: 700px) {
  .page-startseite #mainheader .container .grid.first {
    font-size: 18px;
    line-height: 1.7;
    text-transform: uppercase;
    padding: 0 17px;
  }

  #main>.container,
  #subhead>.container,
  .webform-confirmation,
  #mainheader {
    padding: 17px;
  }

  #mainheader {
    padding: 0 17px;
  }

  .mobile .col-left {
    padding: 0 8.5px 0 0;
  }

  .mobile .col-right {
    padding: 0 0 0 8.5px;
  }
}

/* #endregion */

/* #region max-width-768 */

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .fixtabs .ui-tabs .item-list {
    display: none;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .page-node-4875 .headertext {
    left: 30%;
    width: 69%;
  }

  .page-node-4876 .headertext {
    width: 69%;
  }

  .node-type-location .container>.grid-6 {
    column-count: 1;
  }
}

/* #endregion */

/* #region max-width-1024 */

@media all and (max-width: 1024px) {
  #admin-menu {
    display: none;
    visibility: hidden;
  }

  .block.kontakt-slide-in {
    display: none;
  }

  .ui-tabs .ui-tabs-panel,
  #vb-fragen,
  #vb-fragen strong {
    font-size: 14px;
    line-height: 1.5;
  }

  #top {
    height: 77px;
  }

  #top #logo {
    width: 125px;
    height: 53px;
  }

  .fixtabs .ui-tabs>.item-list {
    top: 77px !important;
  }

  #logo {
    margin-left: 3vw;
  }

  #logo img,
  #top #ui {
    width: 125px;
  }

  #top #ui {
    margin-left: auto;
  }

  #top #ui>div {
    padding-left: 7px;
  }

  #top .container {
    padding: 0 17px 0 0;
  }

  #show-mainnav {
    display: block;
    background-color: #119ad3;
    height: 73px;
    background-image: url(../images/show-menu.png);
    background-repeat: no-repeat;
    background-position: center -73px;
    cursor: pointer;
  }

  #show-mainnav.active {
    background-color: #f7f7f7;
    background-position: center 0;
  }

  #mainnav {
    display: none;
    position: fixed;
    left: 0;
    top: 123px;
    right: 0;
    background-color: #fff;
    padding: 0 45px 75px;
    font-size: 20px;
    line-height: 2;
    color: #585858;
    box-shadow: 0 150px 250px 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow-y: scroll;
  }

  #mainnav:-webkit-scrollbar {
    width: 0;
  }

  #mainnav {
    -ms-overflow-style: none;
  }

  #mainnav {
    overflow: -moz-scrollbars-none;
  }

  #mainnav li a {
    color: #585858;
  }

  #mainnav .content>.menu {
    margin: 34px 0 0 0;
    padding: 0;
  }

  #mainnav .content>.menu>li {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.025em;
  }

  #mainnav .content>.menu>li:hover,
  #mainnav .content>.menu>li a:hover {
    color: #119ad3;
  }

  #mainnav .content>.menu>li {
    background-image: url(../images/nav-open.svg);
    background-repeat: no-repeat;
    background-position: 97% 10px;
    background-size: 26px;
    cursor: pointer;
    margin: 3px -5px 0 -50px;
    padding: 3px 45px;
    max-width: 330px;
  }

  #mainnav .content>.menu>li.active {
    color: #119ad3;
    background-color: #fff;
    background-image: url(../images/nav-close.svg);
    background-repeat: no-repeat;
    background-position: 97% 10px;
    background-size: 26px;
  }

  #mainnav li>.menu {
    display: none;
    background-color: #fff;
    padding: 0px 45px;
    margin: 3px -45px 21px;
  }

  #mainnav li.active>.menu {
    display: block;
  }

  #mainnav li.expanded>.menu li {
    list-style-image: url(../images/mainnav-bull.png);
    margin-left: 12px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #d5d5d5;
  }

  #mainnav li.expanded>.menu li a {
    color: #0e2044;
    text-transform: none;
  }

  .view-id-taxonomy_term.block_2 .line-item {
    height: auto;
    padding-bottom: 7px;
  }

  .view-id-taxonomy_term.block_2 .line-item img {
    width: 100%;
    height: auto;
    float: none;
  }

  .view-id-taxonomy_term.block_2 .line-item>a,
  .view-id-taxonomy_term.block_2 .line-item>div {
    font-size: 13px;
    float: none;
    position: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    margin: 0 0 7px 12px;
  }

  .belegung-bild {
    width: 12px;
    height: 12px;
    margin: 2px 7px 0 0;
  }

  #tabs-0-left.ui-tabs .ui-tabs-panel h3 {
    font-size: 19px;
  }

  #tabs-0-left.ui-tabs {
    margin: 0 -17px;
    width: calc(100% + 34px);
  }

  .fixtabs .ui-tabs .ui-tabs-nav li a {
    box-shadow: 12px 12px 30px 0px rgba(0, 0, 0, 0.3);
  }

  .ui-tabs,
  .ui-tabs .ui-tabs-nav,
  .fixtabs .ui-tabs .ui-tabs-nav {
    padding: 0;
    width: 100%;
  }

  .ui-tabs>.item-list:before {
    width: 0;
    position: initial;
    left: 0;
  }

  .ui-tabs>.item-list {
    max-width: 100vw !important;
    height: auto;
    background-color: transparent;
  }

  .ui-tabs .ui-tabs-nav li,
  .fixtabs .ui-tabs .ui-tabs-nav li {
    height: 40px;
    flex-grow: 1;
    background-color: #fff;
  }

  .ui-tabs .ui-tabs-nav li a {
    background-color: #119ad3;
    width: 100%;
  }

  .ui-tabs .ui-tabs-nav li.last a {
    width: auto;
    margin-left: auto;
  }

  .ui-tabs .tab-title {
    font-size: 32px;
    font-weight: 300;
    margin: 1em 0;
  }

  .fixtabs {
    margin-top: 600px;
  }

  .fixtabs #mainheader,
  .fixtabs #mainheader #headerimage,
  .fixtabs #mainheader .headertext {
    height: 60px;
    min-height: 60px;
    max-width: 60px;
    width: 100vw;
    min-width: 100vw;
    z-index: 777;
  }

  #tabs-0-left.ui-tabs .ui-tabs-nav li:last-child {
    position: initial;
    right: initial;
    top: initial;
  }

  #mainheader video {
    max-width: 75%;
    margin: -10% 0 0 -150px;
  }

  .mobile #headerimage {
    left: 0;
    background-position: 33% 0;
  }

  #headerimage:before,
  #headerimage:after {
    display: none !important;
  }

  #mainheader .headertext {
    height: 210px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 40%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 40%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 40%);
  }

  .fixtabs #mainheader .headertext {
    background: #000;
  }

  .fixtabs #main {
    margin-top: 480px;
  }

  .node-type-seminar #headerimage:before {
    width: 0;
  }

  .kontakt.button {
    left: -45px;
  }

  .front #mainheader .container {
    padding: 0;
  }

  .front #mainheader .container>.panel-pane {
    left: 0;
    right: 0;
    width: 100%;
  }

  .front .box .inside {
    padding: 0 0 0 12px;
  }

  #main .container .grid-7 {
    width: 66.333%;
  }

  #mainheader h1 {
    font-size: 36px;
  }

  .view.list .line-item {
    height: auto;
  }

  .view.list .line-item .image {
    width: 110px;
  }

  .view.grid .line-item .content {
    height: 180px;
  }

  .view.list .line-item .image {
    display: none;
  }

  .view.list .line-item .title,
  .view.list .line-item .dates,
  .view.list .line-item .belegung,
  .view.list .line-item .goto {
    margin-left: 10px;
  }

  body[class*="page-trainer"] .view-id-admin_people .line-item {
    width: 50% !important;
  }

  .page-team .view-id-admin_people .line-item {
    background: #000 !important;
    margin: 17px;
    padding: 0 !important;
    width: auto !important;
  }

  .page-team .view-id-admin_people .line-item .image {
    overflow: hidden;
    width: 45%;
    height: 250px;
    float: left;
  }

  .page-team .view-id-admin_people .line-item .image img {
    height: 250px !important;
    width: 250px !important;
    margin-left: -10px;
    max-width: inherit !important;
  }

  .page-team .view-id-admin_people .line-item .content {
    position: relative !important;
    padding: 12px !important;
    float: left !important;
    width: 55% !important;
    font-size: 13px;
  }

  .view-display-id-block_team .line-item .content .position {
    font-weight: 700;
  }

  .view-display-id-block_team .line-item .content .body {
    margin-top: 40px;
  }

  .vsx-mba .views-field.views-field-vsx-slide-image img,
  .vsx-mba .views-field.views-field-vsx-slide-image,
  .vsx-mba .views-field.views-field-vsx-slide-image:before,
  .vsx-mba .views-field.views-field-vsx-slide-image:after {
    height: 890px;
  }

  .vsx-mba .views-field.views-field-vsx-slide-image img {
    width: auto;
    max-width: inherit;
  }

  .page-studium .node-location>.group-left {
    width: 50%;
  }

  .page-studium #location {
    background-position: 375px 0;
  }

  #fhoo-header,
  #webselling,
  #webselling-ecommerce {
    bottom: 10px;
  }

  .page-studium #mainheader .daten {
    width: 55%;
  }

  .page-node-4875 #mainheader .daten {
    background-color: transparent;
    color: #fff;
  }

  .page-node-4876 #mainheader .daten {
    background-color: #b13535 !important;
    color: #fff;
  }

  .page-node-4876 #fhoo-header {
    right: auto;
    left: 34px;
    color: #fff;
  }

  .big-image {
    display: none;
  }

  .view.grid .line-item .content .dates {
    top: 107px;
  }

  .pane-taxonomy-term.block_2 img {
    display: none;
  }

  .pane-taxonomy-term.block_2 img+a {
    padding: 0;
  }

  .pane-taxonomy-term.block_2 .belegung {
    position: initial;
  }

  .sidebar .panel-pane.pane-taxonomy-term .line-item {
    padding: 10px;
    height: auto;
  }

  .view-id-admin_people.view.grid.three-col .line-item {
    width: 50%;
  }

  .page-marketing-seminare-finden .views-exposed-widgets .form-item a,
  .page-marketing-seminare-finden .views-exposed-form label {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0 10px 33px;
    margin: 5px 0;
  }

  #finder-select .views-exposed-widget {
    padding: 0 0 0 50px;
  }

  .ui-tabs#tabs-0-left .ui-tabs-panel {
    opacity: 1 !important;
    display: block;
  }

  .ui-tabs#tabs-0-left>.item-list {
    display: none;
    position: absolute;
    left: -100000px;
    top: -100000px;
  }

  #tabs-0-left .ui-tabs-panel[aria-hidden="true"] {
    display: block !important;
    position: initial;
    left: 0;
    top: 0;
    margin-top: 3em;
    padding-top: 3em;
    border-top: 7px solid #119ad3;
  }
}

/* #endregion */

/* #region min-width-1024 */

@media all and (min-width: 1024px) {
  .block.kontakt-slide-in {
    display: block;
  }

  .mma .wp-gr .wp-google-badge {
    right: 160px !important;
    bottom: 16px !important;
    z-index: 1111 !important;
  }
}

/* #endregion min-width-1024 */

/* #region min-width-1180 */

@media all and (min-width: 1180px) {
  .page-studium #main .two-col .pane-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 34px;
  }

  .front header .grid-4 {
    width: 30%;
  }

  #mainheader .backstretch img {
    width: auto !important;
    height: auto !important;
    min-width: 960px;
    min-height: 420px;
  }
}

/* #endregion */

/* #region min-width-1268 */

@media all and (min-width: 1268px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 1200px;
  }

  #mainheader .container {
    padding-right: 0;
    padding-left: 0;
  }

  .front #mainheader .container {
    max-width: 1080px;
    width: 1080px;
  }
}

/* #endregion min-width-1268 */

@media all and (min-width: 780px) and (max-width: 1267px) {
  .container {
    padding-right: 17px;
    padding-left: 17px;
    width: 100%;
    max-width: 820px;
  }

  #mainheader .container {
    padding-right: 17px;
    padding-left: 17px;
  }

  .front #mainheader .container {
    max-width: 820px;
    width: 820px;
  }
}

/* #region min-width-1400 */

@media all and (min-width: 1540px) {
  .front #mainheader .container {
    max-width: 1220px;
    width: 1220px;
  }
}

/* #endregion */

/* #region min-width-1280 */

@media all and (min-width: 1280px) {
  #top .container {
    padding: 0;
  }

  .twocol-sidebar .grid-6.col-left,
  .selective-finder .grid-7.col-left,
  .selective-finder section.container .col-left,
  .front .grid-7.col-left {
    flex-basis: 75%;
  }

  .twocol-sidebar .col-right,
  .selective-finder .col-right.sidebar,
  .selective-finder aside.col-right,
  .front .grid-4.col-right {
    flex-basis: 18.75%;
  }

  .grid.three-col .line-item,
  #im-fokus .grid-12 .box,
  .front .grid-12 .grid.three-col .line-item {
    flex-basis: 283px;
    height: 288px;
    margin: 0 0 17px 0;
    background-color: #000;
  }

  .view-display-id-block_trainer.grid.three-col .line-item {
    flex-basis: 388px;
    height: 388px;
  }

  /* .grid.three-col .line-item.views-row-last:nth-child(2n + 0),
  #im-fokus .grid-12 .box.views-row-last:nth-child(2n + 0),
  .front .grid-12 .grid.three-col .line-item.views-row-last:nth-child(2n + 0) {
    margin-right: auto;
  } */

  .grid.three-col .line-item:nth-child(3n + 0),
  #im-fokus .grid-12 .box:nth-child(3n + 0),
  .front .grid-12 .grid.three-col .line-item:nth-child(3n + 0) {
    margin-right: 0 !important;
  }

  #baw-bullets {
    background-color: transparent;
    flex-basis: 388px;
  }

  #baw-bullets~.box {
    flex-basis: 388px;
    height: 388px;
  }

  .node-4027.box.big {
    margin-right: 17px !important;
  }

  body[class*="page-trainer"] .grid-12 .grid.three-col .line-item {
    width: 388px;
    height: 388px;
    flex-basis: 388px;
  }

  body[class*="page-trainer"] .grid-12 .grid.three-col .line-item.views-row-last {
    margin: 0 auto 0 0;
  }

  #im-fokus .grid-12 .box.small {
    height: 144px;
  }

  .two-col .grid .line-item,
  .grid.two-col .line-item,
  .page-taxonomy-term-35 .grid .line-item,
  .grid-12 .grid.three-col .line-item {
    width: 332px;
    height: 332px;
    margin-bottom: 17px;
  }

  .grid-12 .grid.three-col .views-group:after {
    max-width: 283px;
  }

  .grid.two-col .line-item:nth-child(2n),
  .grid.three-col .line-item:nth-child(3n),
  .grid.four-col .line-item:nth-child(4n),
  .three-col .box:nth-child(3n),
  .four-col .box:nth-child(4n) {
    margin-right: 0;
  }

  .tax-seminar .four-col .grid.two-col .line-item:nth-child(2n) {
    margin-right: 17px;
  }

  .termine-wrapper {
    top: 0;
    transition: top 0.5s;
  }

  .sticky-side-box .termine-wrapper {
    position: fixed;
    top: 216px;
    padding-top: 34px;
    width: 383px;
    z-index: 100;
    background-color: #fff;
    box-shadow: -34px 0 0 0 #fff;
  }

  .sticky-side-box .page-studium .panel-pane.popup-online {
    margin-top: -34px !important;
    padding-top: 53px !important;
  }
}

/* #endregion */

.page-taxonomy .sidebar .panel-pane {
  margin-bottom: 17px;
}

#mba-partner .pane-content {
  padding: 17px !important;
  background-color: #f7f7f7 !important;
}

.mma .wp-google-place,
.mma .ekomi-siegel {
  padding: 17px !important;
  background-color: #f7f7f7 !important;
  display: flex !important;
}

.mma .ekomi-siegel a {
  color: #000;
}

.mma .ekomi-siegel:hover {
  color: #fff;
  background-color: var(--lightblue) !important;
}

.mma footer .wp-google-place,
.mma footer .ekomi-siegel {
  padding: 0 !important;
  background-color: transparent !important;
}

.mma .wp-google-place .wp-google-left {
  flex-basis: 70px !important;
  height: 70px !important;
  background-image: url(https://www.akademie-marketing.com/sites/all/themes/mma/images/mma-logo.svg) !important;
  background-size: cover !important;
  background-position: 0 0 !important;
}

.mma .wp-google-place .wp-google-left img {
  display: none !important;
}

.mma .wp-gr .wp-google-place .wp-google-right {
  display: initial !important;
  width: auto !important;
  margin-left: 17px !important;
}

.mma footer .wp-gr .wp-google-place .wp-google-right {
  margin-left: 0 !important;
}

.mma .wp-google-content-inner {
  padding: 0 17px !important;
}

.mma .wp-google-content-inner .wp-google-review,
.mma .wp-google-content-inner .wp-google-review,
.mma footer .wp-google-content-inner,
.mma footer .wp-google-place .wp-google-left {
  display: none !important;
}

.mma .wp-google-content-inner .wp-google-review:first-child,
.mma .wp-google-content-inner .wp-google-review:last-child {
  display: block !important;
}

#inhouse-nav {
  flex: 0 1 100% !important;
  width: 100%;
  margin-bottom: 24px;
}

#inhouse-nav .pane-content {
  width: 100%;
  justify-content: space-between;
  background-color: var(--lightblue);
}

#inhouse-nav .pane-content p {
  margin: 0;
  border-bottom: 7px solid #fff;
}

@media (min-width: 768px) {
  #inhouse-nav .pane-content {
    display: flex;
  }

  #inhouse-nav .pane-content p {
    width: 25%;
    min-width: 125px;
    height: 78px;
    border-top: none;
  }
}

@media (max-width: 575px) {

  .page-inhouse-schulung #block-system-main>.content>.contextual-links-region,
  .page-inhouse-schulung.not-logged-in #block-system-main>.content {
    display: flex;
    flex-direction: column;
  }

  .page-inhouse-schulung #block-system-main>.content>.contextual-links-region #mainheader,
  .page-inhouse-schulung.not-logged-in #block-system-main>.content #mainheader {
    order: 1;
  }

  .page-inhouse-schulung #block-system-main>.content>.contextual-links-region #main,
  .page-inhouse-schulung.not-logged-in #block-system-main>.content #main {
    order: 2;
  }

  .page-inhouse-schulung #block-system-main>.content>.contextual-links-region .bottom.upper,
  .page-inhouse-schulung.not-logged-in #block-system-main>.content .bottom.upper {
    order: 3;
  }

  .page-inhouse-schulung #block-system-main>.content>.contextual-links-region #subhead,
  .page-inhouse-schulung.not-logged-in #block-system-main>.content #subhead {
    order: 4;
  }

  .page-inhouse-schulung #block-system-main>.content>.contextual-links-region .page-footer,
  .page-inhouse-schulung.not-logged-in #block-system-main>.content .page-footer {
    order: 3;
  }

  .page-inhouse-schulung #mainheader .container {
    align-items: flex-end;
    padding-bottom: 17px;
  }

  .page-inhouse-schulung .grid .field-name-field-copytext {
    font-size: 24px;
    max-width: 58%;
  }

  .page-inhouse-schulung .grid .fieldable-panels-pane {
    position: relative;
  }

  .page-inhouse-schulung .container>.sidebar {
    margin-top: 34px;
  }

  #inhouse-nav {
    margin-top: 0;
  }
}

#inhouse-nav .pane-content a {
  color: #fff;
  padding: 17px;
  display: block;
  text-align: center;
  width: 100%;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}

#inhouse-nav .pane-content p:hover,
#inhouse-nav .pane-content p.active {
  background-color: var(--midblue);
}

.three-img-right-big .cps-region-inner>div {
  position: relative;
}

#sidebar-hero-webinare {
  margin-top: 0;
  position: relative;
}

.front .grid-4.col-right.sidebar,
#sidebar-hero-webinare img {
  max-height: 386px;
}

#sidebar-hero-webinare a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
}

.node-type-webinar .view-display-id-block_trainer .views-group {
  display: inline-flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-grow: 2;
  width: 100%;
}

.node-type-webinar .view-display-id-block_trainer .views-group .views-row {
  width: calc(50% - 17px);
  display: inline-block;
  float: left;
  flex-basis: auto;
  height: auto;
}

/* resp-workaround */
/* Seminar-Kacheln zweizeillig */
@media (max-width: 1267px) {
  .grid.three-col .grid-12 .box {
    width: calc(50% - 17px);
    margin-bottom: 17px;
  }

  .grid.four-col .line-item,
  .tax-seminar .four-col .grid.two-col .line-item,
  .grid.four-col .col-content .panel-pane,
  .panel-pane.four-col .grid.three-col .line-item {
    width: calc(33% - 17px);
    flex-basis: calc(33% - 17px);
  }

}

@media (max-width: 1024px) {

  #mainheader .headertext,
  .page-locations #mainheader,
  .page-locations #mainheader>.container,
  #mainheader>.container>.view {
    height: auto;
    padding: 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 40%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 40%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 40%);

    width: 65%;
    margin-left: 35%;
  }

  .page-studium.page-node-4017 #subnav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mba-header-blocks .views-row {
    width: calc(20% - 17px);
    max-height: 220px;
    min-width: 190px;
  }

  .mba-header-blocks .views-group {
    height: auto;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }

  #go-contact {
    margin-left: 15px;
  }

  #top #above+.container {
    height: 75px;
    background-color: #fff;
  }

  html.mma body.admin-menu {
    margin-top: 130px !important;
  }

  #vb-fragen {
    height: auto;
    padding: 15px 15px 180px 15px;
    background-position: 111% bottom;
  }

  .domain-mma-muc.front #introtext {
    padding-right: 115px;
    background-image: url(../images/mma-focus.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100px;
  }

  .domain-mma-muc.front #introtext {
    padding-right: 0;
    background-image: none;
  }

  #top #ui>div {
    padding-left: 0;
    margin-left: 6px;
  }

  body .mobile .slide,
  .mobile .slide div {
    height: calc(100vh - 130px) !important;
  }

}

@media (max-width: 599px) {

  .front #mainheader .sliderimage {
    max-width: 1200px;
    z-index: unset;
  }

  .grid.three-col .grid-12 .box {
    margin-right: 0 !important;
    flex-basis: 100%;
    height: 380px !important;
    width: 100%;
  }

  .domain-mma-muc.front #introtext {
    padding-right: 0;
    background-image: none;
  }

  .grid.four-col .line-item,
  .tax-seminar .four-col .grid.two-col .line-item,
  .grid.four-col .col-content .panel-pane,
  .panel-pane.four-col .grid.three-col .line-item {
    width: 100%;
    flex-basis: 100%;
  }

  #mainheader,
  .front #mainheader {
    height: auto;
    padding: 0;
    margin: 0;
  }

  #mainheader {
    height: 420px;
  }

  .front .ui-tabs .item-list {
    width: 100%;
  }

  .front.fixtabs .ui-tabs .item-list {
    position: relative;
  }

  .ui-tabs .ui-tabs-nav li,
  .fixtabs .ui-tabs .ui-tabs-nav li {
    height: auto;
  }

  .front.fixtabs .ui-tabs .ui-tabs-nav {
    width: auto;
  }

  .front aside {
    margin-bottom: 0px;
  }

  .fixtabs .ui-tabs>.item-list {
    top: 0px !important;
  }

  #top {
    height: auto;
  }

  #top #above+.container {
    height: 80px;
  }

  html.mma body.admin-menu {
    margin-top: 130px !important;
  }

  html.mma body {
    margin-top: 130px !important;
  }

  .mobile .node-type-seminar #headerimage {
    display: block !important;
  }

  .page-studium .pane-node-field-video,
  .mobile .node-type-seminar #headerimage p {
    display: none !important;
  }

  .box.big {
    min-height: 180px;
  }

  .view.grid .line-item .image,
  body[class*="page-trainer"] .grid-12 .view.grid.three-col .line-item.box.big .image .field-item {
    width: 34%;
    height: 100%
  }

  .view.grid .line-item .image img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  .view.grid .line-item.box.big .content {
    position: absolute;
    bottom: 0;
    width: 66%;
    margin-left: auto;
    right: 0;
    padding: 20px 17px 17px;
    background: none;
    background-color: #000;
    border-left: 5px solid #fff;
  }

  .front .selective-finder .view.grid .line-item .content .title,
  .view.grid .line-item .content .title,
  .view.grid.view-display-id-block_locations .line-item.box.big .content .title {
    height: 70px;
  }

  .mma .front .view.grid .line-item.box.big .content {
    height: auto;
  }

  .page-startseite .box.big,
  .page-startseite .box.big .outside,
  .page-startseite .box.big .inside {
    height: 180px !important;
  }

  .grid.three-col .grid-12 .box {
    margin-right: 0 !important;
    flex-basis: 100%;
    height: 180px !important;
  }

  body[class*="page-trainer"] .grid-12 .view.grid.three-col .line-item.box.big .content {
    height: 100% !important;
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  #logobanderole .translatable-content-pane {
    display: flex;
    flex-wrap: wrap;
  }

  #logobanderole .translatable-content-pane>div {
    width: 48% !important;
    margin-bottom: 20px;
  }

  .front .grid-4.col-right.sidebar,
  #sidebar-hero-webinare img {
    max-height: none;
  }


}



html.mma body.mainmenu-hide article {
  overflow: visible !important;
}

html.mma.mobile body.page-neu-bei-uns,
html.mma.mobile body.admin-menu {
  margin-top: 0 !important;
}

.mobile body.page-neu-bei-uns .pane-content {
  display: block;
  height: auto;
}

.mobile body.page-neu-bei-uns .landing-image,
.mobile body.page-neu-bei-uns .landing-content {
  flex: 0 1 100%;
  min-height: 100vh;
  padding: 21px 21px 95px 21px;
  position: initial;
  width: 100%;
  bottom: initial;
}

body.page-neu-bei-uns .landing-image {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 39%;
  padding: 2.6vw;
  background-color: #1b1b1b;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url(../images/landingpage-infoabend.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.page-neu-bei-uns .landing-image::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33vh;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.mobile body.page-neu-bei-uns .landing-image::after {
  display: none;
}

.mobile body.page-neu-bei-uns .landing-image h1 {
  font-size: 1.65em;
}

.mobile body.page-neu-bei-uns .landing-image p {
  font-size: 1.2em;
}

body.page-neu-bei-uns .landing-image h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.45vw;
}

body.page-neu-bei-uns .landing-image p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.083333333vh;
}

body.page-neu-bei-uns .landing-image .new {
  position: absolute;
  top: 33vh;
  right: 0;
  background-color: #fff;
  font-size: 20px;
  color: var(--lightblue);
  padding: 1% 2%;
}

body.page-neu-bei-uns .mobile .hero-banner {
  font-size: 1.2em;
  position: initial;
}

body.page-neu-bei-uns .hero-banner {
  background-color: #c00;
  position: absolute;
  z-index: 12;
  color: #fff;
  padding: 17px;
  font-size: 2.083333333vh;
  right: 0;
  bottom: 28vh;
  padding-right: 7vw;
}

.mobile body.page-neu-bei-uns .landing-content {
  font-size: inherit;
  background-image: none;
}

body.page-neu-bei-uns .landing-content {
  padding: 3vw 7vw 3vw 42vw;
  font-size: 20px;
  width: 100vw;
}

body.page-neu-bei-uns .landing-content .logo {
  position: absolute;
  top: 2.6vw;
  right: 2.6vw;
  width: 11vw;
}

body.page-neu-bei-uns .landing-content ul {
  margin: 0 0 1em 0;
}

body.page-neu-bei-uns .mobile .box-seminare {
  width: inherit;
}

body.page-neu-bei-uns .box-seminare {
  border-left: 7px solid #0f99d3;
  padding-left: 17px;
  color: #0f99d3;
  margin: 2em 0;
}

body.page-neu-bei-uns .box-blue {
  background-color: #e7f5fb;
  padding: 17px;
}

body.page-neu-bei-uns .mobile .box-blue.programm {
  position: relative;
  bottom: inherit;
  right: inherit;
  width: auto;
  display: block;
  background-image: none;
}

body.page-neu-bei-uns .box-blue.programm {
  bottom: 3vw;
  right: 0;
  background-repeat: no-repeat;
  background-position: 70%;
}

body.page-neu-bei-uns .box-blue.programm h4 {
  margin: 0;
}

body.page-neu-bei-uns .box-blue .text {
  margin-bottom: 1em;
}

body.page-neu-bei-uns .box-blue ol {
  margin: 0 0 2em 0;
}

body.page-neu-bei-uns .mobile .box-blue.programm .text,
body.page-neu-bei-uns .mobile .box-blue.programm .cta {
  width: inherit;
  padding-right: inherit;
}

body.page-neu-bei-uns .mobile .box-blue.programm .cta {
  padding: 21px 0;
  background-color: #fff;
  margin: 30px -21px 0;
  font-size: 1.2em;
  font-weight: 500;
}

body.page-neu-bei-uns .mobile .box-blue.programm .cta br {
  display: none;
}

body.page-neu-bei-uns .box-blue.programm .cta {
  text-align: center;
}

body.page-neu-bei-uns .box-blue.programm .cta p {
  margin-bottom: 0;
}

body.page-neu-bei-uns .mobile .box-blue.programm .cta a {
  padding: 0;
  background-color: transparent;
  color: #000;
  line-height: normal;
  text-transform: lowercase;
  margin: 0;
  font-weight: inherit;
}

body.page-neu-bei-uns .box-blue.programm .cta a {
  display: inline-block;
  margin: 0.5em 0;
  font-size: inherit;
  line-height: 3em;
}

body.page-neu-bei-uns .box-blue.programm tr td {
  vertical-align: top;
  padding-bottom: 0.5em;
}

body.page-neu-bei-uns .box-blue.programm tr td:first-child {
  white-space: nowrap;
  padding-right: 17px;
  text-align: right;
}

body.page-neu-bei-uns .mobile div#form-anmeldung {
  position: inherit;
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  border: none;
  bottom: inherit;
  right: inherit;
}

body.page-neu-bei-uns div#form-anmeldung {
  position: absolute;
  z-index: 30;
  bottom: 3vw;
  width: 58vw;
  right: -58vw;
  border-left: 7px solid #0f99d3;
  padding-left: 17px;
  transition: all 0.333s;
}

body.page-neu-bei-uns div#form-anmeldung.show {
  right: 0vw;
}

body.page-neu-bei-uns div#form-anmeldung .webform-confirmation {
  background-color: transparent;
}

div#form-anmeldung h3 {
  display: none;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form {
  background-color: transparent;
  padding: 0;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form label {
  color: #000;
  font-size: inherit;
}

body.page-neu-bei-uns .mobile div#form-anmeldung .webform-client-form>div {
  display: block;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form>div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form>div>#edit- {
  display: none;
}

body.page-neu-bei-uns .mobile div#form-anmeldung .webform-client-form .webform-component--left,
body.page-neu-bei-uns .mobile div#form-anmeldung .webform-client-form .webform-component--right {
  width: 100%;
}

div#form-anmeldung .webform-client-form .webform-component--left {
  width: 35%;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form .webform-component--right {
  width: 60%;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form .webform-component--left>div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.page-neu-bei-uns .webform-component--left label,
body.page-neu-bei-uns .webform-component--right--interesse>label {
  font-weight: 700;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form>div>fieldset .webform-component {
  width: 100%;
  float: none;
  padding: 0;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form input {
  height: 2em;
}

body.page-neu-bei-uns .mobile div#form-anmeldung .webform-client-form .form-type-checkbox {
  width: 100%;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form .form-type-checkbox {
  margin: 0;
  width: 60%;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form .form-item-submitted-right-interesse-Grafik-Design,
body.page-neu-bei-uns div#form-anmeldung .webform-client-form .form-item-submitted-right-interesse-Art-Director,
body.page-neu-bei-uns div#form-anmeldung .webform-client-form .form-item-submitted-right-interesse-Creative-Director,
body.page-neu-bei-uns div#form-anmeldung .webform-client-form .form-item-submitted-right-interesse-Texter {
  width: 40%;
}

div#form-anmeldung .webform-client-form .form-item-submitted-right-interesse-Public-relations-Manager,
div#form-anmeldung .webform-client-form .form-item-submitted-right-interesse-Event-Marketing-Manager {
  width: 100%;
}

body.page-neu-bei-uns .mobile div#form-anmeldung .webform-client-form>div>.form-actions {
  position: inherit;
  bottom: inherit;
  right: inherit;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form>div>.form-actions {
  position: absolute;
  bottom: 0;
  right: 3vw;
}

body.page-neu-bei-uns .mobile div#form-anmeldung .webform-client-form>div>.form-actions input {
  width: 100%;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form>div>.form-actions input {
  font-size: inherit;
  background-color: #0f99d3;
  height: 3em;
}

body.page-neu-bei-uns div#form-anmeldung .webform-client-form>div>.form-actions input:hover {
  background-color: #0e2044;
}

body.page-neu-bei-uns div#form-anmeldung #mainheader,
body.page-neu-bei-uns div#form-anmeldung .messages {
  display: none;
}

@media all and (max-width: 1200px) {

  body.page-neu-bei-uns .landing-content,
  body.page-neu-bei-uns .landing-image .new {
    font-size: 1.9vh;
  }
}

@media all and (max-width: 414px) {
  body.page-neu-bei-uns .landing-content .logo {
    display: none;
  }

  body.page-neu-bei-uns .landing-content .logo.mobile {
    display: block;
    top: 5.7vw;
    right: 8vw;
    width: 43vw;
  }
}

@media all and (min-width: 415px) {
  body.page-neu-bei-uns .landing-content .logo.mobile {
    display: none;
  }

  body.page-neu-bei-uns .landing-content .logo {
    display: block;
  }
}

body.page-neu-bei-uns .imp {
  position: fixed;
  bottom: 16px;
  font-size: 14px;
  left: 2.6vw;
  margin-top: 1em;
}

body.page-neu-bei-uns .imp a {
  margin: 0 17px 0 0;
}

body.page-neu-bei-uns .mobile .imp {
  position: initial;
}

body.page-neu-bei-uns .wp-gr.wpac,
body.page-neu-bei-uns article+footer,
body.page-neu-bei-uns #top {
  display: none !important;
  position: fixed !important;
  left: -100000px !important;
}

body.page-neu-bei-uns #mainheader,
body.page-neu-bei-uns .contextual-links-region>.bottom,
body.page-neu-bei-uns #main>.container>.col-left {
  display: none;
}

body.page-neu-bei-uns #main>.container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

td.views-field-commerce-line-item-cart-form-field-teilnehmer-online {
  width: auto;
}

td.views-field.views-field-commerce-line-item-cart-form-field-prefix-1 {
  margin-top: 15px;
}

div#edit-customer-profile-billing-field-coupon-versendet {
  display: none;
}

@media (max-width: 1267px) {
  div[class*="view-display-id-block_anm_sidebar"] button.red_bg {
    line-height: 1.2em;
    padding: 10px 20px 10px 60px;
  }
}

@media (max-width: 1024px) {
  .mobile #mainheader .container .blue_toptext_box .first {
    margin-bottom: 240px;
  }

  .view-display-id-ref_raster .views-group>div {
    width: 50%;
  }
}

@media (max-width: 599px) {

  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea,
  select {
    max-width: none;
  }

  #webform-client-form-4610 .webform-component-select,
  #edit-submitted-gruppe-seminarort-ich-interessiere-mich-fuer-ein-seminar-in div.form-item,
  .customer_profile_billing label+input,
  .customer_profile_billing label+select,
  .customer_profile_billing .chosen-container,
  .customer_profile_billing label,
  .form-item.form-type-textfield.form-item-customer-profile-billing-field-customer-adresse-und-0-postal-code input,
  .form-item.form-type-textfield.form-item-customer-profile-billing-field-customer-adresse-und-0-city label,
  #edit-customer-profile-billing-field-customer-adresse-und-0-city,
  #edit-terms-conditions .fieldset-wrapper,
  #edit-terms-conditions legend,
  #edit-commerce-payment legend,
  #edit-commerce-payment .fieldset-wrapper {
    width: 100% !important;
  }

  #mainheader .headertext {
    margin: 0;
    width: 100%;
  }

  .page-cart #views-form-commerce-cart-form-default td {
    padding: 7px 0 !important;
  }

  .form-item.form-type-textfield.form-item-customer-profile-billing-field-customer-adresse-und-0-city {
    width: 100%;
    margin-top: 0;
  }

  .page-checkout .checkout-buttons {
    background-position: bottom;
    padding-bottom: 50px;
  }

  #views-form-commerce-cart-block-default,
  .view-commerce-cart-block .view-content {
    overflow: hidden;
    overflow-x: auto;
  }

  .view-commerce-backoffice-products .view-header .popup {
    top: -50px;
    right: 0;
    background-color: #119ad3;
  }

  .mobile .front .header-box-blue {
    max-width: 100%;
    width: 100%;
  }

  .mobile #mainheader .container .blue_toptext_box .last {
    margin-top: 5px;
  }
}

div#header-focus-sigel {
  position: absolute;
  bottom: -30px;
  z-index: 100;
  right: 24px;
}

.page-node-3945 #mainheader video {
  transform: scaleX(-1);
  height: 600px;
}

.page-online-seminare-studio #mainheader video {
  height: 420px;
  margin: 0;
}