/*  Extra-Stylesheet für index-page  */

/*  INHALT - Styles und Formatierung für den Inhaltsbereich (= alles zwischen header und footer)  */

#elm_first {
grid-area: ho1 / ve1 / ho2 / ve7;
}
#elm_02 {
grid-area: ho2 / ve1 / ho3 / ve7;
}
#elm_03 {
grid-area: ho3 / ve1 / ho4 / ve7;
}
#elm_04 {
grid-area: ho4 / ve1 / ho5 / ve7;
}
#elm_05 {
grid-area: ho5 / ve1 / ho6 / ve7;
}
#elm_07 {
grid-area: ho6 / ve1 / ho7 / ve7;
}
#elm_last {
grid-area: ho8 / ve1 / ho9 / ve7;
}
.c_team_pic {
	float: right;
   width: 100%;
	max-width: 27em;
   height: auto;
	margin-top: 0.4em;
}
.exilog {
	width: 60%;
}

/* ================  LAYOUT-Anpassungen für schmalere Bildschirme, Tablets und Handys  ======================== */

@media screen and (max-width: 74rem) {
.exilog {
	width: 65%;
}

}

/*  ab hier Anpassungen für Smartphones etc.  */

@media screen and (max-width: 44rem) {

.c_team_pic {
max-width: none;
}
.exilog {
	width: 100%;
}

}

