/*
Theme Name: AVERT
Theme URI: http://avertproject.eu/
Author: Holger Honz
Author URI: http://www.honz-it.de/
Description: AVERT Project Homepage
Version: 1.0
*/



@charset "utf-8";
/* CSS Document */
body{
    background-color: #f2f2f2;
}
.head-bg{
    background: url('./images/banner.png') no-repeat center;
    height: 164px;
    width: 100%;
    position:  absolute;
}
.logo img{
    margin-left: 15px;
}
.footer{
    background-color: #bababa;
    -webkit-box-shadow: inset 0px 2px 4px 1px rgba(50, 50, 50, 0.40);
    -moz-box-shadow:    inset 0px 2px 4px 1px rgba(50, 50, 50, 0.40);
    box-shadow:         inset 0px 2px 4px 1px rgba(50, 50, 50, 0.40);
    padding: 20px 0px;
}
.navi{
    margin-top: 115px;
}
.nav > li > a{
    color: white;
    font-size: 16px;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li.current-menu-item > a{
    background-color: #89bee2;
    color: #1d1d1b;
}
.content, .sidebar{
    padding: 40px;
}
.content a{
    color:  #89bee2;
}
.content h2{
    color: #89bee2;
    text-transform: uppercase;
    font-size: 26px;
    border-top: 2px solid #5b5b5b;
    border-bottom: 2px solid #5b5b5b;
    padding: 5px 0px;
}
.content h3{
    text-transform: uppercase;
    border-bottom: 2px solid #89bee2;
    color: #5b5b5b;
}
.content h2 span{
    position: absolute;
    font-size: 16px;
    right: 40px;
}
.entry{
    margin-bottom: 50px;
}
.sidebar li{
    list-style: none;
}
.widget{
    margin-bottom: 40px;
}
.widgettitle{
    color: #89bee2;
    text-transform: uppercase;
    font-size: 22px;
    border-top: 2px solid #5b5b5b;
    border-bottom: 2px solid #5b5b5b;
    padding: 5px 0px;
}
input{
    height: 30px;
}
input, textarea{
    border-radius: 4px;
    border: 1px solid #c1c1c1;
    z-index: 99;
    width: 70%;
}
span.wpcf7-not-valid-tip{
    float: right;
    margin-right: 190px;
    margin-top: -2px;
}
div.wpcf7-validation-errors, span.wpcf7-not-valid-tip{
    color: #a94442 !important;
    background-color: #f2dede;
    border: 1px solid #ebccd1 !important;
    border-radius: 4px;
    padding: 5px;
}
div.wpcf7-mail-sent-ok{
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6 !important;
}
.slideshowlink{
    text-align: center;
}
table td{
    padding: 15px;
    text-align: center;
}
.btn{
    margin-top: 10px;
}
.partner-div{
    text-align: left;
    padding: 10px;
    background-color: white;
    border-radius: 4px;
}
input[type="submit"]{
    width: 200px;
}

@media (max-width: 767px) {
    .main-nav{
        background-color: #5b5b5b;
    }
}