/* Overview Page */

.circle {
    width: 150px;
    height: 150px;
    border-radius: 150px;
}

.grid-row {
    height: 150px;
    display: flex;
    justify-content: center;
}

.grid-item {
    margin: 1em;
}

.persoenlichkeiten__headline--h2 {
    font-family: 'Bitter', serif;
    font-weight: 700;
    font-size: 34px;
}

.persoenlichkeiten--link {
    border-bottom: none !important;
    display: block;
    width: 150px;
    height: 150px;
    text-decoration: none;
}

.persoenlichkeiten--link--small::before {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin-right: 4px;
    left: 0;
    font-size: 20px;
}

.persoenlichkeiten--link--small {
    border-bottom: none !important;
    display: block;
    text-decoration: none;
    color: #fff;
}
.persoenlichkeiten--link--small:hover {
    text-decoration: none;
    color: #fff;
}

.persoenlichkeiten--link::before {
    content: "" !important;
}

.persoenlichkeiten__wrapper {
    font-family: 'Bitter', serif;
    position: relative;
}

.persoenlichkeiten--link:hover .persoenlichkeiten__content-wrapper{
    border-radius: 150px;
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: 0.3s opacity linear;
}

.persoenlichkeiten--link:hover .persoenlichkeiten__content-wrapper--inner {
    opacity: 1;
    transition: 0.3s opacity linear;
}

.persoenlichkeiten__content-wrapper {
    opacity: 0;
}

.persoenlichkeiten__content-wrapper--inner {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    text-align: center;
    width: 100%;
    opacity: 0;
}

.persoenlichkeiten__content-wrapper--inner::after {
    display: block;
    margin: 0 auto;
    content: " ";
    height: 1px;
    background: #fff;
    max-width: 50px;
    width: 100%;
    padding-top: 5px;
}

.persoenlichkeiten__content-wrapper--inner::before {
    display: block;
    margin: 0 auto;
    content: " ";
    height: 1px;
    background: #fff;
    max-width: 50px;
    width: 100%;
    padding-bottom: 5px;
}

.persoenlichkeiten__content--name {
    font-family: 'Bitter', serif;
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
}

.persoenlichkeiten__content--profession {
    font-family: 'Bitter', serif;
    font-size: 14px;
    color: #fff;
    padding-bottom: 20px;
}

/* Detail Page Quote */

.mrn-slider, .main-container, .container, .container-fluid, .container-fluid-inner, .row, .carousel, body, html {
    height: 100%;
}

.main-container p {
    font-size: 1.5em;
}

.col-container {
    height: 100%;
}

.row-back, .row-text, .row-story {
    height: 33%;
}

.row-story {
    text-align: center;
    margin-left: 250px;
    padding-top: 80px;
}

.back__container--overlay {
    position: absolute;
    font-family: 'Bitter', serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 7px;
    padding-left: 25px;
    z-index: 999;
}

.back__container--overlay a::before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin-right: 9px;
    left: 0px;
    font-size: 17px;
}

.back__container {
    font-family: 'Bitter', serif;
    font-size: 28px;
    font-weight: 700;
    padding-top: 50px;
}

.back__container a, .back__container--overlay a {
    color: #fff;
    text-decoration: none;
}

.back__container a:hover, .back__container--overlay a:hover {
    color: #fff;
    text-decoration: none;
}

.back__container a::before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    left: 0;
    font-size: 26px;
}

.quote__container {
    padding-bottom: 0;
    margin: 0 auto;
    margin-left: -15%;
    width: 125%;
    text-align: center;
}

span.name {
    font-size: 18px;
    margin-left: 30px;
}

p.quote {
    font-family: 'Bitter', serif;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}

p.name {
    font-family: 'Bitter', serif;
    font-size: 24px;
    margin: 0;
}

.fadeIn {
    cursor: pointer;
    font-family: 'Bitter', serif;
    font-size: 22px;
}

