/*
Theme Name: Lokalfinder
Author: Ronny Steinort - kreitiv GmbH
Author URI: http://kreitiv.de/
Version: 1.0
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html,head,body,div#page,div#container,div#navigation,div#header,div#content,div#footer
{
	width:100%;
}






:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Bereichsdefintionen */

* {
	font-family:'Open Sans', Arial,Verdana,sans-serif !important;
	font-size:12px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
a {
	text-decoration:none;
	color:#900042;
}
body {
	background:url('img/body_back.png') repeat-x #f5f5f5;
}
input,textarea,select,button {
	/*background:#fdfdfd;*/
	/*border:1px solid #e5dfe2;*/
	/*-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.33);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.33); */
}
input,select,option ,button{
	height:24px;
}
option {
	padding-top:3px;
}
button {
	cursor:pointer;
}
h1 {
	font-size:20px;
	font-weight:600;
	color:#900042;
}
/*h2 {
	font-size:18px;
	font-weight:600;
	color:#900042;
}*/
h3 {
	font-size:16px;
	font-weight:600;
	color:#900042;
}
h4, h5, h6 {
	font-size:14px;
	font-weight:600;
	color:#900042;
}
div#content strong {
	font-weight:600;
}
div#content ul {
	list-style:disc;
	margin-left:50px;
	margin-bottom:20px;
}
div#content ol {
	list-style:decimal;
	margin-left:50px;
	margin-bottom:20px;
}
div#content ul li, div#content ol li  {
	margin-bottom:10px;
}
div#page {
	position:relative;
	width:980px;
	margin:0 auto;
}
div#logo {
	float: left;
	height: 92px;
	left: 0;
	position: relative;
	top: 20px;
	width: 154px;
}
div#top_search {
	position:relative;
	top:60px;
	width:250px;
	height:30px;
	margin:0 auto;
}
div#restaurant_links {
	float: left;
	height: 55px;
	left: 650px;
	position: relative;
	top: 10px;
	width: 165px;
}
div#container {
	background: none repeat scroll 0 0 #FFFFFF;
	left: 0;
	min-height: 600px;
	position: relative;
	top: 50px;
	width: 980px;
/*	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5); */
}
div#navigation {
	position:relative;
	top:0;
	left:1px;
	width:978px;
	height:32px;
	background:url('img/navi_back.png') repeat-x;
}
div#footer {
	position:relative;
	top:50px;
	left:0px;
	width:980px;
	height:30px;
	float:left;
	color:#900042;
}
div#copyright {
	float:left;
	font-size:0.75em;
	line-height:2.5em;
	color:#900042;
}
div#footernavigation {
	text-align:right;
	float:left;
	position:relative;
	left:450px;
}
div#social_links {
	position:absolute;
	right:0px;
	top:-15px;
}
div#header {
	position:relative;
	top:0px;
	left:1px;
	width:978px;
	min-height:158px;
	overflow:hidden;
	text-align:right;
	background:#900042;
}
div#content {
	border-right: 1px solid #CCCCCC;
	float: left;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 20px;
	margin-top:20px;
	top:0px;
	min-height: 200px;
	/*padding: 10px;*/
	width: 100%;

	position:relative;
}
div#sidebar1 {
	border-right: 1px solid #CCCCCC;
	float: left;
	min-height: 200px;
	width: 220px;
	padding:10px;
	margin-bottom:10px;

	position:relative;
	margin-top:20px;
	top:0px;
}
div#sidebar2 {
	min-height: 200px;
	width: 160px;
	padding:10px;
	float:left;

	position:relative;
	margin-top:20px;
	top:0px;
}
div#restaurant_data {
	width:340px;
	padding-right:10px;
	float:left;
	min-height:310px;
}
div#restaurant_bild {
	width:375px;
	float:left;
	height:310px;
	overflow:hidden;
}
div#restaurant_anfahrt {
	width:340px;
	padding-right:10px;
	float:left;
	min-height:310px;
}
div#restaurant_anfahrt_beschreibung {
	width:375px;
	float:left;
	height:310px;
	overflow:hidden;
}
div#restaurant_beschreibung {
	width:355px;
	float:left;
	min-height:310px;
}
div#restaurant_gallery {
	width:365px;
	float:left;
	min-height:310px;
	padding-right:10px;
}
div#restaurant_veranstaltungen {
	width:250px;
	float:left;
	min-height:310px;
	padding-right:10px;
}
div#restaurant_bewertungen {
	width:310px;
	float:left;
	min-height:310px;
	padding-right:10px;
}
div#restaurant_news {
	width:470px;
	float:left;
	height:305px;
}
div#restaurant_kommentare {
	width:410px;
	float:left;
	height:305px;
}
div#bewertung_kommentare {
	width:420px;
	float:left;
	height:305px;
	position:relative;
}
div#bewertung_options {
	width:300px;
	float:left;
	min-height:310px;
	padding-right:10px;
}
div#new_bewertung {
	position:absolute;
	width:350px;
	height:60px;
	top:220px;
	left:30px;
	font-family:'Permanent Marker',Arial,sans-serif !important;
	font-size:15px !important;
}
div#new_bewertung a {
	font-family:'Permanent Marker',Arial,sans-serif !important;
	font-size:15px !important;
	color:#FFFFFF !important;
}
div#restaurant_news div, div#restaurant_kommentare div#kommentare {
	font-family:'Permanent Marker',Arial,sans-serif !important;
	font-size:14px !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
	overflow:hidden;
}

