/****THEME FONTS*****/
/*
font-family: 'Source Serif Pro', serif;
font-family: 'Arapey', serif;
font-family: 'Krub', sans-serif;
*/

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap');

/* -------------------------- start fonts body main -------------------------- */

.content-wrapper a {transition: all 0.5s ease 0s;}	


.content-wrapper .vce-text-block ul {
    list-style: none;
    padding-left: 0;
}

.content-wrapper .vce-text-block li::before {
    content: '';
    display: inline-block;
    width: 30px;
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/li-before.svg);
    height: 30px;
    margin-right: 20px;
}
.content-wrapper .vce-text-block li {
    line-height: 2.15;
}
.content-wrapper .vce-text-block li {
    display: flex;
}

p, li {
    font-size: 1.35rem;
}
/* -------------------------- end fonts body main -------------------------- */


/*------------------------------ start fonts headlines ---------------------------*/

html {
	font-size: 14px;
}
h2,h3,h4,h5,h6{
	line-height: 1.7;
}
.vce-raw-html-wrapper h3:before { content: none;}
h1 {
    font-size: 3.88rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin-bottom: 1.4em;
}
h2 {
    font-size: 2.85em;
    margin-bottom: 1.3em;
}
h3, h4 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 1.35rem;
}
h5 {
	font-size: 1.45rem;
	letter-spacing: 0.03em;
}
h6 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 1.25rem;
}
.dsgvo p {
	font-size: .7em;
	line-height: 1.3;
}


@media (min-width: 1920px) { 
/*----------------- ELEMENT -------------*/

/*----------------- END ELEMENT ---------*/
}

@media (max-width: 1500px) { 
    html {
        font-size: 12px;
    }
    h1 {
        font-size: 3.38rem;

    }
}

@media (max-width: 1200px) { 
/*----------------- ELEMENT -------------*/

/*----------------- END ELEMENT ---------*/	
}
@media (max-width: 1199px){
/*----------------- ELEMENT -------------*/

/*----------------- END ELEMENT ---------*/	
}
@media (max-width: 990px) {
    html {
        font-size: 11px;
    }	
}

@media (max-width: 767px) {
    html {
        font-size: 10px;
    }	
    h3, h4 {
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-size: 15px;
    }
    p, li {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
/*----------------- ELEMENT -------------*/

/*----------------- END ELEMENT ---------*/	
}

@media (max-width: 420px) {
/*----------------- ELEMENT -------------*/

/*----------------- END ELEMENT ---------*/	
}

@media (max-width: 320px) {
/*----------------- ELEMENT -------------*/

/*----------------- END ELEMENT ---------*/	
}