/*	Content		---------------------------------------------------------------------------------------------------- */


article.top {
	padding:0 0 30px;
}
article.info {
	border-top:0.5px solid #82BBE9;
	margin:40px auto 0;
	padding:40px 0 0;
}
article.flex {
	display:flex;
	flex-direction: row;
    justify-content: center;
	align-items: flex-start;
	border-top:none !important;
}
article.flex img {
	width: 300px;
	height: auto;
	margin:0;
	padding:0;
}
article.flex div {
	margin:0 0 0 40px;
	padding:0 0 0 40px;
	border-left:0.5px solid #82BBE9;
}
article.flex h1,
article.flex h2,
article.flex p {
	text-align:left;
	padding: 20px 0;
}
article.info h2 {
	font-size:16px;
	text-transform: uppercase;
	text-align:left;
	color: #10547E;
	margin:0 auto;
}
article.info h2 i {
	font-size:30px;
	padding: 0 10px 0 0;
}
article.flex h2 {
	padding: 20px 0;
	border-top:0.5px solid #82BBE9;
}
article.flex h3 {
	display: block;
	float: left;
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform: uppercase;
	text-align:left;
	padding: 20px 0;
	color: #10547E;
	margin:0 30px 0 0;
	border:none;
}
article.flex h3 span {
	display: block;
	font-family: 'latolight', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: none;
	text-align:left;
	padding:0;
	margin:0;
	color: #10547E;
	border:none;
}
article.support h3 {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto -15px;
	padding: 0;
	font-size: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: -4px;
	overflow: auto;
}
article.support h3.gold {
	color:#FFF;
	background-color:#F0C346;
}
article.support h3.silver {
	color:#FFF;
	background-color:#B6BEC2;
}
article.support h3.bronze {
	color:#FFF;
	background-color:#CF7638;
}
article.support div {
	display: block;
	max-width: 720px;
	margin: 0 auto 40px;
	padding:20px 0 0;
}
article.support div.gold {
	border-top: 0.5px solid #F0C346;
}
article.support div.silver {
	border-top: 0.5px solid #B6BEC2;
}
article.support div.bronze {
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-template-rows: repeat(3, auto);
	grid-column-gap: 0;
	grid-row-gap: 0;
	border-top: 0.5px solid #CF7638;
	-webkit-transition: .5s;
	transition: .5s;
}
article.support div span {
	max-width: 720px;
	padding:0;
    margin: 0 auto;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: visible;
}
article.support div span img {
	height: 175px;
	width: auto;
	padding:0;
    margin: 0 auto;
}
article.support div.bronze span img {
	height: 150px;
}

/*
article.support span {
	padding: 20px;
	border-right:0.5px solid #82BBE9;
	border-bottom:0.5px solid #82BBE9;
}
article.support span:nth-of-type(3),
article.support span:nth-of-type(6),
article.support span:nth-of-type(9) {
	border-right:none;
}
article.support span:nth-of-type(7),
article.support span:nth-of-type(8),
article.support span:nth-of-type(9) {
	border-bottom:none;
}
*/

label.sponsor {
	position: relative;
	display: block;
	height: auto;
	width: auto;
	padding:0 0 10px;
    margin: 0 auto;
    font-size: 24px;
    color: #999;
	text-align: center;
	cursor: pointer;
}
label.sponsor i {
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}
label.sponsor:hover {
	color: #3085BB;
	text-shadow: 0 0 0 #FFF;
	-webkit-transition: .5s;
	transition: .5s;
}
input.more {
	display: block;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding:0;
}
article.support div span p {
	opacity: 0;
	max-height: 0;
	padding: 10px 20px;
    -webkit-transition: .5s;
	transition: .5s;
}
article.support div span p strong {
	color: #3085BB;
}
input.more:checked~label i {
	transform: rotate(180deg);
	-webkit-transition: .5s;
	transition: .5s;
}
input.more:checked~label {
	background-color: rgba(0,0,0,0.03);
    -webkit-transition: .5s;
	transition: .5s;
}
input.more:checked~p {
	opacity: 1;
	max-height: 500px;
	background-color: rgba(0,0,0,0.03);
    -webkit-transition: .5s;
	transition: .5s;
}


