/* Content */
.difp-patient .difp-produktinformation {
	display: none !important;
}
.difp-patient .difp-produktbeschreibung {
	--awb-width-large: 100% !important;
	--awb-width-medium: 100% !important;
	--awb-padding-right: unset !important;
}
.difp-patient .fusion-layout-column.difp-produktbeschreibung .fusion-column-wrapper {
	padding-right: 0;
}

/* Popup */
.difp-modal {
	background-color: rgba(0,0,0,.3);
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 29997;
}
.difp-modal-open .difp-modal {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.difp-modal-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	background-color: #fff;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: auto;
	height: 100%;
	margin: 4rem;
	max-height: max(100%,540px);
	max-height: max(60%,540px);
	max-width: 33.75rem;
	max-width: min(95%,60rem);
	overflow: auto;
	padding: 1.5rem;
	position: absolute;
	text-align: left;
	width: calc(100% - 4rem*2);
	width: 100%;
	z-index: 29998;
	
	box-sizing: border-box;
}
.difp-modal-content {
	height: auto;
	max-height: 100%;
}
.difp-modal-content {
	padding: 2rem;
}

.difp-modal-content .difp-text p {
	margin-top: 0;
}

.difp-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	
	z-index: 29999;
}
@media screen and (max-width: 600px) {
	.difp-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.difp-buttons .difp-button-box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	text-align: center;
	width: 100%;
}

.difp-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px; /* .625rem */
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 700;
	margin: 1rem 1rem 0 0;
	outline: none;
	padding: .5rem 1.25rem;

	box-sizing: border-box;
}
.difp-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	text-align: center;
	width: 100%;
}
.difp-button {
	color: #fff;
}

.difp-button,
.difp-button:visited {
	background-color: #00458d; /* color button */
	color: #fff!important;
}
.difp-button:hover,
.difp-button:focus {
	outline: none;
	background-color: #4765b2; /* color button hover */
}
.difp-button {
	cursor: pointer;
	font-weight: 700;
	text-decoration: none;
}
.difp-button span {
	color: inherit;
	display: block;
	font-size: 1rem;
	line-height: 1.1875rem;
	text-align: center;
}