@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html{
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #333;
    position: relative;
    font-size: 16px;
}

h3 {
    font-size: 18px;
    font-weight: 900;
}

.row{
    margin-right: 0;
    margin-left: 0;
}

/* Navbar */
.navbar-custom {
    text-transform: uppercase;
    color: #FFF;
    background-color: #303030;
    font-size: 12px;
    letter-spacing: 1px;
}

.navbar-brand{
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 0.8em;
    text-transform: uppercase;
}

.navbar-li {
    padding: 10px 15px;
    display: block;
    line-height: 20px;
    padding-top: 15px;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-font-style{
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}

.navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,.1);
    box-shadow: inset 0 0 0 rgba(255,255,255,.1);
}

a:focus, a:hover {
    color: #e79c5e;
    text-decoration: none;
}

.active{
    color: #e79c5e;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}
/* Home Page */
#home{
    background: url(../resources/images/index-images/nnaika-neat.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    color: #cfcfcf;
}

#home .overlay{
    height: 100%;
}

/* Über uns */
.ueberuns-text-box{
    text-align: justify;
    padding-bottom: 40px;
    padding-top: 20px;
    line-height: 1.8;
}

/* News Page */
#news{
    padding-bottom: 40px;
}

.section-title.center{
    padding-top: 20px;
    text-align: center;
}
.section -title h2,
.section-title.center h2{
    font-weight: 300;
}
.section-title.center .line{
    border-top: 4px solid #e79c5e;
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
}

/* Articles*/
.news-item-date{
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #e79c5e;
    width: 100%;
}
.news-item-number{
    font-size: 58px;
    padding: 5px;
}
.news-item-month{
    margin-top: -25px;
    font-size: 14px;
}
/* Pedigree */

.pedigree-col{
    padding: 8px;
    border-right: 1px solid;
    border-color: #e79c5e;
    margin-right: 20%;
    word-break: break-all;
}

.pedigree-col-without-border{
    padding: 8px;
    word-break: break-all;
}

.pedigree-font-size-name{
    font-size: 12px;
}

.pedigree-align{
    text-align: left;
}

.space-top{
    padding-top: 15px;
}

#pedigree{
    padding-bottom: 40px;
}
/* ZZP */
#zzp{
    background-color: #303030;
    color: #FFFFFF;
    padding-bottom: 40px;
    text-align: justify;
}

/* zucht */
.logo-image{
    height: 60px;
}
.zucht-box{
    text-align: justify;
    padding-top: 20px;
    line-height: 30px;
}
/* A-Wurf*/
#awurf{
    background-color: #303030;
    color: #FFFFFF;
    padding-bottom: 40px;
    text-align: justify;
}
/* About Nnaika*/
#nnaika{
    background-color: #303030;
    color: #FFFFFF;
    padding-bottom: 40px;
    text-align: left;
}
.nnaikaCardImage{
    max-height: 200px;
    min-height: 200px;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    color: #e79c5e;
}

/* Contact */
#gallery{
    background-color: #303030;
    color: #FFFFFF;
}

#gallery-nnaika{
    background-color: #303030;
    color: #FFFFFF;
}
#gallery-video{
    background-color: #303030;
    color: #FFFFFF;
}


.mailtostyle{
    color: #e79c5e;
    text-decoration: none;
    font-size: 16px;
}


/* Navbar collapse sooner*/

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-right{
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>ul{
        width:100%;

    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .collapse.in{
        display:block !important;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* Splash-Screen*/
md-progress-circular.md-default-theme.md-accent path, md-progress-circular.md-accent path {
    stroke: #e79c5e;
}

#breed{
    padding-bottom: 40px;
}
.zuchtBigNumber{
    font-size: 40px;
    line-height: 40px;
}
.zuchtCategory{
    font-size: 14px;
    color: #e79c5e;
}
.zzpResult{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.resultsBox{
    margin-bottom: 15px;
}

.iframe-manipulation{
    margin:8px;
}