
/* ------------------------ */
/* ----- Gridelements ----- */
/* ------------------------ */

/* Weltkarte */

.ge-worldmap {
	display: block;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.ge-svg-map {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.ge-map {
	display: none;
	width: 240px;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
	/* border-radius: 10px; */
	overflow: hidden;
}
.ge-map-image {
	padding: 10px 10px 0 10px;
}
.ge-map-text {
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 1.2em;
}
.ge-map-text p {
	padding: 0;
}
.ge-map-title {
	font-size: 24px;
	padding-bottom: 10px;
}
.ge-map-text a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ffcc00;
	color: 000;
	margin-top: 10px;
	text-decoration: none;
	font-size: 16px;
}
.ge-map-text a:hover {
	background: #000;
	color: #fff;
}
#popup-karte-amerika {
	left: 10%;
	top: 20%;
}

#popup-karte-afrika {
	left: 45%;
	bottom: 10%;
}

#popup-karte-eurasien {
	right: 20%;
	top: 10%;
}

#popup-karte-australien {
	right: 15%;
	bottom: 5%;
}

/* 2-spaltig */

.ge-cols_2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
	
.ge-cols_2 .ge-left { flex-basis: 48%; }
.ge-cols_2 .ge-right { flex-basis: 48%; }

.w4060 .ge-left { flex-basis: 38%; }
.w4060 .ge-right { flex-basis: 58%; }
.w6040 .ge-left { flex-basis: 58%; }
.w6040 .ge-right { flex-basis: 38%; }

.w3070 .ge-left { flex-basis: 29%; }
.w3070 .ge-right { flex-basis: 67%; }
.w7030 .ge-left { flex-basis: 67%; }
.w7030 .ge-right { flex-basis: 29%; }

/* 3-spaltig */

.ge-cols_3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.ge-cols_3 .ge-col {
	flex-basis: 31%;
}

.ge-teasers-multicol a {
	text-decoration: none;
}



.ge-teaser-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

