body, html {
    height: 100%;
}

/*
* Navbar
*/
.navbar-brand {
    margin-left: 3.5rem;
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 1.8rem;
}

.navbar-collapse {
    margin-right: 5.0rem;
}


/**********************/

.job-search {
    background-color: rgb(34, 1, 34);
    /*height: 55%;*/
    overflow-y: hidden;

}

.search-content {
    background-color: transparent;
    /*height: 60%;*/
    width: 70%;
}

.search-content .title-first {
    font-family: "Noto Serif", serif;
    color: #C1BAEB;
}

.search-content .title-second {
    font-family: "Noto Serif", serif;
    color: white;
}

@media (max-width: 767.98px) { 
    .title-first {
        font-size: 1.5rem;
    }
    .title-second {
        font-size: 1.5rem;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .title-first {
        font-size: 1.2rem;
    }
    .title-second {
        font-size: 1.2rem;
    }
 }

/* MODAL LOGIN */

#loginCol {
    background-image: url('../../img/landscape.jpg');
    background-size: cover;
    background-position: center center;
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;

}

#speziModal .modal-content {
    color: black;
    border-radius: 5rem !important;
}

#speziModal .modal-body {
    padding: 4rem !important;
    height: 35rem;
}

#speziModal .btn {
    font-size: 1.4rem;
    width: 15rem;
}

#speziModal a {
    color: grey;
    text-decoration: underline;
}

#registerModalLabel .modal-content {
    color: black;
    border-radius: 5rem !important;
}

#registerModalLabel .modal-body {
    padding: 4rem !important;
    height: 35rem;
}

#registerModalLabel .btn {
    font-size: 1.4rem;
    width: 15rem;
}

#registerModalLabel a {
    color: grey;
    text-decoration: underline;
}


/*     ENDE MODAL Login     */

.job-info {
    /*height: 75%;*/
    background-image: url('../../img/landscape.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.job-info .col-custom {
    margin-top: 7rem;
}

/**
* Job Stats
*/
.job-stats {
    /*height: 30%;*/
    background-color: white;
}



/*****************/

/**
* Job Partner
*/
.job-partner {
    /*height: 40%;*/
    background-color: white;
}

.job-partner .card {
    background-color: white;
    color: white;
}

.job-partner h1 {
    width: 25rem;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.job-partner p {
    width: 50rem;
}



/*****************/

.navbar-low {
    margin-top: 4rem;
    background-color: #F2F2F2;
}

.navbar-low li {
    margin-left: 3rem;
    margin-top: 0.1rem;
}

.navbar-low a {
    margin-right: 4rem;
    margin-top: 0.1rem;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
  }
  
  .hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

a {
    text-decoration: none;
}

/*
* Search Content
*/

.search-content p {
    color: darkgrey;
    font-size: 1rem;
    font-family: 'Roboto';
    font-weight: 600;
}

.search-content .btn-vorschlag {
    color: white;
    background-color: #63599c;
    width: 12rem;
    margin-right: 1.0rem;
}

.search-content .btn-vorschlag:hover {
    background-color: #2d2361;
}

.search-content .btn-vorschlag i {
    color: rgb(45, 218, 218);
}

@media (max-width: 992px) {
    .search-content .btn-vorschlag {
        margin-top: 1rem;
    }
}

/*
* Search bar
*/
.search-bar {
    height: 4rem;
}

.input-hidden {
    display: none;
}

.search-bar input {
    font-size: 1.3rem;
    color: #424242;
}

.search-bar button {
    width: 10rem;
    font-family: "Noto Serif", serif;
    font-size: 1.6rem;
}

@media (max-width: 992px) {
    .search-bar {
        display: none;
    }
    .input-hidden {
        display: block;
    }
}

 /* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar-low .navbar-nav {
        display: none;
    }
}

/*
* Cards
*/


.job-info .card {
    color: white;
    width: 90%;
   
    padding: 5rem 2.5rem;
    border-radius: 1rem;
    border: 1px solid transparent;

    backdrop-filter: blur(1rem);
    box-shadow: 1.3rem 1.3rem 1.3rem rgba(0, 0, 0, 0.5);

    border-top-color: rgba(225, 225, 225, 0.5);
    border-left-color: rgba(225, 225, 225, 0.5);
    border-right-color: rgba(225, 225, 225, 0.1);
    border-bottom-color: rgba(225, 225, 225, 0.1);
}

.job-info .cb1 {
    background-color: rgba(225, 225, 225, 0.1);
    margin-left: 3rem !important;
}

.job-info .cb2 {
    color: black;
    background: linear-gradient(to right bottom, rgba(225, 225, 225, 0.5), rgba(225, 225, 225, 0.3));
}

.job-info .btn:hover {
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.3);
}

.job-info .btn {
    margin-top: 3rem;
    margin-bottom: 0rem;
}

.mb-6 {
    margin-bottom: 6rem;
}

.mb-7 {
    margin-bottom: 7rem;
}



