@font-face {
    font-family: 'Lovelo';
    src: url('../fonts/lovelo/lovelo_black-webfont.eot') format('eot'), url('../fonts/lovelo/lovelo_black-webfont.woff') format('woff'), url('../fonts/lovelo/lovelo_black-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Arvo';
    src: url('../fonts/arvo/arvo-regular-webfont.eot') format('eot'), url('../fonts/arvo/arvo-regular-webfont.woff') format('woff'), url('../fonts/arvo/arvo-regular-webfont.ttf') format('truetype');
}

input:focus, textarea:focus {
    outline: 0;
}

#contactus fieldset
{
    width:38em;
    border: 0px;
    margin-left: -1em;
}


#contactus label
{
    font-size: 1em;
    font-family: 'Arvo', 'times new roman';
}

textarea {
    resize: none;
    font-family: 'Arvo', 'times new roman';
    font-size: 1em;
    color: #373737;

}

.saelg-til-os-billede-upload-boks {
    opacity: 0.7;
    font-size: 0.9em;
}

#contactus input {
    width: 100%;
    height: 2.5em;
    padding: 0em 1em 0em 1em;
    background-color: #f8f8f8;
    border: 0.1em solid #e8e8e8;
    margin-bottom: 0.7em;
    border-radius: 3px;
    font-family: 'Arvo', 'times new roman';
    font-size: 1em;
}

#contactus textarea {
    width: 100%;
    min-height: 10.5em;
    padding: 1em 1em 1em 1em;
    background-color: #f8f8f8;
    border: 0.1em solid #e8e8e8;
    border-radius: 3px;
    font-family: 'Arvo', 'times new roman';
    margin-bottom: 1em;
}

#contactus input[name="Submit"] {
    background-color: #6ca07a;
    border-radius: 4px;
    font-family: 'Lovelo', 'Arial';
    padding: 1.3em 1em 1em 1em;
    color: white;
    font-size: 0.9em;
    letter-spacing: 2px;
    height: 3.9em;
    width: 12em;
    border: solid 3px rgba(255, 255, 255, 0.2);
    background-image: url("../img/knap-baggrund6.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
    cursor: pointer;
}

#contactus input[name="Submit"]:hover {
    color: white;
    border: solid 3px #bfdfc5;
    transition: all 0.2s ease;
    background-color: #6ca07a;
}



#contactus input [name="photo"] {
    background-color: none;
}


#contactus input[type="text"]:focus,textarea:focus
{

}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

@media screen and (max-width: 768px) {
    #contactus input {
        width: 100%;
        height: 2.5em;
        padding: 0em 1em 0em 1em;
        background-color: #f8f8f8;
        border: 0.1em solid #e8e8e8;
        margin-bottom: 0.7em;
        border-radius: 3px;
        font-family: 'Arvo', 'times new roman';
        font-size: 1em;
    }

    #contactus textarea {
        width: 100%;
        min-height: 10.5em;
        padding: 1em 1em 1em 1em;
        background-color: #f8f8f8;
        border: 0.1em solid #e8e8e8;
        border-radius: 3px;
        font-family: 'Arvo', 'times new roman';
        margin-bottom: 1em;
    }

    #contactus input[name="Submit"] {
        background-color: #6ca07a;
        border-radius: 4px;
        font-family: 'Lovelo', 'Arial';
        padding: 1.3em 1em 1em 1em;
        color: white;
        font-size: 0.9em;
        letter-spacing: 2px;
        height: 3.9em;
        width: 12em;
        border: solid 3px rgba(255, 255, 255, 0.2);
        background-image: url("../img/knap-baggrund6.png");
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.5s ease;
        cursor: pointer;
    }
    #contactus fieldset
    {
        width:90%;
        border: 0px;
        margin-left: -1em;
        margin-bottom: -3em;
        height: 30em;
    }
}