@charset "utf-8";
/* CSS Document */

#content-histo-ehre-1{
	height: auto;
	padding-top: 0%;
}

#content-histo-ehre-1 h2{
	color: #c70A17;
	font-size: 16px;
}

.flex-content-histo-ehre-1{
	margin-top: 0%;
	margin-bottom: 1%;
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.flex-content-histo-ehre-box-1{
	width: 59%;
	max-width: calc(90% - 40px);
	height: auto;
	background-color: #fff;
	margin-left: 0;
	padding-left: 25px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	display: flex;
	flex-direction: column;
	justify-content: top;
	gap: 10px;
	border: #f5f0e3 solid 1px;
	border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}

.flex-content-histo-ehre-box-1 p1{
	color: #c70a17;
	font-size: 14px;
}

.flex-content-histo-ehre-box-2{
	width: 24%;
	max-width: calc(90% - 40px);
	height: auto;
	background-color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 60px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	display: flex;
	flex-direction: column;
	justify-content: top;
	gap: 10px;
	border: #f5f0e3 solid 1px;
	border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}

.flex-content-histo-ehre-box-2 a{
	color: #000;
}

.flex-content-histo-ehre-box-2 a:hover {
	color: #c70a17;
	text-decoration: underline;
}

.flex-content-histo-ehre-box-2 p1{
	color: #000;
	font-size: 14px;
}

.flex-content-histo-ehre-box-2 p1 a{
	color: #000;
}

.flex-content-histo-ehre-box-2 p1 a:hover {
	color: #c70a17;
	text-decoration: underline;
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait){
.flex-content-histo-ehre-box-1{
	width: 50%;
	max-width: calc(90% - 40px);
	height: auto;
	padding-bottom: 30px;
}
.flex-content-histo-ehre-box-2{
	width: 26%;
	max-width: calc(90% - 40px);
	height: auto;
	padding-left: 40px;
	font-size: 100%;
	padding-bottom: 30px;
}
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape){
.flex-content-histo-ehre-box-1{
	width: 56%;
	max-width: calc(90% - 40px);
	height: auto;
	padding-bottom: 30px;
}
.flex-content-histo-ehre-box-2{
	width: 26%;
	max-width: calc(90% - 40px);
	height: auto;
	padding-left: 50px;
	padding-bottom: 30px;
	font-size: 100%;
}
}

@media only screen and (max-width: 481px){
#content-histo-ehre-1{
	padding-top: 5%;
}

.flex-content-histo-ehre-1{
	padding-bottom: 30px;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.flex-content-histo-ehre-box-1{
	width: 100%;
	max-width: calc(90% - 17px);
	height: auto;
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: top;
	gap: 10px;
	border: #f5f0e3 solid 1px;
	border-radius: 20px;
}
.flex-content-histo-ehre-box-2{
	width: 100%;
	max-width: calc(90% - 17px);
	height: auto;
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	font-size: 100%
	display: flex;
	flex-direction: column;
	justify-content: top;
	gap: 10px;
	border: #f5f0e3 solid 1px;
	border-radius: 20px;
}

}