/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: Tiger12, LLC
Author URI: http://tiger12.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.5.25
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
originalCreator: RocketTheme (Gantry Framework)
currentDeveloper: Tiger12, LLC
*/
	/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 600px) {
  .bdp-post-title {
    font-size: 28px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 599px) {
 .bdp-post-title {
    font-size: 20px;
	}}




	/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 600px) {
  h2 {
    font-size: 30px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 599px) {
 h2 {
    font-size: 22px;
	
  }

}



/* Bildgröße */

@media screen and (min-width: 600px) {
  img {
    max-width: 100%;
  }
}


@media screen and (max-width: 599px) {
 img {
    max-width: 30%;
  }

}


@media screen and (min-width: 600px) {
  img.frau {
    max-width: 100%;
  }
}


@media screen and (max-width: 599px) {
 img.frau {
   width: 30%;
  }

}

@media screen and (min-width: 600px) {
  img.gass {
    max-width: 100%;
  }
}


@media screen and (max-width: 599px) {
 img.gass {
   width: 40%;
  }

}