@charset "UTF-8";
/* CSS Document */

#button_stellenangebote {background-color: #00807D; position:fixed; bottom: 150px; left: -100px; width: 300px; height: 40px; border-radius: 100px; transform: rotate(-90deg); display: flex; align-items: center; transition-duration: 0.5s; justify-content: center; -webkit-box-shadow: 2px 2px 15px 3px rgba(0,0,0,0.3); 
box-shadow: 2px 2px 15px 3px rgba(0,0,0,0.3);}

#button_stellenangebote a {color: #FFF; font-size: 14px; font-weight: 300; text-decoration: none; }

.bold_stellenangebote {font-weight: 700; }

#info {position: absolute; top: 30px; width: 300px; height: 300px; right: 20px; background-color: #00807D; padding: 25px 16px 25px 16px; border-radius: 25px; color: #FFF;text-align: center;
	-webkit-box-shadow: 2px 2px 15px 3px rgba(0,0,0,0.3); 
box-shadow: 2px 2px 15px 3px rgba(0,0,0,0.3);}	
	#info p {padding-bottom: 10px; line-height: 24px;}
	#info h2 {font-size: 20px; padding-bottom: 16px; padding-top: 10px; line-height: 20px; }
	.info_bigger {font-weight: 600; font-size: 18px;}