/**
 * extras.css
 *
 * Extra styles which don't need their own file
 *
**/

.home h1 {
    margin-top: 0px;
}

.bg-accent-wrapper {
    width: 100%;
    position: relative;
}

.roundLeftCorners img, .roundRightCorners img {
    height: 100%;
    width: 100%;
}

.bg-accent {
    width: 100%;
    height: 1000px;
    position: absolute;
    top: -148px;
    right: -200px;
    z-index: -1;
}

.bg-accent::before {
    content: "";
    position: absolute;
    top: -35%;
    right: -40%;
    width: calc(75%);
    height: 70%;
    transform: matrix(0.85, -0.85, 0.85, 0.85, 0, 0);
    z-index: 1;
    background-color: var(--ubrands-color-accent);
    opacity: 1;
    border-radius: 72px;
}


/* Breadcrumbs */

.breadcrumbs {
	color: #4A4E59;
	font-size: 1.6rem;

    position: absolute;
	top: -25px;
}
@media screen and (min-width: 1300px) {
	.breadcrumbs {
		top: 0;
	}

.bg-accent {
    right: -120px;
}
    
.boxfilters:before {
    position: absolute;
    content: '';
    width: 105px;
    height: 40px;
    left: -95px;
    top: 17px;
    background-image: url("../../img/Box-before.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.boxfilters {
    position: relative;
}

.basicFilterForm:before {
    position: absolute;
    content: '';
    width: 105px;
    height: 40px;
    left: -105px;
    top: 10px;
    background-image: url("../../img/Box-before.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.basicFilterForm {
    position: relative;
}
}

.bg-accent-wrapper:nth-child(3) {
    display: none;
}

/**
	CF7
 */


.wpcf7 > form {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    position: relative;
}

.wpcf7 > form span > input {
    width: 100%;
    border-radius: .25rem;
    border: 1px solid #212121;
    padding: 1px 2px;
}

.wpcf7 > form h4 {
    margin-bottom: 1rem;
    width: 100%;
}

.wpcf7 label {
    margin-bottom: 1rem;
}

.wpcf7 > form p {
    font-size: 18px;
    margin-bottom: 0px;
    font-style: italic;
}

label {
    width: 100%;
}

label.width50 {
    width: 50%;
}

.firstrow {
    padding-right: 10px;
}

.secondrow {
    padding-left: 10px;
}

.wpcf7-textarea {
    width: 100%;
    border-color: #212121;
}

.wpcf7-list-item {
    margin: 0px 16px 0px 0px;
}

.wpcf7 h4.margintoptitle {
    margin-top: 1rem;
}

.seperator1 {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: rgb(33 37 42 / 20%);
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.wpcf7 .btn-primary.disabled, .wpcf7 .btn-primary:disabled {
    background-color: var(--ubrands-color-accent);
    border-color: var(--ubrands-color-accent);
    opacity: 0.2;
    color: var(--ubrands-color-black);
}

.wpcf7-not-valid-tip {
    font-size: 16px;
    margin-top: 2.5px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2rem 0rem 0rem 0rem;
    padding: 2rem;
    text-align: center;
    font-style: italic;
    width: 100%;
}

.wpcf7-not-valid {
    border: 1px solid #dc3232!important;
}

.wpcf7cf_steps-dots {
    display: none!important;
}

.wpcf7cf_steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.wpcf7cf_step_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

button.wpcf7cf_prev, button.wpcf7cf_next {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: var(--ubrands-color-black);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: var(--ubrands-color-bg);
    border-color: var(--ubrands-color-accent);
    font-weight: bold;
}

button.wpcf7cf_prev:hover, button.wpcf7cf_next:hover {
    text-decoration: underline!important;
}

span.wpcf7cf_next-container {position: relative;}

.wpcf7 .ajax-loader {
    position: absolute;
    right: -70px;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-lg.btn-primary {
    border: 0px!important;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-lg.btn-primary:hover {
	text-decoration: underline;
}

select {
    width: 100%;
    display: block;
    border-radius: .25rem;
    border: 1px solid #212121;
    padding: 1px 2px;
}

.buttonrelative {
    position: relative;
    margin-top: 20px;
}

@media (max-width: 600px){

label.width50 {
    width: 100%;
}

.firstrow {
    padding-right: 0px;
}

.secondrow {
    padding-left: 0px;
}
    
}

/**
	Whatsapp button
 */

.whatsappbox {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 75px;
    height: 75px;
    font-size: 0px;
    background-color: #25d366;
    border-radius: 75px;
    display: block;
    z-index: 2000;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.whatsappbox a {
    width: 75px;
    height: 75px;
    display: block;
    background-image: url("../../img/Whatsapp.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    opacity: 1;
}

.whatsappbox a:hover {
    opacity: 0.8;
}

@media (max-width: 1299px){

.whatsappbox {
    right: 40px;
    bottom: 40px;
}
	
}

@media (max-width: 600px){

.whatsappbox {
    right: 20px;
    bottom: 20px;
	width: 60px;
	height: 60px;
}	
	
.whatsappbox a {
    width: 60px;
    height: 60px;
    background-size: 30px;
}

}

/**
	Cookiebanner
 */

#cookie-law-info-bar {
    font-size: 17px;
    font-weight: normal;
    padding: 20px;
    text-align: left;
}

.boxtextleft {
    display: block;
    width: calc(100% - 450px);
}

.buttonscookieright {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 50px;
}

#cookie-law-info-bar span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
}

a#wt-cli-accept-all-btn {
    font-size: 16px;
    margin: 0px;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
}

.cli-plugin-main-button.cli_settings_button {
    font-size: 16px;
    margin: 0px;
    padding: 10px 15px;
    border-radius: 5px;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
}

.cli-tab-container h4, .cli-tab-container h1 {
    font-size: 1.6rem;
}

.cookielawinfo-row-cat-table {
    width: 100%;
    margin-left: 0px;
    color: #212121!important;
    font-family: "Alegreya Sans"!important;
}

/**
	Cookiebanner code 1299px
 */

@media (max-width: 1299px){
	
.buttonscookieright {
    width: 250px;
    flex-direction: column;
    display: flex;
    align-items: stretch;
    text-align: center;
    justify-content: flex-start;
}

a#wt-cli-accept-all-btn {
    order: -1;
}

.cli-plugin-main-button.cli_settings_button {
    margin: 10px 0px 0px 0px!important;
}

.boxtextleft {
    width: calc(100% - 250px);
}
	
}

/**
	Cookiebanner code 768px
 */

@media (max-width: 768px){
	
.buttonscookieright {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: stretch;
    text-align: center;
    justify-content: flex-start;
    padding-left: 0px;
    margin-top: 20px;
}

#cookie-law-info-bar span {
    display: flex;
    flex-direction: column;
}

a#wt-cli-accept-all-btn {
    order: -1;
}

.cli-plugin-main-button.cli_settings_button {
    margin: 10px 0px 0px 0px!important;
}

.boxtextleft {
    width: 100%;
}
	
}

.boxubrands {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    font-size: 1.6rem;
    max-width: 600px;
}

.logoubrandsandlink {
    width: 85px;
    display: flex;
    box-sizing: border-box;
}

.boxtextfield {
    width: calc(100% - 85px);
    padding-right: 20px;
}

.boxubrands a {
    color: #000;
}

.onlyshowsmall {
    display: none;
}

@media (max-width: 1450px){

.grid-introblok hr {
    width: calc(100% - 20px);
}
    
}

@media (max-width: 1300px){
    
.boxubrands {
    align-items: flex-start;
}
    
.grid-introblok hr {
    width: calc(100% - 20px);
}
    
}

@media (max-width: 864px){
    
.basicFilterForm input {
    width: 100%;
}

.onlyshowsmall {
    display: block;
}

.boxubrands {
    border-top: 1px solid #e0e0e2;
    padding-top: 40px;
    max-width: 100%;
    align-items: center;
    margin-top: 20px;
}

.grid-introblok hr {
    width: 100%;
}
    
}

@media (max-width: 600px){
    
.boxubrands {
    align-items: flex-start;
}

}
