#wrapper {
    top: 0px;
    left: 0px;
    height: 240px;
    width: 802px;
    z-index: 1;
}

#bild1 {
    float: left;
    background-color: #FFF;
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 1px;

}

#bild2 {
    float: left;
    margin-left: 6px;
    background-color: #FFF;
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 1px;
}

#bild3 {
    float: left;
    margin-left: 6px;
    background-color: #FFF;
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 1px;

}

#bild4 {
    float: left;
    margin-left: 6px;
    background-color: #FFF;
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 1px;

}

td.navi a {
    padding-left: 20px;
    line-height: 24px;
    font-family: Arial, Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #CCCCCC;
    text-decoration: none;
    display: block;
}

td.navi a:hover {
    padding-left: 20px;
    line-height: 24px;
    font-family: Arial, Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #89BA3F;
    text-decoration: none;
    display: block;
}

td.navi a:focus {
    padding-left: 20px;
    line-height: 24px;
    font-family: Arial, Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #89BA3F;
    text-decoration: none;
    display: block;
}

td.navi a:active {
    padding-left: 20px;
    line-height: 24px;
    font-family: Arial, Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #89BA3F;
    text-decoration: none;
    display: block;
}

.footer {
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
}

.content {
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

.content a {
    text-decoration: none;
}

input {
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: #FFFFFF;
    border: 0.1em;
    border-color: #666666 !important;
    border-style: solid;
    margin: 0.2em !important;
}

input.invalid, textarea.invalid {
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: #EEFBDA;
    border: 0.1em;
    border-color: #666666 !important;
    border-style: solid;
    margin: 0.2em !important;
}

input.invalid:focus, textarea.invalid:focus {
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: #EEFBDA;
    border: 0.1em;
    border-color: #666666 !important;
    border-style: solid;
    margin: 0.2em !important;
}

select.invalid, textarea.invalid {
    background-color: #99CCFF;
    border: 0.1em;
    border-color: #666666 !important;
    border-style: solid;
    margin: 0.1em !important;
}

select.invalid, textarea.invalid {
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: #EEFBDA;
    border: 0.1em;
    border-color: #666666 !important;
    border-style: solid;
    margin: 0.2em !important;
}

textarea {
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: #FFFFFF;
    border: 0.1em;
    border-color: #666666 !important;
    border-style: solid;
    margin: 0.1em !important;
}

input[type="submit"] {
    border-style: inset;
    border-width: 0.1em;
    margin: 0em;
    cursor: pointer;
}

input[type="reset"] {
    border-style: inset;
    border-width: 0.1em;
    margin: 0em;
    cursor: pointer;
}

input[type="submit"]:active {
    border-style: inset;
    border-width: 0.1em;
    margin: 0em;
    cursor: pointer;
}

input[type="submit"]:focus {
    border-style: inset;
    border-width: 0.1em;
    margin: 0em;
}

select {
    BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM-COLOR: #3c3c3c;
    BORDER-BOTTOM-WIDTH: 1px;
    BORDER-LEFT-COLOR: #3c3c3c;
    BORDER-LEFT-WIDTH: 1px;
    BORDER-RIGHT-COLOR: #3c3c3c;
    BORDER-RIGHT-WIDTH: 1px;
    BORDER-TOP-COLOR: #3c3c3c;
    BORDER-TOP-WIDTH: 1px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
    border: 0;
}

a.link {
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #7CA839;
}

.headline {
    font-family: Arial, Verdana;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    display: block;
    border-bottom: 1px solid #89ba3f;
    padding-bottom: 10px;
}

.projects-description {
    padding: 0 16px;
    font-family: Arial, sans-serif;
}

.projects-description h2 {
    font-size: 15px;
}

.projects-description p {
    font-size: 12px;
}

.project-wrap {
    padding: 15px 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-item {
    width: 25%;
    box-sizing: border-box;
    padding: 0 7px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    margin-bottom: 15px;
    background-clip: content-box;
}

.project-item img {
    display: block;
    max-width: 100%;
    transition: ease 0.3s;
}

.project-link,
.project-item a {
    color: #999 !important;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.4;
    display: block;
    border: 1px solid #c0c0c0;
    transition: ease 0.3s;
    overflow: hidden;
}

.project-link span,
.project-item a span {
    padding: 10px 5px;
    display: block;
    position: relative;
    z-index: 9;
    background: #fff;
}

.project-link:hover,
.project-item a:hover {
    border-color: #89ba3f !important;
    color: #89ba3f !important;
}

.project-link:hover img,
.project-item a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.close, .project-content > a {
    position: absolute;
    top: 15px;
    right: 5px;
    transform: rotate(45deg);
    display: block;
    width: 30px;
    height: 30px;
}

.close span:before,
.close span:after,
.project-content > a span:before,
.project-content > a span:after {
    content: "";
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #89ba3f;
    position: absolute;
}

.close span:before,
.project-content > a span:before {
    width: 25px;
    height: 4px;
}

.close span:after,
.project-content > a span:after {
    width: 4px;
    height: 25px;
}



