/******************************************************************************************************
 * Standard-Einstellungen
 *
 *	#6c98ad - Blau
 *	#dae5ea - Hellblau
 *	#a9aaad - Grau
 *	#f19400 - Orange
 *	
 ******************************************************************************************************/

/******************************************************************************************************
 * Navigation
 ******************************************************************************************************/

@media screen and (max-width: 75em) { /* 1200px */

 .navbar-brand img		{ width: 400px }
 
 .col-md-4			{ width: 100% !important; flex: 100%; max-width: 90% }
 .col-md-6			{ width: 100% !important; flex: 100%; max-width: 90% }
 .col-sm-12			{ clear: both; width: 100% !important; margin: 0 0 40px 20px }

 .view-referenzen .view-content > div		{ margin-bottom: 50px }

 .contact-message-feedback-form			{ width: 90% }

 #edit-name,
 #edit-mail,
 .field--name-subject input				{ width: 100% }

 .view-newsroom .views-field-field-image			{ clear: float !important }
 .view-newsroom .views-field-title				{ padding: 150px 0 15px 5px }
 .view-newsroom .views-field-body,
 .view-newsroom .views-field-field-mitteilung-vom	{ padding: 15px 0 15px 5px }

 .field--name-field-download-button { display: block; justify-content: center }
 .field--name-field-download-button .field__item { margin-bottom: 25px }

}




