/* preformarting */

img {
  max-width: 100%;
}

/* grid */

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

/* ### Fonts & Typo ### */

.fonts_normalizer_wrap *,
#wrapper .headline_comment,
body {
  font-family: 'Fira Sans', sans-serif;
  color: #191d37;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  white-space: normal;
}

.fonts_normalizer_wrap * {
  font-family: 'Fira Sans', sans-serif !important;
  color: #191d37 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  white-space: normal !important;
}

h1 {
  font-size: 28px !important;
  line-height: 50px !important;
  font-weight: 400;
  color: #191d37;
}

h2 {
  font-weight: 200;
  font-size: 54px;
  line-height: 70px;
  color: #191d37;
}

h2.counter {
  font-size: 24px !important;
  line-height: 50px !important;
  font-weight: 400;
  color: #191d37;
}

h2.event,
h3.event {
  font-size: 1.4rem;
  color: #191d37;
  line-height: 30px;
}

h3,
.slider_title {
  font-size: 54px;
  line-height: 70px;
  font-weight: 200;
}

h3 {
  font-weight: 200;
  font-size: 54px;
  line-height: 70px;
  color: #191d37;
}

.fonts_normalizer_wrap * {
  color: #191d37 !important;
}

.fonts_normalizer_wrap hr {
  display: none;
}

#wrapper .kursseite_titelsize_02,
#wrapper .kursseite_titelsize_01 {
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 0.9em;
}

#wrapper .kursseite_titelsize_02 {
  font-weight: 400 !important;
}

.kursseite_titelsize_small {
  font-size: 16px;
}

.titelsize_supersize {
  font-size: 28px;
}

.price_bold .price,
.highlight,
.nav-tabs a.active,
.pagination .prev .page-link,
.pagination .next .page-link,
#finder label,
strong,
.bold {
  font-weight: bold;
  color: #191d37;
  font-size: 18px;
}

#wrapper .large_text p *,
.large_text p *,
.large_text p,
.large_text {
  font-size: 22px !important;
  line-height: 30px !important;
}

strong,
.bold,
.nav-tabs a.active,
.pagination .prev .page-link,
.pagination .next .page-link,
#finder label,
.highlight {
  /* 	text-transform: uppercase; */
  /* 	letter-spacing: 1px; */
}

#wrapper .headline_comment {
  font-weight: 400;
  font-style: italic;
  padding-left: 10px;
}

h1 .bold,
h2 .bold {
  /* 	font-size: inherit!important; */
  /* 	font-weight: 600!important; */
}

#wrapper .notbold {
  font-weight: 400 !important;
}

#footer h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

p.subtitle {
  font-size: 54px;
  line-height: 70px;
  font-weight: 200;
}

p.subline {
  font-size: 28px;
  line-height: 70px;
  font-weight: 400;
}

p.littlehint {
  font-size: 0.8em;
  font-style: italic;
  color: #b31112;
  line-height: 100%;
  padding: 20px;
}

.cursive {
  font-style: italic;
}

/* ### colors ### */
.carousel-indicators li.active,
.bg-dark {
  background-color: #668f95 !important;
}
.bg-red {
  background-color: #b31112 !important;
}
.bg-light {
  background-color: #f0f0f0 !important;
}
.bg-lightblue {
  background-color: #f0f9f8 !important;
}
.bg-redgrey {
  background-color: #f2edef !important;
}
.bg-lightred {
  background-color: #dea499 !important;
}
.bg-darkred {
  background-color: #b31112 !important;
}
.bg-grey {
  background-color: #5e7886 !important;
}

.btn-primary,
.btn.bg-red {
  background-color: #191d37 !important;
  border: none !important;
}

.color-white {
  color: #fff !important;
}
.nav-item.active a {
  color: #122e5d !important;
}
.category_intro_catlist a,
.nav-tabs a.active,
.pagination .page-link,
.color-dark {
  color: #122e5d;
}
.color-black {
  color: #011330 !important;
}
a,
.color-special,
.fonts_normalizer_wrap a.speciallink,
.speciallink,
a.speciallink {
  color: #668f95 !important;
}
.color-grey {
  color: #4d6573 !important;
}
#wrapper .price-grey,
#wrapper .price-grey * {
  color: #8c8c8c !important;
}
#seminar_desc a {
  color: #668f95 !important;
}

.speciallink.color-red,
.cl-red,
.color-red {
  color: #b31112 !important;
}
.color-white-lowercase {
  color: #fff !important;
  font-weight: bold;
}

