/* CSS Document */



.DIV-CLASS-TopElementsWrapperOuter{
	
	background-color:#ffffff;
	

	
	width: 100%;
	height: auto;
	overflow: auto;
	display: block;
	
	margin-bottom: 30px;
	margin-top: -30px;

	
	}
	
.DIV-CLASS-TopElementsWrapperInner{	
	padding-top: 20px;
	padding-bottom: 20px;	
	
	display: table;
	width: 100%;
}

#DIV-ID-TopElementsWrapperInner2{

	border-top: 1px solid #cccccc;

}

.DIV-CLASS-TopElements{
	display: block;
	box-sizing: border-box;
	
	
	}

#DIV-ID-TopElements1{
	width:100%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	}
#DIV-ID-TopElements2{
	width:100%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	}
#DIV-ID-TopElements3{
	width:100%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	}
#DIV-ID-TopElements4{
	width:100%;
	text-align: center;
	vertical-align: middle;
	}

#IMG-ID-ESF{

	height: 60px;
	width: auto;

	}	
	
#IMG-ID-Stiftung{

	height: 60px;
	width: auto;

	}
	
#IMG-ID-BM{

	height: 60px;
	width: auto;

	}

#IMG-ID-WWagen{
	
	height: 80px;

	}

	
/*Erste Hilfe Logo*/
.DIV-CLASS-ErsteHilfeWrapper{
		
	
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: pre-line;
	
}
	
.LINK-CLASS-ErsteHilfe{
	font-family:ASB_HelveticaBold;
	font-size:16pt;
	color: #ca0a16;
	display: inline-block;

	
	}
.LINK-CLASS-ErsteHilfe:hover{
	text-decoration: underline;
	}	
	
.DIV-CLASS-ErsteHilfe{
	background-position:center center;
	background-size: auto 55px;
	background-repeat:no-repeat;
	background-image: url("ASB-Vogtland-Erste-Hilfe.png?OpenImageResource");
	
	background-color: #ffd813;
	

	
	height:65px;
	width:65px;
	
	border-radius: 50px;
	border-style: solid;
	border-width: 3px;
	border-color: #ca0a16;
	
	display: inline-block;
	
	background-size: auto 45px;
	
	margin-bottom: 20px;
	
	}

.DIV-CLASS-ErsteHilfe:hover{
	background-color: #ca0a16;
	background-image: url("ASB-Vogtland-Erste-Hilfe-2.png?OpenImageResource");
	}



/* Layout fÃ¼r Tablet-PCs*/

@media only screen and (min-width: 481px) {
	

	
	#DIV-ID-TopElements1{
	width:100%;
	float:left;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	}
#DIV-ID-TopElements2{
	width:50%;
	float:left;
	text-align: right;
	vertical-align: middle;
	margin-bottom: 20px;
	padding-right: 10px;
	}
#DIV-ID-TopElements3{
	width:50%;
	float:left;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 20px;
	padding-left: 10px;
	}
#DIV-ID-TopElements4{
	width:50%;
	float:right;
	text-align: right;
	vertical-align: middle;
	}

#IMG-ID-ESF{

	height: 80px;

	}	

#IMG-ID-WWagen{
	
	height: 80px;

	}
	
#IMG-ID-Job{
	
	height: 70px;

	}
	
	/*Erste Hilfe Logo*/
	
	.DIV-CLASS-ErsteHilfeWrapper{
		
	
		display: inline-block;
		width: 100%;
		height: 100%;
		white-space: initial;
		text-align: center;
	
	
	}
	.DIV-CLASS-ErsteHilfe{
		display:inline-block;
	
		height: 65px;
		margin-bottom: 0;
	}
	.LINK-CLASS-ErsteHilfe{
		display: block;	

		line-height: 60px;
		padding-left: 20px;
	}

	
}

/* Desktoplayout*/

@media only screen and (min-width: 1080px) {
	.DIV-CLASS-TopElementsWrapperOuter{
		margin-top: -50px;
	}
	.DIV-CLASS-TopElements{
		display: table-cell;
		}
	
	#DIV-ID-TopElements1{
		width: 33%;
		text-align: left;
		vertical-align: middle;
		float: none;
		}
	#DIV-ID-TopElements2{
		width: 33%;
		text-align: center;
		vertical-align: middle;
		float: none;
		}
	#DIV-ID-TopElements3{
		width: 33%;
		text-align: center;
		vertical-align: middle;
		float: none;
	}
	#DIV-ID-TopElements4{
		width: 35%;
		text-align: right;
		vertical-align: middle;
		float: none;
		display: table-cell;
	}	
	#IMG-ID-ESF{
		height: 80px;
	}	
	
	#IMG-ID-Stiftung{
		height: 80px;
	}	

	#IMG-ID-BM{
		height: 80px;
	}	
	
	#IMG-ID-WWagen{	
		height: 80px;
	}
	#IMG-ID-Job{	
		height: 65px;
	
	}
	.DIV-CLASS-ErsteHilfeWrapper{
		display: flex;
		width: 100%;
		height: 100%;
		
		
	}	
	.DIV-CLASS-ErsteHilfe{
	
		flex: 0 0 77px;
		height:77px;
	
		border-radius: 50px;
		background-size: auto 60px;
	}
	.LINK-CLASS-ErsteHilfe{
		
		flex: 1 1 auto;     /* nimmt restlichen Platz ein */
  		min-width: 0;       /* WICHTIG: erlaubt Umbruch im Flex-Item */
  		word-break: break-word; /* optional für lange Wörter */
		font-size:18pt;

		line-height: 80px;
		text-align: left;
		
	}
	
}

@media only screen and (min-width: 1400px) {
	
	
}