div#kommentare_inhalt, div#kommentare_inhalt span, div#kommentare_inhalt strong{
	font-family:'Permanent Marker',Arial,sans-serif !important;
	font-size:14px !important;
	overflow-y:auto;
}

div#reservieren_formular {
	width:720px;
	float:left;
	min-height:310px;
	padding-right:10px;
}

div#cboxClose {
	top:0px !important;
	color:#900042 !important;
	height:20px !important;
	font-weight:bold;
}

div#agentswitch {
	position:absolute;

	top:10px;
	right:10px;

	font-size:10px;
}

/* Klassen */

.cssclear {
	clear:both;
	display:block;
}
button.stdbutton, input.stdbutton, a.stdbutton {
	background:url('img/button_back.png') repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:25px;
	/*width:86%;*/
	border:0;
	color:#EFEFEF;
	margin-bottom:10px;
	font-weight:300;
	cursor:pointer;
	display:block;
	text-align:center;
	font-size:12px;
	padding:0 5px;
	line-height:1.9em;
}
button.stdbutton:hover, input.stdbutton:hover, a.stdbutton:hover {
	font-weight:600;
}
div#navigation ul.menu, div#footernavigation ul.menu {
	text-align:center;
	font-size:0.75em;
	display:table;
}
div#navigation ul.menu li.menu-item {
	width:107px;
	height:32px;
	background:url('img/trenner.png') no-repeat 111px top;
	padding-left:3px;
	padding-right:3px;
	display:table-cell;
	vertical-align:middle;
}
div#footernavigation ul.menu li.menu-item {
	height:30px;
	padding-left:3px;
	padding-right:3px;
	display:table-cell;
	vertical-align:middle;
}
div#navigation ul.menu li.menu-item a {
	display:table-cell;
	vertical-align:middle;
	width:113px;
	height:32px;
}
div#footernavigation ul.menu li.menu-item a {
	display:table-cell;
	vertical-align:middle;
	height:30px;
}
div#navigation ul.menu li.menu-item:hover, div#navigation ul.menu li.current-menu-item, div#navigation ul.menu li.current-menu-parent {
	background-color:#900042;
}
div#navigation ul.menu li.menu-item:hover a {
	color:#FFFFFF;
}
div#navigation ul.menu li.menu-item a:hover, div#navigation ul.menu li.current-menu-item a, div#navigation ul.menu li.current-menu-parent a  {
	color:#FFFFFF;
}
span.trenner {
  display: table-cell;
  vertical-align: middle;
  color:#900042;
  padding-left:3px;
}
.notrenner span.trenner{
	display:none;
}
span.nav_img {
	margin-top:3px;
	width:27px;
}
li.withimg span.top_nav {
	float: left;
	line-height: 32px;
	margin-left: 20px;
	margin-right: -20px;
	text-align: center;
}
div#social_links img.link {
	margin-right:8px;
}
div#content p {
	margin-bottom:10px;
	color: #666666 !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 1em !important;
    font-weight: 600;
    /*text-align: center !important;*/
}
div#content table.starttable {
	background:none;
	border:0;
	font-size:1em;
}
div#content table.starttable tr.row-1 td {
	color:#900042;
	font-weight:600;
}
span.headline {
	display:block;
	color:#900042;
	font-size:0.66em;
	border-bottom:1px solid #900042;
	padding-bottom:3px;
	margin-bottom:5px;
}
input.button, button.button {
	background:url('img/button_white_back.png') repeat-x 0 -1px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding:0;
	color:#900042;
	font-weight:600;
	cursor:pointer;
}
span.inputlabels {
	display:block;
}
span.errormessage {
	display:block;
	color:#CC0000;
	font-weight:600;
}
#restaurant_data td.label, #restaurant_veranstaltungen td.label {
	color:#900042;
	font-weight:600;
	padding:5px;
}
#restaurant_data td.value, #restaurant_veranstaltungen td.value {
	color:#000000;
	font-weight:400;
	padding:5px;
}
#restaurant_data td.value br, #restaurant_veranstaltungen td.value br {
	margin-bottom:5px;
}
div.sidebartext {
	font-size:12px;
	margin-bottom:20px;
}
div#content span.opencontainer {
	text-align:right;
	font-weight:400;
	/*float:right;*/
	cursor:pointer;
}
div#content div.tarcontainer {
	display:none;
}
div#navigation ul.sub-menu {
	display:none;
	position:absolute;
	width:113px;
	z-index:999;
	background:#FFFFFF;
	opacity:0.9;
	margin-left:-4px;
}
div#navigation ul.sub-menu li.menu-item {
	background:none;
	display:table-cell;
	float:left;
	vertical-align:middle;
	height:32px;
	width:107px;
	padding-left:3px;
	padding-right:3px;
}
li.withimg ul.sub-menu  span.top_nav {
	margin-right:0;
	margin-left:0;
	width:100%;
}
div#navigation ul.menu ul.sub-menu li.menu-item:hover, div#navigation ul.menu ul.sub-menu li.current-menu-item{
	background-color:#A2315C;
}
div#navigation ul.menu li.menu-item:hover ul {
	display:block;
}
div#navigation ul.menu ul.sub-menu li.menu-item a {
	color:#900042;
}
div#navigation ul.menu ul.sub-menu li.current-menu-item a {
	color:#FFFFFF;
}
div#navigation ul.menu ul.sub-menu li.menu-item a:hover {
	color:#FFFFFF;
}
div#bewertung_options table tr, div#restaurant_bewertungen table tr {
	height:30px;
}
div#bewertung_options table td, div#restaurant_bewertungen table td {
	vertical-align:middle;
}
div#bewertung_options table td.label, div#restaurant_bewertungen table td.label {
	width:200px;
}
div.bewertung_feld {
	width:83px;
	height:16px;
	overflow:hidden;
	background:url('img/lf_bewertung.png') no-repeat center center;
	opacity:1;
	position:relative;
}
div.bewertung_overlay {
	width:83px;
	height:16px;
	position:absolute;
	top:0px;
	left:0px;
	background:#FFF7F7;
	opacity:0.85;
}
a.bewertung_link {
	width:16.6px;
	height:16px;
	float:left;
}
div#reservieren_formular div.zeile {
	display:block;
	width:100%;
	margin-bottom:5px;
	border-bottom:1px dotted #666666;
	height:25px;
}
span.label{
	color:#900042;
	font-weight:600;
	line-height:2.2em;
}
span.mini {
	font-size:0.8em;
	line-height:2em;
}
input.nosee, select.nosee {
	background:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border:none !important;
}
span.kat_bar {
	display:block;
	/*height:30px;*/
	line-height:2.3em;
	/*background:#EEEEEE;*/
	margin-bottom:5px;
}
span.kat_single {
	width:50%;
	float:left;
}
div.cont_kat {
	display: none;
	height: auto;
	margin-bottom: 10px;
	/*margin-left: 20px;*/
	margin-top: 10px;
	width: auto;
}
a.blacklinks {
	color:#000000;
}
#news p {
	margin-bottom:10px;
}
textarea.bigarea {
	width:99%;
}
div.wpcf7 input.button {
	width:100px;
	padding-left:0px !important;
}
div.wpcf7 input {
	padding-left:5px;
}
div.divmybox {
	left: 20px;
	position: fixed;
	top: 50%;
	border:5px solid #FFFFFF;
	border-bottom:30px solid #FFF;
	cursor:pointer;
	left:50%;
}

