/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.zentriert {text-align:center;}
#progressbar {background-color:rgba( 239, 239, 240, 0.2 );}
.fortschrittsleiste {height: 2px; background-color:#6C3; margin-top: -2px;}
.container_numbers .klein{font-size:0.6rem;}
.weiss {color:#fff;}
 #sweetlogo {width: 100px;}
 
 
@media (max-width: 800px) {
 #sweetlogo {
    /*width: 100px;*/
  }
  
 header {
	 padding:10px 10px 30px 10px;
 }

 .wrapper_centering {
	 padding:20px 10px 20px 10px;
 }
 
 .main_title_1 {
	 margin-top:50px;
 }
} 
@media (min-width: 801px) and (max-width: 991px) {
#wizard_container {margin-bottom:30px;}
}

@media (min-width: 1201px) {
 #sweetlogo {
    width: 200px;
  }
}