.ibh-seminars-overview,
.ibh-seminar-detail {
	max-width: 1080px;
	margin: 0 auto;
	padding: 28px 0 70px;
	color: #606166;
	font-family: Roboto, Arial, sans-serif;
}

.page-id-227 #sidebar,
.ibh-seminar-single #sidebar {
	display: none;
}

.page-id-227 #left-area,
.ibh-seminar-single #left-area {
	float: none;
	width: 100%;
	padding: 0 !important;
}

.page-id-227 #main-content,
.ibh-seminar-single #main-content {
	background: #f2f2f2;
}

.page-id-227 #main-content .container:before,
.ibh-seminar-single #main-content .container:before {
	display: none;
}

.page-id-227 #main-content .et_pb_section {
	background: transparent !important;
	padding-top: 0 !important;
}

.page-id-227 #main-content .et_pb_row {
	width: 100% !important;
	max-width: 1080px !important;
	padding: 0 !important;
}

.ibh-seminar-category {
	margin-bottom: 32px;
	padding-bottom: 0;
	border-bottom: 0;
}

.ibh-seminar-category h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 28px;
	font-size: 24px;
	font-weight: 700;
}

.ibh-seminar-category h2 span,
.ibh-seminar-detail-code {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.08em;
}

.ibh-seminar-category h2 span {
	display: inline-flex;
	min-width: 50px;
	height: 44px;
	align-items: center;
	justify-content: center;
	background: var(--ibh-seminar-color);
	color: #fff;
	line-height: 1;
}

.ibh-seminar-category h2 strong {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 0 13px;
	background: #eeeeee;
	color: #606166;
	font-weight: 700;
}

.ibh-seminar-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 30px;
}

.ibh-seminar-card {
	position: relative;
	min-width: 0;
	padding-bottom: 34px;
}

.ibh-seminar-card:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: var(--ibh-seminar-color);
}

.ibh-seminar-card-link {
	display: block;
	color: #606166;
	text-decoration: none;
}

.ibh-seminar-card-visual {
	position: relative;
	height: auto !important;
	aspect-ratio: 360 / 241;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.ibh-seminar-card-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
}

.ibh-seminar-card-icon {
	flex: 0 0 84px;
	width: 84px;
	height: 84px;
	object-fit: cover;
}

.ibh-seminar-card-title {
	display: flex;
	width: calc(100% - 92px);
	min-width: 0;
	flex-direction: column;
	gap: 0;
	padding: 0;
	overflow: hidden;
}

.ibh-seminar-card-title strong,
.ibh-seminar-card-title span {
	display: block;
	box-sizing: border-box;
	height: 42px;
	max-width: 100%;
	margin: 0;
	padding: 0 10px;
	overflow: hidden;
	background: #56575b;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 42px;
	white-space: nowrap;
	text-overflow: clip;
}

.ibh-seminar-card-title strong {
	background: var(--ibh-seminar-color);
	text-transform: uppercase;
}

.ibh-seminar-card p {
	display: -webkit-box;
	height: 66px;
	min-height: 0;
	margin: 10px 44px 0 0;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ibh-seminar-card-plus {
	position: absolute;
	right: 8px;
	bottom: 20px;
	display: flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #a7a8aa;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

body.home #main-content .et_pb_row {
	width: 1110px !important;
	max-width: 1110px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.ibh-home-seminars {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0 0 34px;
	background: #fff;
	color: #606166;
	font-family: Roboto, Arial, sans-serif;
}

.ibh-home-seminars-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 35px;
}

.ibh-home-seminars-title {
	display: flex;
	align-items: flex-start;
}

.ibh-home-seminars-icon {
	display: flex;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: center;
	background: #616266;
	color: #fff;
}

.ibh-home-seminars-icon svg {
	width: 40px;
	height: 40px;
}

.ibh-home-seminars-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 8px;
}

.ibh-home-seminars-copy strong,
.ibh-home-seminars-copy em {
	display: inline-flex;
	min-height: 27px;
	align-items: center;
	padding: 0 8px;
	background: #616266;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.ibh-home-seminars-copy em {
	font-weight: 400;
}

.ibh-home-seminars-all {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-top: 18px;
	color: #85868a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.ibh-home-seminars-all b {
	display: flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #bfc0c2;
	color: #fff;
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
}

.ibh-home-seminars-all:hover {
	color: #606166;
}

.ibh-home-seminars-list {
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 0 35px 0 64px;
}

