/* GLOBAL STYLES
-------------------------------------------------- */
html,
body {
    overflow-x: hidden;
}






/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    margin-top: 0.5rem;
}

.carousel-item {
    height: 32rem;
}


/* Declare heights because of positioning of img element */


.car-img{
    height:100%;
    max-height:50rem;
}

/*weitere Klassen für Corporate Design*/

.stud {
    
    color: #F3DAC0;
    text-decoration: none;
    font: SK Concretica;
    font-family: sans-serif;
}

.card-col {
    color: #171F39;
    background-color: #F3DAC0;
    text-decoration: none;
    font: SK Concretica;
    font-family: sans-serif;
    font-weight:bold;
}

    .head-text:hover {
        color: #F3DAC0;
    }
    .head-text:active{
        color: #F3DAC0;
    }
    .head-text:visited {
        color: #F3DAC0;
    }

.hs-han {
    margin-right: 1.25rem;
    text-align: right;
}


.two-cols{
    flex: 0 0 auto;
    width: 50%
}
.right-col {
    flex: 1 0 400px;
}
.left-col {
    flex: 1 0 200px;
    display: flex;
    align-items: flex-start;
}

.right-button {
    flex: 1 0 150px;
    align-self: flex-start;
}

.left-table {
    flex: 1 0 450px;
    align-items: flex-start;
}




.right-side {
    text-align: right;
    float: right;
    display: flex;
    justify-content:flex-end;
}

.spaced {
    margin-bottom:1.5rem;
}



.button-round {
    color: #171F39;
    background-color: #F3DAC0;
    font-weight: bold;
    border-radius: 20px;
    margin: .25rem;
    padding-top: .55rem;
    padding-bottom: .55rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 150px;
}

.img-cover {
    object-fit:cover;
}
#stud-desc {
    padding-top: 3rem;
    padding-right: 2rem;
    padding-left: 1rem;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    background-color: #F3DAC0;
    color: #171F39;
}
.button-footer {
    color: #F3DAC0;
    background-color: #171F39;
    font-weight: bold;
    border-radius: 20px; 
    margin-right: .75rem;
}

.bachelor {
    padding-bottom: 1rem;
    padding-top: 1.75rem;
}

.tbl-pad{
    padding-left: 0.75rem;
}

.button-bewerb {

    margin: 0;
    margin-left: 0.5rem;
    float: right;
}




.footer-txt{margin-right:auto;}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
