/* CSS Document */

.DIV-CLASS-HinweisWrapper{
	display: block;
	width: 100%;
	text-align: center;
	
	box-sizing:border-box;
	
	}

.DIV-CLASS-Hinweis{

	
	display:inline-block;
	border: solid 4px #ff8c00; 

	padding:0px; 
	font-size:14pt;
	font-weight:bold;
	width:100%;	
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}

.SPAN-CLASS-HinweisH{
	font-size: 1em;
    clear: both;
    display: block;
    font-family: "Autowobil_OpenSanBold";
    color: #000000;
    background-color: #ff8c00;
    padding: 10px;
	box-sizing:border-box;
}
.P-CLASS-Hinweis{
	padding:20px;
	font-size:14pt;
	font-weight:normal;
	width:100%;	
	box-sizing: border-box; 
	margin:0;
	text-align: left;
	display: block;
    clear: both;
}


/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
	
}


/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 1080px) {

	.DIV-CLASS-HinweisWrapper{
		padding-left: 30px;
		padding-right: 30px;
	}
	
}