.ge-teaser {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	flex-basis: 50%;
}
.ge-teaser-wrap .ge-teaser:nth-child(3n), 
.ge-teaser-wrap .ge-teaser:nth-child(4n) { flex-direction: row-reverse; }
.ge-teaser, .ge-teaser h3, .ge-teaser a { color: #fff; }
.ge-teaser-image {
	flex-basis: 50%;
}
.ge-teaser-text {
	flex-basis: 50%;
	position: relative;
}
.ge-teaser-text:after {
	display: block;
	width: 100%;
	padding-top: 75%;
}
.ge-teaser-text-inner {
	display: block;
	width: 100%;
	padding: 30px 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ge-teaser-text .button-style { margin: 0; }

.ge-teaser-wrap .ge-teaser:nth-child(1n) .ge-teaser-text { background: #00a5d9; }
.ge-teaser-wrap .ge-teaser:nth-child(2n) .ge-teaser-text { background: #e84a45; }
.ge-teaser-wrap .ge-teaser:nth-child(3n) .ge-teaser-text { background: #006a2f; }
.ge-teaser-wrap .ge-teaser:nth-child(4n) .ge-teaser-text { background: #95c12d; }

.ge-teaser-image img {
	display: block;
	width: 100%;
	height: auto;
}







.press-archive-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
.press-archive-teaser {
	flex-basis: 31%;
	position: relative;
	padding-bottom: 60px;
}
.press-archive-image {
	display: block;
	width: 100%;
	background: #eee;
	position: relative;
}
.press-archive-image:after {
	display: block;
	content: '';
	width: 100%;
	padding-top: 100%;
}
.press-archive-image img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.press-archive-text {
	display: block;
	padding: 20px 0;
	font-size: 16px;
}
.press-archive-text p {
	padding: 0;
}

.press-archive-textonly {
	display: block;
	padding: 40px 0 0 0;
}
.press-archive-textonly p {
	padding: 0;
}





.press-teaser {
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
.press-teaser a {
	color: #000;
	text-decoration: none;
}
.press-teaser-text {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
}
.press-teaser h3 {
	font-size: 1.6em;
	padding-bottom: 0;
}
.press-teaser h4 {
	font-size: 20px;
	padding-bottom: 0;
}
.press-teaser-date {
	font-weight: 100;	
	font-size: 16px;
}







.press-teaser-multicol {
	display: block;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	padding: 0;
}
.press-teaser-multicol a {
	color: #000;
	text-decoration: none;
}
.press-teaser-mc-image {
	display: block;
	max-width: 210px;
	margin: 0 auto;
}
.press-teaser-mc-image img {
	display: block;
	width: 100%;
	height: auto;
}
.press-teaser-mc-text {
	text-align: center;
	padding: 20px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 100;
}
.press-teaser-mc-text h3 {
	font-size: 22px;
	line-height: 1.2em;
	padding: 0;
}
.press-teaser-mc-text h4 {
	font-size: 20px;
	padding: 10px 0 0 0;
}
.press-teaser-mc-date {
	font-weight: 100;
	font-size: 16px;
}
.press-teaser-mc-noimage {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	background: #f5f5f5;
	border: 4px solid #eee;
	position: relative;
}
.press-teaser-mc-noimage:after {
	display: block;
	content: '';
	padding-top: 141.42857%;
}
.press-teaser-mc-noimage p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 40px;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}




.quote-slide a {
	color: #000;
	text-decoration: none;
}
.quote-slide {
	text-align: center;
	padding: 20px;
}
.quote-text {
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	line-height: normal;
	max-width: 600px;
	margin: 0 auto;
}
.quote-slide h3 {
	font-size: 20px;
	padding-bottom: 0;
}
.quote-date {
	font-weight: 100;	
	font-size: 16px;
}


/* Kacheln */

.ge-tiles-wrap {
	display: block;
}
.ge-tiles-wrap.content-width {
	max-width: 1140px;
	margin: 0 auto;
}
.ge-tile a { text-decoration: none; }
.ge-tile .tile-image {
	display: block;
	width: 100%;
	position: relative;
}
.ge-tile .tile-image img {
	display: block;
	width: 100%;
	height: auto;
}
.ge-tile .tile-image-title {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 40px;
	padding: 20px;
	font-size: 2em;
	background: #ffcc00;
	font-family: 'herberstein_hl', 'herberstein_ft', Arial, Helvetica, sans-serif;
}
.ge-tile .tile-text {
	display: block;
	padding: 40px;
	background: #ffcc00;
}	
.ge-tile .tile-text h3 {
	display: block;
	padding: 0 0 20px 0;
	font-size: 2em;
	font-family: 'herberstein_hl', 'herberstein_ft', Arial, Helvetica, sans-serif;
}




.ge-teasers-multicol-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.ge-teasers-multicol-wrap .ge-teasers-multicol {
	flex-basis: 31%;
	position: relative;
	color: #fff;
	background: #ffcc00;
	padding-bottom: 60px;
}
.ge-teasers-multicol-wrap .ge-teaser-mc-button {
	position: absolute;
	bottom: 20px;
}


.ge-teasers-multicol-wrap .ge-teasers-multicol a,
.ge-teasers-multicol-wrap .ge-teasers-multicol h3,
.ge-teasers-multicol-wrap .ge-teasers-multicol .arrow-button-style,
.ge-teasers-multicol-wrap .ge-teasers-multicol .arrow-button-style:after {
	color: #fff;
}
.ge-teasers-multicol-wrap .ge-teasers-multicol:nth-child(1n) { background: #00a5d9; }
.ge-teasers-multicol-wrap .ge-teasers-multicol:nth-child(2n) { background: #e84a45; }
.ge-teasers-multicol-wrap .ge-teasers-multicol:nth-child(3n) { background: #006a2f; }
.ge-teasers-multicol-wrap .ge-teasers-multicol:nth-child(4n) { background: #95c12d; }



@media only screen and (min-width: 1025px) {
	
	.ge-tiles-wrap {
		display: block;
	}
	
	.ge-tiles {
		display: block;
		position: relative;
		padding-top: 53.1%;
	}
	.ge-tile {
		display: block;
		width: 33.33%;
		position: absolute;
		overflow: hidden;
	}
	.ge-tile > a {
		display: block;
		position: relative;
		text-decoration: none;
	}
	.ge-tile .tile-image {
		display: block;
		width: 100%;
		position: relative;
	}
	.ge-tile .tile-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.ge-tile .tile-text {
		display: inline-block;
		max-width: 50%;
		position: absolute;
		left: 40px;
		bottom: 0;
	}
	
	.img7 .ge-tile.nr1 { left: 0; top: 0; }
	.img7 .ge-tile.nr2 { left: 25.26%; top: 0; }
	.img7 .ge-tile.nr3 { left: 50.52%; top: 0; }
	.img7 .ge-tile.nr4 { right: 0; top: 0;}
	.img7 .ge-tile.nr5 { left: 0; bottom: 0; }
	.img7 .ge-tile.nr6 { left: 25.26%; bottom: 0; }
	.img7 .ge-tile.nr7 { right: 0; bottom: 0; width: 49.48%; }

	.ge-tiles.img4 { padding-top: 56.6246%; }
	.img4 .ge-tile.nr1 { width: 50.05%; left: 0; top: 0; }
	.img4 .ge-tile.nr2 { width: 24.975%; left: 50.05%; top: 0; }
	.img4 .ge-tile.nr3 { width: 24.975%; right: 0; top: 0; }
	.img4 .ge-tile.nr4 { width: 49.95%; right: 0; bottom: 0;  }
	
	/* ----- */
	
	
	
}



@media only screen and (max-width: 1600px) {
	
	.ge-teaser { flex-basis: 100%; }
	.ge-teaser-wrap .ge-teaser:nth-child(3n), 
	.ge-teaser-wrap .ge-teaser:nth-child(4n) { flex-direction: row; }
	.ge-teaser-wrap .ge-teaser:nth-child(even) { flex-direction: row-reverse; }
	
}


@media only screen and (max-width: 767px) {

	.ge-cols_2 .ge-left, .ge-cols_2 .ge-right { flex-basis: 100%; }
	.ge-cols_3 .ge-col { flex-basis: 100%; }
	
	.ge-teaser { flex-wrap: wrap; }
	.ge-teaser-image, .ge-teaser-text { flex-basis: 100%; }
	.ge-teaser-wrap .ge-teaser:nth-child(even) { flex-direction: row; }
	.ge-teaser-text:after { display: none; }
	.ge-teaser-text-inner {
		position: relative;
		left: auto;
		bottom: auto;
	}
	
	.ge-teasers-multicol-wrap .ge-teasers-multicol { flex-basis: 100%; }
	
	.press-archive-teaser { flex-basis: 48.25%; }

}

@media only screen and (max-width: 480px) {

	.press-archive-teaser { flex-basis: 100%; padding-bottom: 0; }
	.press-archive-image { display: none; }

}