/* layout */
#wrapper {
  min-width: 340px;
}

/* Elements */

.pull-right {
  float: right;
}

.textlink-nodesign {
  border-width: 0 !important;
  background-color: transparent;
}

.uppercase,
.uppercase * {
  text-transform: uppercase;
}

.display_block {
  display: block;
}

.highlightbar {
  border-left: 10px solid #b31112;
  padding-left: 20px;
}

.btn {
  border-radius: 0px;
  text-transform: normal;
  font-weight: 400;
  min-width: 150px;
  font-size: 22px;
  padding: 15px;
}

#finder .btn.filter {
  border-radius: 0px;
  text-transform: normal;
  font-weight: 400;
  min-width: 30px;
  width: auto !important;
  font-size: 12px;
  padding: 4px !important;
  color: #191d37 !important;
  background-color: white !important;
  border: 1px solid #191d37 !important;
}

#finder .btn.filter.active {
  color: white !important;
  background-color: #191d37 !important;
}

#finder .bordered {
  border: 1px solid #191d37;
}

#finder #finder-field {
  width: auto;
  height: 53px;
  border-radius: 0;
}

#finder .custom-select {
  height: 28px !important;
  min-height: 28px !important;
  line-height: 28px !important;
}

.icon {
  max-height: 25px;
  max-width: 25px;
}

.icon_small {
  max-height: 15px;
  max-width: 15px;
}

.offset_page_bottom {
  margin-bottom: 150px;
}

.hidden {
  display: none;
}

.pointer:hover {
  cursor: pointer;
}

.offset-bottom {
  margin-bottom: 50px !important;
}

.price_large {
  font-size: 22px;
  font-weight: 600;
}

.price_col_booking {
  font-size: 22px;
}

.price_col_booking .price {
  font-weight: bold;
}

.price_col_booking.price-grey .mwst_hinweis {
  display: block;
  font-size: initial;
  padding-top: 10px;
}

.mwst_hinweis_hide .mwst_hinweis {
  display: none;
}

#message_seminarcount {
  margin-top: -15px;
}

/* Textpage */
.textpage h2 {
  margin-top: 1.8rem;
  margin-bottom: 2rem;
}
.textpage p {
  margin-bottom: 18px;
}

/* ### Header ### */

.navbar {
  min-height: 175px;
  padding-left: 65px;
  padding-right: 75px;
}

.navbar-brand {
  margin-top: 0px;
  margin-right: 0px !important;
}

.navbar-brand img {
  width: 235px;
  display: block;
}
.navbar .nav {
  margin-top: 44px;
}

.navbar .nav-link {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #787878 !important;
  padding: 0.1rem 0.9rem !important;
}

.space-under {
  margin-bottom: 2rem;
}

.nav-btn {
  border: 1px solid #787878;
  padding: 4px;
  margin-top: -4px;
  margin-left: 10px;
  margin-right: 10px;
}

/* subheader */
#header_sub_navi {
  font-size: 12px;
  padding: 7px 0px 7px 0px;
}
.user_icons .icon,
.header_socialicons .icon {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.user_icons {
  text-align: right;
}

.user_icons .icon {
  margin-top: 5px;
}

/* ### Footer ### */
#footer {
  padding: 50px 0 50px 0px;
  font-size: 17px;
  line-height: 22px;
}

#footer p {
  font-size: 16px;
  max-width: 320px;
}

#footer a {
  color: #fff !important;
}

.footer_socialicons a {
  width: 30px;
  float: left;
  margin-right: 20px;
  display: block;
  margin-top: 0;
  color: #fff !important;
}

.footer_socialicons a img {
  max-width: 30px;
  max-height: 30px;
  display: block;
  margin: auto;
}

#footer .arrow-list {
  list-style: none;
  padding-left: 32px;
}

#footer .arrow-list img,
#ueber .arrow-list img {
  display: block;
  width: 23px;
  height: auto;
  position: absolute;
  margin-left: -32px;
  margin-top: 8px;
}

.list_spaced li {
  padding-bottom: 1em;
}

/* carrousell / slider / top seminare / highlights */
#title-container .container {
  padding-left: 20px;
  padding-right: 20px;
}
#slider-container {
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.carousel-caption {
  background: rgba(53, 53, 53, 0.8);
  max-width: 400px;
  bottom: 50px;
  left: 0px;
  text-align: left;
  padding: 50px 0 35px 35px;
}

.carousel-caption .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.carousel-caption .slider_title {
  margin-top: 10px;
}

