* {
    box-sizing: border-box;
}

#signup_main {
	padding: 20px 30px !important;
}
.input_box input#form_email, .input_box input#form_password,
#signup_main .input_box div.input_address,
#signup_main .input_box {
	width: 100% !important;
}
#form_username:focus {
	background-color: transparent !important;
}
#signup_main .input_address input {
	width: 70% !important;
}
#bw_header {
	max-width: 900px;
	width: auto;
}
#bw_footer {
	max-width: 900px;
	width: auto;
}
.st_rel, #seo_text {
	max-width: 900px;
	width: auto;
}
	
@media screen and (max-width: 930px) {
	
	#container_logo {
		position: static;
		margin-left: 20px;
		width: 135px;
	}
	#button_login {
		margin-right: 20px;
		margin-left: 0;
	}
	#bw_header, 
	div.container_banner,
	.hint_box {
		min-width: 320px !important;
	}
	#container_header div.container_banner {
	    padding: 0 !important;
	}
	div.container_banner {
		width: auto !important;
	}
	div#signup_main {
		margin: 20px auto 0 !important;
		width: auto;
		max-width: 460px;
	}
	h1#teaser_title,
	p#teaser_subtitle {
		text-align: center;
		white-space: normal;
	}
	h1#teaser_title {
		font-size: 34px;
		margin-bottom: 5px;
	}
	.hint_box strong.content_title {
		font-size: 17px; 
		line-height: 23px;
	}
	#teaserbox_beepundonline_guest {
		padding: 0 !important;
		top: 80px !important;
	}
	ul#mainnavi li a {
		padding: 0 10px;
	}
	.teaser_box {
		width: auto !important;
	}
	.teaser_feedback .feedback_content {
		clear: both;
		margin: 0 0 10px 0 !important;
	}
	#content {
		width: auto;
		max-width: 900px;
	}
	
	#container_footer {
		padding: 0 10px;
	}
}

@media screen and (max-width: 750px) {
	
	#content_features .feature,
	#content_features .feature.feature_right {
		float: none;
		clear: both !important;
		margin: 30px auto 0;
		padding: 0 10px;
		max-width: 350px;
		width: auto;
		display: table;
	}
	#container_mobile {
		display: block;
		float: right;
		color: #fff;
		margin: 18px 0 0 0;
		opacity: 0.85;
		transition: opacity 0.3s ease 0;
	}
	#container_mobile .icon {
		font-size: 32px;
		margin-right: 20px;
	}
	#container_mobile:hover {
		text-decoration: none;
		opacity: 1;
	}
	#container_mainnavi {
		display: none;
		position: absolute;
		top: 70px;
		background: rgba(40, 40, 40, 0.8);
		width: 100%;
	}
	#mainnavi li {
		float: none !important;
		border-bottom: 1px solid rgba(90, 90, 90, 0.6);
	}
	ul#mainnavi li a strong {
		float: none;
		font-size: 18px !important;
	}
	ul#mainnavi li a {
		text-align: center;
	}
	.mainnavi_show #container_mobile {
		opacity: 1;
	}
	.mainnavi_show #container_mainnavi {
		display: block;
	}
	.mainnavi_show .teaser_head,
	.mainnavi_show #teaser_bar {
		opacity: 0;
	}
	
	#bw_footer ul {
		width: 160px;
	}
}
	
@media screen and (max-width: 600px) {
	
	.teaser_effect {
		background: none repeat scroll 0 0 rgba(40, 40, 40, 0.55) !important;
	}
	div#signup_main {
		background: none;
		border: none;
		margin-top: 10px !important;
	}
	div#signup_main .signup_button {
		width: 100% !important;
	}
	h1#teaser_title {
		font-size: 30px;
	}
	p#teaser_subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	#signup_main .input_box {
		width: auto !important; 
	}
	div#signup_main input {
		width: 100% !important;
	}
	div#signup_main .input_address {
		width: auto !important;
	}
	
	#teaserbox_beepundonline_guest {
		top: 60px !important;
	}
	#teaser_bar {
		height: 120px;
	}
}

@media screen and (max-width: 450px) {
	
	h1#teaser_title {
		font-size: 25px;
		line-height: 30px;
	}
	p#teaser_subtitle {
		font-size: 15px;
		line-height: 22px;
	}
	div#signup_main {
		margin-top: 0 !important;
	}
	#signup_main .input_address input {
		width: 58% !important;
	}
}