/*
Theme Name: CargoPress by ProteusThemes Child
Theme URI: https://demo.proteusthemes.com/cargopress/
Template: cargopress-pt
Author: ProteusThemes
Author URI: https://www.proteusthemes.com/
Description: CargoPress WordPress Theme PT modifications 2018-03 ff
Tags: dark,light,two-columns,responsive-layout,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,sticky-post,translation-ready
Version: 1.2.0.1520942488
Updated: 2018-03-13 14:01:28

*/

.main-title__primary {
  display: none;
}
.wpcf7 {
     background-color: #eeeeee;
     border:  1px solid Gainsboro;
}

.wpcf7-form {
     margin-left: 25px;
     margin-right: 25px;
     margin-top: 25px;
}

.wpcf7-text {
    background: #f6f6f6;
}

.wpcf7-textarea {
    background: #f6f6f6;
}

.wpcf7-submit {
    background: #009f96;
    color: #ffffff;
}

/* theme manipulations HN */

/*
html { 
font-family: serif;
}

*/

/*
html, body {
     font-family: 'Lato', Helvetica, Arial, sans-serif;
}
*/

html, body, blockquote, p, li, td, tr, th {
    font-family: 'Merriweather', Georgia, Palatino, serif;
	 font-size: 16px;   /*   !   */
}

.header .icon-box__title {
     font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.header .icon-box__subtitle {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    /*   color: #000000;   */
	font-size: 15px; 
	font-weight: normal;
}

/* Subtitle */

.main-title h3 { 
   font-size: 24px;   /*  24px   */
   font-weight: 500;   /*  300 500   */
   margin-top: -15px;   /*    -15px;   */
   margin-bottom: -45px;   /*   -20px   */
 }

.main-title__secondary { 
  font-weight: 300;
}

.breadcrumbs, .breadcrumbs a {
     font-family: 'Lato', Helvetica, Arial, sans-serif;
	 font-size: 15px;
}

.main-navigation > li > a {
     font-family: 'Lato', Helvetica, Arial, sans-serif;
	 font-size: 16px;
	 font-weight: normal;
	 text-transform: uppercase;
	 /*   padding: 10px 20px;       padding: 18px 20px;    */
	 letter-spacing: normal;
}

.main-navigation > li  {
     font-family: 'Lato', Helvetica, Arial, sans-serif;
	 font-size: 10px;
	 font-weight: 300;
	 /*  text-transform: uppercase;  */
}

.sidebar .widget_nav_menu ul > li > a { 
     font-family: 'Lato', Helvetica, Arial, sans-serif;
     font-size: 16px; 
	 font-weight: 500; 
	 padding: 15px;              /*    padding: 18px 25px;   */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a  { 
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
}

h1, h2, h3, .h1 .h2, .h3 {
  font-weight: 700;     /*   lighter   */
 padding-bottom: 15px;   
}

h4, h5, h6, .h4, .h5, .h6 {
   font-weight: bold;   /*   normal   */
}

/*  .page-box__title { font-size: 27px; margin-top: 24px; margin-bottom: 20px; }  */

.footer-top {
   padding: 15px 0 0 0;    /*  na endlich ... war: 25px 0 und vorher  30px 0  */
}

.footer-bottom { 
  padding: 10px 0; 
}

.footer-bottom, .footer-bottom a {
     font-family: 'Lato', Helvetica, Arial, sans-serif;
	 font-size: 14px;
	 font-weight: 300;
	 letter-spacing: 0px;
}

/* Bildunterschrift(en) 2019-12-19 HN  */

.wp-caption-text {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 75%;
}

/*  Um die unterschiedliche font size in Beiträgen in den Griff zu bekommen   

html, body, blockquote, p, li, td, tr, th {
    font-size: 16px;
}

*/

/*   end test  */

