.row {
    max-width:1066px;
    padding: 0 60px;
}
.row.full {padding:0 20px;}
.row .row {margin: 0;}

.column,
.columns {padding:0;}

.inner-wrap  {margin:142px 0 0 0;}



img.border {border:2px solid #909090;}

h2 {
    color:#F2A41D;
    font-size:1.875rem;
    line-height:5.000rem;
    margin:0.5rem 0 0 0;
}
h3 {
	color:#F2A41D;
	font-size:1.475rem;
	line-height:2.000rem;
	margin:0.5rem 0 0 0;
}


p {line-height:1.3;}

section.content {margin: 0 0 6.500rem 0;}



header {
    height:112px;
    background:url(../img/header-bg.png) top left repeat-x;
    border-bottom: 12px solid #F3A41D;

    position: fixed;
    z-index: 1000;
    top: 0px;
    width:100%;
}

.navMain {width:100%;}
.navMain ul {margin:35px 0 0 0;}
.navMain li {
    list-style: none;
    float:left;
}
.navMain li:after {
    content:"\002022";
    color:#FFFFFF;
}
.navMain li:last-child:after {content:"";}

.navMain li a {
    display:inline-block;
    color:#FFFFFF;
    line-height: 1.750rem;
    margin:0 12px;
}
.navMain li:first-child a {margin-left:0}
.navMain li a:hover,
.navMain li a.active {
    color:#F3A41D;
    border-bottom: 2px solid #04A2DB;
}



footer {margin-bottom:20px;}
footer .spacer {border-top:2px solid #000000;}
footer .columns {padding-right:20px;}
footer .columns p {font-size: 0.875rem;}
footer .columns:last-child {padding-right:0;}

/* sourcecrew. */

img.logo {
    float: right
}

.portfolio {
    width:  100%;
    margin-top: 20px;
    font-size: 0.9em;
    line-height: 1.3em
}

.portfolio p {
    margin: 0
}

.portfolio .small-3 {
    position: relative;
    max-width: 216px;
    height: 300px;
    margin: 0 25px 25px 0
}

.portfolio .small-3:last-child {
    margin: 0 0 25px 0
}

.portfolio .small-3 img {
    margin-bottom: 15px
}

.portfolio .small-3 h4 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em
}

.portfolio hr {
    border-color: #000;
    margin: 0.7em 0 !important
}

.portfolio .small-3 a.zur-seite {
    position: absolute;
    bottom:  0;
    left: 0;
    color: #000;
    text-decoration: underline
}

fieldset {
    border: none;
    padding: 0;
    margin: 0
}

label {
    font-size: 1em;
    margin: 0 0 3px 2px;
    white-space: nowrap
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    border-top: 1px solid #a2a2a2;
    border-right: 1px solid #525252;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #a2a2a2;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 1.6rem;
    padding: 0 0.5rem;
    margin-bottom: 8px
}

textarea {
    height: 148px;
    padding: 0.5rem;
    resize: none
}

input[type="submit"] {
    width: 100%;
    background: #f3a41d;
    border: none;
    box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1) inset;
    height: 1.6rem;
    padding: 0 0.5rem
}

form#contact-form .small-3,
form#contact-form .small-6 .small-6 {
    padding-right: 26px
}

form#contact-form .small-6 .small-6:last-child {
    padding-right: 0;
    float: right
}

form#contact-form img {
    border: 1px solid #7a7a7a;
    margin-top: 3px
}

/* Responsive */

@media only screen and (max-width: 1024px) {

.portfolio .small-3 {
    max-width: 207px;
}

form#contact-form img {
    margin-top: 4px
}

}

@media only screen and (max-width: 980px) {

.portfolio .small-3 {
    max-width: 196px;
}

form#contact-form img {
    margin-top: 7px
}

}

@media only screen and (max-width: 800px) {

.portfolio .small-3 {
    max-width: 155px;
    margin: 0 20px 20px 0
}

form#contact-form img {
    margin-top: 18px
}

}

@media only screen and (max-width: 768px) {

.portfolio .small-3 {
    max-width: 150px;
    margin: 0 15px 15px 0
}

form#contact-form img {
    margin-top: 20px
}

}

@media only screen and (max-width: 640px) {

.portfolio .small-3 {
    width: 33% !important;
    max-width: 160px;
    height: 260px;
    margin: 0 20px 20px 0
}

.portfolio .small-3:last-child {
    float: left;
    margin: 0 0 20px 0
}

.portfolio .small-3:nth-child(3),
.portfolio .small-3:nth-child(6) {
    float: right;
    margin: 0 0 20px 0
}

form#contact-form img {
    margin-top: 2px
}

form#contact-form .small-3:first-child {
    width: 100%
}

form#contact-form .small-3:nth-child(2) {
    width: 50%
}

}

@media only screen and (max-width: 480px) {

.portfolio .small-3 {
    width: 50% !important;
    max-width: 160px;
    height: 260px;
    margin: 0 20px 20px 0
}

.portfolio .small-3:last-child,
.portfolio .small-3:nth-child(3) {
    float: left
}

.portfolio .small-3:nth-child(2),
.portfolio .small-3:nth-child(4),
.portfolio .small-3:nth-child(6) {
    float: right;
    margin: 0 0 20px 0
}

form#contact-form img {
    margin: 5px 0 10px 0
}

form#contact-form .small-6,
form#contact-form .small-3 {
    width: 100% !important;
    padding-right: 0 !important
}

input,
textarea {
    width: 100% !important
}

}

@media only screen and (max-width: 360px) {

.portfolio .small-3 {
    width: 216px !important;
    position: relative;
    max-width: 216px;
    height: 300px;
    margin: 0 0 25px 0
}

.portfolio .small-3:last-child,
.portfolio .small-3:nth-child(3),
.portfolio .small-3:nth-child(6) {
    float: left;
    margin: 0 0 25px 0
}

form#contact-form img {
    margin: 5px 0 10px 0
}

form#contact-form .small-6,
form#contact-form .small-3 {
    width: 100% !important;
    padding-right: 0 !important
}

input,
textarea {
    width: 100% !important
}

}

@media only screen and (max-width: 320px) {

.portfolio .small-3 {
    width: 216px !important;
    position: relative;
    max-width: 216px;
    height: 300px;
    margin: 0 0 25px 0
}

.portfolio .small-3:last-child,
.portfolio .small-3:nth-child(3),
.portfolio .small-3:nth-child(6) {
    float: left;
    margin: 0 0 25px 0
}

form#contact-form img {
    margin: 5px 0 10px 0
}

form#contact-form .small-6,
form#contact-form .small-3 {
    width: 100% !important;
    padding-right: 0 !important
}

input,
textarea {
    width: 100% !important
}

}