@charset "utf-8";

.start_animation{
	animation: mybg 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

@keyframes mybg {
	0% {opacity: 0;}
	20% {opacity: 0;}
	100% {opacity: 1;}
}
.ahead{
	position: relative; 
	z-index: 1000;
}
.Topics {
	font-size: 1.1em;
	font-weight: bold;
}
.col-md-8.col-sm-8.col-xs-12 p a {
	color: rgba(88,32,19,1.00);
	font-weight: bold;
}
.row .col-md-8.col-sm-8.col-xs-12 p {
	margin-left: 20px;
	margin-right: 21px;
	color: rgba(116,116,116,1.00);
	text-align: left;
	font-weight: light;
}

.row .col-md-8.col-sm-8.col-xs-12 .month {
	color: rgba(102,0,0,1.00);
	font-weight: light;
	font-size: 110%;
}
.row .col-lg-11.col-md-11.col-sm-10.col-xs-10 p {
	margin-top: 10px;
	margin-bottom: 20px;
}
.row .col-lg-1.col-md-1.col-sm-2.col-xs-2 .img-responsive {
	margin-left: 29px;
	padding-top: 16px;
	padding-bottom: 20px;
}


@media (min-width:1200px){
	.row .col-md-8.col-sm-8.col-xs-12 .month {
		font-size: large;
	}
}

@media (min-width:1400px){
.row .col-md-8.col-sm-8.col-xs-12 p {
	font-size: large;
}
}

@media (orientation:portrait){

	#bg {
		background-color: black;
	}
	.container-fluid .content {
		position: relative;
		margin-left: 0px;
		margin-top: 20px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.aesclepios_content_col{
		background-color: black; 
		padding: 20px 20px 20px 20px;
	}
	.headline_1{
		color: grey;
		font-weight: bolder;
		font-size: 1.8em;
	}
	.headline_2{
		color: grey;
		font-weight: bold;
		font-size: 1.3em;
	}
	.headline_3{
		color: grey;
		font-weight: bold;
		font-size: 1.1em;
	}
	.text_1{
		color: grey;
		font-weight: normal;
		font-size: medium;
	}
}
@media (orientation:landscape){
	#bg {
		height: 100vh;
		position: absolute;
		background-image: linear-gradient(#ffffff77, white), url(../images/img_may2021/aesclepios_startseite_portrait_www.jpg);
		background-repeat: no-repeat;
		background-size: 100vw;
		margin: 0;
		width: 100vw;
	}
	#bg2 {
		height: 100vh;
		position: absolute;
		background-image: linear-gradient(#ffffff66, white), url(../images/img_july2021/asclepios_sculpture.jpg);
		background-repeat: no-repeat;
		background-size: 100vw;
		margin: 0;
		width: 100vw;
	}
	.container-fluid .content {
		background-color: transparent;
		position: relative;
		margin-left: 0px;
		margin-top: 5vh;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.aesclepios_content_col{
		background-color: transparent;
		margin-top: 20px;
		padding: 20px 20px 20px 20px;
	}
	.headline_1{
		color: black;
		font-weight: bolder;
		font-size: 1.8em;
	}
	.headline_2{
		color: black;
		font-weight: bold;
		font-size: 1.3em;
	}
	.headline_3{
		color: black;
		font-weight: bold;
		font-size: 1.1em;
	}
	.text_1{
		color: black;
		font-weight: normal;
		font-size: medium;
	}
}
