
/***************************************************************************************************************
*** FONTS
***************************************************************************************************************/

@import 'css/fonts.css';


/***************************************************************************************************************
*** BASICS
***************************************************************************************************************/

html			{ box-shadow: none !important; }
body			{ font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 15px; line-height: 1.8; color: #000000; background: #f4f4f4; }

a				{ color: #8bbe1e; text-decoration: none; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
a:active		{ color: #8bbe1e; text-decoration: none; }
a:focus			{ color: #8bbe1e; text-decoration: none; }
a:hover			{ color: #000000; text-decoration: none; }

p 				{ margin-bottom: 0; padding: 0; }
b, strong 		{ font-weight: 700; }
ul 				{ margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

.wrapper		{ margin: 0 auto; padding: 0; width: 100%; height: auto; }


/***************************************************************************************************************
*** HEADLINES
***************************************************************************************************************/

h1	{ font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 35px; line-height: 1.3; margin: 0; padding: 0; text-transform: uppercase; }
h2	{ font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 30px; line-height: 1.3; margin: 0; padding: 0; text-transform: uppercase; }
h3	{ font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 25px; line-height: 1.3; margin: 0; padding: 0; text-transform: uppercase; }
h4	{ font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 20px; line-height: 1.3; margin: 0; padding: 0; text-transform: uppercase; }
h5	{ font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 18px; line-height: 1.3; margin: 0; padding: 0; text-transform: uppercase; }
h6	{ font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 15px; line-height: 1.3; margin: 0; padding: 0; text-transform: uppercase; }


/***************************************************************************************************************
*** BUTTONS
***************************************************************************************************************/

.btn				{ text-decoration: none !important; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.btn-default		{ color: #8bbe1e; background: #ffffff !important; border-color: #8bbe1e; }
.btn-default:hover	{ color: #8bbe1e; background: #ffffff !important; border-color: #8bbe1e; }

.btn-lg				{ font-size: 18px; padding: 10px 15px 10px 15px; font-weight: 400; }

.btn-primary		{ border-color: #8bbe1e; background-color: #8bbe1e; }
.btn-primary:hover	{ border-color: #000000; background-color: #000000; }


/***************************************************************************************************************
*** FARBEN / TEXT
***************************************************************************************************************/

.text-primary 		{ color: #8bbe1e !important; }


/***************************************************************************************************************
*** RATINGS
***************************************************************************************************************/

.wrapper-ratings 												{ border: 15px solid #ffffff; }
.wrapper-ratings > .container-fluid 							{ max-width: 800px; }
.wrapper-ratings > .container-fluid > .row > div > .img-logo	{ width: 100%; max-width: 320px; height: auto; margin-bottom: 15px; }
.wrapper-ratings .ratings-content								{ padding-top: 30px; }
.wrapper-ratings .ratings-btn-group								{ padding-top: 30px; }
.wrapper-ratings .ratings-links									{ padding-top: 45px; font-size: 13px; }
.wrapper-ratings .ratings-links a								{ color: #8bbe1e; display: inline-block; margin-left: 10px; margin-right: 10px; }
.wrapper-ratings .ratings-links a:hover 						{ color: #000000; }
