/* START BASICS */
.mobile {
	display: block !important;
}
.desktop {
	display: none !important;
}
h1 {
	margin: 0 0 18px 0;
}
.line.default {
	width: auto;
}
/* END BASICS */


/* START MOBILE NAVI */
.status .profil {
	width: auto;
}
.status a#logout, .status .profil a#profil {
	display: none;
}
.toggle.mobile a {
	background: #947952 url("../images/buttons/bg_btn_toggle.gif") repeat-x center bottom;
	border: 1px solid #7d613d;
	border-radius: 5px;
	text-transform: uppercase;
	text-shadow: 1px 1px #4e4e4e;
	padding: 7px;
	box-shadow: 0 -1px 0 0 #46433f inset;
	display: block;
}
.toggle.mobile a:hover {
	background: #947952 url("../images/buttons/bg_btn_toggle_hover.gif") repeat-x 0 top;
	color: #fff;
	text-decoration: none;
}
.status .profil ul.dropdown, .toggle.mobile.profilnavi ul.dropdown {
	position: relative;
	right: 0;
	top: 0;
	box-shadow: 0 -1px 0 0 #46433f inset;
	border-radius: 0 5px 5px 5px;
}
.status .profil ul.dropdown li a, .toggle.mobile.profilnavi ul.dropdown li a {
	height: auto;
	width: auto;
	border-radius: 0;
	background: #947952;
	border-bottom: 1px solid #624a2e;
	border-top: 1px solid #9c8163;
	box-shadow: none;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 10px 6px 10px;
}
.status .profil ul.dropdown li a:hover, .toggle.mobile.profilnavi ul.dropdown li a:hover {
	background: #9c886e;
}
.status .profil ul.dropdown li:first-child a, .toggle.mobile.profilnavi ul.dropdown li:first-child a{
	border-radius: 5px 0 0 0;
}
.status .profil ul.dropdown li:last-child a, .toggle.mobile.profilnavi ul.dropdown li:last-child a {
	border-radius: 0 0 5px 5px;
}
.togglebox {
	width: auto;
	margin: 0;
	left: auto;
	right: 0;
	border-radius: 5px 0 5px 5px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.17);
}
/* END MOBILE NAVI */

/* START HOME */
#header, #header-start {
	background: #fff;
	height: 60px;
}
#header-inner {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.logo {
	padding: 15px 0 0 10px;
	margin: 0 10px 0 0;
	width: 80px;
	height: 40px;
}
.logo img {
	width: 80px;
}
.logo_start {
	display: none;
}

.info {
	width: auto;
	height: 40px;
	margin: 18px 10px 0 0;
	padding: 0;
}
.info .count {
	padding: 6px 0 0 0;
}
.info .count.pulse {
	width: 31px;
	height: 31px;
}
.info .info_text {
	max-width: 16px;
	min-width: 16px;
	margin: 8px 20px 0 6px;
}
.info .info_text.pulse {
	max-width: 16px;
}
.info .info_text.last {
	margin-right: 0;
}
.info .info_text a img {
	float: right;
}


.status {
	top: 17px;
	right: 10px;
	left: auto;
	position: absolute;
	width: auto;
}
form.login {
	top: 16px;
	right: 10px;
	position: absolute;
	margin: 0;
}
form.login input {
	display: none;
}
form.login input.submit {
	display: block;
	cursor: pointer;
}
#content {
	min-width: 94%;
}
#startseite #content-back, #contact #content-back, #login #content-back {
	background: #967952 url("../images/background/shape_mobile.png") no-repeat right top;
}
#startseite #content-inner {
	height: auto;
	background: transparent url("../images/background/content-start-mobile.png") no-repeat center top;
	padding: 160px 0 20px 0;
}
#content-top, #content-bottom {
	background: transparent;
}
#content-bottom {
	height: 0;
}
#content-inner {
	margin: 0 auto;
	min-height: 100px;
	padding: 0;
	width: auto;
	padding: 20px 0;
}
#content-back {
	min-height: 500px;
}
#navi {
	background: #fff url("images/background/box_start_mobile.gif") no-repeat right bottom;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.17);
	margin: 0 auto 0 auto;
	width: 280px;
	padding: 9px;
}
#start.box {
	background: transparent;
	border: 1px solid #bbbbbb;
	color: #7c7c7c;
	height: auto;
	width: auto;
	padding: 15px 7px 20px 7px;
}
#start.box p {
	margin-bottom: 8px;
}
#start.box ul {
	margin-bottom: 15px;
}
.notice {
	width: 50%;
	margin: 10px 0 0 0;
}
/* END HOME */


