/*
	Theme Name: 	colormag-child
	Description:	Child Theme of Colormag
	Author:		Eggert Ehmke
	Author URI:	https://www.schwerewelle.de
	Template:	colormag
	Version:	1.0.0
	License:        GNU General Public License v2 or later
	License URI:    http://www.gnu.org/licenses/gpl-2.0.html
	Tags:
	Text Domain:	colormag-child
*/

* {
	font-family: Arial,Helvetica,sans-serif;
  }

/* searchbox on top */
.search-wrap {
	z-index: 10;
}

div.wp-custom-header {
/*    position: absolute; */
    position: relative;
    margin-top: -120px;
}

#site-navigation {
	position: relative;
/*	margin-top: 100px; */
}
