@import "global.css";
/*******************************************************************************
    kontakt.html
*******************************************************************************/
#kontact-side-content {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: #646464;
    background: transparent;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}

#kontact-side-content h1 {
    font-weight: 800;
    margin-bottom: 1.5em;
}

#kontact-side-content #left {
    flex: 1;
    display: block;
    height: 500px;
    background-color: #F0F0F0;
    padding: 1em;
}

#kontact-side-content #right {
    flex: 1;
    display: flex; 
    flex-wrap: wrap;
    padding: 1.5em;    
}

#kontact-side-content #right #adr {
    flex: 1;
}

#kontact-side-content #right #bild {
    flex: 1;
}

#kontaktForm .field {
    padding: 0;
    position: relative;
    clear: both;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

#kontaktForm label, p {
    color: #798e94;
    text-align: left;
    font: 14px/24px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    margin-bottom:5px;
    display:inline-block;
}

#kontaktForm label {
    width: 75px;
}

#kontaktForm p {
    padding-top: 10px;
}

#kontaktForm #prodList {
    display: flex;
    flex-wrap: wrap;
}

#kontaktForm #prodList1 {
    flex: 1;
    padding: 0 3.5em .8em 10em;
}

#kontaktForm #prodList2 {
    flex: 1;
    padding-bottom: .8em;
}

#kontaktForm #anliegen {
    padding-left: 10em;
}

#kontaktForm .submit input {
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    /*
    text-shadow: 1px 1px 0px #fff;
    */
    /*
    display: block;
    */
    margin: 22px -2px 12px 250px;
    /*
    text-align: center;
    */
    float: right;
    padding: 6px 12px;
    height: 28px;
    cursor: pointer;
    min-width: 96px;
    width:auto;
    background-color: #822368;
    box-shadow: 0 0 0 5px #eef5f7;
    -moz-box-shadow: 0 0 0 5px #eef5f7;
    -webkit-box-shadow: 0 0 0 5px #eef5f7;
    border: 1px solid #a4c5d0;
    font-weight: 900;
    color: white;
    /*
    color: #6b97a8;
    */
}