.carousel-indicators {
  margin-bottom: 11px;
  left: 0;
  text-align: left;
  justify-content: left;
  padding-left: 0;
  margin-left: 6px;
}

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  background: #fff !important;
  border: none;
  margin-left: 10px;
  opacity: 1;
}

.carousel-indicators li.active {
  width: 20px !important;
  height: 20px !important;
  position: relative;
  top: -5px;
}

/* ### intro home ### */

#intro-home {
  margin-bottom: 50px;
}

/* ### Searchbar ### */
#searchbar {
  background-image: url(../img/backgrounds/comTeam-bg-header@2x.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 40px;
}

#searchbar .row {
  min-height: 300px;
  padding: 70px 0;
  color: black;
  padding: 70px 0;
}

#searchbar h2 {
  font-style: italic;
  font-size: 43px;
  font-weight: 400;
}

#searchbar .icon {
  max-width: 15px;
  max-height: 15px;
  display: inline-block;
  margin-right: 10px;
}
#searchbar .form-group {
  width: 100%;
  display: inline;
}
#searchbar .form-group input,
#searchbar .form-group .btn {
  height: 70px;
}
#searchbar input::placeholder {
  color: #122e5c !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
}
#searchbar .form-group .btn {
  min-width: 70px !important;
  position: relative;
  left: -1px;
}
#searchbar .btn .icon {
  max-width: 35px;
  max-height: 35px;
}

/* Home: Ziele */
#ziele {
  background-image: url(../img/backgrounds/comTeam-bg-start-about-seminars@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 135px 0;
}

/* Home: ueber uns */
#ueber {
  background-image: url(../img/backgrounds/comTeam-bg-start-about-cT-NEU@2x.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #ebe7e4;
  padding: 125px 0 100px 0;
}

#ueber .icon,
#ziele .icon {
  position: relative;
  top: -3px;
}

/* Home: categorys / kategorien */

.category_block {
  width: 20%;
  float: left;
  min-height: 210px;
  font-size: 17px;
  text-align: center;
}

.category_block a {
  color: #000 !important;
}
.category_block a span {
  line-height: 1em;
  padding-top: 10px;
  display: block;
}

.category_block img {
  padding: 0 20px;
  display: block;
  margin: auto;
}

.category_block .sublabel {
  color: #787878;
  font-size: 11px !important;
  display: block;
}

.cat_title_image {
  height: auto;
  width: 100%;
}

/* Kategorie-Dateilseite */

.category_intro_catlist_wrapperrow {
  display: flex;
  flex-flow: row;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

#category_intro .category_intro_catlist {
  border: 1px solid #122e5d;
  padding: 25px;
  height: calc(100% - 20px);
  display: flex;
  flex-flow: row;
  flex-direction: column;
  position: absolute;
  /* align-items: stretch; */
  padding-bottom: 0 !important;
  width: 97%;
  overflow: hidden;
}

#category_intro .category_intro_catlist a {
  color: #122e5d !important;
}

#category_intro img {
  display: block;
  margin-bottom: 20px;
}
.row_large_padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Home: Partners */
#partners .partners {
  display: block;
  margin-top: 40px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Seminare Liste */
#seminar-list {
  margin-bottom: 70px;
}

.list-seminare {
  font-size: 14px;
  line-height: 18px;
  padding: 0 15px;
}

.list-seminare .title_row {
  font-weight: bold;
}

.list-seminare > .row {
  border-bottom: 1px solid #aaaaa0;
  padding: 10px 0 10px 0;
}
.border-left,
.border-top,
.border-bottom,
.border-right {
  border-color: #aaaaa0 !important;
}

.list-seminare .title {
  padding-left: 30px !important;
  font-size: 16px;
  line-height: 20px;
}

.list-seminare.list-downloads .title {
  padding-left: 0px !important;
}

.list-seminare .title p {
}

.list-seminare .title a {
  color: #122e5c !important;
  font-weight: bold;
}

.list-seminare span.af_red,
.list-seminare .title a.af_red {
  color: #a5140f !important;
  font-weight: 600;
  font-size: 13px;
}

.list-seminare .booking {
  text-align: right;
}

.list-seminare .price {
  text-align: right;
}
#wrapper .list-seminare .price strong,
#wrapper .list-seminare .price .price_table * #wrapper .list-seminare .price .price_table {
  font-size: 14px !important;
}

.list-seminare .btn {
  padding: 3px;
  margin-bottom: 5px;
  font-size: 16px;
}

