/*
 Theme Name:    suedbund-light
 Description:   Childtheme um Änderungen in Blocksy Updatesicher zu machen
 Template:      blocksy
 Version:       1.0.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Header & Navigation CSS*/
#header [data-items="primary"] {
    align-items: flex-start!important;
}
/*
.header-logo { /*Logo Schatten
	box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.5)!important;
}
*/
#header [data-row*=bottom] [data-items] { /*Kontakt-Button mittig*/
	    align-items: center!important;
}
a.ct-menu-link { /*Produkte&Dienstleistungen*/
	text-align:center;
}
/*Raum3 Logo Tablet/Mobil Höhe*/
@media only screen and (max-width: 999px) { 
	img.wp-image-843 {
		max-width:100px!important;
			}
}
@media only screen and (max-width: 700px) { 
	img.wp-image-843 {
		max-width:60px!important;
			}
}