/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; 
  
  }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  /* list-style: none; */ }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #505050;
  /* font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 16px; */
  line-height: 1.8; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #111; }

a:hover {
  color: #3cb5f9; }

/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #fff;
  padding-top: 150px; }

.container {
  width: 90%;
  margin: 0 auto;
  padding: 0 30px; 
  }

section {
  /* padding: 40px 0; */ }
  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #3cb5f9;
    color: white; }

/* =Info Bar
-------------------------------------------------------------- */
#info-bar {
  background-color: #3cb5f9; }
  #info-bar a {
    color: white;
    font-size: 14px;
    
    display: inline-block;
    margin: 0;
    padding: 10px; }
    #info-bar a:hover {
      background-color: #0793e2; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    display: block;
    width: 50%; }
  #info-bar span.all-tutorials {
    float: left;
    text-align: left; }
  #info-bar span.back-to-tutorial {
    float: right;
    text-align: right; }

/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  /* background-color: #fff; */
  /* opacity: 0.5; */
  /* background: rgba(255, 255, 255, 0.8); */
  background: rgba(210, 209, 205, 0.8);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  }
 

 
 header h1#logo {
	margin-top: 10px; 	
	display: flex; 
	justify-content: flex-end; 
	align-items: flex-end;     
	align:	left;
    height: 150px;
	width: 220px;
    float: left;
	background-image: url("./images/leguino_01.png");
	background-size: 216px 111px;
	padding:10px;
	padding-bottom:23px;
    background-repeat: no-repeat;
	color: #fff; font-family: 'Open Sans', sans-serif;  font-size: 13px;  font-weight: 600; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
	
	}
 
header nav {
    display: inline-block;
	float: right; 
	/*  font-family: 'Miss Fajardose', cursive; zu schnoerkelig  */
	 font-family: 'Princess Sofia', cursive; 
	/* font-family: 'Homemade Apple', cursive;    doofes g */
	
	font-size: 18px;
	}
	
header nav a {
      line-height: 150px;
      margin-left: 20px;
      color: #111;
      font-weight: 700;
      font-size: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;   
	  }
	  
header nav a:hover {
        color: #fff; }
		
header.smaller {
    height: 75px; }
	
header.smaller h1#logo {
	margin-top: 2px; 	
	display: flex; 
	justify-content: flex-end; 
	align-items: flex-end;     
	align:	left;
	width: 110px;
    height: 70px;
    float: left;
	background-image: url("./images/leguino_01.png");
	background-size: 110px 57px;
	padding:4px;
    background-repeat: no-repeat;
	color: #111; font-family: 'Open Sans', sans-serif;  font-size: 6px;  font-weight: 600; 
	 }
	  
header.smaller nav a {   line-height: 75px; }
   
.footerlogo {
	margin-right: 10px;
	justify-content: center;
	text-align: center;
	width: 44px;
    height: 46px;
    float: left;
	background-image: url("./images/logofooter_01.png");
	background-size: 44px 46px;
	line-height: 2;
} 



 
@media all and (max-width: 660px) {
	.tplge_notesin{font-size: 10px; width: 375px;}  
	.footerlogo {width: 32px; height: 16px; background-size: 32px 16px;  margin-right: 6px; }
	.footerlogo {visibility: hidden__; }	
}
   
   
   
/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 960px) {
  /* =Header
  -------------------------------------------------------------- */
	header h1#logo {
	margin-top: 2px; 	
	display: flex; 
	justify-content: flex-end; 
	align-items: flex-end;     
	align:	left;
	width: 110px;
    height: 70px;
    float: left;
	background-image: url("./images/leguino_01.png");
	background-size: 110px 57px;
	padding:4px;
    background-repeat: no-repeat;
	color: #fff; font-family: 'Open Sans', sans-serif;  font-size: 6px;  font-weight: 600; 
	}  

	section {padding: 10px 0;  }
	#main {padding-top: 95px; }

	header { height: 75px;}

	header nav {
	padding-top: 20px;
    display: block;
    float: none;
    height: 20px;
    text-align: right;
    margin: 0 auto;  
	line-height: 20px;
     margin-left: 20px;
     color: #fff;
     font-weight: 700;
     font-size: 10px;
	}
    
	header nav a {
	margin-top: 4px;
      line-height: 20px;
      margin: 0 6px; 
	  font-size: 14px;
	  text-align: right;
	  }
	  
	header.smaller {}
	
	header.smaller h1#logo { } 
	
	header.smaller nav {  height: 20px;   }
     
	header.smaller nav a {  line-height: 20px; }
	
	.container {
		padding-right: 5px;
		padding-left: 5px;
		margin-right: 5px;
		margin-left: 5px;
	}
}




