@charset "UTF-8";
/* CSS Document */

p {	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	
}

.brandon {font-family: urbane, sans-serif;
	font-style: normal;
	font-weight: 100;
}
.brandon2 {
font-family: brandon-grotesque,sans-serif;
font-weight: 100;
font-style: normal;	
}

.brandonnarrow {
	font-family: pt-sans-pro-narrow, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 18px;
	
}

.relation {
font-family: relation-one, sans-serif;
font-weight: 200;
font-style: normal;
color: #7D7D7D;
}

.relation-big {
font-family: relation-one, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 28px;
color: #7D7D7D;
	
}




.red {color: #E71421}
.rose {color: #C44065}
.blocksatz {hyphens: auto;
    text-align: justify; /* für Edge */
    -moz-text-align-last: left; /* für Firefox vor 58.0 */
    text-align-last: left;}

.center {text-align: center}

.dot-list {
	margin-left: 50px;
}