.fadeIn::before {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin-right: 4px;
    left: 0;
    font-size: 20px;
    color: #f99007;
}

/* Detail Page Slider */

.fade-content-two {
    display: none;
}

section {
    height: 100% !important;
    padding: 20px 0 20px 0;
}

.user-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    border-right: 1px solid #fff;
    float: left;
    width: 14%;
}

.mrn-slider {
    float: left;
    width: 85%;
}

.user-info h2 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 5px;
    margin: 0;
}

.user-info p {
    font-size: 18px;
    margin: 0;
    font-weight: 300;
}

.fadeOut {
    position: absolute;
    right: 25px;
    z-index: 999;
}

.fadeOut .fa-close {
    cursor: pointer;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    float: right;
    margin-right: 32px;
}

.carousel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #f99007;
    border: 0;
    margin: 0 10px 0 10px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: rgba(220,220,220,0.3);
    border: none;
    margin: 0 10px 0 10px;
}

.carousel-inner {
    width: 70%;
    margin: 0 auto;
}

.carousel-content {
    display: flex;
    align-items: center;
}

.carousel-control {
    width: 5%;
    filter: alpha(opacity=100);
    opacity: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.fa-angle-left:before, .fa-angle-right:before {
    font-size: 62px;
    color: #fff;
    font-weight: normal;
}

.item {
    width: 70%;
    margin: 0 auto;
    padding: 0 50px;
}

.item.right, .item.left {
    margin: 0 auto;
    width: 70%;
    height: auto;
}

.item::before {
    display: none;
}

.item p {
    text-align: left;
    font-size: 24px;
    font-family: Arial;
    line-height: 1.4;
    width: 100%;
}

/* smartphone */

@media (max-width: 635px) {

    #mobileContainer {
        min-height: 100% !important;
        height: auto !important;
    }

    .slick-list {
        min-height: 100% !important;
        height: auto !important;
    }
    
    p.quote {
        font-size: 20px !important;
    }

    .back__container {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .back__container a::before {
        font-size: 15px;
    }

    .quote__container {
        margin-left: 0;
        width: 100%;
        padding-bottom: 50px;
    }

    .row-story {
        margin-left: 0;
        padding-top: 0;
    }

    .fadeIn {
        font-size: 14px;
    }

    .fadeIn::before {
        font-size: 12px;
    }

    span.name {
        font-size: 10px;
        margin-left: 8px;
    }

    .user-info {
        display: block;
        border-right: none;
        float: none;
        width: 100%;
    }

    .user-info h2 {
        display: none;
    }

    .user-info p {
        font-family: 'Bitter', serif;
        margin-top: -35px;
        font-size: 12px !important;
    }

    .carousel-content {
        height: 100% !important;
    }

    .carousel-inner>.item {
        display: block;
    }

    .item {
        display: block;
        width: 100%;
        padding: 20px 0 0 0;
    }

    .item:last-child {
        padding-bottom: 60px;
    }

    .fadeOut {
        right: -10px;
        top: 130px;
    }

    .fadeOut .fa-close {
        font-size: 15px;
        margin-right: 32px;
    }

    .carousel-control {
        display: none;
    }

    .fa-angle-left:before, .fa-angle-right:before {
        font-size: 28px;
    }

    .main-container {
        width: 118%;
        margin-top: 10px;
    }

    .carousel-inner {
        width: 100%;
    }

    .socialfeed {
        display: none;
    }

    .carousel-indicators {
        display: none;
    }

    .back__container--overlay {
        position: absolute;
        font-family: 'Bitter', serif;
        font-size: 18px;
        font-weight: 700;
        padding-top: 0;
        padding-left: 0;
        margin-top: -65px;
    }

    .back__container--overlay a::before {
        content: "\f053";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        margin-right: 9px;
        left: 0px;
        font-size: 15px;
    }
}

/* tablet */

@media (max-width: 1115px) {
    .quote__container {
        margin-left: -5%;
        width: 105%;
    }
}