@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
	header h1#logo {
		margin-top: 2px; 	
		display: flex; 
		justify-content: flex-end; 
		align-items: flex-end;     
		align:	left;
		width: 110px;
		height: 70px;
		float: left;
		background-image: url("./images/leguino_01.png");
		background-size: 110px 57px;
		padding:4px;
		background-repeat: no-repeat;
		color: #fff; font-family: 'Open Sans', sans-serif;  font-size: 6px;  font-weight: 600; 
	} 

	header {
	height: 75px;
	}

	header nav {
		display: block;
		float: none;
		height: 20px;
		text-align: right;
		margin: 0 auto;  
		line-height: 20px;
		margin-left: 20px;
		color: #fff;
		font-weight: 700;
		font-size: 10px;
		}
		
	header nav a {
		padding-top: 20px;
		margin-top: 4px;
		line-height: 20px;
		margin: 0 6px; 
		font-size: 14px;
		text-align: right;
		  }
		  
	header.smaller {}
		
	header.smaller h1#logo {} 
		
	header.smaller nav { height: 20px; }
		 
	header.smaller nav a {  line-height: 20px; }
			
	/* div._topfancy  {font-family: 'Inconsolata', monospace; color: #f00; font-size: 50px; line-height: 0.9em; font-weight: 700;   margin: 12px 0 26px 0; text-align: center; max-width: 100%; }

	div._h1fancy {font-family: 'Inconsolata', monospace; color: #f00; font-size: 50px; line-height: 0.9em; font-weight: 700;  margin: 12px 0 26px 0; text-align: center; max-width: 100%x; } */
	/* div._h1fancy {font-family: 'Inconsolata', monospace; color: #f00; font-size: 56px;  font-weight: 700;  margin: 2px 0 2px 0; text-transform: uppercase; margin: 56px 0 8px 0;}	*/	
	
	.container {
		padding-right: 5px;
		padding-left: 5px;
		margin-right: 5px;
		margin-left: 5px;
	}	
	.tplge_contentsContainer {max-width: 100%; /* border: 1px red dotted; */ text-align: left; padding: 0; margin: 0 auto;}
	.tplge_contentin {padding: 6px 18px 20px 18px; margin: 0;}	
	.tplge_content {width: 100%; float: right; padding: 0; margin: 0;}
}	


@media all and (max-width: 610px) {
 
header {}	

header nav {
	padding-top: 20px;
    /* width: 380px; */
	width: 344px;
	display: block;
    float: none; 
    height: 20px;
    text-align: right;
    margin: 0 auto;  
	line-height: 20px;
    margin-left: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 10px;	
	}	
	
	#info-bar a { display: block; }
	#info-bar span.all-tutorials, #info-bar span.back-to-tutorial { width: 100%; }
	#info-bar span.all-tutorials, #info-bar span.back-to-tutorial { float: none; text-align: center; }
	#info-bar span.all-tutorials { border-bottom: solid 1px #0793e2; } 
	
	#content { max-width: 96%; /*  border: 1px orange solid; */ margin: 0 0 0 0 ; }
	section { max-width: 96%; /* border: 1px black dotted;  */  padding: 0px; }
	.container { max-width: 350px; /* border: 1px lightgreen dotted; */ 
		padding-right: 1px;
		padding-left: 1px;
		margin-right: 6px;
		margin-left: 4px;
	/* border: 1px green dotted;*/
	}	
	
	.tplge_contentsContainer {max-width: 360px;  /* border: 1px red dotted; */  text-align: left; padding: 0; margin: 0 auto;}
	.tplge_contentin {padding: 6px 18px 20px 18px; margin: 0;}	
	.tplge_content {width: 520px; float: right; padding: 0; margin: 0;}
	
}

/* iphones  ########################################################## */
/* iPhone 6 in portrait & landscape */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
/* STYLES GO HERE */


}

/* iPhone 6 in landscape */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
/* STYLES GO HERE */

}

/* iPhone 6 in portrait */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
/* STYLES GO HERE */ 
	.tplge_contentsContainer {max-width: 366px; /* brder: 1px red dotted; */ text-align: left; padding: 0; margin: 0 auto;}
	.tplge_contentin {padding: 6px 3px 20px 6px; margin: 0;}	
	.tplge_content {width: 366px; float: right; padding: 0; margin: 0;}
		.container { max-width: 366px; /* border: 1px lightgreen dotted; */ 
		padding-right: 1px;
		padding-left: 1px;
		margin-right: 6px;
		margin-left: 2px;
		}
	div.kickgreyboxinner {
		height: 354px;
	}
	
	div.kickgreyboxouter {
		height: 370px;
		width: 420px;
		/* border: 1px red dotted; */
	}
	
	div.kickpadding {
	height: 300px;
	}
	img.kickbanner_pic {padding: 0px; margin: 0px; 
	width: 75%;
	height: 75%;
	}
	img.fullsize_pic {padding: 0px; margin: 0px; 
	width: 100%;
	height: 100%;
	}
	.tplge_notesin{font-size: 10px; width: 380px;}  	
}

/* iPhone 6 Plus Media Queries */ 
/* iPhone 6 Plus in portrait & landscape */

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
/* STYLES GO HERE */

}

/* iPhone 6 Plus in landscape */

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
 /* STYLES GO HERE */
 .tplge_contentsContainer {max-width: 370px; /* border: 1px green dotted; */ text-align: left; padding: 0; margin: 0 auto;}
	.tplge_contentin {padding: 6px 4px 20px 4px; margin: 0;}	
	.tplge_content {width: 410px; float: right; padding: 0; margin: 0;}
		.container { max-width: 400px; /* border: 1px lightgreen dotted; */ 
		padding-right: 1px;
		padding-left: 1px;
		margin-right: 6px;
		margin-left: 4px;
		}
	div.kickgreyboxinner {
		height: 354px;
	}
	
	div.kickgreyboxouter {
		height: 370px;
		width: 420px;
		/* border: 1px red dotted; */
	}
	
	div.kickpadding {
	height: 300px;
	}
	img.kickbanner_pic {padding: 0px; margin: 0px; 
	width: 75%;
	height: 75%;
	}
	img.fullsize_pic {padding: 0px; margin: 0px; 
	width: 100%;
	height: 100%;
	}
	.tplge_notesin{font-size: 10px; width: 420px;}  
 }

/* iPhone 6 Plus in portrait */

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) {
/* STYLES GO HERE */ 

}

/* iPhone 5 & 5S Media Queries */
/* iPhone 5 & 5S in portrait & landscape */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
 /* STYLES GO HERE */
 
}

/* iPhone 5 & 5S in landscape */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
/* STYLES GO HERE */

}

/* iPhone 5 & 5S in portrait */ 

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
/* STYLES GO HERE */ 

}
	
	