@charset "UTF-8";

/* CSS Document */
@font-face {
    font-family: 'Conv_HelveticaNeueLTStd-Lt';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
    src: local('☺'), url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeueLTStd-Md';
    src: url('../fonts/HelveticaNeueLTStd-Md.eot');
    src: local('☺'), url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Md.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_EuropeanPiStd-4';
    src: url('../fonts/EuropeanPiStd-4.eot');
    src: local('☺'), url('../fonts/EuropeanPiStd-4.woff') format('woff'), url('../fonts/EuropeanPiStd-4.ttf') format('truetype'), url('../fonts/EuropeanPiStd-4.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: Helvetica, Arial, sans-serif;
    background: url(../../images/bg_top.jpg) repeat-x top #2b353d;
}

h1 {
    font-family: 'Conv_HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-size: 25px;
    line-height: 36px;
    color: #bec9d1;
    text-align: center;
    letter-spacing: 1px;
}

h1 span {
    font-family: 'Conv_HelveticaNeueLTStd-Md', Sans-Serif;
    color: #fff;
}

h1.horse-name {
    font-family: 'Conv_HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-size: 25px;
    line-height: 36px;
    color: #bec9d1;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

h1.horse-name span {
    font-family: 'Conv_HelveticaNeueLTStd-Md', Sans-Serif;
    color: #fff;
}

h2 {
    font-family: 'Conv_HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #a6775c;
    letter-spacing: 1px;
}

h3 {
    font-family: 'Conv_HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 36px;
    color: #bec9d1;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

h3 span {
    font-family: 'Conv_HelveticaNeueLTStd-Md', Sans-Serif;
    font-weight: normal;
    color: #fff;
}

p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #76818b;
    text-align: left;
}


.container {
    max-width: 965px;
    margin-left: auto;
    margin-right: auto;

    @media (max-width: 1024px) {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    @media (max-width: 768px) {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    @media (max-width: 480px) {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Submenu */

.submenu-container {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 70px;

    @media (max-width: 965px) {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }
}

.submenu {
    position: relative;
    padding-top: 140px;
    z-index: 10;
    margin-left: 3px;

    @media (max-width: 965px) {
        padding-top: 70px;
    }

}

.submenu::after {
    content: "";
    position: absolute;
    top: 60px;
    right: -42px;
    background: url(../../images/border_submenu.png) no-repeat;
    width: 80px;
    height: 323px;
    z-index: 10;

    @media (max-width: 965px) {
        content: none;
    }
}

.submenu a {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #67737d;
    line-height: 35px;
    text-decoration: none;
    height: 35px;
    padding-left: 30px;
    display: block;
    border-bottom: dotted 1px #4a4e57;
}

.submenu li:first-child a {
    border-top: dotted 1px #4a4e57;
}

.submenu a:hover {
    background-color: #2e3841;
}

.submenu .active a {
    color: #b3bdc5;
    position: relative;
    background-color: #354049;
}

.submenu .active a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #a6775c;
    transform: translateY(-50%);
}

.label {
    display: block;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #969da4;
    padding-bottom: 6px;
}

.input {
    width: 100%;
    height: 29px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #3c474f;
    color: #969da4;
    font-size: 14px;
    border: #56626a solid 1px;
    border-radius: 4px;
}

.textfield {
    width: 100%;
    height: 200px;
    padding: 10px;
    margin-bottom: 21px;
    border: #56626a solid 1px;
    background-color: #3c474f;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    color: #969da4;
    border-radius: 4px;
    resize: none;
}

.radio {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #76818b;
    padding-left: 32px;
}

.radio .checkmark {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../../images/radiobt_unchecked.jpg) center no-repeat;
}

.radio input:checked~.checkmark {
    background: url(../../images/radiobt_checked.jpg) center no-repeat;
}

.radio input {
    opacity: 0;
}

.radiobtns input+span {
    visibility: hidden;
    background: url(../../images/radiobt_checked.jpg) center no-repeat;
}

.radiobtns input[type="radio"]:checked+span {
    visibility: visible;
}

.button {
    font-family: 'Conv_HelveticaNeueLTStd-Md', Sans-Serif;
    font-weight: normal;
    font-size: 12px;
    color: #465058;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px -1px #fff;
    display: inline-block;
    padding: 4px 9px;
    background: url(../../images/submit_bg.jpg) repeat-x;
    border-radius: 4px;
    box-shadow: 0px 0px 3px #000;
}

.button:hover {
    background: url(../../images/submit_bg_hover.jpg) repeat-x;
    color: #2f3941;
    text-shadow: 0px -1px #78838b;
}


/* Header */
header {
    height: 59px;
    margin-bottom: 22px;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo {
    width: 180px;
    height: 180px;
    background: url(../../images/logo.png) no-repeat top;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.header-nav {
    display: flex;
}

.header-nav-link {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 60px;
    height: 60px;
    text-decoration: none;
    display: block;
    padding-left: 17px;
    padding-right: 17px;
}

.header-nav-link:hover {
    color: #c6c6c6;
    background: url(../../images/bt_hover.png) repeat-x;
    padding-left: 16px;
    padding-right: 16px;
    border-style: solid;
    border-width: 0px 1px;
    border-image: url(../../images/bt_border.png) 0 1 repeat;
}

.header-nav .active {
    color: #898989;
    background: url(../../images/bt_active.png) repeat-x;
    padding-left: 16px;
    padding-right: 16px;
    border-style: solid;
    border-width: 0px 1px;
    border-image: url(../../images/bt_border.png) 0 1 repeat;
    border-color: #6e6e71;
}

/* Hero */
.hero {
    padding-bottom: 12px;
    background: url(../../images/bg_header.jpg) bottom repeat-x;
    position: relative;
}

.hero-image {
    height: 481px;
    background: url(../../images/header_home.jpg) center;
}

.hero-contact {
    width: 100%;
    height: 481px;
}

.hero-container {
    height: 481px;
    position: relative;
}

.hero-infobox {
    width: 280px;
    padding: 30px;
    background: #566068;
    border-radius: 16px;
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;

    @media (max-width: 990px) {
        right: 2rem;
    }
}

.hero-infobox h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 1px 2px #000;
}

.hero-infobox p {
    font-family: 'Conv_HelveticaNeueLTStd-Md', Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    color: #c5d0d9;
    margin-bottom: 25px;
}

.dubblecol {
    column-count: auto;
    column-width: 20rem;
    column-gap: 60px;
    word-wrap: break-word;
    margin-top: 35px;
    margin-bottom: 50px;
}

.horse-container {
    background: #3c474f;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border: 1px solid #56626a;
}

.horse-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #56626a;
    position: relative;
    top: 0px;
    z-index: 0;
}

.horse-hover {
    height: 302px;
    display: block;
}

.horse-hover:hover {
    background: url(../../images/horse_hover.png) center;
    background-size: cover;
}

.horse-pointer {
    width: 32px;
    height: 20px;
    background: url(../../images/pointer_horsimg.png) bottom no-repeat;
    position: relative;
    top: calc(100% - 19px);
    left: 138px;
    z-index: 2;
}

.horse-text {
    padding: 20px;
}

.horse-text p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #c8d0d7;
}

.horse-text span {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.horse-more-info {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #56626a;
}

.horse-more-info a {
    font-family: 'Conv_HelveticaNeueLTStd-Md', Sans-Serif;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.horse-more-info a:hover {
    color: #9dadbb;
    text-decoration: none;
    border-bottom: dotted 1px #9dadbb;
}

.horse-more-info .arrow {
    margin-right: 0.5rem;
}

.dots-container {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 20px;
}

.dots {
    margin-top: 8px;
    align-self: center;
    height: 18px;
    background: url(../../images/border_bottom_text.jpg) repeat-x top;
}

.links a {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #76818b;
    text-align: left;
    text-decoration: none;
}

.links a:hover {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #9dadbb;
    text-align: left;
    text-decoration: none;
    border-bottom: dotted 1px #9dadbb;
}

.border-bottom {
    height: 4px;
    width: 960px;
    background: url(../../images/border_bottom_text.jpg) repeat-x top;
    clear: both;
}

.pedigree {
    display: grid;
    grid-template-columns: 261fr 218fr 218fr;
    height: 180px;
}

.pedigree-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pedigree-gen-1 {
    background: url(../../images/stamboom_niv1.jpg) left no-repeat;
    background-size: contain;
}

.pedigree-gen-1 p {
    font-size: 25px;
    color: #919aa1;
    text-align: center;
    padding-right: 17px;
}

.pedigree-gen-1 p span {
    height: 21px;
    width: 30px;
    display: inline-block;
    background: url(../../images/arrow_niv1.jpg) bottom no-repeat;
}

.pedigree-gen-2 {
    margin-right: 16px;
}

.pedigree-gen-2-vader {
    height: 50%;
    background: url(../../images/stamboom_niv2_vader.jpg) center no-repeat;
    background-size: contain;
}

.pedigree-gen-2-moeder {
    height: 50%;
    background: url(../../images/stamboom_niv2_moeder.jpg) center no-repeat;
    background-size: contain;
}

.pedigree-gen-2-vader p {
    font-size: 12px;
    color: #919aa1;
    text-align: center;
    padding-right: 7px;
}

.pedigree-gen-2-vader p span {
    height: 11px;
    width: 15px;
    display: inline-block;
    background: url(../../images/arrow_niv2.jpg) bottom no-repeat;
}

.pedigree-gen-2-moeder p {
    font-size: 12px;
    color: #919aa1;
    text-align: center;
    padding-right: 17px;
}

.pedigree-gen-2-moeder p span {
    height: 11px;
    width: 15px;
    display: inline-block;
    background: url(../../images/arrow_niv2.jpg) bottom no-repeat;
}

.pedigree-gen-3 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.pedigree-gen-3-top {
    height: 50%;
}

.pedigree-gen-3-bottom {
    height: 50%;
}

.pedigree-gen-3-vader {
    height: 50%;
    background: url(../../images/stamboom_niv3.jpg) center no-repeat;
    background-size: contain;
}

.pedigree-gen-3-moeder {
    height: 50%;
    background: url(../../images/stamboom_niv3.jpg) center no-repeat;
    background-size: contain;
}

.pedigree-gen-3 p {
    font-size: 12px;
    color: #919aa1;
    text-align: center;
    padding-right: 15px;
}

.pedigree-gen-3 p span {
    height: 11px;
    width: 15px;
    display: inline-block;
    background: url(../../images/arrow_niv2.jpg) bottom no-repeat;
}

.icon-movie a {
    width: 34px;
    height: 43px;
    display: block;
    background: url(../../images/ico_mov.jpg) no-repeat;
    margin-right: 29px;
}

.movie-text {
    font-size: 12px;
}

.icon-movie a:hover {
    opacity: 0.7;
}

.icon-pdf a {
    width: 34px;
    height: 43px;
    display: block;
    background: url(../../images/ico_pdf.jpg) no-repeat;
    opacity: 1;
    margin-right: 29px;
}

.icon-pdf a:hover {
    opacity: 0.7;
}

.swiper-slide {
    height: 350px !important;
    object-fit: cover;

    @media (max-width: 965px) {
        height: 400px !important;
    }

    @media (max-width: 768px) {
        height: 300px !important;
    }

    @media (max-width: 480px) {
        height: 200px !important;
    }
}

.swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.specs-thumb {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
}

.specs {
    width: 260px;
    height: 179px;
    display: block;
    background: url(../../images/bg_specs.png) center no-repeat;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 42px;
}

.specs p strong {
    color: #c8d0d7;
}

.contact {
    display: grid;
    grid-template-columns: 2fr 2px 3fr;
    gap: 50px;

    @media (max-width: 965px) {
        grid-template-columns: 1fr;
    }
}

.colborder {
    width: 2px;
    background: url(../../images/col_border.jpg) center no-repeat;

    @media (max-width: 965px) {
        display: none;
    }
}

.contact-info {
    width: auto;
    min-height: 72px;
    display: block;
    padding-left: 32px;
    background: url(../../images/contact_pics.jpg) top left no-repeat;
    margin-top: 30px;
}

.contact-info p {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    color: #76818b;
    text-align: left;
}

/* Footer */
footer {
    height: 85px;
    background: url(../../images/bg_footer.jpg) bottom repeat-x;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer-col {
    font-size: 12px;
    color: #9f9f9f;
}

.footer-col span {
    color: #2b353d;
    padding: 0 12px;
}

.footer-col a:hover {
    color: #d6d6d6;
    border-bottom: dotted 1px #d6d6d6
}