/*
Theme Name: DeWolf Communication
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.gruen{
color:#006f79;
}

h1 {
color:#006f79;
}

#phantom .main-nav  a .menu-text {
    color: #006f79!important;
}



.farbig li {
    margin: 10px 0; /* not needed, just to add space between the li's */
	list-style-image: url('https://www.dewolf-communication.de/wp-content/uploads/2018/10/punkt-3.png');
    padding-left: 15px; /* Offsets the text. Needs to be at least the width of your image */
}

.rund {list-style:none!important;
}
.rund:before {display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;}

.footer .widget {
    font-size: 17px!important;
}




/*::::::::::::::::::::::::::::::CUSTOM Fonts::::::::::::::::::::::::::::::::::::::::::::::::::*/



@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('/wp-content/uploads/fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/uploads/fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/uploads/fonts/OpenSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('/wp-content/uploads/fonts/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/uploads/fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: url('/wp-content/uploads/fonts/OpenSans-ExtraBold.ttf') format('truetype');
}