@charset "utf-8";

/* ERZEUGNISSE Document */

.headlineErg {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 25px;
    text-align: center;
    margin-top: 5px;
}

.erzItem {
    position: relative;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    cursor: pointer;
}

.erzItem .contentBlock {
    position: relative;
    overflow: hidden;
}

.erzItem.startline {
    padding-right: 5px;
}

.erzItem.endline {
    padding-left: 5px;
}

.erzItem.midline {
    padding: 0 5px 0 5px;
}

.erzImg {
    background-color: black;
    border: none;
    border-radius: 3px 3px 0px 0px;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}

.erzItem .contentBlock {
    padding: 0;
}

.erzItem .contentBlock:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}

.erzText {
    padding: 10px 20px 20px 20px;
    position: relative;
    overflow: hidden;
}

.erzplease {
    width: 100%;
    font-size: 30px;
    color: #666;
    text-align: center;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 10px;
}
.showContainer{
    background-color: rgba(150, 150, 150, 0.1);
    border: solid 1px rgba(150, 150, 150, 0.2);
    min-height: 300px;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    padding-top: 55px;
    box-sizing: border-box;
    position: relative;
}
.buttonBack{
    position: absolute !important;
    left: 10px !important;
    top: 10px !important;
}
.erzProduct{
    width: 33.33%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
}
.erzProductInner{
    background-color: black;
    min-height: 200px;
    width: 100%;
    background-color: #EEEEEE;
    border: 1px solid #DADADA;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
}
.erzProductInner table{
    margin-bottom: 20px;
}
table tr td{
    vertical-align: top;
}
.erzHeadlineProduct{
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px;
}
.erztablehead{
    opacity: 0.4;
}