/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*BODY*/
body {
    background-position: top center !important;/*Hintergrundbild oben ausrichten*/
	background-attachment: scroll !important;
	background-size: auto !important;
    }

/* HEADER HEADER HEADER HEADER HEADER HEADER HEADER */
.fusion-header-v5 .fusion-header{
	background-color: rgba(0,0,0,0) !important; /*Header Farbe entfernen*/
}

/*MENÜ*/
.fusion-main-menu > ul > li > a{
    margin-right: 1px;
    background-color: #FFF;
    color: #837e6c;
    border-bottom: 1px solid #837e6c;
}

.fusion-main-menu > ul > li:not(.fusion-middle-logo-menu-logo) > a:hover, 
.fusion-main-menu > ul > li:not(.fusion-middle-logo-menu-logo):hover > a
{
	color: #FFF !important;
}

/*Responsives Menü*/
.fusion-mobile-menu-icons a, .fusion-mobile-menu-icons a:after, .fusion-mobile-menu-icons a:before {
    background-color: #FFFFFF !important;
    padding: 6px 6px 5px 7px !important;
}


/*-SCHRIFT SCHRIFT SCHRIFT SCHRIFT SCHRIFT SCHRIFT SCHRIFT SCHRIFT */

h1 {

    background-color: #837e6c;
    color: #FFF;
    padding: 3px 8px 3px 8px;
    margin-bottom: 0px;
}

.fusion-text h1{
    inline-size: max-content;
}

.fusion-text h2{
    background-color: #837e6c !important;
    color: #FFF !important;
    padding: 2px 7px 2px 7px !important;
    inline-size: max-content;
}


.fusion-text p a {
   font-weight: 700;	
}

.fusion-text p a:hover {
    color: #000000;
}


.boxlink a {
    background-color: #837e6c;
    color: #FFF;
    padding: 2px 7px 2px 7px;
    line-height:  25px !important;
	font-weight: 400;
		font-size: 12px;
	white-space:nowrap;
}

.boxlink a:hover {
    background-color: #FFF;
    color: #837e6c;
}

/*Aufzählung*/
ul {
    list-style: square;
    padding-left: 0px !important;
}




/*BILDER*/
.fusion-column-wrapper a img {
    border: 7px solid #FFF;
    border-radius: 4px;
}

 .link_bild a  {

    position: relative !important;
    top: 60px !important;
    background-color: #837e6c !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    padding: 2px 7px 2px 7px !important;
    z-index: 10 !important;

}

 .link_bild a:hover {

    background-color: #FFFFFF !important;
    color: #837e6c !important;

}

/*FOOTER*/
.fusion-widget-area .current-menu-item > a
{color:#fef2cc !important; }

.fusion-vertical-menu-widget.right .menu li.current-menu-item > a{border-left: 0px !important;}

/*TABELLE*/
table tbody tr td p {
    margin-bottom: 0px !important;
}

td {
    border: solid 1px #837e6c !important;
}




.tableresp {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
	padding-right: 0px !important;
}

.tableresp::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.tableresp::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}


@media (max-width: 640px){
	.fusion-text h1{
    inline-size: fit-content;
}

.fusion-text h2{
    inline-size: fit-content;
}
} 

