

/* didact-gothic-regular - latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/didact-gothic-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/didact-gothic-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/didact-gothic-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/didact-gothic-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/didact-gothic-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/didact-gothic-v19-latin-regular.svg#DidactGothic') format('svg'); /* Legacy iOS */
}

:root 
{
  --headerHintergrund: #003366;
  --mainHintergrund1: #49b8ef; /*#66ccff;*/
  --mainHintergrund2: #0066cc;
  --footerHintergrund: #003366;
  --TextFarbe: #FFFFFF;
  --Schatten: 3px 3px 3px rgba(0,0,0,0.3);
  --Schriftart: 'Didact Gothic', sans-serif;
  --Akzent: #c32e04;
  --linkfarbe: #09c;
  --button2: #FFBA00;
  --button2Hover:  rgb(255, 196, 0);
}

* 
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 
html
{
		height: 100%;
}

body {
     background-color: var(--footerHintergrund);
     height: 100%;
}

div, span, p   
{ 
      font-family: var(--Schriftart);
      color: #FFFFFF;
      line-height: 150%;
} 

a 
{
    color: #FFBA00;
    font-weight: bolder;
}

a:hover{
    text-decoration: underline;
}

h1 
{
	padding-top: 10px;
	padding-bottom: 6px;
	color: #FFFFFF;
}

h2 
{
	padding-top: 16px;
	padding-bottom: 6px;
	font-size: 1.1em;
}

h3
{
	padding-top: 16px;
	padding-bottom: 6px;
	font-size: 1.1em;
}
.container 
{
  align-content: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  
  background-color: var(--footerHintergrund);
  background: linear-gradient( var(--mainHintergrund1), var(--mainHintergrund2));
  filter: none;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  font-family: var(--Schriftart);
  text-align: center;	
}

.container > * {
  flex: 1 100%;
}

.header /* Navigationsleiste */
{
  background: var(--headerHintergrund);
  height: 30px;
  align-self: baseline;
}

.footer /* Fußzeile */
{
  background: var(--footerHintergrund);
  min-height: 50px;
  text-align: center;
}

.main {
  width: 600px;
  min-height: 600px;
  text-align: left;
}

.Side1 
{
    align-self: baseline;
}

.Side2 
{
    align-self: baseline;
}

@media all and (min-width: 600px) 
{
  .aside 
  { 
      flex: 1 auto; 
  }
}

@media all and (min-width: 800px) 
{
  .main    
  { 
      flex: 4;
      min-width: 500px; 
      max-width: 790px;
      order: 2;
  }
  .Side1 
  { 
      order: 3;
      flex: 1; 
  } 

  .Side2 
  { 
      order: 1; 
      flex: 1; 
  }
  
  .footer  { order: 4; }
}       

.TextFeld /* Eingabefeld Lernwort */
{
    font-family: var(--Schriftart);
    font-size: 1em;
    color: var(--headerHintergrund);
	background-color: #EEEEEE;
	padding: 5px 5px;
	margin-bottom: 10px;
	width: 170px;
	border: 1px solid var(--headerHintergrund);
	border-radius: 3px;
	box-shadow: var(--Schatten);
	margin-top: 10px;	
	height: 50px;
}

.TextFeld:focus 
{
  outline: none;
  background-color: #FFFFFF;
}

.TextFeldRegister
{
	width: 300px;
	height: 35px;
  	border: 1px solid var(--headerHintergrund);
  	border-radius: 3px;
  	padding: 5px 5px;
    font-size: 1em;
    background-color: #EEEEEE;  
}

.TextFeldRegister:focus 
{
  outline: none;
  background-color: #FFFFFF;
}    
        
.TextFeldKorrektur {
    font-family: var(--Schriftart);
    font-size: 20px;
}

.Satz {
    font-family: var(--Schriftart);
    font-size: 1.5em;
    color:  var(--TextFarbe);
}

.SendenKnopf {
    font-family: var(--Schriftart);
    width: 25px;
}

.LernwortVorgabe
{
    color: var(--Akzent);
}

.Schaltflaeche
{
    size: 20px;
}

.Error
{
    color: #003366;
}

.ErrorH1
{ 
    color: var(--footerHintergrund);
}

.ErrorText
{
    color: var(--footerHintergrund);
}

.Verbesserung
{
  background: #e7f9ff; 
  position: relative;
  top: 5px;
  padding: 3px;
  -webkit-border-radius:10px; 
  -moz-border-radius:10px; 
  border-radius:5px;
}

.FalschesWort
{
  color: var(--Akzent); 
  background: #e7f9ff; 
  -webkit-border-radius:10px; 
  -moz-border-radius:10px; 
  border-radius:5px;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; 
}

.bericht td, tr, a
{
	color: #003366;
}

.BerichtTR
{
    background-color: #bfefff; 
}

