/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
h4 {
	font-size: 17px;
}


.avia-image-container img {
    border-radius: 10px;
}

.main_menu { display: none; }
#socket #avia3-menu { display: none; }
.av-burger-menu-main{
display:none!important;
}


.main_color a { 
	color: #000000 !important;
	text-decoration: underline !important;
}
.main_color a:visited { 
	color: #000000 !important;
	text-decoration: underline !important;
}
.main_color a:hover { 
	color: #979797 !important;
	text-decoration: underline !important;
}
.main_color a:active { 
	text-decoration: underline !important;
}

#footer .widget a { 
	color: #000000 !important;
	text-decoration: underline !important;
}
#footer .widget a:visited { 
	color: #000000 !important;
	text-decoration: underline !important;
}
#footer .widget a:hover { 
	color: #000000 !important;
	text-decoration: underline !important;
}
#footer .widget a:active { 
	color: #000000 !important;
	text-decoration: underline !important;
}


/* Boxed Content soll Schatten haben */
#wrap_all{
	-webkit-box-shadow: 2px 2px 18px 9px rgba(0,0,0,0.34); 
	box-shadow: 2px 2px 18px 9px rgba(0,0,0,0.34);
}

/* Blendet Seitentitel und Breadcrumbs auf der Startseite aus */
.home .title_container {
display: none!important;
}

/* Verbreiterung der Flache der Untermenüpunkte des Hauptmenüs */
.av-main-nav ul {
    width: 340px;
}


/* FOOTER */

/* Innen- und Außenabstand des Footers veringern */
#footer { padding-top: 0; padding-bottom: 0px; }
#footer .widget {
    margin: 0;
}
/* Schriftgröße der Footer-Überschriften */
#footer p, #footer h3 {
    font-size: 16px!important;
}

/* SEITENTITEL */

/* Abstand vom Bereich des Seitentitels zum ersten darunterstehenden Inhalt steuern */
#main .container_wrap_first .content {
   padding-top: 10px; 
}

/* Verringerung der Höhe des Seitentitel-Bereichs */
#top .title_container .container {
padding-left: 56px;
min-height: 30px;
}
/* Anpassung der Schrifteigenschaften des Seitentitels */
#top .title_container .container .entry-title{
font-size: 20px !important;
font-weight: 600;
}

/* WP FILE DOWNLOAD */

/* Keine Breadcrumbs bei WP File Download */
.wpfd-content .breadcrumbs { 
	display: none !important 
} 

/* Auch keine Breadcrumbs, wenn die Anzeigenbreite schmaler als 767px ist, also bei mobilen Endgeräten */
@media only screen and (max-width: 767px) {
        .breadcrumb {
                 display: none !important;
        }
}


/* wp file download - downloadbox stylen */
.wpfd-single-file .wpfd-file-link {
    background: #444 no-repeat scroll 5px center;
	border-radius: 0px;
	border: 2px solid #095111 !important;
    transition: all 0.2s ease 0s;
    float: left;
    margin: 5px;
    padding: 5px;
    color: #FFF;
}

.wpfd-single-file .wpfd-file-link:hover {
    background: #888 no-repeat scroll 5px center;
    box-shadow: 1px 1px 12px #ccc;
}
.dropinfos b {
color: white;
}
/* File-Download: Dokumentebereich - Icon mit Doc, PDF ... etc. weg
*/

.wpfd_list div.filecontent {

/*	border : 5px solid red !important; */
	font-size : 13px !important;

}
.wpfd-content-default .file .file-xinfo,
.wpfd-content-default .file h3 {
font-size : 15px !important;

}
.wpfd-content-default .filecontent > div.ext {
	color: yellow !important;
	background-image : none !important;
	display : none !important;
}
/* wp file-download cloud-grafik entfernen */
i.zmdi.zmdi-cloud-download.wpfd-download{
	display : none !important;
}
/* wp file-download settings-grafik entfernen */
i.zmdi.zmdi-settings{
	display : none !important;
}
.mediaTableWrapper .mediaTable .col-download {
display: none!important;
}


/* Oberer Abstand des Akkordeons zum Nachbarelement verringern */
.togglecontainer{
margin-top: 0px !important; 
margin-bottom: 0px !important;
}
#top #wrap_all main a {
    text-decoration: underline !important; 
}

#top .avia-logo-element-container .slide-image { background: transparent !important; }
#top .avia-logo-element-container img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}
#top .avia-logo-element-container img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
}
.av-magazine-content-wrap {
    border: none!important;
}
.av-magazine-top-bar a{
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
}

.avia_mega_div .menu-item-has-children > a > .avia-bullet {
    display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: #0099CC transparent transparent transparent !important;
left: 0;
right: 0;
bottom: 6px;
margin: 0 auto;
content: ‘\25BA’;
float:right;
color:#0099cc;
}
#top .av-main-nav ul ul {
    left: 340px !important;
}
.sub-menu li > a:after { 
	content: '\e875';
	font-family: entypo-fontello;
	position: absolute;
    right: 15px;
	color: #719430 !important;
}
.menu li > a:only-child:after {
	content: '';
}

.wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */
   color: #aaa;
}
 
.wpforms-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #aaa;
   opacity: 1;
}
 
.wpforms-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #aaa;
   opacity: 1;
}
 
.wpforms-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #aaa;
}
 
.wpforms-container ::-ms-input-placeholder { /* Microsoft Edge */
   color: #aaa;
}
#removeline {
	text-decoration: none !important;
}
td {
    font-size: 15px;
}
th {
    font-size: 15px;
}
.avia-button.avia-size-medium {
    font-size: 20px;
}
#top .avia-button-fullwidth {
padding: 10px !important;
background-image: url('https://www.bs-badkrozingen.de/wp-content/themes/enfold/images/background-images/floral-dark.png');
}

#socket .copyright { float: right; }