.ibh-home-seminar-row {
	display: grid;
	grid-template-columns: 248px minmax(260px, 1fr) 168px 130px;
	align-items: stretch;
	color: #606166;
	text-decoration: none;
}

.ibh-home-seminar-name {
	display: flex;
	min-height: 37px;
	align-items: center;
	padding: 0 12px;
	overflow: hidden;
	background: var(--ibh-seminar-color);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}

.ibh-home-seminar-text,
.ibh-home-seminar-date,
.ibh-home-seminar-location {
	display: flex;
	min-width: 0;
	align-items: center;
	min-height: 37px;
	font-size: 16px;
	line-height: 18px;
}

.ibh-home-seminar-text {
	padding: 0 14px;
}

.ibh-home-seminar-date,
.ibh-home-seminar-location {
	padding: 0 8px;
	border-left: 2px solid var(--ibh-seminar-color);
	font-weight: 700;
}

.ibh-home-seminar-location {
	font-weight: 400;
}

.ibh-home-seminar-row:hover .ibh-home-seminar-name {
	filter: brightness(.94);
}

body.home .ibh-shortcode-partners {
	width: 100%;
	margin-top: 36px;
	margin-bottom: 18px;
}

body.home .ibh-shortcode-partners h2 {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	margin: 0 0 28px;
	padding: 0 12px;
	background: #616266;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.ibh-seminar-single #main-content .container {
	width: 1080px;
	max-width: 1080px;
}

.ibh-seminar-single article,
.ibh-seminar-single .entry-content {
	width: 100%;
	max-width: none;
}

.ibh-seminar-single article > .et_post_meta_wrapper {
	display: none;
}

.ibh-seminar-single .entry-content {
	padding-top: 0 !important;
}

.ibh-seminar-detail {
	padding-top: 6px;
	padding-bottom: 80px;
}

.ibh-seminar-back {
	display: inline-block;
	margin-bottom: 22px;
	color: #606166;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
	text-decoration: none;
	text-transform: uppercase;
}

.ibh-seminar-back:hover {
	color: var(--ibh-seminar-color);
}

.ibh-seminar-booking-notice {
	margin: 0 0 18px;
	padding: 13px 16px;
	border-left: 5px solid var(--ibh-seminar-color);
	background: #fff;
	color: #606166;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.ibh-seminar-booking-notice.is-error {
	border-left-color: #db2c2c;
}

.ibh-seminar-detail-head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 34px;
}

.ibh-seminar-detail-code {
	display: flex;
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	align-items: center;
	justify-content: center;
	background: var(--ibh-seminar-color);
	color: #fff;
	font-size: 38px;
	line-height: 1;
}

.ibh-seminar-detail-title {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 0;
}

.ibh-seminar-detail-title h1,
.ibh-seminar-detail-title p {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	font-size: 0;
	line-height: 0;
}

.ibh-seminar-detail-title h1 span,
.ibh-seminar-detail-title p span {
	display: inline-block;
	max-width: 100%;
	padding: 6.5px;
	overflow: hidden;
	background: #616266;
	color: #fff;
	font-size: 40px;
	font-weight: 100;
	line-height: 46.6667px;
	white-space: nowrap;
	text-overflow: clip;
	vertical-align: top;
}

.ibh-seminar-detail-title h1 span {
	background: #616266;
}

.ibh-seminar-detail-copy {
	font-size: 17px;
	line-height: 1.43;
}

.ibh-seminar-detail-copy:after {
	content: "";
	display: table;
	clear: both;
}

.ibh-seminar-detail h2,
.ibh-seminar-detail h3 {
	margin: 0 0 16px;
	color: #606166;
	font-weight: 700;
	line-height: 1.1;
}

.ibh-seminar-detail h2 {
	font-size: 30px;
}

.ibh-seminar-detail h3 {
	font-size: 26px;
}

.ibh-seminar-detail p {
	margin: 0 0 14px;
}

.ibh-seminar-detail-image {
	float: left;
	width: 350px;
	max-width: 45%;
	height: auto;
	margin: 5px 24px 16px 0;
}

.ibh-seminar-detail-contents {
	clear: both;
	margin-top: 26px;
	font-size: 17px;
	line-height: 1.45;
}

.ibh-seminar-detail-contents ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.ibh-seminar-detail-contents li {
	position: relative;
	margin: 0 0 7px;
	padding-left: 28px;
	list-style: none !important;
}

.ibh-seminar-detail-contents li:before {
	content: "";
	position: absolute;
	top: .62em;
	left: 2px;
	width: 6px;
	height: 6px;
	background: #2f7866;
}