div.boxoverlay {
	height:100%;
	width:100%;
	background:#000000;
	position:fixed;
	top:0;
	left:0;
	opacity:0.9;
}

div.divmybox div.navigation {
	position:absolute;
	bottom:-30px;
	left:0px;
	width:100%;
	height:30px;
}

table.statistik td {
	border-bottom:1px solid #CCC;
}

div#restaurant_news  div.inhalt {
	overflow-y:scroll;
	/*padding-bottom:20px;*/
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;

	height:140px;
}

#kategoriencont
{
	color: #666;
}
/* ========================================================== */
/* Iframe Formatierung Lokalverwalten						  */
/* ========================================================== */


div.embed-container


div#page > #logo,
div#page > #top_search,
div#page > #restaurant_links,
div#page > #container > div#navigation,
div#page > #container > div#header,
div#page > #container > div#sidebar1,
div#page > #container > div#sidebar2,
div#page > div#footer{
	display: none !important;
}
/* primärer Content Bereich */
div#content{
	width: 100vw !important;
}
div#content > div.container{
	width: 100vw;
	/*background: red;*/
	padding-left: 0px !importan;
	padding-right: 0px !importan;
}
div#page > #container,
div#page{
	position: static;
	border: 0px !important;
	color: #666;
}

div#content > div.container > div.content-left-wrap{
	padding-left: 0px !important;
	padding-right: 0px !important;
}



