/* Font definitions */

@font-face {
   font-family: DINRundschriftEng;
   src: url(/fonts/DIN_Rundschrift/DINRundschriftEng.otf) format("opentype");
}

@font-face {
   font-family: DINRundschriftBreit;
   src: url(/fonts/DIN_Rundschrift/DINRundschriftBreit.otf) format("opentype");
}


@font-face {
   font-family: DINMittelschriftAlt;
   src: url(/fonts/DIN_Mittelschrift_Alt/DIN_1451_Mittelschrift_Alt.otf) format("opentype");
}



* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.main {
  float: left;
  padding: 15px;
}

.menu  {
  float: left;
  padding: 15px;
}

.right {
  float: left;
  padding: 15px;
}

[class*="main2-"] {
  float: left;
  padding: 15px;
}



html {
  font-family: DINMittelschriftAlt, "Lucida Sans", sans-serif;
  background-color: #FFFF99;
  font-size: 1.2em;
  line-height: 1.2em;
}

.HeadingAsText {
 font-weight: bold;
}

.header {
  background-color: #FFEB3B;
  color: #d32f2f;
  padding: 15px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu a {
	color: #d32f2f;
	text-decoration: none;
 display: block;
 width: 100%;
 height: 100%;
	}



.menu li {
  padding: 8px;
  margin-bottom: 7px;
  color: #d32f2f;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menuFirstSub {
    margin-top: 12px;
}


.menu li li {
  padding-top: 1px;
  padding: 8px;
  margin-bottom: 7px;
  background-color: #CCCCCC;
  color: #d32f2f;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #dbca33;
}

.menu li li:hover {
  background-color: #ffca33;
}

.ListEntry0_Open {
 background-color: #D8E7DD;
}

.ListEntry0_Closed {
  background-color: #B2CFBC;
}


h1 {
  font-family: DINRundschriftEng;
  line-height: 1em;
  clear: both;
  color: #d32f2f;
  margin-top: 6px;
}

h2 {
  font-family: DINRundschriftEng;
  line-height: 1em;
  clear: both;
  color: #d32f2f;
  margin-top: 6px;
}

h3 {
  font-family: DINRundschriftEng;
  line-height: 0.8em;
  clear: both;
  color: #d32f2f;
  margin-top: 6px;
}

.main b {
background-color: #BBBB00;
}

.main h3 {
  font-family: DINRundschriftEng;
  line-height: 1em;
  color: #d32f2f;
  margin-top: 6px;
}

.main table th {
	text-decoration: underline red;
	background-color: #FFEB3B;
}

.main table tr td {
  vertical-align: top;
  text-align: left;
}


.floatImageRight {
  float: right;
  margin: 10px;
}



.aside {
  background-color: #FFEB3B;
  padding: 15px;
  color: #d32f2f;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  /*background-color: #FFEB3B;*/
  color: #757575;
  /*text-align: center;*/
  font-size: 12px;
  /*padding: 15px;*/
}

/* For mobile phones: */
.main {
  width: 100%;
}

.menu {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .HeadingAsText {display:none;}

  .floatImageRight {
    clear: both;
    max-width: 100%;
  }

}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .menu-s {width: 25%;}
  .main3col-s {width: 75%;}
  .main2col-s {width: 75%;}
  .right3col-s {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .right3col {width: 25%;}
  .menu-l {width: 25%;}
  .main3col {width: 50%;}
  .main2col {width: 75%;}
}


/*Form*/
.errors {
  color: #FF0000;
  font-weight: bold;
}

.fotoEntry {
  float: left;
  width: 300px;
  border-top: 1px solid black;
}

.fotoEntryDescription div {
  display: block;
  min-height: 60px;
}

.formularkontakt {
  width: 100%;
}

.formularkontaktText {
  width: 100%;
}

.formularkontaktTextarea {
  width: 100%;
}


/* PAGE SPECIFIC ITEMS*/

.unserFlugplatzImage1 {
  
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  .unserFlugplatzImage1 {
    width: 100%;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 600px) {
   .unserFlugplatzImage1 {
    width: 400px;
  }
 
}

@media only screen and (min-width: 768px) {
  .unserFlugplatzImage1 {
    width: 50%;
  }
  
}

.articleFooter {
  font-size: 0.9em;
  color: #999;
  text-align: right;
}
