/* CSS Document */

body,
html {
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}

.pimg1,
.pimg2,
.pimg3,
.pimg21 {
    position: relative;
    opacity: 0.95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding: 0;
	margin: 0;
}

.pimg1 {
    background-image: url(../images/larisa_presse);
    min-height: 100%;
    background-position: center bottom;
}

.pimg2 {
    background-image: url('../images/LittleGirl_COVER.jpg');
	min-height: 25%;
	
}

.pimg21{
	background-image: url('../images/ofWorthColor.jpg');
	min-height: 25%;
}


.pimg3 {
    background-image: url(../images/larisa01);
    min-height: 100%;
}

.small-logo {
		
}

.small-logo img{
	height: 80px;
	opacity: 0.25;
}

.logo-heading {
    background-image: url("../images/logo-black.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    margin-bottom: 2em;
    background-size: contain;
    width: 300px;
    height: 200px;
    opacity: 0.6;
}

.section,
.section-dark {
    text-align: center;
    font-size: 1.5em;
    min-height: auto;
    vertical-align: middle;
    padding: 10em 0;
}

.section h2,
.section-dark h2 {

    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1em;
}

.section p {
    max-width: 1050px;
    margin-top: 2em;
    text-align: justify;
    margin: auto;
}


.section-light {
    background-color: #f4f4f4;
    color: #666;
}

.section-dark {
    background-color: #666;
    color: #ddd;
}

.section-dark .about-conainer {
    max-width: 1050px;
    margin: auto;
}

.section-dark h2 {
    width: auto;
    margin-bottom: 0.5em;
}

.section-dark p {
    column-count: 1;
    text-align: justify;
    padding-bottom: 1em;
    margin: 0;
}

.about-conainer p{
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.logo-larias {
    box-sizing: border-box;
    position: absolute;
    top: 40%;
    width: 400px;
    height: 400px;
    color: #000;
    background: url('../images/logo_kontur_soft.png') no-repeat content-box;
    background-size: contain;
    opacity: 0.5;
    margin-top: -160px;
    transform-origin: center;
    margin-left: calc(50% - 200px);
}

.ptext {
    box-sizing: border-box;
    position: absolute;  
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 2em;
}

.ptext p {
    background: rgba(255, 255, 255, 0.3);
    padding: 30px 10px;
    width: auto;
    max-width: 1100px;
    margin: auto;
    line-height: 2em;
}

.members {
    display: flex;
    flex: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1050px;

}

.members .member {
    background-color: #eee;
    width: 400px;
    height: 500px;
    box-shadow: 1px 1px 7px #bbb;
    margin: 1em;

}



.members .member .image {
    background: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    margin: 2em auto;
}

.single{
	display: flex;
	flex: auto;
	justify-content: space-around;
	flex-wrap: wrap;
}
.single div{
	padding: 10px;
	width: auto;
}
.single h2{
	font-size: 1.5em;
	text-transform: none;
}
.single img{
	width: 300px;
}


.members .member #david {
    background-image: url('../images/dav.jpg');
}

.members .member #konstantin {
    background-image: url('../images/kon.jpg');
}

.members .member #larissa {
    background-image: url('../images/lar.jpg');
}

.members .member #simon {
    background-image: url('../images/sim.jpg');
}

.members .member h2 {
    font-size: 1.2em;
    margin: 0;
    padding: 0 1em;
}

.members .member p {
    width: 350px;
    text-align: justify;
    margin: 1em auto;
    overflow: hidden;
}

.members .member ul {
    list-style: none;
}

.section-dark .cover-front {
    background-image: url('../images/LittleGirl_COVER.jpg');
    background-size: 300px 300px;
    width: 300px;
    height: 300px;
}

.cover-conatiner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.section-dark .cover-back {
    background-image: url('../images/LittleGirl_RUECKSEITE.jpg');
    background-size: contain;
    width: 300px;
    height: 300px;
}

.section-dark .audios {
    display: flex;
    flex-flow: column;
    height: auto;
    max-width: 500px;
    width: auto;
    margin: 2em auto;
}

.audios #audio {
    width: auto;
}

#list {
    list-style: none;
    font-size: 1em;
    margin-bottom: 0;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1em;
    padding: 20px 0;
    text-align: justify;
}

#list a {
    text-decoration: none;
    color: #ddd;
    margin-left: 1em;
}

#list li {
    padding: 10px;
}

#list li:hover {
    background-color: #333;
}


.video-container {
    padding-top: 2em;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-shrink: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    max-width: 80%;
}

.video-container iframe {
    flex-shrink: 1;
    flex-grow: 1;
    min-height: 100%;
    z-index: 1;
    margin: 5px;
}

.section-dark .about-conainer {
    margin: auto;
    padding: 1em;
}


@media(max-width: 600px) {
    .pimg1,
    .pimg2,
    .pimg3 {
        background-attachment: scroll;
    }
    .ptext {
        letter-spacing: 2px;
        font-size: 16px;
    }
    .section p {
        font-size: 11px;
        line-height: 1.5em;
    }
    .logo-larias {
        transform: scale(0.5);
    }
    .section {
        padding: 2em 0;
    }
    .section h2 {
        font-size: 1.5em;
    }
    .logo-heading {
        transform: scale(0.5);
        margin: 0;
    }
    .video-container{
        max-width: none;
    }
    .video-container iframe{
        max-width: 100%;
    }
}

@media(max-width: 1050px) {

    p {
        padding: 0 2em;
    }
    .logo-larias {
        transform: scale(0.5);
    }

}
