html, body {
    background-color: white;
    color: #636b6f;
    font-family: 'Arial', sans-serif;
    height: 100vh;
    margin: 0;
}

nav{
    font-size: 25px;
}

ul .navbar-nav{
    display: flex;
}

a{
  color: gray;
}

/*  --------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
---------------------------------------------- First section ---------------------------------------------------------*/


.flex-spacearound{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.title{
    margin-top: 80px;
}

.category{
    margin-top: 80px;
    width: 75vw;
}

.circle {
    height: 200px;
    width: 200px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.blue-bg{
    background-color: #0090ff;
}

.green-bg{
    background-color: #1b7917;
}

.orange-bg{
    background-color: #ff7800;
}

.imgCenter{
    margin-top: 20px;
    width: 100%;
    height: 100%;
}

/*  --------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
---------------------------------------------- Information  ----------------------------------------------------------*/


.spacer{
    height:10vh;
    background-color: white;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 2%;
}

.cowOverview .container{
    display: flex;
    flex-wrap: wrap;
}

.card-header-tabs{
    justify-content: center;
}

.info-image{
    max-width: 40%;
    padding-top: 2%;
}

.information{
    display: flex;
    justify-items: center;
    justify-content: center;
}

.ausschlachtung-info{
    display:flex;
    flex-direction: row;
}

.ausschlachtung-image{
    display:flex;
    flex-direction: row;
}

.arrow-content{
    width:4vw;
}

.ausschlachtung-content{
    width: 16vw;
}

.a-info-content{
    height: 100vh;
    display: flex;
    flex-direction: column;

}

.a-info-box{
    padding-right: 10vw;
    padding-left: 10vw;
    margin-bottom: 0;
}

.overview{
    display: flex;
    justify-content: center;
    height: 10vh;
    flex-direction: row;
    align-items: end;
}

.tab-pane{
    display: flex;
    height: 90vh;
    flex-direction: column;

}

/*  --------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
---------------------------------------------- Cow selector section --------------------------------------------------*/

.breedSelectorMenu{
    background: linear-gradient(90deg, #ADC2B5 5%, #ffffff 5%);
    background-size: 100vw 100vh;
}

.breed-menu-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5%;
}

.breed-item{
    font-size: 25px;
}

.breed-item .col{
    padding-left: 0;
    padding-right: 0;
}

.item-img-circle {
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-radius: 50%;
    background-size: 100px auto;
    background-position: center;
}

.item-content{
    width: 25vw;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
}

.item-content:hover{
    color: #a8a8a8;
    cursor: pointer;
    border-bottom: 1px solid #1b1e21;
}

.flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 5%;
}

.img-header{
    height:25vh;
    max-width: 100vw;
}

.content{
    width: auto;
    background: linear-gradient(120deg, #f7f7f7 55%, #ADC2B5 55%);
    background-attachment: fixed;
}

.cowOverview{
    width: 60vw;
    display: flex;
    align-content: center;
}

.cowImage{
    height: 200px;
    width: 300px;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1;
}

.middle{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.imageHover:hover .middle{
    opacity: 1;
}

.imageHover:hover .cowImage{
    opacity: 0.3;
}

.text{
    background-color: #1b7917;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}


/*  --------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
---------------------------------------------- Cow information section -----------------------------------------------*/

.containerCow{
    max-width: 100vw;
    justify-content: center;
    display: flex;
    height: 80vh;
}

.cowContent{
    background-color: #E0D1AA;
    display: flex;
    flex-direction: row;
}

.cowHeader{
    display: flex;
    color: #434738;
    font-size: 2.5rem;
    opacity: 0.8;
    justify-content: center;
}

.cowInformation{
    display: flex;
    flex-direction: row;
}

.information-left, .information-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40vw;
    align-items: center;
}

.information-middle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
}

.information-image{
    height: 50%;
    width: 50%;
}

.information-item{

}

.card-body{
    padding: 0.1rem;
}

.card-length{
    width: 40vw;
    margin-top: 15px;
}

.icon-information{
    width: 50px;
    height: 50px;
}

.bg-darkish{
    background-color: #829D93;
    color: #F5EFEC;
}

.card-info{
    margin-top: 2rem;

}

.info-box{
    width: 20vw;
}


/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
---------------------------------------------- Up Arrow to scroll to top ---------------------------------------------*/

#scrollToTop{
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 35px;
    width: 35px;
    background-color: #829D93;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

#scrollToTop:hover{
    animation:top 0.8s ease-in infinite; /*change the animation transition effect as your wish*/
}

.scrollToTopArrow{
    background-image: url("../img/icons/Arrow_white.png");
    background-size: 35px auto;
    background-position: center;
    display: block;
    height: 35px;
}

@media only screen and (max-width: 729px) {
    .flex-spacearound{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .title{
        margin-top: 0;
    }

    .category{
        margin-top: 20px;
    }

    .circle{
        height: 120px;
        width: 120px;
        margin-top: 5px;

    }

    .imgCenter{
        margin-top: 20px;
        width: 100%;
        height: 100%;
    }

    .breed-item{
        font-size: 12px;
        flex-wrap: wrap;
    }

    .item-content{
        width: 25vw;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .item-img-circle {
        height: 50px;
        width: 50px;
        background-color: #ffffff;
        border-radius: 50%;
        background-size: 50px auto;
    }

    /*  --------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
---------------------------------------------- IPHONE Cow information section -----------------------------------------------*/

    .cowContent{
        height: 150vh;
    }

    .containerCow{
        max-width: 100vw;
        justify-content: normal;
        display: flex;
        height: 150vh;
        flex-direction: column;
        align-items: center;
    }

    .information-right{
        position: relative;
        flex-direction: row;
        width: auto;
        align-items: normal;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .information-image{
        height: 100px;
        width: 150px;
    }

    .card-length{
        width: 90vw;
    }

    .bg-darkish{
        background: none;
        color: #1b1e21;
    }

    .information-item{
        display: flex;
        width: 49vw;
        justify-content: center;
    }


}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait){

    .d-inline-block {
        width: 100vw;
        float: left;
        height: 50vh;
        background-size: 100vw auto;
        background-position: center;
        transition: 0.2s;
    }

    .d-inline-block:hover {
        width: 100%;
        float: left;
        height: 50vh;
        background-size: 100vw auto ;
        background-position: center;
        transition: 0.2s;
    }

    .flex-spacearound{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .title{
        margin-top: 0;
    }

    .category{
        margin-top: 20px;
    }

    .circle{
        height: 120px;
        width: 120px;
        margin-top: 5px;

    }

    .row{
        flex-direction: row;
    }

    .col{
        flex: 0.9em;
    }

    .imgCenter{
        margin-top: 20px;
        width: 100%;
        height: 100%;
    }

    .breed-item{
        font-size: 12px;
        flex-wrap: wrap;

        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    }

    .item-content{
        width: 25vw;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .item-content p{
        display: block;
    }

    .item-img-circle {
        height: 50px;
        width: 50px;
        background-color: #ffffff;
        border-radius: 50%;
        background-size: 50px auto;
    }

    /*  --------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
---------------------------------------------- IPAD Cow information section -----------------------------------------------*/

    .cowContent{
        height: 100vh;
    }

    .containerCow{
        max-width: 100vw;
        justify-content: normal;
        display: flex;
        height: 100vh;
        flex-direction: column;
        align-items: center;
    }

    .information-right{
        position: relative;
        flex-direction: row;
        width: auto;
        align-items: normal;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .information-image{
        height: 100px;
        width: 150px;
    }

    .card-length{
        width: 90vw;
    }

    .bg-darkish{
        background: none;
        color: #1b1e21;
    }

    .information-item{
        display: flex;
        width: 49vw;
        justify-content: center;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .breed{
        width: 100vw;
        flex-wrap: wrap;

        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    }

    .information-detail{
        font-size: 20px;
    }

    .information-image{
        height: 30%;
        width: 30%;
    }

    .breed-item{
        font-size: 16px;
        flex-wrap: wrap;

        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    }

    .item-img-circle {
        height: 75px;
        width: 75px;
        background-color: #ffffff;
        border-radius: 50%;
        background-size: 75px auto;
    }

    .item-content{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}