/* Füge hier Dein eigenes CSS ein */

/*Beitragsbilder in Beiträgen ausblenden und nur in Vorschau anzeigen*/
.single .wp-post-image {display:none;}

/*media all*/
#es-top::after {
    content: "\f0aa";
    font-family: fontawesome;
    font-size: 2.5em;
    color: #DD8500;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}


/*media all*/
h1.page-title, .sidebar .widget-title {
    margin-top: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    background: #FDDE9F;
    padding: 10px 15px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
    position: relative;
}

/*media all*/
.main-navigation .nav-menu li:hover a, .main-navigation .nav-menu li.current-menu-item a, .main-navigation .nav-menu li.current_page_item a {
    color: #DD8500;
}

/*media all*/
.top-header {
    background: #FDDE9F;
    font-size: 14px;
}

/*media all*/
.main-footer {
    text-align: center;
    background: #FDDE9F;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*media all*/
button, input[type='button'], input[type='reset'], input[type='submit'] {
    border: 1px solid;
    border-color: #fff;
    border-radius: 0;
    background: #FDDE9F;
    box-shadow: 0px 0px 0px 0px #FDDE9F;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    padding: 10px 20px;
    text-shadow: none;
    margin-left: 6px;
    margin-top: 6px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

/*media all*/
button:focus, input[type='button']:focus, input[type='reset']:focus, input[type='submit']:focus, button:active, input[type='button']:active, input[type='reset']:active, input[type='submit']:active {
    box-shadow: 0px 0px 0px 5px #DD8500;
    background: #DD8500;
}

/*media all*/
.edit-link a, .reply a, .entry-footer .edit-link a, .entry-footer .reply a {
    background: #FDDE9F;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 0px #FDDE9F;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

/*media all*/
button:focus, input[type='button']:focus, input[type='reset']:focus, input[type='submit']:focus, button:active, input[type='button']:active, input[type='reset']:active, input[type='submit']:active {
    box-shadow: 0px 0px 0px 5px #DD8500;
    background: #DD8500;
}

/*media all*/
.site-info a, .site-info .sep {
    color: #404040;
  	font-size: 10px;
}

/*media all*/
.site-info {
    color: #404040;
    font-size: 10px;
}

/*Beitragsmetadaten ausblenden*/
.entry-meta { display: none; }

/*Call to Action Area Homepage*/
.call-to-action-small h2.title.cta-small-title.home-title {
	display: inline-block;
	width: 79%;
	vertical-align: middle;
	margin-bottom: 0;
	color: #DD8500;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 700;
}
.top-header .callto-left a:hover {
	color: #DD8500;
}
.call-to-action-small .cta-link-small a {
	background: #fff;
	color:  #DD8500;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	border: 1px solid transparent;
	box-shadow: 0 0 0 0 #fff;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.call-to-action-small .cta-link-small a:hover {
	border: 1px solid #DD8500;
	box-shadow: 0 0 0 5px #fff;
}
/*media all*/
.call-to-action-small figure::before {
    background: #FDDE9F none repeat scroll 0 0;
    content: "";
    height: 70%;
    left: 0px;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: -1;
}
.featured-block {
	float: left;
	width: 20%;
	background: #FDDE9F;
	vertical-align: top;
	text-align: center;
	color: #fff;
	padding: 15px;
	min-height: 280px;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.appointment .ufbl-form-wrapper form input.ufbl-form-submit {
	background: #FDDE9F none repeat scroll 0 0;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 #2b96cc;
    color: #fff;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 40px;
    /*min-height: 40px;
    min-width: 225px;*/
    text-shadow: none;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
.appointment .ufbl-form-wrapper form input.ufbl-form-submit:hover {
	border-color: #fff;
	box-shadow: 0 0 0 5px #2b96cc;
	background: #2b96cc;
}

/*Anordnung Call-to-Action und Sektionen auf der Homepage*/

.call-to-action {
	margin-top: 0px;
	/*padding-right: 20px;*/
	padding-top: 30px;
	background-color: #FDDE9F;
}

section.call-to-action-small {
    margin-top: 0px;
    position: relative;
}

#primary, #secondary-left, #secondary-right {
    margin-top: 0px;
}

/*Anordnung Call-to-Action Ende*/
.call-to-action h2.title.home-title {
    color: #DD8500;
    text-align: left;
}

.call-to-action-desc.home-description {
    color: #DD8500;
}

.call-to-action .cta-link a:hover {
    border: 1px solid #DD8500;
    box-shadow: 0px 0px 0px 5px #fff;
}

.call-to-action .cta-link a {
    background: #fff;
    color: #dd8500;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 0px #fff;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}



/*--------------------------------------------------
FOOTER SECTION
---------------------------------------------------*/
/*.top-footer, .main-footer {
	padding-left: 20px;
	padding-right: 20px;
}*/
.footer-wrap {
    background: #FDDE9F none repeat scroll 0 0;
}