html {
  /*height: 101%;*/
  /*font-family: "Source Sans Pro", sans-serif;*/
  /*font-family: "Avenir Next", "Helvetica-Neue", "Helvetica", "Geneva", sans-serif;*/
  /*-webkit-text-size-adjust: 100%;*/
  /*-ms-text-size-adjust: 100%;*/
}
body {
  /*margin: 0 ;
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 0;
  max-width: 50em;
  background: #fff;
  color: #222;
  box-sizing: border-box;*/
  font-size: 25px;
}


h1 {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em;
}
h2 {
  font-size: 1.48rem;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em;
  color: red;
}
h2 {
	font-size: 1.48rem;
}
h3 {
	font-size: 1.5rem;
}

a {
	/*color: #e67b49;*/
	/*font-size: 35px;*/
	/*font-style: "Bold";*/
	font-weight: 500;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
a:hover {
	color: #ff733e;
	text-shadow: 0px 0px 5px ##8c8c8c;
}
a:visited {
	color: #FF9044;
}
a:link {
	color: red;
	/*font-size: 30px;*/
}
/* Subpages Header
-------------------------------------------------- */
h3 a:link {
	font-size: 1.5rem;
	font-weight: 400;
	/*padding-bottom: 40px;*/
}

/* Read More link
-------------------------------------------------- */
li p a:link {
	clear: both;
	display: block;
	font-weight: 400;
	font-size: 1rem;
	margin-top: 15px;
}

hr {
    border: 0;
    height: 2px;
    background: #ff9b0b;
    background-image: -webkit-linear-gradient(left, #ff0e35, #ff9b0b, #ff0e35);
    background-image:    -moz-linear-gradient(left, #ff0e35, #ff9b0b, #ff0e35);
    background-image:     -ms-linear-gradient(left, #ff0e35, #ff9b0b, #ff0e35);
    background-image:      -o-linear-gradient(left, #ff0e35, #ff9b0b, #ff0e35);
}



img {
  display: block;
  max-width: 100%;
}
header .page {
  width: 100% !important;
  margin-left: 10%;
  /*margin: 0 auto;*/
  padding-left: 30px;
}
.page .logo {
  display: inline;
  margin-bottom: 0.5em;
  color: #A7A5A5;
  font-weight: 400;
  font-size: 1.2rem;
  border-bottom: none;
/*padding-left: 30px;
*/}
.page .logo:hover {
  color: #cccccc;
  text-shadow: 1px 1px 7px red;
}
.logo img {
  width: 2em;
}
.text h1 {
	
}
/* Main
-------------------------------------------------- */
.main {
	/*margin-left: 10%;*/
	width: 90%;
	margin: 0 auto;
	clear: both;

  	/*padding-bottom: 35em;*/
  	/*border-bottom: 2px solid red;*/
	/*border: solid red;*/
}

.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: 1.5em;
  font-size: 1rem;
}
.main strong {
	font-weight: bold;/*600;*/
}
.main italic {
	font-style: italic;
}

/* Teaser
-------------------------------------------------- */
.teaser {
  list-style: none;
}
.teaser li {
    padding: 1em;
  margin-bottom: 20px;
  list-style: none;
  -webkit-box-shadow: 8px 8px 33px 1px rgba(255,60,0,0.37);
    -moz-box-shadow: 8px 8px 33px 1px rgba(255,60,0,0.37);
    box-shadow: 8px 8px 33px 1px rgba(255,60,0,0.37);
    /*http://www.cssmatic.com/box-shadow*/


    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    /*http://border-radius.com*/

    -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;

          float: left;
    width: 30%;
    margin-left: 5%;
}
.teaser li:first-child {
    margin-left: 0;
  }
  .teaser li:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
@media screen and (max-width : 565px) {
  body {
    font-size: 20px;
  }
  .teaser li {
    width: 90%;
    margin-left: 0;
  }
  
}


footer {
  /*text-align: center;
  width: 100%;
  bottom: 0px;*/
  position: fixed;
  background-color: white !important;
}