
/***************************************************************************************************************
*** 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: #ffffff; border: 15px solid #eaeaea; }

a				{ color: #000000; 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: #000000; text-decoration: none; }
a:focus			{ color: #000000; text-decoration: none; }
a:hover			{ color: #e30613; 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: 800; font-size: 35px; line-height: 1.3; margin: 0; padding: 0; color: #616161; }
h2	{ font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 30px; line-height: 1.3; margin: 0; padding: 0; color: #616161; }
h3	{ font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 25px; line-height: 1.3; margin: 0; padding: 0; color: #616161; }
h4	{ font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 20px; line-height: 1.3; margin: 0; padding: 0; color: #616161; }
h5	{ font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 18px; line-height: 1.3; margin: 0; padding: 0; color: #616161; }


/***************************************************************************************************************
*** 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; border-radius: 0; }
.btn:focus 			{ box-shadow: none;}
.btn:active			{ box-shadow: none;}

.btn-primary		{ color: #ffffff; background: #e30613; border: 2px solid #e30613; text-transform: uppercase; font-weight: 700; }
.btn-primary:hover	{ color: #e30613; background: none; border: 2px solid #e30613; }
.btn-primary:focus	{ color: #ffffff; background: #e30613; border: 2px solid #e30613; text-transform: uppercase; font-weight: 700; }
.btn-primary:active	{ color: #ffffff; background: #e30613; border: 2px solid #e30613; text-transform: uppercase; font-weight: 700; }

.btn-outline-primary		{ border: 2px solid #e30613; text-transform: uppercase; font-weight: 700; color: #e30613; }
.btn-outline-primary:hover	{ border: 2px solid #e30613; background-color: #e30613; }


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

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


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

.wrapper-ratings 												{ border: 0; }
.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: #ffffff; display: inline-block; margin-left: 10px; margin-right: 10px; }
.wrapper-ratings .ratings-links a:hover 						{ color: #e30613; }
