/* webseite (min:980px) */
@media screen and (min-width: 980px)
{

.gcms_card_list_file
	{
	display: block;
	width: 960px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}

.gcms_card_list_file .card
	{
	position: relative;
	background-color: rgba(255,255,255,1);
	margin-top: 20px;
	width: 100%;
	max-width: 100%;
	}

.gcms_card_list_file .card img
	{
	display: block;
	width: 100%;
	height: auto;
	}

.gcms_card_list_file .dl_card
	{
	position: relative;
	background-color: rgba(255,255,255,1);
	margin-top: 20px;
	width: 100%;
	max-width: 100%;
	}

.gcms_card_list_file .dl_card img
	{
	display: block;
	width: 100%;
	height: auto;
	}

.gcms_card_list_file .dl_card:hover img
	{
	opacity: 0.3;
	}

.gcms_card_list_file .dl_card .download_button
	{
	display: none;
	}

.gcms_card_list_file .dl_card:hover .download_button
	{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: rgba(90,90,90,1);
	color: rgba(255,255,255,1);
	font-size: 16px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	}

.gcms_card_list_file .dl_card .download_button:hover
	{
	background-color: rgba(50,50,50,1);
	}

.gcms_card_list_file .dl_card .download_button a
	{
	text-decoration: none;
	color: rgba(255,255,255,1);
	}

.gcms_card_list_file .download_box
	{
	display: none;
	}

}