.BerichtTR:hover, .BerichtTR:nth-child(even):hover 
{ 
    background-color: #69b9d3; 
}

.BerichtTR:nth-child(even) /* tr */
{
    background-color: #a4e7ff; 
    color: #000; 
}

.AccentNomen
{
    color: #0000FF;
}

.Accent1
{
    color: var(--Akzent);
    font-weight: bolder;
}

.Accent2
{
    color: var(--footerFarbe);
    font-weight: bolder;
}

.ClipClapHeader
{
    color: #ffffff;
    font-weight: bolder;
    margin-bottom: 6px;
    font-size: 1.2em;
}
.ClipClapText
{
    color: #ffffff;
    margin-bottom: 25px;
    max-width: 500px;
}

.ClipClapImage
{
    position: relative;
    left: 500px;
    top: - 200px;
}
.BildMitRahmen
{
    border: 1px solid #ffffff;
    box-shadow: var(--Schatten);
    margin-bottom: 40px;
    margin-left: 50px; 
}

#seite {
    position: relative;
    min-height: 100%;
    width: 550px;
    margin: 0 auto;
    background-color: silver;
}
 
.content {
	background-image: linear-gradient( var(--mainHintergrund1), var(--mainHintergrund2));
    padding-bottom: 2em;
}

.buttonRegister
{
	display:inline-block;
    text-decoration:none;
    position: relative;
	border-radius:50%;
    background-color:  var(--button2);
    padding-top: 35px;
    width: 150px;
    height: 150px;
    border: 10px solid #FFFFFF;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
    font-weight:bold;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}
.buttonRegister:hover
{
	background-color: var(--button2Hover);
}

#headerBild /* Bildstreifen Header */
{
    background:url(img/Header-Landingpage-v1_150.jpg) repeat-x;
}  

.headerLink
{
    color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

.headerLink:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.footerLink
{
    color: #cccccc;
    text-decoration: none;
}

.footerLink:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.Link
{
    color: var(--button2);
    text-decoration: none;
}

.Link:hover
{
    color: var(--button2Hover);
    text-decoration: underline;
}

/* Style buttons */
.btn {
    background-color: #2196F3; /* Blue background */
    border: 1px solid #FFFFFF;
	border-radius: 10px;
    color: #FFFFFF; /* White text */
    padding: 3px 3px; /* Some padding */
    font-size: 40px; /* Set a font size */
    width: 55px;
    height: 55px;
    cursor: pointer; /* Mouse pointer on hover */
    box-shadow: var(--Schatten);
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: #0066CC;
}

.btnWrapper
{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.btn.los
{
	background-color: var(--button2);
}

.btn.los:hover
{
	background-color: var(--button2Hover);
}

.btn.Sterneland
{
	width: 600px;
	font-size: 25px;
	text-align: left;
	margin-bottom: 50px;
	display: block;
	min-width: 600px;
	max-width: 600px;
	flex: 100;
}

.SternelandBox
{
	display: flex;
	width: 600px;
  	align-items: center;
}

.SternelandBox img
{	
	position: relative;
	flex: 0 100;
	
}


/* ============================================================================================================================
== BUBBLE WITH AN ISOCELES TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-isosceles {
  position:relative;
  font-size: 1.1em;
  padding:10px;
    /* margin:1em 0 3em;*/
  color:#000;
  background: #bfefff;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  margin-bottom: 5px;
  box-shadow: var(--Schatten);
}

.triangle-isosceles.left {
  margin-left:50px;
  background: #bfefff;
}

.triangle-isosceles.left2 {
  margin-left:50px;
  background: #bfefff;
}

.triangle-isosceles.leftH1 {
  margin-left:50px;
  background: #6cf8dc;
}

/* creates triangle */
.triangle-isosceles:after {
  content:"";
  position:absolute;
  bottom:-60px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:30px 30px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#f3961c transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : left
------------------------------------------ */

.triangle-isosceles.left:after {
  top:60px; /* controls vertical position */
  left:-50px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:10px 50px 10px 0;
  border-color:transparent #bfefff;
}

.triangle-isosceles.left2:after {
  top:15px; /* controls vertical position */
  left:-50px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:10px 50px 10px 0;
  border-color:transparent #bfefff;
}

.triangle-isosceles.leftH1:after {
  top:15px; /* controls vertical position */
  left:-50px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:10px 50px 10px 0;
  border-color:transparent #bfefff;
}


/* Login-Panel */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  background: rgba(darken(#2196F3,40%), 0.85);
}

.login 
{
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

.login input 
{
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #ccc;
} 

.login input:focus 
{
  outline: none;
  color: #444;
}

.login button 
{
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  color: #fff;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0px solid rgba(0,0,0,0.1);
    border-radius: 0 0 2px 2px;
}
