/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2024 | 12:32:48 */
/* Divi Layout      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*/ 

/* Divi Layout */

@media (max-width: 980px)
{

	/* Reihenfolge von Spalten responsive ändern */ 
	/* äußeren wrpper drehen, innen wrapper zurückdrehen */
	.flip-content-responsive:nth-of-type(1),
	.flip-content-responsive-first-of-type
	{ transform: scaleY(-1); }
	
	.flip-content-responsive-first-of-type .et_pb_column:nth-of-type(1), 
	.flip-content-responsive .et_pb_column
	{ transform: scaleY(-1); }
	
	#main-content .et_pb_image_wrap img
	{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	#main-content .et_pb_image
	{
		width:100% !important;
	}
	
	#main-content .et_pb_image .et_pb_image_wrap not(.single-b2b #main-content .et_pb_image .et_pb_image_wrap)
	{
    	width: 100%;
		margin-top: 20px;
	}    
}


@media (max-width: 768px)
{
	.footer-widget:not(:first-of-type)
	{
		  border-top: 1px solid white;
		  padding-top: 35px;
		  /* border-bottom: 1px solid white; */
		  padding-bottom: 10px;
	}
	
	.footer-widget:first-of-type
	{
	
		  padding-bottom: 10px;
	}
	
	#footer-widgets .footer-widget:nth-of-type(2)
	{
		  margin-bottom: -10px !important;
	}
	
}






