/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2026 | 11:16:40 */
/* CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 

@media screen and (min-width: 779px) {
	footer section table td {
		padding-right: 10px;
	}
	
	footer table {
		padding-right: 0;
	}
}

@media screen and (max-width: 778px) {
	footer #bottom-bar .wf-float-right {
		display: none;
	}
	
	footer .wf-container-bottom {
		margin-top: -1.5rem
	}
	
	footer .widget.widget_text.wf-cell.wf-1-4  {
    	background-color: #f9f9f9;
    	padding-top: 2.5rem;
    	padding-bottom: 2.5rem;
    	color: #606060;
    	width: 100%;
    	border-bottom: 1px solid #606060;
		}

    .footer .widget {
        width: 50%;
    }
	
	footer #text-5,
	footer #text-10 {
    width: 100%;
/*     border-top: 1px solid #606060; */
    padding-top: 2rem;
    /* padding: 0 25px; */
		background-color: transparent;
}
	footer .custom-nav>li:not(:last-child)>a {
		padding: 0 0 5px;
	}
	
	
	footer .wf-container-bottom, #bottom-bar.full-width-line {
		border: 0;
	}
	
	#footer .wf-container-footer {
		padding-bottom: 0px;
		padding-top: 0px;
		
	}
	
	footer .wf-container {
		border-top: 1px solid #606060;
	}
	
	footer .wf-cell.wf-1-4 .textwidget {
		background-color: transparent;
	}
	
	
	#text-5 img {
		width: 70rem;
	}
	
	footer .wf-1-4 {
		padding-top: 
	}
	
	
/* 	TABELLE IM FOOTER */
	
	 footer section table {
     	width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0;
        padding: 0;

        font-size: 14px;
        line-height: 1.4;
        background: transparent;
    }


    footer section table td {
/*         padding: 2px 8px; */
        vertical-align: top;
        border: 0;
        background: transparent;
    }


    footer section table td:first-child {
        width: 50%;
		padding-right:25px
    }

    footer section table td:nth-child(2) {
        width: 50%;
		padding-left: 25px;
    }


   	footer section table td[colspan="2"] {
/*         padding: 8px 8px 6px; */
		
		padding-top: 2rem;
        padding-bottom: 0.5rem;

        font-size: 16px;
        font-weight: 600;
/*         color: #333; */
		
/* 		font: var(--the7-widget-title-font); */

/*         border-bottom: 1px solid #ddd; */
    }


    footer section table tr:first-child td[colspan="2"] {
        padding-top: 0;
    }


 	footer section table td[colspan="2"]:not(:first-child) {
        padding-top: 14px;
    }


    footer section table a {
        color: #555;
        text-decoration: none;
        transition: color 0.2s ease;
    }

	
    footer section table a:hover {
        color: #b08a4a;
        text-decoration: none;
    }


    /
    footer section table tr:not(:first-child) td {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    footer section table tr:last-child td {
        padding-bottom: 0;
    }
	
	
	
}

@media screen and (max-width: 560px) {
	footer section table {
		max-width: 100% !important;
}

	