@charset "utf-8";

@media screen,projection {

/* Reset */

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body, div, form, fieldset, legend, label {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th, td {
text-align: left;
vertical-align: top;
}
img, fieldset {
border: 0;
}
img {
max-width: 100%;
height: auto;
}

/* Styles */

html {
background: #327663;
}

body {
z-index: 99;
margin: 20px 0 0 180px;
padding: 40px 20px 40px 40px;
color: #444;
font: 14px/1.58 "Segoe UI",'HelveticaNeue',sans-serif;
text-shadow: 0px 1px 1px rgba(255,255,255,.8);
background: url(/a/k13-2.png) no-repeat 200px 50px fixed #faf5e1;
box-shadow: -5px -5px 5px rgba(0,0,0,.5);
}
h1, h2, h3, p, ul, ol {
font-size: 100%;
margin: 0 0 22px 0;
}
h1 {
color: #000;
font-size: 140%;
font-family: 'HelveticaNeue-Light',sans-serif;
font-weight: normal;
letter-spacing: 3px;
text-transform: uppercase;
}
a {
color: #327663;
text-decoration: none;
border-bottom: 1px solid #327663;
-webkit-transition: all .4s;
}
a:hover {
color: #803E28;
background-color: white;
border-bottom-color: #444;
}
hr {
position: relative;
max-width: 220px;
height: 1px;
margin: 44px auto;
border: 0;
border-bottom: 1px solid #a8a4a4;
}
hr:after {
content: '//';
position: absolute;
color: #a8a4a4;
font-size: 20px;
line-height: 20px;
font-weight: bold;
left: 50%;
top: -10px;
margin-left: -20px;
padding: 0 20px;
background: #faf5e1;
border-radius: 50%;
}

h1#header {
position: absolute;
overflow: hidden;
top: 30px;
left: 88px;
width: 84px;
height: 546px;
margin: 0;
padding: 0;
color: #327663;
font-size: 1px;
text-shadow: none;
}
#header span {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(/a/kueche13.gif) no-repeat left top transparent;
}
#content {
position: relative;
max-width: 480px;
}
#content:before {
content: '';
position: relative;
display: block;
left: -20px;
top: -10px;
width: 200px;
height: 210px;
background: url(/a/k13-1.png) no-repeat left top;
}

#menu {
padding: 20px;
margin: 40px 0;
color: #F8F8F8;
text-shadow: 0px 1px 1px rgba(0,0,0,1);
background: #0C1021;
border: 10px solid #792000;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: -4px 4px 6px rgba(0,0,0,.5);
-webkit-box-shadow: -4px 2px 6px rgba(0,0,0,.7);
box-shadow: -4px 4px 8px rgba(0,0,0,.5);
-webkit-transform: rotate(3deg);
}

#menu dl {
margin: 0 0 22px 0;
}
#menu dt {
float: left;
}
#menu dd {
text-align: right;
}

.js .no-js {
display:none;
}
form p {
margin: 0 0 11px 0;
}
form div {
max-height: 60em;
overflow: hidden;
-webkit-transition: max-height .6s;
-moz-transition: max-height .6s;
-ms-transition: max-height .6s;
-o-transition: max-height .6s;
transition: max-height .6s;
}
form .done {
max-height: 0;
}
label {
display: block;
}
.txt {
position: relative;
width: 100%;
margin: 0;
padding: 2px 0;
color: #000;
font-size: 100%;
background: #faf5e1;
background: rgba(250,245,225,.7);
border: 1px solid #999;
}
.txt:focus {
background-color: #fff;
background-color: rgba(255,255,255,.8);
outline: none;
}
p.submission {
text-align: right;
}
input[type="submit"] {
padding: .2em 1em;
font-size: inherit;
background: transparent;
border: 2px solid #327663;
border-radius: 3px;
}
#response:empty {
margin:0;
}
.error {
color: #a84769;
font-style: italic;
font-weight: bold;
}

#footer {
max-width: 480px;
padding: 44px 0;
margin: 44px 0;
font-size: 12px;
line-height: 1.5;
border-top: 1px dotted #999;
}

}

/**
* end media screen,projection
*
*/

@media only screen and (max-width:40em) {

body {
margin-left: 100px;
padding-left:20px;
background-position: 100px 50px;
}
h1#header {
left:4px;
}

}

@media only screen and (max-width:40em) {

body {
margin-top: 70px;
margin-left: 10px;
padding-top: 60px;
background-position: 100px 100px;
}
#content:before {
display: none;
}
h1#header {
position: absolute;
overflow: hidden;
top: 20px;
left: 30px;
width: auto;
width: 220px;
height: 36px;
}
#header span {
position: absolute;
z-index: 1;
top: 0px;
left: 0;
width: 220px;
background: url(/a/kueche-13.png) no-repeat left top transparent;
background-size: 100%;
}
#footer {
margin: 22px 0;
padding: 22px 0 0;
text-align: center;
}

}

/**
* @media print
*
*/

@media print {

body {
color: #000;
font: 8pt/1.4 'Helvetica Neue',sans-serif;
}
h1 {
font-size: 140%;
}
h2, h3, h4, h5, h6 {
font-size: 100%;
margin: 0;
}
p {
margin: 0 0 1em 0;
}
a {
color: #000;
text-decoration: none;
}
#content a {
border-bottom: 1px solid #999;
}
hr {
}
form {
display: none;
}

}

/**
* end media print
*
*/