/*Anweisungen für den Sticky-Footer*/
html, body {
   height: 100%;
}
.table-container {
  display: table;
  height: 100%;
  width: 100%;
}
.table-block {
  display: table-row;
  height: 1px;
}
.footer-push {
  height: auto;
}

/*Globale Anweisungen*/
body {
	font-family: 'PT Sans', sans-serif;
}

#smallLogoText {
	display: none;
}

div.gluekmaeschke {
  font-size: 2.6em;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

div.wpg {
  font-size: 1.6em;
  color: rgb(70, 167, 30);
  line-height: 1.25;
  letter-spacing: -.1rem;
  margin-bottom: 20px !important;
  margin-top: 10px; 
  margin-bottom: 10px
}

h1.pulltop, h1.pulltop-50 {
  margin-top: -80px;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0;
}

h1.pulltop50 {
  margin-top: -60px;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0;
}

h4.pulltop {
	margin-top: -60px;
	font-size: 2.5rem;
}
h2.fixHeight60, h6.fixHeight60 {
	font-size: 2.0rem;
	line-height: 1.2;
	display: block;
	vertical-align: text-top !important;
	margin-bottom: 10px;
	height: 60px;
  letter-spacing: 0;
}
h2.fixHeight40, h6.fixHeight40 {
	font-size: 2.0rem;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	height: 40px;
  letter-spacing: 0;
}
h2.fixHeight20, h6.fixHeight20 {
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
	height: 20px;
}
h6.messageHeader {
	font-size: 1.8rem;
	line-height: 1.2;
	color: rgb(70, 167, 30);
	padding-bottom: 0;
	margin-bottom: 6px;
	margin-top: 20px;
}

h1.toh6 {
  font-size: 2.0rem;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  height: 20px;
  letter-spacing: 0;
}

/*Anweisungen für DIV-Container*/
div.linebottom{
	border-bottom: 2px solid rgb(70, 167, 30);	
	padding-bottom: 20px
}
div.rowmargintop20 {
	margin-top: 20px;
}
div.rowmargintop30 {
	margin-top: 30px;	
	padding-bottom: 0; 
}
div.fullwidthmargin {
	margin-top: 10px;
	margin-bottom: 26px;
}
div.header {
	height: 230px;
}
div.footer {
	background-color: rgb(51, 51, 51);
	color: rgb(191, 191, 191);
	margin-top: 20px;
	height: 60px;
	width: 100%;
}
span.footerText {
	margin-right: 14px;
}
div.footer a {
	color: rgb(191, 191, 191);
}
div.footer a:hover {
	color: rgb(70, 167, 30);
}
div.footerInnerContainer{
	text-align: center; 
	padding-top: 20px;
}
div.pulltop {
	margin-top: -80px;
	font-size: 2.5rem;
}

/* Anweisungen für Paragraphs */
p.paragraphmarginbottom10 {
	margin-bottom: 10px;
}
p.paragraphmarginbottom20 {
	margin-bottom: 20px;
}

/* Formatierung für die Aktuell-Seite */
h6.aktuellh6 {
	font-size: 2rem;
	margin-bottom: 0;
}
div.aktuellmessage{
	border: 1px solid rgb(230, 230, 230);
	padding: 6px;
	margin-bottom: 20px;
}
p.subtitle {
	margin-top: -20px; 
	margin-bottom: 20px;
}
p.smalltext, div.smalltext {
	font-size: 1.2rem;
}
p.verysmalltext, div.verysmalltext {
	font-size: 1rem;
	margin-bottom: 20px;
}
p#mailhaed {
	margin-bottom: 84px;
}

/*Farben und Linien*/
hr.greenLine {
	border: solid rgb(70, 167, 30) 1px;
	margin-top: 0;
	margin-bottom: 20px;
}
hr.glueckmaeschke {
	display: none;
}
.green {
	color: rgba(70, 167, 30, 1);
}
.red {
	color: maroon;
}