.seminar-status {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  top: 1px;
}

.list-seminare .seminar-status {
  position: absolute;
  left: 0px;
  float: left;
}

.status-index .slot {
  padding-right: 13px;
  padding-bottom: 8px;
  display: inline-block;
}

.status-index .seminar-status {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.big_asterisk {
  font-size: 30px;
  line-height: 5px;
  position: relative;
  top: 10px;
  padding-right: 10px;
}

.list-seminare .location {
  position: relative;
}

.row_icon_arrow {
  display: block;
  width: 23px;
  height: 23px;
}

.list-seminare .row_icon_arrow {
  position: absolute;
  left: -12px;
  bottom: -22px;
}

.seminar-status.status-good {
  background-color: #61c796;
}
.seminar-status.status-critical {
  background-color: #ffde2a;
}
.seminar-status.status-bad {
  background-color: #b92917;
}

.sort_icons {
  padding-top: 8px;
  margin-bottom: 21px;
}

.sort_icons span,
.sort_icons a {
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  background-image: url(../img/icons/sortierungspfeil-oben-inaktiv.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: red; */
  background-position: top left;
  overflow: hidden;
  text-indent: -500px;
  margin-right: 2px;
}

.sort_icons span.sort_icon_down,
.sort_icons a.sort_icon_down {
  background-image: url(../img/icons/sortierungspfeil-unten-inaktiv.png);
}

.sort_icons span.sort_icon_down.active,
.sort_icons a.sort_icon_down.active {
  background-image: url(../img/icons/sortierungspfeil-unten-aktiv.png);
}

.sort_icons span.sort_icon_up.active,
.sort_icons a.sort_icon_up.active {
  background-image: url(../img/icons/sortierungspfeil-oben-aktiv.png);
}

.bg-light.list-seminare,
.bg-lightblue .list-seminare {
  margin: 15px -15px;
}

/* Pager */
.pagination {
  margin-top: 10px;
  justify-content: left;
  margin-left: -28px;
  padding-top: 5px;
}

.pagination .page-link:hover,
.pagination .page-link {
  border: none !important;
  background: none !important;
  padding: 0.2rem 0.75rem;
}

.pagination .page-link:after {
  padding-left: 20px;
}

.pagination .page-item-round a:hover,
.pagination .page-item-round a {
  border: 1px solid grey !important;
  border-radius: 50% !important;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  padding: 0 !important;
  margin-right: 10px;
  color: #191d37 !important;
}

.pagination .prev .page-link:after,
.pagination .next .page-link:after {
  content: none;
}

#wrapper .pagination .page-item-round a:hover,
#wrapper .pagination .page-item-round.active a {
  border: 1px solid #668f95 !important;
  background-color: #668f95 !important;
  color: #fff !important;
}

.page-link-text {
  position: relative;
  top: -3px;
}

/* Home: Seminar Finder */

#finder label {
  display: block !important;
}

#finder select option {
  text-align: center;
}

#finder .wrap {
  padding: 0px;
}
#finder .icon {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

#finder .btn {
  margin-top: 0px;
  width: 100%;
  padding: 10px;
}

.finder_tabs {
  text-align: center;
  display: block;
}

.finder_tabs .nav-item {
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 23px;
  margin-right: 23px;
}
#finder .nav-tabs a:first-child,
.finder_tabs .nav-link {
  border: 1px solid #191d37 !important;
  color: #191d37 !important;
  display: inline-block;
  border-radius: 0;
  text-align: center;
  padding: 16px !important;
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
  width: 105px;
}

#finder .finder_tabs .nav-link.active {
  border: 1px solid #191d37;
  color: #fff !important;
  background: #191d37 !important;
  padding: 16px !important;
}

.finder_tabs .my_icon {
  width: 55px;
  height: 32px;
  margin: auto;
  display: block;
  background-image: url(../img/icons/Finder-Icon-Online.png);
  background-repeat: no-repeat;
  background-size: auto 93%;
  background-position: center;
  margin-bottom: 8px;
}

.finder_tabs .nav_tab_online .my_icon {
  background-image: url(../img/icons/finder/Finder-Icon-Online.png);
}
.finder_tabs .nav_tab_praesenz .my_icon {
  background-image: url(../img/icons/finder/Finder-Icon-Praesenz.png);
}
.finder_tabs .nav_tab_hybrid .my_icon {
  background-image: url(../img/icons/finder/Finder-Icon-Hybrid.png);
}
.finder_tabs .nav_tab_search .my_icon {
  background-image: url(../img/icons/finder/Finder-Icon-Lupe.png);
}

