* {
    outline: 0;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}

body {
    padding-top: 140px;
    padding-bottom: 50px;

    background-color: #000;
/*    background: url('../images/wp_1_mini.jpg') no-repeat center center fixed;*/
    /*background-size: cover;*/
    background: url('../images/bg.png');
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: #49AEC0;
    
    -moz-transition: border-color .5s, color .4s;
    -webkit-transition: border-color .5s, color .4s;
    -ms-transition: border-color .5s, color .4s;
    -o-transition: border-color .5s, color .4s;
    transition: border-color .5s, color .4s;
}
a:hover {
    color: #000;
}

input,
textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

h1 {
    margin: 0px 0px 25px 0px;

    font-family: 'Jura', sans-serif;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 2px solid #49AEC0;
}
h2 {
    margin: 0px 0px 15px 0px;

    font-family: 'Jura', sans-serif;
    font-size: 28px;
    font-weight: 600;
    /*border-bottom: 2px solid #49AEC0;*/
}
h3 {
    margin: 0px 0px 5px 0px;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.disabled {
    cursor: default !important;
    color: #C0C0C0 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.disabled:hover {
    color: #C0C0C0 !important;
}

#content {
    background-color: #FFF;
    padding: 15px;
    overflow: auto;

    -webkit-box-shadow: 0px 0px 5px #808080;
    -moz-box-shadow: 0px 0px 5px #808080;
    box-shadow: 0px 0px 5px #808080;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    #content {
        padding: 50px;
    }
}

.row {
    margin: 0px;
    margin-bottom: 25px;
}
.row:last-of-type {
    margin-bottom: 0px;
}

.navbar {
    position: absolute;
    top: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 58px;
    border: none;
}
.navbar-header {
    height: 100%;
}

#collaps0r {
    margin-top: 12px;
    margin-right: 12px;
    border-color: #FFF;
    background-color: #FFF;
}
#collaps0r .icon-bar {
    background-color: #49AEC0;
}

#logo {
    display: block;
    margin-top: 9px;
    margin-left: 10px;
    padding-top: 9px;
    height: 40px;
    font-family: 'Jura', sans-serif;
    font-size: 36px;
    font-weight: 600;
    background-color: #FFF;
    color: #49AEC0;
    border: 2px solid transparent;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    #logo {
        margin-left: -15px;
    }
}
/*@media (min-width: 992px) {*/
    /*#logo {*/
        /*position: absolute;*/
        /*top: -17px;*/
        /*height: 90px;*/
        /*margin-top: 0px;*/
        /*padding-top: 36px;*/
        /*font-size: 70px;*/

        /*-webkit-box-shadow: 0px 0px 5px #808080;*/
        /*-moz-box-shadow: 0px 0px 5px #808080;*/
        /*box-shadow: 0px 0px 5px #808080;*/
    /*}*/
/*}*/
#logo:hover {
    border: 2px solid #49AEC0;
}

#navi_wrap {
    border: none;
}

#navi {
    /*float: right;*/
    margin-top: 0px;
    margin-right: -15px;
    border-bottom: 1px solid #000;
}
#navi li {
    background-color: #FFF;
    border-bottom: 1px solid #C0C0C0;
}
#navi li a {
    display: block;
    padding: 10px 10px;
    font-family: 'Jura', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #49AEC0;

    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
#navi li a:hover {
    color: #000;
}
#navi li a:first-of-type {
    padding-left: 20px;
}
#navi li a:last-of-type {
    padding-right: 20px;
}

@media (min-width: 768px) {
    #navi {
        float: right;
        margin-top: 9px;
        border: none;
    }
    #navi li {
        border: none;
    }
    #navi li:first-of-type {
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    #navi li:last-of-type {
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}


.reference_entry {
    line-height: 24px;
    margin-bottom: 35px;
}
.reference_entry:last-of-type {
    margin-bottom: 0px;
}
.reference_entry .text {
    text-align: justify;
}
.reference_entry .reference_img_wrap {
    margin-bottom: 15px;
}
.reference_entry .reference_img_wrap > a {

}
.reference_entry .reference_img_wrap .reference_screen {
    background: url('../images/loading.gif') no-repeat;
    background-position: 60px center;

    /*width: 200px;*/
    width: 100%;
    /*max-width: 200px;*/
    min-height: 150px;
    border: 2px solid #49AEC0;
    padding: 5px;
    cursor: pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.reference_entry .go_to {
    font-weight: bold;
    text-decoration: none;
}

#kntkt_form label {
    /*padding-top: 8px;*/
    padding-left: 0px;

    font-weight: normal;
}
#kntkt_form .form-control {
    border: 1px solid #C0C0C0;
    padding: 5px 7px;

    resize: none;

    -webkit-box-shadow: none;
    box-shadow: none;
}
#kntkt_form .btn {

}
#kntkt_form #kntkt_senden {
    float: right;
    cursor: pointer;
    border: none;
    padding: 5px 7px;
    background-color: #FFF;
    color: #49AEC0;
    border: 1px solid #C0C0C0;

    outline: none;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    -moz-transition: color .4s;
    -webkit-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
}
#kntkt_form #kntkt_senden:hover {
    color: #000;
}






.mail_send_status {
    width: 600px;
    clear: right;
    float: right;
    display: block;
    margin-top: 11px;
}