body { background-color: #00afd3 !important; }
.wrap1 { background: url("../images/04_RZ_Teddy_Events.png") no-repeat left bottom; background-size: contain; }

.hovered, .hovered a, .navigation li.active a, .navigation a:hover { color: #00afd3  !important;  }
.navigation .dropdown-menu a { color: #00afd3; background: #fff; }

/*Button more*/
.content a.pdf-link-button { color:#00afd3; }
.content a.pdf-link-button:hover { color:#00afd3; }
.right-filled > div, .content-filled > div { background-color: #00afd3; }


/*Smartphones
	Extra small <576px
	Small ≥576px
	Medium ≥768px
	Large ≥992px
	Extra large ≥1200px
*/
@media (max-width:576px) { 
}

@media (max-width:768px) {
	.wrap1 { background: url("../images/04_RZ_Teddy_Events.png") no-repeat -30px 60%; background-size: contain; }
	.right-filled, .content-filled { margin-top: 100px; }
	.right-filled > div, .content-filled > div { background-color: transparent; padding: 0px; border-radius: 0px; }
}

@media (max-width:992px) {

}

@media (max-width:1200px) {
	
}

@media (min-width:1200px) {
	.wrap1 { background: url("../images/04_RZ_Teddy_Events.png") no-repeat 40% bottom; background-size: contain; }
}