/*Google Font*/

@import url('https://fonts.googleapis.com/css?family=Merienda+One');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');


/* Füge hier Dein eigenes CSS ein */
html{
	margin: 0;
}

body, button, input, select, textarea{
	font-family: "PT Sans", sans-serif;
}

.entry-title {
  	font-size: 22px;
  	font-family: 'Merienda One', cursive;
  	color: #003e8e;
    margin-top: 20px;
}


/*HEADER*/

.site-header{
	padding: 2.625em 7.6923%;
}
  
.site-description {
    font-family: 'Merienda One', cursive;
    font-size: 15px;
    color: rgba(85, 85, 85, .8);
  	margin-left: 20px;
}

.site-title{
	display: none;
}

.site-branding{
	overflow: visible;
  display: inline-flex;
  margin: 0 auto;
}

#site-header-menu{
  margin: 0 auto;
  margin-top: 35px;
  border-top: 4px solid #20a02d;
}

/*FOOTER*/
.site-footer{
	border-top: 2px solid #9ac776;
  text-align: center;
  display: block;
  padding: 0;
  background-image: url(https://unternehmens-heilpraktiker.de/wp-content/uploads/2018/04/bg.png);
  background-position: 1% 42%;
  background-repeat: no-repeat;
  min-height: 80px;
  border-bottom: 2px solid #9ac776;
}

.site-info a:hover {
    box-shadow: none;
}

section#nav_menu-2{
	border: none;
}

ul#menu-footermenue li{
	list-style: none;
  text-align: center;
}

ul#menu-footermenue li a{
	color: #003e8e;
}


/*MOBILE*/
button#menu-toggle {
    margin: 0 auto;
    margin-top: 20px;
}

/*NINJA FORMS*/
.nf-form-fields-required {
    font-size: 12px;
    margin-bottom: 20px;
}

input[type="button"].btn-absenden {
    background-color: #97c680;
}

input[type="button"].btn-absenden:hover {
    background-color: #20a02d;
}

/*Links Creators*/
.links_creators a{
	color: rgba(85, 85, 85, .8);
}