/* Bilder und Hilfsklassen für Bilder */
a.toggleImage {
	display: none;
}
#logo{
	margin-left: -86px;
	margin-top: -14px;
	float: left;
	width: 64px;
}

img.resImg100 {
	max-width: 100%;
	height: auto;
}
img.resImg75 {
	max-width: 75%;
	height: auto;
}
img.resImg50 {
	max-width: 50%;
	height: auto;
}
img.message {
	display: block;
	margin: 10px auto;	
	width: 50%;
	height: auto;
}

/* Input-Elemente des Formulars und überschriebene Button-Klasse */
input.form {
	background-color: #f1f2f3;
	border: 0; 
	color: #777d88;
	height: 30px;
	margin-bottom: 6px;
}

textarea {
	background-color: #f1f2f3; 
	color: #777d88;
	min-height: 100px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
 	border-radius: 0; /*4px*/
  border: 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

/* Listen */
ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Media-Queries zur Anpassung des Layouts */

@media (max-width: 1160px) {
  h1.pulltop50 {
    margin-top: -100px !important;
    font-size: 2.5rem;
  }
  h1.pulltop-50 {
    margin-top: -120px !important;
  }
}

@media (max-width: 1120px) {
	h4.pulltop {
  	margin-top: -100px !important;
  	font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
  h2.fixHeight60, h6.fixHeight60 {
  	height: 80px;
  	font-size: 2rem !important;
  }
}

@media (max-width: 960px) {
  div.innerFooterContainer{
		width: 80%;
	}
}

@media (max-width: 840px) {
  h1.pulltop-50 {
    margin-top: -140px !important;
  }
  #logocontainer{
	  clear: both;
	}
  #languagemenu {
  	clear: both;
  	margin-top: 0;
	}
  #languagemenu-top {
  	clear: both;
  	margin-top: 0;
	}
  #logo {
  	float: right;
  }
}

@media (max-width: 800px) {
  #languagemenu-top {
		display: inline;
	}
	#languagemenu-bottom {
		display: none;
		padding: 0;
		float: right;
		margin-top: -40px;
	}
}

@media (max-width: 700px) {
	#smallLogoText {
		display: block;
	}
	#wideLogoText {
		display: none;
	}
  div.pulltop {
    margin-top: -120px !important;
  }
  h1.pulltop {
		margin-top: -120px !important;
  }
}

@media (max-width: 600px) {
	#smallLogoText {
		display: block;
	}
	#wideLogoText {
		display: none;
	}
	div.pulltop {
		margin-top: 10px !important;
	}
	h4.pulltop, h1.pulltop, h1.pulltop50, h1.pulltop-50 {
    margin-top: 10px !important;
  }
}

@media (max-width: 550px) {
	#smallLogoText {
		display: block;
	}
	#wideLogoText {
		display: none;
	}
  h2.fixHeight60, h6.fixHeight60 {
  	font-size: 2rem !important;
  	margin-top: 20px;
  	height: 100%;
  }
  h2.fixHeight40, h6.fixHeight40 {
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
	height: 100%;
  }
  .toggleRow {
  	display: none;
  }
  a.toggleImage {
  	display: inline !important;
  }
  hr.glueckmaeschke {
  	display: block;
  	padding-top: 20px;
  	border-top: 1px solid rgba(70, 167, 30, 1);
  }
  p#mailhaed {
  	margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
	#smallLogoText {
		display: block;
	}
	#wideLogoText {
		display: none;
	}
  .table-container {
	  display: inline;
	}
	.table-block {
	  display: inline;
	  height: auto;
	}
}

@media (max-width: 380px) {
	#smallLogoText {
		display: block;
	}
	#wideLogoText {
		display: none;
	}
  #logo {
  	display: none;
  }
  div.footerInnerContainer{
		padding-top: 10px;
	}
}

