﻿/*
Theme Name: geschichtenetc.
Description: Child Theme for geschichtenetc.
Version: 1.0
Author: Johannes Ospelt
Author URI: http://molekuel.ch
Template: enfold
*/


/*Add your own styles here:*/








/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ }
@media screen and (min-width : 1400px)  { 
}



/*
iPad Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (max-width: 900px) { /* Add your iPad Styles here */ }

/* portrait and landscape */
@media screen and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

/* Box Size von 50% auf 100% dehnen on mobile */
div .av_one_half {
    margin-left: 0;
    width: 100%;
} }

/* landscape */
@media screen and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)  { /* Add your Mobile Styles here */ }

/* portrait */
@media screen and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)  { /* Add your Mobile Styles here */ }



/*
Mobile Smartphone Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {  /* Add your Mobile Styles here */ }


/* portrait and landscape */
@media screen and (min-device-width : 320px) 
and (max-device-width : 480px)  { /* Add your Mobile Styles here */ }

/*  landscape  */
@media screen and (min-width : 321px)  { /* Add your Mobile Styles here */ }

/*  portrait */
@media screen and (max-width : 320px)  { /* Add your Mobile Styles here */ }

/* iPhone 4 and high pixel devices  */
@media screen and (-webkit-min-device-pixel-ratio : 2)
and (device-width: 683px)
and (orientation: landscape),
screen and (device-pixel-ratio : 1.5) 
and (device-width: 400px)
and (orientation: portrait) { /* Add your Mobile Styles here */ }




/*
Print Styles
================================================== */
@media print { 
  body { 
  background-color: #ffffff; 
  font-size: 10pt; 
  font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
  color:#000000; 
  padding:0; 
  margin: 0; 
  } 
}