/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2019 Webberry GmbH. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Thomas WOllenmann
 * @email         info@webberry.ch	
 * @link          https://www.webberry.ch
 *---------------------------------------------------------------------------------------
 */

@media (max-width : 450px) {
	h2, .h2 { 
		font-size: 16px; 
		line-height: 1.3; 
	}
}

#top-a a {
    color: #fff;
}

.btn.btn-primary.button.validate {
    background: red !important;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans' !important;
}


.tm-sidebar-b.uk-width-medium-3-10 {
    margin-top: 40px;
}