/****************************************************************************************************/


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


/*	Content		---------------------------------------------------------------------------------------------------- */

article.flex img {
	width: 300px;
}



}


/****************************************************************************************************/


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


/*	Content		---------------------------------------------------------------------------------------------------- */


article.flex img {
	width: 280px;
}



}


/****************************************************************************************************/


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


/*	Content		---------------------------------------------------------------------------------------------------- */


article.flex img {
	width: 260px;
}
article.flex div {
	padding:0 60px 0 40px;
}
article.flex div div.subnav {
	padding:0;
}
article.support div span {
	max-width: auto;
}


}

/****************************************************************************************************/

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


/*	Content		---------------------------------------------------------------------------------------------------- */

article.top {
	padding:0 0 20px;
}
article.info {
	margin:20px 0 0;
	padding:20px 0 0;
}
article.flex {
	margin:0;
}
article.flex img {
	width: 220px;
}
article.flex div {
	margin:0 0 0 20px;
	padding:0 20px;
}
article.flex div div.subnav {
	padding:0;
}
article.info h2 i {
	font-size:24px;
}
article.flex h3 {
	margin:0 20px 0 0;
}



}


/****************************************************************************************************/



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


/*	Content		---------------------------------------------------------------------------------------------------- */


article.flex img {
	width: 150px;
}
article.info h2 {
	font-size:15px;
}
article.info h2 i {
	font-size:20px;
	padding: 0 10px 0 0;
}
article.flex h3 {
	font-size:15px;
}
article.support div {
	max-width: 100%;
}
article.support div span img {
	height: 150px;
}
article.support div.bronze span img {
	height: 120px;
}

}


/****************************************************************************************************/


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


/*	Content		---------------------------------------------------------------------------------------------------- */


article.info {
	margin:10px 0 0;
}
article.flex {
	display:block;
}
article.flex img {
	width: 200px;
}
article.flex div {
	margin:20px 0 0;
	padding:10px 0 0;
	border-left:none;
	border-top:0.5px solid #82BBE9;
}
article.info h2 i {
	padding: 0 5px 0 0;
}
article.support div {
	margin: 0 auto 20px;
}
article.support div.bronze {
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(5, auto);
}
/*
article.support span:nth-of-type(3),
article.support span:nth-of-type(9) {
	border-right:0.5px solid #82BBE9;
}
article.support span:nth-of-type(2),
article.support span:nth-of-type(4),
article.support span:nth-of-type(6),
article.support span:nth-of-type(8) {
	border-right:none;
}
article.support span:nth-of-type(7),
article.support span:nth-of-type(8) {
	border-bottom:0.5px solid #82BBE9;
}
article.support span:nth-of-type(9) {
	border-bottom:none;
}
*/

}


/****************************************************************************************************/

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


/*	Content		---------------------------------------------------------------------------------------------------- */


article.flex img {
	width: 200px;
}
article.info h2 i {
	font-size:20px;
}
article.flex h3 {
	padding: 10px 0;
	margin:0 15px 0 0;
}
article.flex h3 span {
	font-size:12px;
}
article.support h3 {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
article.support div span img {
	height: 120px;
}
article.support div.bronze span img {
	height: 100px;
}


}


/****************************************************************************************************/

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


/*	Content		---------------------------------------------------------------------------------------------------- */


article.support div span img {
	height: 100px;
}
article.support div.bronze span img {
	height: 70px;
}


}



/*
Farben
Blau1 = #82BBE9
Blau2 = #4C9ED3
Blau3 = #3085BB 90%=#4491C2 75%=#64A4CC 25%=#CBE0EE 16%=#DEEBF4 8%=#EFF5FA 5%=#F4F9FC
Blau4 = #0C6A9E
Blau5 = #10547E
Blau6 = #00324C
Blau7 = #001426
Grünblau1 = #9DCBD1
Grünblau2 = #6DB5BA
Grünblau3 = #53AAA7
Grünblau4 = #2C8B8D
Grünblau5 = #007871
Grünblau6 = #005346
Grünblau7 = #002F26
*/