body { background: #0f0914; padding: 50px 0 0 0; font-family: Helvetica, Arial, sans-serif; font-size: 1.2rem; line-height: 1.8rem  }

#rolls { width: 500px; margin: 0 auto }
#rolls img { max-width: 100%; height: auto }

#logo, .partner-group {
	width: 500px; margin: 0 auto
}
#logo img { width: 100%; height: auto }


#address { color: #fff; text-align: center; width: 500px; margin: 0 auto; padding: 20px 0 0 0 }

#address a { color: #fff; text-decoration: none }

#address.default__content { text-align: left }
#address.default__content p,
#address.default__content ul,
#address.default__content ol { font-size: 1.05rem; line-height: 1.4em }
#address.default__content h2 { font-size: 1.4rem }


.partner-headline { color: #fff; text-align: center; padding: 50px 0 40px 0 }
.partner-headline h1 { font-size: 1.6rem }
	.partner-item { padding: 40px; position: relative }
	.partner-anakota { background: #bd422b; color: #fff; }
	.partner-item img { max-width: 100%; height: auto }
	.partner-item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	
#footer { width: 500px; margin: 0 auto; text-align: center; margin-bottom: 120px; margin-top: 40px;  }
#footer img { max-width: 50%; height: auto; }

#meta { text-align: center; padding: 50px 0 150px 0}
#meta a { background: #fff; color: #222; display: inline-block; padding: 10px 20px; -webkit-border-radius: 15px 15px 15px 15px;
	border-radius:  15px 15px 15px 15px; letter-spacing: 1px; text-transform: uppercase; font-size: .9rem; font-weight: bold; text-decoration: none }

#menucontainer { position: fixed; top: 40px; right: 40px; }

#navbar { color: #fff; text-decoration: none; text-align: center; font-size: .8rem; padding: 40px 0 0 0 }
#navbar a { color: #fff; text-decoration: none }

@media screen and (min-width: 1000px) {
	#bottom ul { margin: 0; padding: 0}
	#bottom { position: fixed; left: 0; bottom: 0; padding: 20px 30px }
	#bottom li { display: inline-block; margin: 0 10px 0 0; font-size: 1rem }
	#bottom a { color: #ccc; text-decoration: none }
	#bottom a:hover { color: #fff }
}

@media screen and (max-width: 999px) {
	#bottom ul { margin: 0; padding: 0}
	#bottom { position: relative; text-align: center }
	#bottom li { display: inline-block; margin: 0 10px 0 10px; font-size: 1rem }
	#bottom a { color: #ccc; text-decoration: none }
	#bottom a:hover { color: #fff }
}

@media screen and (max-width: 1000px) {
	body { padding: 100px 0 0 0 }
	#menucontainer { position: absolute; top: 40px; right: 0; width: 100%; text-align: center; }
}

@media screen and (max-width: 600px) {
	#menucontainer { position: relative; text-align: center; right: auto; top: auto; margin: 30px 0}
	#logo, #rolls, #address, #footer, .partner-group { width: calc(100% - 200px) }
	#address { font-size: .8em }
	#address p { line-height: 1.5rem }
	#footer img { max-width: 80%; height: auto; }
	body { padding: 50px 0 }
}

@media screen and (max-width: 450px) {
	#logo, #rolls, #address, .partner-group { width: calc(100% - 50px) }
	#logo, #rolls { width: calc(100% - 160px) }
	
}