#!/bin/bash
s="Line
Title: 
	Some text
More lines
here"
sed '/^Title: $/{N;s/.*\n\t*\(.*\)/Title:\1/}' <<< "$s"