.ibh-seminar-detail-tip {
	clear: both;
	position: relative;
	display: flex;
	min-height: 56px;
	align-items: center;
	margin: 28px 0 30px;
	padding: 0 18px 0 66px;
	background: transparent;
	border-left: 0;
	color: var(--ibh-seminar-color);
	font-size: 17px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.25;
}

.ibh-seminar-detail-tip:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: var(--ibh-seminar-color);
}

.ibh-seminar-detail-tip:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 66px;
	border-top: 1px dashed var(--ibh-seminar-color);
	border-bottom: 1px dashed var(--ibh-seminar-color);
	pointer-events: none;
}

.ibh-seminar-detail-tip .ibh-seminar-icon-warning,
.ibh-seminar-detail-tip svg {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 36px;
	height: 36px;
	color: #fff;
}

.ibh-seminar-actions {
	clear: both;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin: 34px 0 25px;
}

.ibh-seminar-action {
	display: flex;
	width: 254px;
	min-height: 76px;
	align-items: center;
	justify-content: flex-start;
	gap: 17px;
	padding: 0 18px;
	background: var(--ibh-seminar-color);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.12;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.ibh-seminar-action-icon {
	display: flex;
	flex: 0 0 66px;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.ibh-seminar-action-icon svg {
	width: 62px;
	height: 62px;
}

.ibh-seminar-action-text {
	display: block;
	flex: 1 1 auto;
}

.ibh-seminar-action:hover {
	color: #fff;
	opacity: .92;
}

.ibh-seminar-dates {
	clear: both;
	margin-top: 28px;
}

.ibh-seminar-date-icons,
.ibh-seminar-date-row {
	display: grid;
	grid-template-columns: 2fr 1fr .7fr 1fr 1.45fr;
	align-items: stretch;
}

.ibh-seminar-date-icons {
	min-height: 64px;
	padding: 0 16px 8px;
	color: var(--ibh-seminar-color);
	font-size: 0;
	align-items: end;
	text-align: center;
}

.ibh-seminar-date-icons span {
	display: flex;
	min-width: 0;
	align-items: end;
	justify-content: center;
}

.ibh-seminar-date-icons span:first-child {
	justify-content: flex-start;
}

.ibh-seminar-date-icons svg {
	width: 38px;
	height: 38px;
}

.ibh-seminar-date-icons .ibh-seminar-icon-euro {
	width: 54px;
	height: 42px;
}

.ibh-seminar-date-row {
	min-height: 55px;
	background: #fff;
	border-bottom: 1px solid #ededed;
	color: #606166;
}

.ibh-seminar-date-row:nth-child(odd) {
	background: #fcfcfc;
}

.ibh-seminar-date-cell {
	display: flex;
	min-width: 0;
	align-items: center;
	padding: 8px 16px;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
}

.ibh-seminar-date-main {
	font-weight: 700;
}

.ibh-seminar-date-price {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.ibh-seminar-date-price small {
	display: none;
	margin-top: 2px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.ibh-seminar-date-time {
	font-weight: 500;
}

.ibh-seminar-date-register {
	padding: 0 0 0 16px;
}

.ibh-seminar-register-button,
.ibh-seminar-date-register button {
	display: flex;
	width: 100%;
	min-height: 55px;
	align-items: center;
	justify-content: center;
	gap: 13px;
	border: 0;
	border-radius: 0;
	background: var(--ibh-seminar-color);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	font-family: Roboto, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.ibh-seminar-register-arrow {
	display: flex;
	align-items: center;
}

.ibh-seminar-register-arrow svg {
	width: 22px;
	height: 22px;
}

.ibh-seminar-register-button:hover,
.ibh-seminar-date-register button:hover {
	color: #fff;
	opacity: .92;
}

.ibh-seminar-registration {
	padding-top: 6px;
}

.ibh-seminar-registration .ibh-seminar-back-top {
	float: right;
	margin-top: 86px;
	margin-bottom: 0;
	color: #85868a;
}

.ibh-registration-summary,
.ibh-registration-section,
.ibh-registration-submit {
	clear: both;
	border-top: 1px dashed var(--ibh-seminar-color);
}

.ibh-registration-summary {
	margin-top: 30px;
	border-bottom: 1px dashed var(--ibh-seminar-color);
}

.ibh-registration-summary-icons,
.ibh-registration-summary-row {
	display: grid;
	grid-template-columns: 1.4fr 1.25fr 1.25fr 1fr;
	align-items: center;
}

.ibh-registration-summary-icons {
	min-height: 42px;
	color: var(--ibh-seminar-color);
}

.ibh-registration-summary-icons span {
	display: flex;
	align-items: end;
	justify-content: flex-start;
}

.ibh-registration-summary-icons svg {
	width: 36px;
	height: 36px;
}

.ibh-registration-summary-row {
	min-height: 64px;
	background: #fff;
	color: #606166;
	font-size: 20px;
	line-height: 1.15;
}

.ibh-registration-summary-row strong {
	display: block;
	padding: 10px 8px;
	font-weight: 700;
}

.ibh-registration-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	color: var(--ibh-seminar-color);
}

.ibh-registration-price em {
	color: #606166;
	font-size: 14px;
	font-weight: 600;
}

.ibh-registration-price strong {
	font-size: 21px;
	font-weight: 700;
}

.ibh-registration-form {
	margin: 0;
}

.ibh-registration-section {
	padding: 36px 0 34px;
}

.ibh-registration-section h2,
.ibh-registration-participant h3 {
	margin: 0 0 22px;
	color: #606166;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
}

.ibh-registration-grid {
	display: grid;
	max-width: 540px;
	grid-template-columns: 1fr 160px;
	gap: 26px 30px;
}

.ibh-registration-grid .is-wide {
	grid-column: 1 / -1;
}

.ibh-registration-grid input,
.ibh-registration-grid select,
.ibh-registration-salutation input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	border: 2px solid #d0d0d0;
	border-radius: 0;
	background: #fff;
	color: #606166;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 16px;
}

.ibh-registration-grid select {
	appearance: auto;
}

.ibh-registration-grid input::placeholder {
	color: #96979a;
	opacity: 1;
}

.ibh-registration-salutation {
	display: grid;
	max-width: 540px;
	grid-template-columns: 112px 112px 1fr;
	align-items: center;
	gap: 31px;
	margin-bottom: 26px;
	color: #606166;
	font-size: 20px;
	font-weight: 500;
}

.ibh-registration-salutation label {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ibh-registration-salutation input[type="radio"] {
	width: 24px;
	height: 24px;
	accent-color: var(--ibh-seminar-color);
}

.ibh-registration-salutation label:last-child {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 26px;
}

.ibh-registration-participant {
	padding-bottom: 34px;
	border-bottom: 1px dashed var(--ibh-seminar-color);
}

.ibh-registration-participant + .ibh-registration-participant,
.ibh-registration-info + .ibh-registration-participant {
	margin-top: 34px;
}

.ibh-registration-info {
	position: relative;
	display: flex;
	min-height: 56px;
	align-items: center;
	margin: 26px 0 30px;
	padding-left: 66px;
	color: var(--ibh-seminar-color);
	font-size: 17px;
	font-style: italic;
	line-height: 1.25;
}

.ibh-registration-info:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: var(--ibh-seminar-color);
}

.ibh-registration-info:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 66px;
	border-top: 1px dashed var(--ibh-seminar-color);
	border-bottom: 1px dashed var(--ibh-seminar-color);
	pointer-events: none;
}

.ibh-registration-info svg {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	width: 36px;
	height: 36px;
	color: #fff;
}

.ibh-registration-add,
.ibh-registration-remove {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	border: 0;
	border-radius: 0;
	background: #616266;
	color: #fff;
	cursor: pointer;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.ibh-registration-add {
	padding: 0 15px;
}

.ibh-registration-add span {
	font-size: 28px;
	line-height: 1;
}

.ibh-registration-remove {
	margin-top: 28px;
	padding: 0 16px;
	background: #c9c9ca;
}

.ibh-registration-bgw-help {
	max-width: 780px;
	margin-top: 22px;
	padding: 16px 18px;
	border-left: 5px solid var(--ibh-seminar-color);
	background: #fff;
	color: #606166;
	font-size: 15px;
	line-height: 1.35;
}

.ibh-registration-bgw-help strong {
	display: block;
	margin-bottom: 7px;
	color: #606166;
	font-weight: 700;
}

.ibh-registration-bgw-help p {
	margin: 0 0 8px;
}

.ibh-registration-followup-note {
	position: relative;
	display: flex;
	max-width: 900px;
	min-height: 56px;
	align-items: center;
	margin-top: 24px;
	padding-left: 66px;
	color: var(--ibh-seminar-color);
	font-size: 16px;
	font-style: italic;
	line-height: 1.25;
}

.ibh-registration-followup-note:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: var(--ibh-seminar-color);
}

.ibh-registration-followup-note svg {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	width: 36px;
	height: 36px;
	color: #fff;
}

.ibh-registration-followup-note a {
	color: var(--ibh-seminar-color);
	font-weight: 700;
	text-decoration: underline;
}

.ibh-registration-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	color: #606166;
	font-size: 17px;
	font-weight: 700;
}

.ibh-registration-checkbox input {
	width: 22px;
	height: 22px;
	accent-color: var(--ibh-seminar-color);
}

.ibh-registration-acceptance .ibh-registration-checkbox {
	display: flex;
	max-width: 880px;
	margin-top: 14px;
	line-height: 1.35;
}

.ibh-registration-acceptance .ibh-registration-checkbox[hidden] {
	display: none !important;
}

.ibh-registration-acceptance .ibh-registration-checkbox:first-of-type {
	margin-top: 0;
}

.ibh-registration-acceptance .ibh-registration-checkbox a {
	color: var(--ibh-seminar-color);
	text-decoration: underline;
}

.ibh-seminar-registration.is-entrepreneur-participates .ibh-registration-participants [data-participant],
.ibh-seminar-registration.is-entrepreneur-participates .ibh-registration-participants .ibh-registration-info,
.ibh-seminar-registration.is-entrepreneur-participates .ibh-registration-participants .ibh-registration-add {
	display: none;
}

.ibh-seminar-registration.is-entrepreneur-participates .ibh-registration-participants:after {
	content: "Der Unternehmer wird als Seminarteilnehmer übernommen.";
	display: block;
	color: #606166;
	font-size: 16px;
	font-weight: 700;
}

.ibh-registration-submit {
	padding: 32px 0 0;
	text-align: center;
}

.ibh-registration-submit button {
	min-width: 290px;
	min-height: 86px;
	border: 0;
	border-radius: 0;
	background: var(--ibh-seminar-color);
	color: #fff;
	cursor: pointer;
	font-family: Roboto, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.ibh-seminar-back-bottom {
	margin-top: 34px;
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	body.home #main-content .et_pb_row {
		width: 910px !important;
		max-width: 910px !important;
	}

	.page-id-227 #main-content .et_pb_row,
	.page-id-227 .ibh-seminars-overview,
	.ibh-seminar-single #main-content .container,
	.ibh-seminar-detail {
		width: 90% !important;
		max-width: 1080px !important;
	}

	.page-id-227 #main-content .et_pb_row,
	.page-id-227 .ibh-seminars-overview {
		width: 100% !important;
	}

	.ibh-seminar-grid {
		gap: 28px;
	}

	.ibh-seminar-card-title strong,
	.ibh-seminar-card-title span {
		font-size: 15px;
	}
}

@media (max-width: 980px) {
	body.home #main-content .et_pb_row {
		width: 690px !important;
		max-width: 690px !important;
	}

	.page-id-227 .ibh-seminars-overview {
		padding-top: 24px;
	}

	.ibh-home-seminars-list {
		padding: 0 24px;
	}

	.ibh-home-seminar-row {
		grid-template-columns: 220px minmax(180px, 1fr) 132px 104px;
	}

	.ibh-home-seminar-name,
	.ibh-home-seminar-text,
	.ibh-home-seminar-date,
	.ibh-home-seminar-location {
		font-size: 14px;
	}

	.ibh-seminar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ibh-seminar-card-title strong,
	.ibh-seminar-card-title span {
		font-size: 16px;
	}

	.ibh-seminar-date-icons {
		display: none;
	}

	.ibh-seminar-date-row {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 12px;
		border-bottom: 0;
	}

	.ibh-seminar-date-register {
		grid-column: 1 / -1;
		padding: 0;
	}

	.ibh-seminar-date-price small {
		display: block;
	}

	.ibh-seminar-detail-code {
		flex-basis: 96px;
		width: 96px;
		height: 96px;
		font-size: 35px;
	}

	.ibh-seminar-detail-title h1 span,
	.ibh-seminar-detail-title p span {
		font-size: 32px;
		line-height: 38px;
	}
}

