@charset "UTF-8";
/* CSS Document */

* {
	/*font-size:1.375rem;*/
	font-family:"Roboto", sans-serif;
}

.has-x-large-font-size{font-size:28px !important}
.has-large-font-size{font-size:21px!important}
.has-x-medium-font-size{font-size:16px!important}
.has-x-small-font-size{font-size:14px!important}

.has-x-large-font-size strong{font-size:28px !important}
.has-large-font-size strong{font-size:21px!important}
.has-x-medium-font-size strong{font-size:16px!important}
.has-x-small-font-size strong{font-size:14px!important}

h1.wp-block-heading{font-size:48px}
h2.wp-block-heading{font-size:32px}

p {
	line-height:37px;
	letter-spacing:0.0375rem;
	font-weight:300
}
#element-logo a{  
	font-size: initial;
}

.element-subtitel {
	font-size:14px;
	color:#fff
}
.is-visible .element-subtitel {
	color:#fff
}



/* header button */

.element-header-button a{
	font-size:14px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
	text-decoration:none
}


.element-header-nav-desc{
	font-size:14px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}