/* Button Formatierung */
input[name="lf_email"],
input[name="lf_password"]{
	background: none !important;
    border-color: #666666!important;
    color: #666666 !important;
    border: 2px solid !important;
    border-radius: 7px !important;
    display: inline-block !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    /*margin: 0 10px 10px 0 !important;*/
    padding: 13px 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    /* text-transform: uppercase !important; */
    transition: all 400ms ease 0s !important;
    vertical-align: top !important
}
input[name="lf_email"]:hover,
input[name="lf_password"]:hover{
	background: none !important;
    border-color: #ff9000!important;
    color: #ff9000!important;
    border: 2px solid;
    text-decoration: none;
}
.stdbutton{
	background: none !important;
	border-color: #666666 !important;
	color: #666666 !important;
	border: 2px solid !important;
	border-radius: 7px !important;
	display: inline-block !important;
	font-family: "Open Sans",sans-serif !important;
	font-size: 1em !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	/*margin: 0 10px 10px 0 !important;*/
	padding: 13px 20px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: all 400ms ease 0s !important;
	vertical-align: top !important;
}


.stdbutton_small{
	background: none !important;
	border-color: #666666 !important;
	color: #666666 !important;
	border: 2px solid !important;
	border-radius: 7px !important;
	display: inline-block !important;
	font-family: "Open Sans",sans-serif !important;
	font-size: 1em !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	/*margin: 0 10px 10px 0 !important;*/
	/*padding: 13px 20px !important;*/
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: all 400ms ease 0s !important;
	vertical-align: top !important;
}

.stdbutton:hover,.stdbutton_small:hover{
	background: none !important;
    border-color: #ff9000!important;
    color: #ff9000!important;
    border: 2px solid;
    text-decoration: none;
}

/* ========================================================== */
/* Iframe Formatierung Lokalverwalten						  */
/* Content Bereich											  */
/* ========================================================== */
#page,
#container{
	width: 100vw !important;
}
body{
	background: none !important;
}
#content{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    /*-webkit-align-items: flex-start;
    align-items: flex-start;*/
}

#content > input[name=go_setRestaurant]
{
	margin-left: 1vw;
}



#content > a
{
	width:80vw;
	text-align:center;
}


/* hide browser-styling (arrow) in IE10 dropdown*/
select::-ms-expand
{
	display:none;
}




/*div#content form option:hover
{
  padding:.3em 1em .3em 1em;
}*/




div#content form select
{
	width:80vw;
	float:left;
	/*background: none !important;*/
	margin-right:1vw;
	border: 2px solid !important;
	border-radius: 7px !important;
	border-color: #666666 !important;
	background-image:url(img/arrow_down.png);
 	background-position: 98% 50%;
  	background-repeat: no-repeat;

	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	border:none;
  	border-radius: 0;
  	font-size: 1em;
  	margin-bottom: 1vh;

}

