#text-2 img {
	transition: 1s all;
  	border-radius: 215px;
}

#text-2 img:hover {
	transform: rotate(360deg);	
}

#text-4 img {
	transition: 1s all;
  	border-radius: 215px;
}

#text-4 img:hover {
	transform: rotate(360deg);	
}

#text-5 img {
	transition: 1s all;
  	border-radius: 215px;
}

#text-5 img:hover {
	transform: rotate(360deg);	
}

/* +++ color und font-weight +++ */ 
body, button, input, select, textarea {
    color: #1a171b;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

/* +++ color und font-weight und font-size +++ */ 

.site-description {
    color: #1a171b;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 13px;
    font-size: 1.35rem;
    line-height: 1.8462;
    margin-bottom: 0;
  	font-weight: 500;
}

/* +++ color und font-weight +++ */ 

.entry-title {
	color: #fe5656;
  	font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.main-navigation {
    background-color: #fe5656;
}

.main-navigation a {
    font-size: 1.5rem;
  }

.main-navigation .nav-menu > li > a:after, .main-navigation .menu > li > a:after {
    color: #fcac8b;
}

.main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-ancestor > a {
    color: #403f3f;
}

button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
    background-color: #fe5656;
}

a {
    color: #fe5656;
}

.site-info {
    display: none;
}
