/*
 */

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #212121;
}

body {
	font-size: 12px;
	line-height: 1.4em;
	font-family: "Courier New", monospace;
	font-weight: 400;
	background-color: #f9f7f3;
}	



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Courier New", monospace;
	color: black;
	font-weight: 700;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

h1 {
	font-size: 2.5em;
	margin: 33px 0;
}

h2 {
	font-size: 1.5em;
	margin: 25px 0;
}

h3 {
	font-size: 1.5em;
	margin: 22px 0;
}

h4 {
	font-size: 1.2em;
	margin: 25px 0;
}

h5 {
	font-size: 1em;
	margin: 30px 0;
}

h6 {
	font-size: 1em;
	margin: 20px 0;
}


p {
	margin: 3% 0 3% 0;
	font-size: 1.1em;	
	line-height: 1.5em;
}

/* Links */
a {
	color: #6F120E;
	text-decoration: none;
}

a:hover,
a:visited {
	color: #C32E1C;
	text-decoration: none;
}


ul {
	list-style-type: square;
	font-size: 1em;
	line-height: 1.3em;
}

li {
	margin-bottom: 3%;
}


/**
 * Homepage
 * ----------------------------------------------------------------------------
 */
 
 #txt {
	padding: 50px 0 0 0;
 }
 
 #txt img{
	 margin: 0 0 50px 0;
  }
  
 
 #logo {
	  margin: 120px 0 100px 0; 
	  padding: 15%;
  }
 
hr {
	margin: 7% 0%;
	border-top: 1px solid #000F;
	border-bottom: 0px solid #000F;
  }
 

.wp-block-separator {
	display: block;
	height: 2px;
	border: 0;
	border-top: 2px solid #000000 !important;
	border-bottom: none !important;
	margin: 5% 20%;
}




/**
 * Footer
 * ----------------------------------------------------------------------------
 */

 
#einmaleins {
   background-color: #000;
   padding: 5px 0 5px 0;
   color: white;
   margin-top: 30px;
 }
 
  
 #copyright p {
	color: white;
	font-size: 10px;	
   text-align: center;
	margin: 0;
	padding: 2px 0 0 0;
	text-transform: uppercase;
  }
 
 #einmaleins img{
   width: 20%;
   padding-top: 2px;
   float: right;
 }
 
 #einmaleins a{
 	color: white;
 }







	

/* MEDIA QUERIES */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For iPad portrait layouts only */


	
		
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For iPad landscape layouts only */

	

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {   
/* For iPhone portrait layouts only */ 



}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  /* For iPhone landscape layouts only */




}