.finder_tabs .nav_tab_online.active .my_icon {
  background-image: url(../img/icons/finder/Finder-Icons-Online-weiss.png);
}
.finder_tabs .nav_tab_praesenz.active .my_icon {
  background-image: url(../img/icons/finder/finder-icon-praesenz-weiss.png);
}
.finder_tabs .nav_tab_hybrid.active .my_icon {
  background-image: url(../img/icons/finder/Finder-Icon-Hybrid-weiss.png);
}
.finder_tabs .nav_tab_search.active .my_icon {
  background-image: url(../img/icons/finder/Finder-Icon-Lupe-weiss.png);
}

/* neue suche */

#finder #tab_search input {
  background-color: fff !important;
  box-shadow: none;
}

#tab_search input {
  width: 1% !important;
  background: #fff !important;
  display: block;
}

/* autocomplete */
.ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 10px;
  color: #668f95 !important;
  font-weight: 600;
}

.ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
  color: #fff !important;
}

/* referenten list */

#referenten_liste .referent {
  padding: 0px 0 0px 0;
  margin-bottom: 10px;
}

#referenten_liste .referent:first-child {
  border-top: solid 1px #aaaaa0;
}

.rounded-circle.referent_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: 18px;
  margin-bottom: 30px;
}

.rounded-circle.referent_image img {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  width: auto;
  min-width: 100px;
  max-width: 300px;
  max-width: auto;
}

.showReferentInfos {
  position: absolute;
  left: -13px;
  bottom: -6px;
  border-top: solid 7px #fff;
  border-bottom: solid 18px #fff;
}

/* Seminardetails */
.form_title_container,
.seminar_title_container {
  padding: 25px;
  margin-bottom: 25px;
}

.seminarinfos_infospalte {
  /* border-left: 15px solid #fff; */
}

.seminarinfos_infospalte .seminar-status {
  float: left;
  margin-right: 8px;
}

.text-shortened {
  overflow: hidden;
  position: relative;
}
.shortened {
  max-height: 13em;
}

.linkshortenlink {
  padding-bottom: 20px;
  display: inline-block;
}

.text-shortened.shortened:after {
  content: ' ';
  width: 100%;
  height: 77px;
  background: red;
  display: block;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.41220238095238093) 0%,
    rgba(255, 255, 255, 0.9023984593837535) 42%
  );
}

.fonts_normalizer_wrap h1,
.fonts_normalizer_wrap h2,
.fonts_normalizer_wrap h3,
.fonts_normalizer_wrap h4,
.fonts_normalizer_wrap h5,
.fonts_normalizer_wrap h6,
.fonts_normalizer_wrap b,
.fonts_normalizer_wrap strong,
.fonts_normalizer_wrap h1 *,
.fonts_normalizer_wrap h2 *,
.fonts_normalizer_wrap h3 *,
.fonts_normalizer_wrap h4 *,
.fonts_normalizer_wrap h5 *,
.fonts_normalizer_wrap h6 *,
.fonts_normalizer_wrap strong *,
a.speciallink,
.seminarinfos_infospalte strong,
.seminarinfos_infospalte a {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}
.seminarinfos_infospalte a {
  color: #668f95;
}

.ev_desc {
  padding-right: 50px;
}

.nav-tabs,
.nav-tabs a {
  border: none !important;
}

