$basefontsize: 16px;
$gutter: 16px;
$column_width: 96.5px;
$topic_height: 41px;

$max_width: 12*$column_width + 13*$gutter;

// Farben
$color-main: hsl(40, 100%, 44%);
$color-main-contrast: hsl(40, 100%, 31%);
$color-accent: hsl(328, 100%, 44%);
$color-accent-contrast: hsl(328, 100%, 31%);
$color-text: hsl(60, 4%, 33%);

$light_grey: #e5e6d3;
$grey: hsl(60, 10%, 70%);
$light: hsl(60, 30%, 90%);
$bright: hsl(60, 100%, 96%);


$text: $color-text;
$text_white: #fff;
$text_grey: #84969a;

$link_color: $color-accent;
$link_color_hover: #3987ad;

$border_color: #666;
$placeholder_color: #888;

$bg_white: #fff;
$bg_grey: #eee;

// Schriftarten
$normal:	"Source Sans Pro", sans-serif;

// Breakpoints
$break_wide: 1100px;
$break_medium: 900px;
$break_timeline_2col: 700px;