/* START CONTENT ELEMENTS */
#content-back,
#willkommen #content-back,
#payment #content-back,
#register #content-back {
	background: #967952 url("../images/background/shape_mobile.png") no-repeat scroll center top;
}
#content-inner,
#register #content-inner {
	width: 94%;
	padding: 20px 10px;
	height: auto;
}
h1 {
	text-transform: none;
}
.profil-navigation {
	display: none;
}
.col, .col-width-3, .col-width-2, .col-width-1, .navi, .col.icon {
	float: none;
	width: auto;
	padding: 0;
	position: inherit;
	margin-right: 0;
}
.col.col-width-1, .col.col-width-2, .col.col-width-3 {
	float: none;
	display: block;
	clear: both;
	width: 100%;
}
.col.margin {
	margin-bottom: 23px;
}
.third {
	float: none;
}
.navi {
	margin: 0;
}
.navi .box, .navi .box-bottom {
	display: none;
}
.user {
	float: left;
	margin: 0 20px 0 0;
	width: auto;
}
.user-profil, .user-big, .user .user-thumb {
	background: transparent;
	background-image: none;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
}
.user-profil img, .user-big img, .user-thumb img {
	width: 130px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.17);
}
.user-thumb img {
	width: 60px;
	margin: 0 22px 18px 0;
	display: block;
	float: left;
}
.user-big img {
	width: 216px;
	height: auto;
}
.user .user-thumb .placeholder {
	float: left;
	width: 60px;
	height: 20px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    font-size: 6px;
    background: transparent url("../images/user/platzhalter_mobile.png") no-repeat 0 0;
}
.user-profil {
	margin: 0 0 20px 0;
}
.user-thumb, .user-big {
	float: left;
}
.user p {
	text-align: left;
}
p.small.last {
	margin: 0 0 10px 0;
}

.optionen {
	right: 10px;
	top: 101px;
	position: absolute;
	margin: 0;
	width: 150px;
}
.optionen a {
	font-size: 9px;
	width: 142px;
}
.optionen a#option-senden {
    height: 15px;
    padding: 8px 0 0 5px;
    background: transparent url( "../images/buttons/3option_top_mobile.png" ) no-repeat 0 0;
}
.optionen a#option-senden:hover {
	background: transparent url( "../images/buttons/3option_top_mobile.png" ) no-repeat 0 -23px;
}
.optionen a#option-favoriten {
    height: 15px;
    padding: 6px 0 0 5px;
    background: transparent url( "../images/buttons/3option_middle_mobile.png" ) no-repeat 0 0;
}
.optionen a#option-favoriten:hover {
	background: transparent url( "../images/buttons/3option_middle_mobile.png" ) no-repeat 0 -21px;
}
.optionen a#option-blockieren {
    height: 16px;
    padding: 5px 0 0 5px;
    background: transparent url( "../images/buttons/3option_bottom_mobile.png" ) no-repeat 0 0;
}
.optionen a#option-blockieren:hover {
	background: transparent url( "../images/buttons/3option_bottom_mobile.png" ) no-repeat 0 -21px;
}

.optionen.four a#option-senden {
    height: 15px;
    padding: 6px 0 0 5px;
    background: transparent url( "../images/buttons/4option_top_mobile.png" ) no-repeat 0 0;
}
.optionen.four a#option-senden:hover {
	background: transparent url( "../images/buttons/4option_top_mobile.png" ) no-repeat 0 -23px;
}
.optionen.four a#option-favoriten {
    height: 16px;
    padding: 5px 0 0 5px;
    background: transparent url( "../images/buttons/4option_middle_top_mobile.png" ) no-repeat 0 0;
}
.optionen.four a#option-favoriten:hover {
	background: transparent url( "../images/buttons/4option_middle_top_mobile.png" ) no-repeat 0 -21px;
}
.optionen.four a#option-blockieren {
    height: 16px;
    padding: 5px 0 0 5px;
    background: transparent url( "../images/buttons/4option_middle_bottom_mobile.png" ) no-repeat 0 0;
}
.optionen.four a#option-blockieren:hover {
	background: transparent url( "../images/buttons/4option_middle_bottom_mobile.png" ) no-repeat 0 -21px;
}
.optionen.four a#option-ergebnisse {
    height: 16px;
    padding: 5px 0 0 5px;
    background: transparent url( "../images/buttons/4option_bottom_mobile.png" ) no-repeat 0 0;
}
.optionen.four a#option-ergebnisse:hover {
	background: transparent url( "../images/buttons/4option_bottom_mobile.png" ) no-repeat 0 -21px;
}