.nav-tabs {
  border-bottom: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.nav-tabs a {
  color: #b31112;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-tabs a:first-child {
  padding-left: 0 !important;
}

.tab-pane .img-thumbnail {
  max-width: 250px;
  margin-right: 20px;
  float: left;
}
.tab-content form,
.tab-content {
  width: 100%;
}

.seminar_funktionen {
  border: 1px solid #191d37;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 10px;
}

.seminar_funktionen > * {
  /* 	background: #F0F9F8; */
  float: left;
  display: inline;
  margin-right: 10%;
  margin-left: 10%;
}
.popup-share .icon-xing:before {
  content: '';
  width: 17px;
  height: 17px;
  float: left;
  display: block;
  background-image: url(../img/icons/xing_share_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Buchungsseite / Booking */

.buchungsangabe_infozeile {
  margin-bottom: 20px;
}

/* Mobilemenu */
.burger_menu_bar {
  display: block;
  height: 4px;
  margin-bottom: 9px;
}

/* Formulare */
.checkbox_block .checkbox *,
.checkbox_block .checkbox {
  display: inline;
  width: auto;
  position: relative;
  top: 7px;
}

.registerform .checkbox_block .checkbox {
  top: -1px;
}

.field_with_errors {
  border: 1px solid rgb(179, 17, 18);
}

.error {
  color: rgb(179, 17, 18);
}

.form-inline .custom-switch {
  margin-left: 15px;
  line-height: 1.5em;
  cursor: pointer;
}

.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
  cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #191d37;
  background-color: #fff;
  cursor: pointer;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #191d37;
  cursor: pointer;
}

.form_title_container input,
.form_title_container select {
  background-color: #fff !important;
  -webkit-box-shadow: none;
}

.row_icon_arrow.add_formrow {
  margin: 0 auto 0 auto;
  position: relative;
  cursor: pointer;
}

.form-group.row .col-sm-9 .custom-control {
  margin-left: -6%;
}

.custom-control input {
  height: 20px !important;
  margin-top: 2px;
}

.crazyStuff {
  height: 0px;
  overflow: hidden !important;
  margin-bottom: 0 !important;
}

/* Titelbilder */
#title-container {
  margin-bottom: 25px;
}

/* Seminarterminlisten */

#terminliste {
  margin-top: 80px;
  margin-bottom: 80px;
}

#terminliste .icon {
  max-height: 20px;
  max-width: 20px;
}

/* back to top*/
#toTop {
  position: fixed;
  bottom: 10px;
  right: 2px;
  cursor: pointer;
  display: none;
  white-space: nowrap;
  padding-right: 25px;
  min-width: 0px;
}

/* zurück bzw. back-button */
.back_btn_icon img {
  transform: rotate(-90deg);
}

.back_btn_icon:hover:after {
  display: block;
  width: 200px;
  height: 20px;
  content: 'zurück';
  position: absolut;
  margin-top: -22px;
  color: #999;
  margin-left: 40px;
  text-decoration: none !important;
}

/* Formulare */
#content-main label {
  /* 	display: none; */
}

#content-main #ul-user label {
  display: inherit;
}

#content-main .offset-bottom {
  margin-bottom: 60px;
}

#content-main .offset-bottom-small {
  margin-bottom: 30px;
}

#content-main .offset-top {
  margin-top: 60px;
}

#content-main .offset-top-medium {
  margin-top: 30px;
}

#content-main .offset-top-small {
  margin-top: 15px;
}

.input-group .form_space_corner {
  display: block;
  width: 3px;
  height: 5px;
  background: #fff;
  position: relative;
  margin-left: -3px;
  display: block;
  left: 2;
  z-index: 200;
  margin-top: 1px;
}

.input-group .form_space_corner.low {
  margin-top: 1.5em;
}

/* wofür war das gedacht? i dont know... macht Probleme im Firefox */
/* input:-webkit-autofill, */
/* input:-webkit-autofill:hover, */
/* input:-webkit-autofill:focus, */
/* input:-webkit-autofill:active, */
/* input:-webkit-autofill, */

#content-main textarea,
#content-main input[type='password'],
#content-main input[type='radio'],
/* #content-main input[type='checkbox'], */
#content-main select,
#content-main input[type='email'],
#content-main input[type='text'],
#content-main input[type='date'],
#content-main input[type='number'],
#finder-field {
  /* 	-webkit-text-fill-color: yellow !important; */
  background-color: #f0f9f8;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c0d6cf !important;
  min-height: 50px !important;
  border-radius: 0 !important;
  padding-left: 10px;
}

/* .bg-lightblue input:-webkit-autofill, */
/* .bg-lightblue input:-webkit-autofill:hover, */
/* .bg-lightblue input:-webkit-autofill:focus, */
/* .bg-lightblue input:-webkit-autofill:active, */
/* .bg-lightblue input:-webkit-autofill, */

#content-main .bg-lightblue textarea,
#content-main .bg-lightblue input[type='password'],
#content-main .bg-lightblue input[type='radio'],
#content-main .bg-lightblue input[type='checkbox'],
#content-main .bg-lightblue select,
#content-main .bg-lightblue input[type='email'],
#content-main .bg-lightblue input[type='text'] {
  /* 	-webkit-text-fill-color: yellow !important; */
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  border: 1px solid #c0d6cf !important;
  min-height: 25px;
  border-radius: 0 !important;
  padding: 0 12px;
  height: 30px;
  line-height: 1.6em;
}

#wrapper #content-main input[disabled='disabled'],
#wrapper #content-main input[disabled] {
  background-color: #eee !important;
  box-shadow: none;
}

