/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.1
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*
 * SelfService official profile styles
 */
.fzi-profile-header-container {
    position: relative;
    width: 1905px;
    background-color: #000000;
    background-image: url(https://fzi-www-01.fzi.de/wp-content/uploads/2021/03/B_HoLL-Eingang_2018-04-27_HoLL_Aussen_22_2.jpg);
    background-position: 0 -400px;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 150px 0 80px 0;
}

.fzi-profile-header-overlay {
    background-color: #0E235661;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.fzi-profile-header-text-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    left: 0;
    position: relative
}

.fzi-profile-header-title {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    border-bottom: 3px solid #2fae7a;
    padding: 0 10px 10px 10px;
    margin: 0 0 30px 0
}

.fzi-profile-header-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.fzi-back-link-container {
    padding: 50px 0;
    margin-left: 30px
}

.fzi-profile-container {
    display: flex;
}

.fzi-profile-text-container {
    margin-left: 60px;
    padding-right: 100px
}

.fzi-profile-text-header {
    color: #0e2356;
    margin-bottom: 20px;
    font: normal 700 43px / 46px 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
}

.fzi-profile-text-separator {
    margin-bottom: 20px;
    border-top: 3px solid #2fae7a;
    padding: 2px 0;
    width: 150px;
}

.fzi-photo {
    width: 218px;
    /*height: 218px;*/
    margin-left: 30px;
}

@media screen and (max-width: 755px) {
    .fzi-profile-container {
        flex-direction: column;
        align-items: center;
    }

    .fzi-photo {
        width: 300px;
        height: auto;
        margin-bottom: 60px
    }

    .fzi-profile-text-container {
        margin-left: 30px;
        margin-right: 30px;
        padding-right: 0
    }

    .fzi-profile-text-header {
        font-size: 24px;
        margin-bottom: 10px;
    }
}