*{
    --search-height: 46px;
}

.search-box{
    display: grid;
    grid-template-columns: 1fr 1fr 10fr 10fr;
    background: #2f3640;
    height: var(--search-height);
    padding: 0;
    margin: 0;
    line-height: var(--search-height)
}

.wrench-btn {
    background-color: #2f3640;
    color: white;
    border: none;
    /* margin: 2px; */
    padding-left: 10px;
    font-size: 30px;
    cursor: pointer;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    background: #CCCCCC
}

pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.container {
    width: 940px;
    margin: 0 auto;
}

div.jumbo {
    padding: 10px 0 30px 0;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

h2 {
    font-size: 3em;
    margin-top: 40px;
    text-align: center;
    letter-spacing: -2px;
}

h3 {
    font-size: 1.7em;
    font-weight: 100;
    margin-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    color: #999;
}

#cont {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.pre_zutaten
{
    font-family: "Courier New", Courier, monospace
}

.zutaten
{
    position: absolute;
    left: 66%;
    top: 60px;
    z-index: -1;
    width: 270px;
    background-color: #cccc00;
    box-shadow: 0px 0px 20px #000000;
    padding: 5px;
    border-radius: 10px;
    font-family: "Courier New", Courier, monospace
    height: 200px
}
.zubereitung
{
    /* position: absolute; */
    /* left: 5%; */
    /* top: 50px; */
    z-index: -1;
    width: 95%;
    background-color: #ffffff;
    padding: 10px;
    font-family: "Courier New", Courier, monospace
}

.pre_zubereitung
{
    font-family: "Courier New", Courier, monospace
}

.title
{
    font-weight: bold
}

.canvas
{
    position: absolute;
    left: 5%;
    top: 50px;
    z-index: -1;
    width: 60%;
    background-color: #ffffff;
    padding: 10px;
    font-family: "Courier New", Courier, monospace
}

img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30%;
    width: 50%;
}