div#content form select:hover
{
	border-color: #970D46!important;
    color: #970D46!important;
}


#content > form[name="registrieren2_form"]
{
	display: -webkit-flex;
	display:flex;

	-webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content:center;
    margin-bottom: 1vh;

}


#content > form[name="registrieren2_form"]
{
	width:80vw;
}

#content > form[name="registrieren_form"] input[type="text"],
#content > form[name="registrieren_form"] input[type="password"]
{
	width:80vw;
}

#content > form[name="registrieren_form"]
{
	display: -webkit-flex;
	display:flex;

	-webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content:center;
    margin-bottom: 1vh;
}

#content > form[name="registrieren_form"] input[name="go_registrieren"]
{
	/*margin-left: 20%;*/
}

.tarcontainer form
{
	/*width: 100vw;*/
	/*background:red;*/

	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: center;
    justify-content:center;
    -webkit-flex-flow: column;
    flex-flow: column;

}

#lokalbearbeiten input[type="text"],#lokalbearbeiten textarea,#lokalbearbeiten span
{
	width: 80vw;
	margin-left:2vw;
}

#lokalbearbeiten input[type=checkbox]
{
	width: 15px;
}

#schonangemeldet
{
	text-align:center;
}

#katbesch
{
	width:80%;
}


.lokalbild
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;

	/*width: 10%;*/
	height: 100%;
	border:5px solid white;

	background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

/* ========================================================== */
/* Iframe Formatierung 										  */
/* Lokal Registrieren										  */
/* ========================================================== */
#lok_buttonset, #lok_buttonset a button
{
	width:80vw;
}



/* lokal-verwalten gallerie */

#gallerycont
{
	width:80vw;
}

