/*
Theme Name: SD Childtheme
Description: SD Childtheme
Author: SchweigerDesign
Author URI: https://www.schweiger-design.de
Template: generatepress
Version: 1.0
*/

/* pt-sans-regular - latin */

@font-face {
    font-family: 'pt_sansregular';
    src: url('pt-sans-v17-latin-regular-webfont.woff2') format('woff2'),
         url('pt-sans-v17-latin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.body {
   font-family: 'pt_sansregular', Arial, sans-serif;
   font-style: normal;
   font-weight: 400;
}
h1, .h1, h2, .h3, h4, .h4, h5, .h5, h6, .h6 {
   font-family: 'pt_sansregular', Arial, sans-serif;
   font-weight: 700; /* dann musst Du diesen Schnitt auch noch herunterladen */
}
p {
   font-family: inherit; /* vererbt von body */
}

.elementor-heading-title{
   color:#e30815;
}



}
table {
	border: none !important;
}
td {
	border: none !important;
}
input[type="text"], input[type="email"]
{
 width: 100%;
}
a:hover { 
	font-weight:bold;
}
a:active {
font-weight: bold !important;
}
.elementor-25 .elementor-element.elementor-element-1d1dda8 .menu-item.current-menu-item a.hfe-menu-item {
    background-color: #084A45 !important;
}
.elementor-icon-list-text {
	word-break: break-all;
}