/*
 Theme Name:     Hoch Zwei Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Hoch Zwei Childtheme
 Author:         Hoch Zwei GmbH
 Author URI:     https://www.werbung-text-design.de
 Template:       Divi
 Version:        1.0.0
*/
 



/* MAGIC HAPPENS FROM HERE
------------------------------------------------------- */





#top-menu, #et_top_search {
	display: none;
}



/* move the default header logo to the right */

#logo {
	float: right;
	margin-right: 60px;
	margin-top: 15px;
}


/* move the default header menu to the left */

#et-top-navigation {
	float: left;
	padding-left: 0!important;
}


/* hide arrow and dot nav slider module 

.et-pb-controllers {
	display: none;
}

.et-pb-slider-arrows {
	display: none;
}
*/


/* styling bold text-style */

strong {
	font-family: Korovlev Compress Heavy;
	color: #B60C2E;
}



/*text selection color*/

::-moz-selection {
    background-color: #B60C2E;
    color: #fff;
}
 
::selection {
    background-color: #B60C2E;
    color: #fff;
}


