
/*
    Type
*/

@font-face {
    font-family: 'Publico Banner';
    src: url('../fonts/PublicoBanner-Italic.woff2') format('woff2'),
        url('../fonts/PublicoBanner-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Publico Banner';
    src: url('../fonts/PublicoBanner-LightItalic.woff2') format('woff2'),
        url('../fonts/PublicoBanner-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Publico Banner';
    src: url('../fonts/PublicoBanner-Light.woff2') format('woff2'),
        url('../fonts/PublicoBanner-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne';
    src: url('../fonts/Sohne-Buch.woff2') format('woff2'),
        url('../fonts/Sohne-Buch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne';
    src: url('../fonts/Sohne-Kraftig.woff2') format('woff2'),
        url('../fonts/Sohne-Kraftig.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne';
    src: url('../fonts/Sohne-Leicht.woff2') format('woff2'),
        url('../fonts/Sohne-Leicht.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Publico Banner', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: normal;
    font-style: normal;
	font-size: 45px;
	line-height: 55px;
	color: #000000;
}
.wys h1 {
	padding-bottom: 40px;
}
.text-soon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20%;
	text-align: center;
}
.text-soon h1 {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 2px;
}
p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #000000;
}
.text-indent p {
	text-indent: 70px;
}
p em {
	font-family:'Publico Banner', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: normal;
    font-style: italic;
	padding-top: 15px;
	padding-bottom: 55px;
	display: block;
	color: #000000;
}
.team-text p em {
	padding-bottom: 30px;
}
.text-centre {
	text-align: center;
}
.text-hover p {
	font-size: 14px;
	line-height: 20px;
	text-indent: 45px;
}
.text-feature p {
	font-size: 14px;
	line-height: 20px;
	text-indent: 45px;
	margin-bottom: 14px;
}
.team-text p {
	text-align: left;
}
p sup {
	font-size: 10px;
	line-height: 14px;
	vertical-align: top;
}
.wys {
	margin: 0 auto;
	max-width: 1400px;
}
.wys p,
.wys ul {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
	text-align: left;
}
.wys ul {
	padding-left: 20px;
}
.h1-less-bot {
    margin-bottom: -90px;
}

@media screen and (min-width: 1921px) {

}

@media screen and (min-width: 1441px) and (max-width: 1920px) {

}

@media screen and (min-width: 1024px) and (max-width: 1440px) {

}

@media screen and (max-width: 1023px) {

.break-text p br {
	display: none;
}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

}

@media screen and (min-width: 481px) and (max-width: 767px) {

}

@media screen and (max-width: 767px) {

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 35px;
	line-height: 45px;
}
.break-text-rego h6 br {
	display: none;
}
.h1-less-bot {
    margin-bottom: -30px;
}

}

@media screen and (max-width: 480px) {

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 30px;
	line-height: 40px;
}
p {
	font-size: 16px;
	line-height: 22px;
}

}