div#gallerycont form[name="lokal_edit_gallery_form"]
{
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.w8
{
	width: 80vw;
}
#lok_img
{
	margin-bottom:1vh;
}
#lok_gal
{
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: center;
    justify-content:center;
    -webkit-flex-flow: column;
    flex-flow: column;

    border:2px solid #ccc;
    border-radius: 7px;
    padding: 1vw;

    width: 250px;
    margin: 4px;

}
#gallerycont form[name="lokal_upload_gallery_form"] input[name="go_lokal_upload_gallery"]
{
	width:80vw;
}



#gallerycont form[name="lokal_upload_gallery_form"] input[name="new_img"],
#uebernachtungcont form[name="lokal_upload_uebernachtung_gallery_form"] input[name="new_img"],
#speisekartecont form[name="lokal_upload_speisekarte_form"] input[name="new_speisekarte"],
#bannercont form[name="lokal_edit_banner_form"] input[name="new_banner"]

{
	width:97vw;
	/*width:247px;*/
}

#gallerycont input[name="go_lokal_edit_gallery"]
{
	width: 80vw;
}

/* lokal-verwalten übernachtung */

#uebernachtungcont > form[name="lokal_upload_uebernachtung_gallery_form"]
{
	width: 80vw;
}



.headline-formatierung > p
{
	margin-bottom:10px;
	color: #ff9000 !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 0.9em !important;
    text-align: center !important;
    margin-bottom: 4vh;
}
.headline-formatierung > h2
{
	margin-bottom:10px;
	color: #ff9000 /*#666666*/ !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 1.3em !important;
    font-weight: 400 !important;
    line-height: 47px !important;
    margin: 0 !important;
    padding: 0 0 20px !important;
    text-align: center !important;
    padding-bottom:3vh;
    padding-top:3vh;
}

.inputlabels
{
	color: #7A1D47 !important;
	font-weight:600;
}



/* lokal-verwalten speisekarte */


#speisekartecont, #speisekartecont > form[name="lokal_edit_speisekarte_form"]
{
	width: 80vw;
}


/* lokal-verwalten veranstaltungen */

#newscont, #newscont form[name="lokal_edit_news_form"]
{
	width:80vw;
}


/* lokal-verwalten reservierungen */

#reservierungcont
{
	width: 80vw;
}

#reservierungcont input,#reservierungcont div
{
	margin-top:10px;
}

/* lokal-verwalten kommentare */

#kommentarecont, #kommentarecont form[name="lokal_edit_kommentare_form_50"]
{
	width: 80vw;
}

/* lokal-verwalten Auf ein Wort */

#interviewcont, #interviewcont form[name="lokal_edit_interview_form"]
{
	width: 80vw;
}

/* lokal-verwalten werbebanner */

#bannercont, #bannercont form[name="lokal_edit_interview_form"]
{
	width: 80vw;
}

/* lokal-verwalten lokal eintragen */
#content > form[name="lokal_anmelden_form"] input[type="text"],
#content > form[name="lokal_anmelden_form"] input[type="password"],
#content > form[name="lokal_anmelden_form"] textarea
{
	width: 80vw;
}

/* nur lokalverwalten seite flex-start*/

#verwalten_wrapper
{
	display: -webkit-flex;
	display:flex;
    -webkit-flex-flow: column;
    flex-flow: column;
	-webkit-align-items: flex-start;
    align-items: flex-start;
}

#account_verwalten_wrapper
{
	display: -webkit-flex;
	display:flex;
    -webkit-flex-flow: column;
    flex-flow: column;
	-webkit-align-items: flex-start;
    align-items: flex-start;
}

#werbung_verwalten_wrapper
{
	display: -webkit-flex;
	display:flex;
    -webkit-flex-flow: column;
    flex-flow: column;
	/*-webkit-align-items: center;
    align-items: center;*/
    /*width:80vw;*/
   }

/* account verwalten */
#account_verwalten_wrapper > form[name="account_edit_form"] input[type="text"],
#account_verwalten_wrapper > form[name="account_edit_form"] input[type="password"],
#account_verwalten_wrapper > form[name="account_edit_form"] textarea,
#account_verwalten_wrapper > a button
{
	width: 80vw;
}

/* werbung verwalten */
#werbung_verwalten_wrapper > form[name="werbung_edit_form"] input[type="text"],
#werbung_verwalten_wrapper > form[name="werbung_edit_form"] input[type="password"],
#werbung_verwalten_wrapper > form[name="werbung_edit_form"] textarea,
#werbung_verwalten_wrapper > a button
{
	width: 80vw;
}

/* neue werbung */

#werbung_verwalten_wrapper > form[name="werbung_new_form"] textarea, #werbung_verwalten_wrapper > form[name="werbung_new_form"]
{
	width: 80vw;
}


/* lokalstatistik */

#local_statistic_wrapper
{
	width: 80vw;
	display: -webkit-flex;
	display:flex;
    -webkit-flex-flow: column;
    flex-flow: column;
	/*-webkit-align-items: flex-start;
    align-items: flex-start;*/
}

#stat_buttonset
{
	display: -webkit-flex;
	display:flex;
	-webkit-flex-flow: column nowrap;
	flex-flow:column nowrap;
	/*width:80vw;*/
}

#stat_buttonset, #stat_buttonset a button,
#los_cont
{
	width:80vw;
}

.kat_single > div
{
	float:left;
	width: 74%;
	word-wrap:break-word;

}

.kat_bar {
    /*margin-right: 1px;*/
    /*width: 80%;*/
    /*margin-left: 5%;*/


}
span.kat_bar
{

}

span.kat_single
{
	    background: #eee none repeat scroll 0 0;
    border: 1px solid white;
    float: left;
    /*padding: 0.5vh 0vw;*/
    text-align: left;
    width: 49%;
    word-wrap: break-word
}






/* ========================================================== */
/* Lokale verwalten											  */
/* ========================================================== */
form[name="lokal_edit_gallery_form"] #lok_img > img,
form[name="lokal_edit_uebernachtung_gallery_form"] > img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width: 20vw;
    height: auto;
/*    border: 2px solid red;*/
}


/* ========================================================== */
/* veranstaltungen										  */
/* ========================================================== */

#veranstaltungen_wrapper
{
	width: 80vw;
}

#veranstaltungen_wrapper a, #veranstaltungen_wrapper span a
{
	color:#ff9000;
}

/* ========================================================== */
/* Lokale verwalten Loging									  */
/* ========================================================== */
#lokal_verwalten_login > form{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 6vh 0vw;
}
#lokal_verwalten_login > p{
	width: 100%;
	text-align: center;
}
#lokal_verwalten_login > form > input{
	margin: 0px 0px 0px 0px;
	margin-bottom: 4vh !important;
}
#lokal_verwalten_login{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (-webkit-min-device-pixel-ratio:0){
   .stdbutton {
      padding: 0px 20px !important;
      height:100% !important;
    }

}
