body {
font-weight: 100;
font-family: "Open Sans", sans-serif; }

#line {
font-family: arial;
background-color: #232020; }

#line #contact a {
margin-left: 20px;
display: inline-block;
color: #00b0d8; }

#facebook {
margin-left: 40px; }

#instagram {
margin-left: 10px !important; }

.lang_active {
opacity: 0.7; }

.contact {
border-top: 3px solid #00b0d8; }

#menu {
background-color: rgba(245, 245, 245, 0.8); }

#carousel {
position: relative;
z-index: 1; }

#carousel .carousel-item img {
max-height: 70vh;
object-fit: cover; }

.carousel-wrapper {
position: relative; }

.global-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 3; }

#row {
background-color: #232020; }

#row a {
font-size: 2.0em;
font-family: "Marcellus";
color: #00b0d8; }

#photo {
color: white;
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../img/background.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 100%;
min-height: 45vh; }

h1 {
font-family: "Marcellus";
color: #00b0d8; }

h2 {
font-family: "Marcellus";
color: #00b0d8; }

h2 a {
color: #00b0d8; }

#pros h2 {
font-size: 1.5em; }

#menu {
position: relative;
z-index: 4; }

.nav-link {
font-family: 'Marcellus', serif;
font-size: 24px;
text-transform: uppercase;
color: #232020;
line-height: 1;
text-decoration: none;
display: block;
margin: 0 19px !important; }

.nav-active {
border-bottom: 1px solid black; }

.footer {
padding-top: 30px;
padding-bottom: 30px;
background-color: #2b2120;
color: #8f8c8c;
font-weight: 400; }

.footer a {
color: #8f8c8c;
transition-duration: 1s;
text-decoration: none; }

.footer a:hover {
color: #fff; }

.button {
display: inline-block;
background: #00b0d8;
padding-right: 16px;
border-color: #00b0d8;
padding: 8px 15px 8px 15px;
color: #fff;
text-decoration: none;
transition: 0.45s linear all;
-webkit-transition: 0.45s linear all;
-moz-transition: 0.45s linear all;
-ms-transition: 0.45s linear all;
position: relative;
cursor: pointer;
border-radius: 2px; }

.button:hover {
color: #fff;
text-decoration: none; }

.button i {
margin-left: 10px; }

a {
text-decoration: none; }

.pedigree {
width: 100%;
color: #00b0d8; }

.pedigree td {
width: 33.33333%;
padding: 5px 10px;
border: 1px solid #00b0d8; 
text-align: left; }

.video {
width: 100%;
aspect-ratio: 16/9; }

.gallery3 {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 5px;
align-items: start; }

.gallery {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px; }

.photo {
width: 100%;
aspect-ratio: 4/3;
overflow: hidden;
position: relative; }

.photo:hover {
/* filter: brightness(1.2);  */}

.photo img {
display: block;
width: 100%;
height: 100%;
object-fit: cover; }

.infotext {
text-shadow: 0 0 5px black; }

.black {
color: black; }

#sum {
text-shadow: 0 0 5px black;
color: white;
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../img/background.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 100%; }

.smaller {
font-size: 0.85em; }

@media only screen and (min-width: 768px) {
    .gallery {
    grid-template-columns: 1fr 1fr 1fr; }
}

@media only screen and (min-width: 992px) {
    .gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
}


