/*
Hier kannst du dein eigenes CSS einfügen.

Klicke auf das Hilfe-Symbol oben, um mehr zu lernen.
*/

p {
letter-spacing: 0.02em;
}

.contact-form label {
	font-family: josefin sans
}

h1 {font-family: Cutive Mono}

li {font-family: Josefin Sans;}

.widget-title span {font-size: 100%;}

.footer-widgets-wrapper {background-color: #f8f8f8}

.footer-socket-wrapper .copyright {
display: none;}

/* Seiten-Untertitel */
#site-description {
font-weight: 300;
	font-size: 16px;
	letter-spacing: 2px;
}

.widget-title span {
border-bottom: none;
}


.footer-widgets-area a {
    color: #1e1e1e !important;
	font-weight: 300;
}

/* Liste mit Punkten statt Kästchen */
.entry-content ul {list-style: outside none circle;}

/* Textfarbe allgemein p und li */
body, button, input, select, textarea {
    color: #1e1e1e;
}

/* icons vor post-infos weg - funktioniert noch nicht */
.post .entry-meta .by-author::before, .post .entry-meta .date::before, .post .entry-meta .category::before {
display: none;
}

/* schrift usw. unter beiträgen */
.post .entry-meta {
  font-family: Josefin sans;
	font-weight: 600;
}

.post .entry-meta a {
	color: #799fb2!important;
}

 .widget-title span {
    color: #799fb2;
}


.spacious-button, input[type="reset"], input[type="button"], input[type="submit"], button {
font-family: Josefin sans !important;
	font-weight: 600;
}


@media screen and (max-width: 769px) {

    .site-header .menu-toggle {
    background: transparent none repeat scroll 0 0;
    color: #1e1e1e;

	 }


    .site-header .menu-toggle:hover {
    background: transparent;
	 color: #c34747;
	 }

.main-small-navigation {
    background-color: transparent;  
}

.main-small-navigation ul > .current_page_item, .main-small-navigation ul > .current-menu-item {
    background: transparent none repeat scroll 0 0;

}

.main-small-navigation li {
    background: transparent none repeat scroll 0 0;
}
.main-small-navigation li:hover {
    background: transparent none repeat scroll 0 0;
}

.main-small-navigation a {
    color: #1e1e1e;
	font-weight: 600;
}

.main-small-navigation a:hover {
    color: #c34747;

}


.main-small-navigation ul > .current_page_item a, .main-small-navigation ul > .current-menu-item a {
    color:  #c34747;
}


a:focus, a:active, a:hover {
    color: #c34747;
}



}
