/*buttonzuprodukten*/
.downloadbutton, .downloadbutton:visited {
    background-color: #FBE2D2;
    color: #555555;
    padding-top: 0.3em;
	padding-bottom: 0.3em;
    text-align: center;
    cursor: pointer;
	border-radius: 10px;
    text-decoration: none;
    display: block;
    min-width: 200px;
	width: 100% !important;
	float: left;
	
	margin-bottom: 8px;
	}

.downloadbutton:hover {
	background-color:  #f29155;
    color: #fff;
	
	text-decoration: none;
  	}


.downloadspacerButton{
	width: 1% !important;
	float: left;}


/*Flaggen*/

.flag{
	height: 30px;
	width: auto;
	border-radius: 10px;
	border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
	}



/*DropMenu*/

.dropMenu  {
	position: relative;
	min-width: 200px;
	padding-bottom: 8px;
}
 
 
.spacerdropMenu{
	/*width: 2% !important;*/
	float: left;}
	
.dropMenu p{
	margin-top: 0px;
	}
	
 

/* Hintergrund des Ausklappers*/
.drop_bg{
	background-color: #ffffff;
	margin: 0px 8px 8px 8px;
	border-radius: 0px 0px 10px 10px;
	border-left: 1px;
	border-right: 1px;  
	border-bottom: 1px;
	border-top: 0px;
	border-color: #E0E0E0;
	border-style: solid;
} 
 
 
/* Ausblenden des input-Feldes */
.dropMenu > input {
    position: absolute;
    left: -99999px;
}
 
/* Gestaltung der labels */
.dropMenu > label {
    display: block;
    background-color:#FBE2D2;
    color: #555555;
    padding: .3em;
    text-align: center;
    cursor: pointer;
	border-radius: 10px;
}
 
.dropMenu > label:hover {
    background-color:  #f29155;
    color: #fff;
}
 
 
 
.dropMenu .close{
	background-color:  #f29155;
	color: #fff;} 
 
 
/* Der Aufklappmechanismus */
.dropMenu > input:not(:checked) ~ div
 {  display: none; 
    opacity: 0;
    height: 0;
	
}
 
.dropMenu > input:checked ~ div
 {  
    opacity: 1;
    padding: .8em;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
 
/* Steuerung der Sichtbarkeit der labels */
.dropMenu > input:not(:checked) ~ .close,
.dropMenu > input:checked ~ .open

 {
    display: none;
	
}







.text-ceivd {
    height: 15px;
    width: auto;
	
}



.ceivd {
    height: 15px;
    width: auto;
	padding-right: 10px;
}