.optionen a#option-spam {
    height: 17px;
    padding: 6px 0 0 5px;
    background: transparent url( "../images/buttons/button_floral_notext_orange_mobile.png" ) no-repeat 0 0;
}
.optionen a#option-spam:hover {
	background: transparent url( "../images/buttons/button_floral_notext_orange_mobile.png" ) no-repeat 0 -23px;
}

.position-right {
	right: 10px;
	top: 27px;
	position: absolute;
}

#premium_boxes {
	height: 240px;
}
#premium_info {
	width: auto;
}
#payment .col.icon {
	margin-top: 10px;
}
img.payment {
	float: left;
	margin: 0 10px 10px 10px;
}
#payment .col-width-3 .box_round-inner {
    width: 95%;
}
.image-left {
	float: none;
}

.mail-text, .guest-text {
	float: none;
	width: auto;
}
.col.col-width-1.toggle_hidden, .col.col-width-3.toggle_hidden {
	display: none;
	visibility: hidden;
}
.profilnavi {
	position: absolute;
	right: 12px;
	top: 63px;
}
.toggle.mobile.profilnavi a {
	padding: 4px 6px 5px 6px;
	font-size: 11px;
	width: 135px;
}
.toggle.mobile.profilnavi a img {
	display: block;
	float: right;
	margin: 5px 0 0 5px;
}
.toggle.mobile.profilnavi ul.dropdown {
	
}
.toggle.mobile.profilnavi ul.dropdown li {
	
}
.toggle.mobile.profilnavi ul.dropdown li a {
	width: 135px;
	padding: 4px 6px 5px 6px;
}
.toggle.mobile.main {
	position: absolute;
	right: 40px;
}
.toggle.mobile.main a {
	
}
.toggle.mobile.search {
	position: absolute;
	right: 80px;
}
.toggle.mobile.profile a.box_head, .toggle.mobile.search a.box_head {
	padding: 4px 7px;
}

.user-functions.profile-menu {
	width: 175px;
	float: right;
	text-align: right;
	margin: 5px 0 10px 0;
}

#successbox {
	right: 20px;
	bottom: 100px;
}

#news_popup {
	display: none;
	visibility: hidden;
}

/* END CONTENT ELEMENTS */


/* START FORM ELEMENTS */
form label {
	width: 100%;
	float: none;
	margin: 3px 0 3px 0;
}
form.detailsuche label {
	width: 100%;
	float: none;
}
form.detailsuche .foto {
	height: 20px;
	margin-bottom: 10px;
}
form.detailsuche .foto label {
	width: 120px;
	display: inline-block;
	float: left;
}
form.detailsuche .foto span {
	display: inline-block;
	float: left;
}
form label.long, form.register label {
	width: auto;
	margin-right: 20px;
	margin-bottom: 4px;
}
form label.middle {
	width: 165px;
}
form label.whatsapp img, form label.facebook img {
	margin-right: 140px;
}
form.gaestebuch textarea, form.register textarea, form textarea.short, form.newbie textarea, form.register textarea.wide, form textarea.short.error {
	background: #b9a17f;
	box-shadow: 0 -1px 0 0 #646464 inset;
	border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 5px;
	width: 94%;
}
.box_payment {
	margin: 0 4px 10px 0;
}
form.paymentbox .boxes {
	height: auto;
	margin: 0 0 10px 0;
}
form textarea.short.error {
	border: 1px solid #fff;
}
img.captcha, input.text.text-captcha, input.submit.submit-captcha {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0 0 10px 0;
	float: none;
	display: block;
}
form.paymentbox input.submit {
	margin: 0 0 10px 0;
}
form.payment_start_box label.payment {
	float: left;
}
#payment form.payment .col.margin {
	height: auto;
}
form.payment.debit input.text#ort {
	margin-bottom: 10px;
}
form.payment.debit input.submit.verisign {
	margin: 0 0 20px 0;
}
form input.checkbox.left {
	margin: 2px 10px 0 0;
}
form.detailsuche span, form.register span {
	height: auto;
	float: none;
}
form.landing {
	padding: 0 8px;
}
form.detailsuche input.checkbox.left {
	margin: 5px 10px 0 0;
}
form.contact {
	margin-top: 20px;
}
/* END FORM ELEMENTS */


/* START FOOTER */
#footer {
	background: #fff;
	text-align: left;
	padding: 10px;
}
#footer .foot_links {
	float: left;
	margin: 0 10px 0 0;
	width: 45%;
}
#footer .foot_links a  {
	float: none;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	text-align: left;
	margin: 0;
	padding: 7px 10px 7px 0;
}
#footer .foot_links a.last  {
	border-bottom: 0;
}

/* END FOOTER */