#content-main .bg-lightblue textarea {
  height: auto;
}

.smallFont,
.small_labels label {
  font-size: 12px;
}

.bg-lightblue .form-group {
  margin-bottom: 0rem;
}

#content-main input[type='radio'],
#content-main input[type='checkbox'] {
  min-height: 1px;
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
}

#content-main input[type='radio'],
#content-main input[type='checkbox'],
#content-main select {
  -webkit-box-shadow: inherit !important;
}

#content-main hr {
  border-bottom: 1px solid #aaaaa0 !important;
  max-width: 1210px;
  border-top: 0;
}

#content-main .price_calculation hr {
  border-color: #191d37 !important;
}

#content-main .cl-red {
  display: none;
}

/* Formular Fehler */
#wrapper select.alertFocus,
#wrapper select.alertFocus,
#wrapper input.alertFocus {
  border: 1px solid red !important;
}
#wrapper .custom-switch.alertFocus .custom-control-label::before {
  border: 2px solid red !important;
  box-shadow: 3px 1px 7px red !important;
}

.custom-switch {
  padding-left: 15px;
}

.progress {
  margin-top: 60px;
  margin-bottom: 60px;

  height: 30px;

  font-size: 1em;
  background-color: #ebe7e4;
  border-radius: 0;
}

.progress .progress-bar {
  background-color: #122e5d;
}

label.radio-inline {
  display: inline !important;
  padding-right: 15px;
}

.adress_block {
  padding: 20px;
  float: left;
}

#wrapper .cp-left-large {
  padding-left: 75px !important;
}

#wrapper .cp-left-large .position_outside {
  position: absolute;
  margin-left: -50px;
}

#wrapper .cp-left-large .position_text {
  position: absolute;
  margin-left: -90px;
  font-size: 10px;
}

#wrapper .row.cp-left-large {
  padding-left: 50px !important;
}

#wrapper .cp-left-large .position_outside strong {
  text-indent: 20px;
}

.cp-right-medium {
  padding-right: 50px;
}

.delete-icon-formrow {
  position: absolute;
  right: -20px;
  cursor: pointer;
}

/* ticker */

#newsticker {
  overflow: hidden;
}

#wrapper .simple-marquee-container {
  background: transparent;
  height: 2em;
}

#wrapper .simple-marquee-container * {
  font-family: inherit;
  font-weight: 600;
  box-shadow: none;
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 30px;
  padding-left: 100%;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 22px;
  color: #212746;
  font-weight: 800;
  text-transform: uppercase;
}

/* ######### MOBILE  ################ */

@media only screen and (max-width: 1199px) {
  /* formulare mobil */
  .form-group.row .col-sm-9 .custom-control {
    margin-left: -8% !important;
  }

  .category_block {
    width: 20%;
    min-height: 170px;
    font-size: 17px;
    padding-right: 1%;
    margin-bottom: 20px;
  }

  /* Tabellen Anpassung in Mobile */
  .list-seminare .row_icon_arrow {
    position: absolute;
    left: auto;
    bottom: 0;
    transform: rotate(-90deg);
    right: 22px;
  }
  .list-seminare .location,
  .list-seminare .date,
  .list-seminare .referent {
    padding-left: 30px !important;
  }
  .list-seminare .title,
  .list-seminare .location,
  .list-seminare .date,
  .list-seminare .referent {
    border-left: none !important;
    border-right: none !important;
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 900px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-dark .navbar-brand {
    max-width: 70%;
  }

  h1 {
    font-weight: 300;
    font-size: 33px;
    line-height: 1.3em;
  }

  h2,
  .slider_title {
    font-size: 33px;
    line-height: 1.3em;
  }

  h3 {
    line-height: 1.3em !important;
    font-size: 22px !important;
  }

  #wrapper .large_text p *,
  .large_text p *,
  .large_text p,
  .large_text {
    font-size: 18px !important;
    line-height: 1.3em !important;
  }

  .navbar-collapse li {
    border-top: 2px solid #ebe7e4;
  }

  .finderblock {
    margin-bottom: 20px;
  }

  /* finder */
  .input-group-append,
  .input-group-prepend {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin-top: 10px;
  }

  .finder_tabs .nav-item {
    margin-left: 5px;
    margin-right: 5px;
  }

  /* categorys */
  .category_block {
    width: 50%;
  }

  /* slider */
  .carousel-caption {
    position: static !important;
    background: #ebe7e4;
    display: block !important;
    color: #122e5d !important;
  }

  #slider-container {
    background: #ebe7e4;
  }

  /* header */
  #searchbar {
    margin-bottom: 35px;
  }

  /* footer */
  .footermap {
    max-width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .footer_subline img {
    margin-top: 0px;
  }

  .footer_subline {
    margin-top: 50px;
  }

  /* formulare mobil */
  .form-group.row .col-sm-9 .custom-control {
    margin-left: -7% !important;
  }

  /* seminare liste tabellenoptimierung */
  .title_row {
    display: none !important;
  }

  /* 	.list-seminare .row *{ */
  /* 		text-align: left; */
  /* 	} */

  /* Buchungsformularfelder */

  .form-group.row .input-group .form-control {
    display: block;
    flex: none;
    width: 100%;
    margin-bottom: 7px;
  }
  #wrapper .cp-left-large .position_outside {
    position: relative;
    margin-left: 20px;
    margin-bottom: 31px;
  }

  #wrapper .cp-left-large {
    padding-left: 20px !important;
  }

  /* referenten infos */
  .showReferentInfos {
    position: absolute;
    left: 47%;
    bottom: -6px;
    border-top: solid 7px #fff;
    border-bottom: solid 18px #fff;
  }
}

