/*
 Theme Name:   Spacious Child for ...blumengestalten
 Theme URI:    http://yourwebsite.com/twentyfourteen-child/
 Description:  My first child theme, based on Spacious by Themegrill
 Author:       Georg Heger
 Author URI:   n/a
 Template:     spacious
 Version:      1.0.0
 Tags:         tba
 Text Domain:  spacious_blumengestalten
*/

@font-face {
	font-family: DaxLight;  
	src: url('../fonts/DaxLight.ttf') format('truetype');
	font-weight: normal;
}
@media screen and (max-width: 767px) {
   .widget_service_block .tg-one-third {
      float: none;
      width: 100%;
      margin: 0;
   }

   /* keep footer widgets next to each other - start */

	.tg-one-half, .tg-one-third, .tg-one-fourth {
		float: left;
		width: 46.7684729%;
	}

	.tg-column-1, .tg-column-3 {
		float: left;
		width: 46.7684729%;
	}

	.tg-column-2, , .tg-column-4 {
		float: right;
		margin-right: 0;
	}
	/* keep footer widgets next to each other - end */

	#primary, #secondary {
		float: none;
		width: 100%;
		margin: 0;
	}
	.wide-978 #primary, .narrow-978 #primary, .wide-978 #secondary, .narrow-978 #secondary {
		width: 100%;
	}
}