@media (max-width: 700px) {
	body.home #main-content .et_pb_row {
		width: calc(100% - 30px) !important;
		max-width: none !important;
	}

	.ibh-home-seminars {
		padding-bottom: 26px;
	}

	.ibh-home-seminars-head {
		gap: 14px;
		margin-bottom: 22px;
	}

	.ibh-home-seminars-all span {
		display: none;
	}

	.ibh-home-seminars-list {
		gap: 14px;
		padding: 0 15px;
	}

	.ibh-home-seminar-row {
		grid-template-columns: 1fr 1fr;
		background: #f6f6f6;
	}

	.ibh-home-seminar-name,
	.ibh-home-seminar-text {
		grid-column: 1 / -1;
	}

	.ibh-home-seminar-text {
		min-height: 0;
		padding: 10px 12px;
	}

	.ibh-home-seminar-date,
	.ibh-home-seminar-location {
		padding: 9px 12px;
		border-top: 1px solid #fff;
	}

	.ibh-seminar-detail-head {
		gap: 7px;
	}

	.ibh-seminar-detail-code {
		flex-basis: 74px;
		width: 74px;
		height: 74px;
		font-size: 28px;
	}

	.ibh-seminar-detail-title h1 span,
	.ibh-seminar-detail-title p span {
		max-width: calc(100vw - 128px);
		font-size: 23px;
		line-height: 29px;
	}

	.ibh-seminar-detail-image {
		float: none;
		width: 100%;
		max-width: none;
		margin: 0 0 18px;
	}

	.ibh-seminar-actions {
		justify-content: stretch;
	}

	.ibh-seminar-action {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.page-id-227 #main-content .container {
		width: calc(100% - 30px) !important;
		max-width: none !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.page-id-227 #main-content #left-area {
		width: 100% !important;
	}

	.page-id-227 #main-content .container .et_pb_section {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.page-id-227 #main-content .container .et_pb_row,
	.page-id-227 #main-content .container .ibh-seminars-overview,
	.ibh-seminar-single #main-content .container,
	.ibh-seminar-detail {
		width: 100% !important;
		max-width: none !important;
	}

	.ibh-seminar-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ibh-seminar-card {
		width: 100%;
	}

	.ibh-seminar-card-title strong,
	.ibh-seminar-card-title span {
		padding: 0 8px;
		font-size: 14px;
	}

	.ibh-seminar-card p {
		height: 66px;
	}

	.ibh-seminar-category h2 {
		font-size: 22px;
	}

	.ibh-seminar-category h2 span {
		min-width: 48px;
		height: 40px;
	}

	.ibh-seminar-category h2 strong {
		min-height: 40px;
	}

	.ibh-seminar-detail {
		padding-top: 24px;
	}

	.ibh-seminar-detail h2 {
		font-size: 26px;
	}

	.ibh-seminar-actions,
	.ibh-seminar-date-row {
		display: block;
	}

	.ibh-seminar-action {
		width: 100%;
		margin-bottom: 8px;
	}

	.ibh-seminar-date-cell {
		padding: 9px 12px;
		font-size: 17px;
	}

	.ibh-seminar-date-cell:before {
		display: inline-block;
		min-width: 88px;
		margin-right: 10px;
		color: #606166;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.ibh-seminar-date-main:before {
		content: "Datum";
	}

	.ibh-seminar-date-row .ibh-seminar-date-cell:nth-child(2):before {
		content: "Ort";
	}

	.ibh-seminar-date-price:before {
		content: "Preis";
	}

	.ibh-seminar-date-time:before {
		content: "Zeit";
	}

	.ibh-seminar-date-price {
		display: flex;
		align-items: center;
		text-align: left;
	}

	.ibh-seminar-date-register button {
		min-height: 48px;
	}

	.ibh-seminar-register-button {
		min-height: 48px;
	}

	.ibh-seminar-registration .ibh-seminar-back-top {
		float: none;
		margin-top: 0;
		margin-bottom: 18px;
	}

	.ibh-registration-summary-icons {
		display: none;
	}

	.ibh-registration-summary-row {
		display: block;
		padding: 8px 0;
	}

	.ibh-registration-summary-row strong {
		padding: 6px 12px;
		font-size: 17px;
	}

	.ibh-registration-price {
		display: block;
		padding: 12px;
	}

	.ibh-registration-price strong {
		display: block;
		margin-top: 8px;
	}

	.ibh-registration-grid,
	.ibh-registration-salutation {
		grid-template-columns: 1fr;
		max-width: none;
		gap: 14px;
	}

	.ibh-registration-salutation label:last-child {
		grid-template-columns: 48px 1fr;
		gap: 12px;
	}

	.ibh-registration-info {
		align-items: flex-start;
		padding-top: 8px;
		font-size: 15px;
	}

	.ibh-registration-submit button {
		width: 100%;
		min-width: 0;
		min-height: 64px;
	}
}