@media only screen and (max-width: 570px) {
  .back_btn_icon {
    padding-left: 20px;
  }

  /* finder */
  .finder_tabs .my_icon {
    width: 35px;
    height: 22px;
  }
  #finder .nav-tabs {
    /* 		margin: 0 -6.8%; */
  }

  .finder_tabs .nav-item {
    margin-left: 1%;
    margin-right: 1%;
    width: 22.74%;
  }

  .finder_tabs .nav-item:first-child {
    margin-left: 0%;
  }
  .finder_tabs .nav-item:last-child {
    margin-right: 0%;
  }

  #finder .nav-tabs a:first-child,
  .finder_tabs .nav-link {
    padding: 8px !important;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
  }
  #finder .finder_tabs .nav-link.active {
    padding: 8px !important;
  }

  /* categorys */
  .category_block {
    width: 100%;
  }

  #cookiewarning {
    top: 8% !important;
  }

  #cookiewarning_wrapper {
    max-height: 100%;
    overflow: scroll;
  }

  .carousel-indicators li {
    width: 4px !important;
    height: 4px !important;
    margin-left: 6px;
  }

  .carousel-indicators li.active {
    width: 8px !important;
    height: 8px !important;
    position: relative;
    top: -2px;
  }

  .buchungsangabe_infozeile .custom-switch,
  #wrapper .row.cp-left-large {
    padding-left: 0px !important;
  }

  #wrapper .row.cp-left-large .position_outside {
    margin-left: 0px !important;
  }

  .mobile_switch_padding_increase .custom-switch {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 470px) {
  .finder_tabs .nav-item {
    width: 22.72%;
  }
}

@media only screen and (max-width: 455px) {
  .finder_tabs .nav-item {
    width: 22.6%;
  }
}

@media only screen and (max-width: 400px) {
  .finder_tabs .nav-item {
    width: 22.52%;
  }
}

@media only screen and (max-width: 370px) {
  .finder_tabs .nav-item {
    width: 22.42%;
  }
}

@media only screen and (max-width: 340px) {
  .finder_tabs .nav-item {
    width: 22.32%;
  }
}

.pdfobject-container {
  height: 30rem;
  border: 1rem solid rgba(0, 0, 0, 0.1);
}

#cookiewarning_wrapper {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}

#cookiewarning {
  background-color: #668f95 !important;
  max-width: 100%;
  padding: 8px;
  z-index: 999;
  top: 20%;
  opacity: 1;
  position: relative;
  margin: auto;
  width: 440px;
}

#cookiewarning1 {
  background-color: #7dacb3 !important;
}

#cookie_modal .modal-content {
  background-color: #668f95 !important;
  border: 1px solid white;
  color: white;
}

#cookie_modal .modal-header,
#cookie_modal .modal-body,
#cookie_modal .modal-footer {
  border: 0px solid white;
}

.fett {
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}

/* Video Sound */

#mute-obj {
  margin-top: -10px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px;
  color: #fff;
  background-color: rgb(0, 70, 0);

  cursor: pointer;
}
#mute-obj img {
  height: 18px;
  width: 18px;
}
.muted {
  background-color: #011330 !important;
}

/* Login */

#user_remember_me {
  margin-right: 10px;
}
