css Theme-Customizer
/*GESTALTET DAS MOBILE MENU ANFANG*/
.mobile_menu_bar:before {
color:#598075!important;
content: "\e057";
font-size: 50px;
position: relative;
left: 0;
top: 0;
cursor: pointer;}
/*GESTALTET DAS MOBILE MENU ENDE*/
h1{
color:#666666;
}
h2{
font-size:36px;
color:#666666;
line-height:1.4em;
}
h3{
font-size:30px;
color:#666666;
line-height:1.4em;
}
h4{
font-size:26px;
color:#666666;
}
h5{
font-size:22px;
color:#666666;
}
p{
font-size:19px!important;
line-height:1.4em!important;
}
@media only screen and (max-width: 980px){
h2{
font-size:32px;
}
h3{
font-size:26px;
}
h4{
font-size:22px;
}
h5{
font-size:20px;
}
p{
font-size:16px!important;
line-height:1.3em!important;
}
}
@media only screen and (max-width: 767px){
h2{
font-size:28px;
}
h3{
font-size:22px;
}
h4{
font-size:18px;
}
h5{
font-size:17px;
}
p{
font-size:13px!important;
line-height:1.3em!important;
}
}