/*
Theme Name:   L4021
Description:  Description: This is your custom style sheet 
        for your child themes mobile CSS code.
Author:       HJM
Author URL:   Trage hier die Blog- oder Website-URL des Autors ein
Template:     twentytwentyone
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  L4021
*/

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px) 
 { 
	  
	 #masthead{width:100%!important;margin:0;height:20px;left:15px; top:10px;right:0;padding-right:0!important;}
	.custom-logo{display:none!important;}
	 
	#primary {
    padding-right: 0px;
		width:100%!important;
}
	 
	 .primary-navigation{display:block;}
h1{font-size:1em!important;width:75%;}
	 h2{font-size:0.1em!important;}

	 p1{font-size:14px;}
	 
	 #page {padding:0px;}

	 
	 
	#sidebar {
   display:none!important;
}

	 
	 #content-wrapper > #content {
    width: 100%!important;
	padding-top:80px;
		 	margin-left:0px!important;

}
	 
	 

	 
	  
button{
    border:none;
}	  
	  
	 .laufzeit {
    margin-bottom: 20px !important;
    padding: 0;
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 10px !important;
}


	 h2{font-size:1.1em!important; line-height: 1.1em!important;}

	 
	 

	 /* Content */



.column {
  float: left;
  width: 100%;
  padding: 0px;
}

.column-0 {
  float: left;
  width: 100%;
  padding: 0px;
}

.column-10 {
  float: left;
  width: 100%;
	padding:0;
  padding-top: 10px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
 padding:10px;
	border:2px solid black;
	background-color:white;
}

	 
	 
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 

}



}





