@charset "UTF-8";
* {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin:0;
    padding:0;
}

body {
	background-color:rgba(135,129,189,1.0);
    font-family:'Raleway', Arial, sans-serif;
    font-size:0.9em;
}

.header_logo {
    background: url(../img/p_logo_20180218.jpg) no-repeat;
	background-size:contain;
    background-position:center center;
    margin-top:3.125em;
    margin-bottom:3.125em;
	height:92px;
}

.container {
	/* background-color:rgba(255,0,0,1.0); */
    max-width:100%;
    margin:0 auto;
}

.teaser_br {
    display:block;
    width:100%;
    height:0.8125em;
    font-size:0.8125em;
}

.p {
	text-align:center;
	color:rgba(255,255,255,0.6);
}

@media screen and (max-width:29.9375em) {
    .small_001 {
        width:50%;
    }
    .small_002 {
        width:100%;
    }
}

@media screen and (min-width:62.875em) and (max-width:78.75em) {
    .large_001 {
        width:8.333333%;
    }
    .large_002 {
        width:16.666666%;
    }
    .large_004 {
        width:33.333333%;
    }
    .large_005 {
        width:41.666666%;
    }
    .large_007 {
        width:58.333333%;
    }
    .large_008 {
        width:66.666666%;
    }
    .large_009 {
        width:75%;
    }
    .large_010 {
        width:83.333333%;
    }
    .large_011 {
        width:91.666666%;
    }
    .large_012 {
        width:100%;
    }
}

