/*
Theme Name: Malermeister Kohl
Theme URI: https://detlefkohl.de
Author: Formschön Agenturen / Maximilian Strehse
Author URI: http://wwww.formschön.de
Description: Basistheme für die Webseite von Detlef Kohl
Version: 1.0
Tags: bootstrap
Template: twentyfifteen
Text Domain: detlefkohl

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import "style-bundle.css";

@font-face {
    font-family: 'cooper_blackregular';
    src: url('fonts/cooper-black-webfont.html') format('woff2'),
         url('fonts/cooper-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#navbar .logo-section .wrapper .logo h1 {
	 font-size: 20px; 
          line-height: 20px;
          color: #fff;
          margin: 0;
          font-family: 'cooper_blackregular';
}

#navbar .navigation .menu-wrapper .menu-hauptmenue-container #menu-hauptmenue li:nth-last-child(1) a{
	font-size: 80%;
}