/*body {font-size: 20px;}*/
body a {
    font-size: 18px !important;
}

.slot--header-horizontal-menu .navbar-nav>li a,
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a{
    text-transform: uppercase;
    font-size: 15px !important;
}
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--inner-ul>li>div>a{
    text-transform: none;
}
.bountiful--start-page .tws-container--tws-content-box-2x .tws-content-box--second-line {
        font-size: 28px;
    }
.bountiful--start-page .tws-container--tws-content-box-4x .tws-content-box--second-line {
    font-size: 25px;
}

/*#tws-react-common--modal .modal-footer {
  display: none;
}*/
/*#tws-react-common--modal .modal .modal-dialog .modal-content{
  height:250px;
}*/

.form-group.has-feedback.tws-contact-form--name-field::before {
    content: "Företag";
    font-size: 14px;
}
.form-group.has-feedback.tws-contact-form--name-field {
    font-size: 0px;
}
.form-group.has-feedback.tws-contact-form--subject-field::before {
    content: "Namn";
    font-size: 14px;
}
.form-group.has-feedback.tws-contact-form--subject-field {
    font-size: 0px;
}
/* Hide Ok-button on first modal */ 
.tws-modal-html .modal-footer {
	display: none;
}
/* Change order on the contact form */
.tws-contact-form--schema-form {
	display: flex;
  flex-direction: column;
}
.tws-contact-form--name-field {
	order: 1;
}
.tws-contact-form--subject-field {
	order: 2;
}
.tws-contact-form--email-field {
	order: 3;
}
.tws-contact-form--phone-field {
	order: 4;
}
.tws-contact-form--body-field {
	order: 5;
}
.tws-contact-form--captcha-field {
	order: 6;
}