/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: Helvetica;
    font-weight: bold;  
    /* color: #D8670A; */  
    color: #EAE9F1;   
}

a {
    text-decoration: none;
    color: #DCFF32;
}

a:hover {
    color: #B7D61B;
}



body p {
    line-height: 1.2em;
    font-size: 20px;
    letter-spacing: 0.006em;
    margin: 0 0 1em 0;
}

body p.last {
    margin-bottom: 0;
}

.content {
    
    position: relative;
    padding: 20px;    
    background-color: rgba(85, 64, 59, 0.6);
    width: 920px;
    margin: 20px auto;
}

body.home .content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5%;      
}

body.kontakt .content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5%;      
}

body.impressum .content p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6em;
}
body.impressum .content h2,
body.impressum .content h3 {
    font-size: 14px;
    margin-bottom: 0.5em;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    margin: 0;
    padding: 0;
}
.important {
    color: #DCFF32;
    font-size: 34px;
    letter-spacing: -0.009em;
}
ul.important li {
    line-height: 1.1em;
    margin-bottom: 15px;
}

#kontakt-link {
    position: absolute;
    top: -110px;
    right: -60px;
}

#impressum-link {
    position: absolute;
    bottom: 2px;
    right: 4px;
    font-size: 12px;
    font-weight: normal;
    
    color: #817777;
}
#impressum-link:hover {
    color: #A39899;
}

/* FORM */
.kontakt form ul {
    
}
.kontakt form .errors li {
    width: 588px;
    padding: 4px;
    background-color: #DCFF32;
    color: #000;
}
.kontakt .content img.contact-img {
    border: 1px solid #DCFF32;
    float: right;
    margin-left: 20px;
    width: 300px;
}

.kontakt form {
    float: left;
}

.kontakt form div.row {
    clear: both;
    width: 588px;
    margin: 0 auto 10px auto;
    margin-bottom: 10px;
}
.kontakt form div.row.last {
    margin-top: 40px;
    text-align: right;
}

.kontakt form input,
.kontakt form textarea {
    font-weight: normal;
    border: 1px solid #DCFF32;
    background: transparent;
    /* border-radius: 4px; */
    padding: 4px;
    color: #ffffff;
    width: 588px;
}
.kontakt form input.check {
    width: auto;
}

.kontakt form p.info {
    margin: 10px 0 0 0;
    color: #DCFF32;
    font-size: 22px;
}


#submit-button {
    width: 153px;
    height: 36px;
    border: 0;
    padding: 0;
    background: transparent;
}
::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

:-ms-input-placeholder {  
   color: #ffffff;  
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1000px) {
    .content {
        width: 80% !important;
        
        
    }
    .content ul.important {
        padding-right: 80px;
        font-size: 28px;
    }
    
    .kontakt .content {
        left: auto !important;
        right: auto !important;
        position: relative !important;
        margin: 120px auto !important;
    }
    .kontakt .content form {
        width: 60%;
    }
    .kontakt .content img.contact-img {
        width: 30% !important;
    }
    .kontakt .content .row {
        width: 100% !important;
    }
    
    .kontakt .content .row input,
    .kontakt .content .row textarea,
    .kontakt form .errors li {
        width: 98%;
    }
}

@media only screen and (max-width: 800px) {
    .content {
        left: auto !important;
        right: auto !important;
        position: relative !important;
        margin: 20px auto !important;
    }
    
    .content ul.important {
        font-size: 24px;
        padding-right: 0 !important;
    }
    
    #kontakt-link {
        position: static;
        float: right;
        right: 10px;
        top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .content .important {
        font-size: 22px !important;
    }
    
    #kontakt-link {
        width: 100px;
    }
     #kontakt-link img {
     width: 100%;
    }
    
    .content p {
        font-size: 18px;
    }
    
    .kontakt form {
        width: 100% !important;
    }
    
    .kontakt .content img.contact-img {
        float: none;
        width: 100% !important;
        margin: 20px auto;
        display: block;
    }
    
    .kontakt .content p.info {
        font-size: 18px;
    }
    .kontakt .content {

        margin: 20px auto !important;
    }
}

@media only screen and (max-width: 300px) {
    
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
