/*
Theme Name: Twenty Seventeen Child
Description: Child Theme 2017
Author: Jannik Howind
Author URI: https://www.demokratische-stimme-der-jugend.de
Template: twentyseventeen
Version: 1.0
Text Domain: twenty-seventeen-child
*/

/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Two Column Title Layout */
div.titlecolumn {
	width: 30%;
	float: left;
}

div.text-column {
	width: 70%;
	float: right;
}

