﻿/* Logo */
.master_hdr_logo {
	max-width: 200px;
	max-height: 200px;
	display: block;
	width: auto;
	height: auto;
}
.master_hdr_green {
	background-color: #00A54F;
	font-size: 25px;
	color: #FFFFFF;
}
.master_hdr_green2blue {
	background: linear-gradient(90deg, #00A54F, #00529C);
}
.master_hdr_blue {
	background-color: #00529C;
	box-shadow: 10px 10px 15px #888888;
}
.master_hdr_lightgray {
	background-color: #D1D2D4;
	box-shadow: 10px 10px 15px #888888;
}
.master_hdr_darkgrey {
	color: #FFFFFF;
	background-color: #999999;
	text-align: right;
	font-size: x-small;
	box-shadow: 10px 10px 15px #888888;
}
.master_hdr_grey2grey {
	color: #FFFFFF;
	background: linear-gradient(90deg, #D1D2D4, #999999);
	text-align: right;
	font-size: x-small;
	box-shadow: 10px 10px 15px #888888;
}
.master_hdr_DirekteLinks {
	color: #00529C;
}
/* Master Link Club */
a.master_link_Club:link {
	font-size: 16px;
	font-weight: bold;
	color: #FFD624; /* yellow */
	text-decoration: none;
}
a.master_link_Club:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFD624; /* yellow */
	text-decoration: none;
}
a.master_link_Club:active {
	font-size: 20px;
	font-weight: bold;
	color: #FFD624; /* yellow */
	text-decoration: none;
}
a.master_link_Club:hover {
	font-size: 20px;
	font-weight: bold;
	color: #FFD624; /* yellow */
	text-decoration: underline;
}
/* Master Link Projekte */
a.master_link_Projekte:link {
	font-size: 16px;
	font-weight: bold;
	color: #02A552; /* Green */
	text-decoration: none;
}
a.master_link_Projekte:visited {
	font-size: 16px;
	font-weight: bold;
	color: #02A552; /* Green */
	text-decoration: none;
}

a.master_link_Projekte:active {
	font-size: 20px;
	font-weight: bold;
	color: #02A552; /* Green */
	text-decoration: none;
}
a.master_link_Projekte:hover {
	font-size: 20px;
	font-weight: bold;
	color: #02A552; /* Green */
	text-decoration: underline;
}
/* Master Link Adventskalender */
a.master_link_Adventskalender:link {
	font-size: 16px;
	font-weight: bold;
	color: #00529C; /* Blue */
	text-decoration: none;
}
a.master_link_Adventskalender:visited {
	font-size: 16px;
	font-weight: bold;
	color: #00529C; /* Blue */
	text-decoration: none;
}
a.master_link_Adventskalender:active {
	font-size: 20px;
	font-weight: bold;
	color: #00529C; /* Blue */
	text-decoration: none;
}
a.master_link_Adventskalender:hover {
	font-size: 20px;
	font-weight: bold;
	color: #00529C; /* Blue */
	text-decoration: underline;
}
/* Master Link Impressum */
a.master_link_Impressum:link {
	font-size: 11px;
	font-weight: normal;
	color:  #FFFFFF;
	text-decoration: none;
}
a.master_link_Impressum:visited {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.master_link_Impressum:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.master_link_Impressum:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
