/* Core Stuff */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 1rem;
    line-height: 1.7;
    color: #606d6e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454B4D;
}

a {
    color: #1F8CD6;
    text-decoration: none;
}

a:hover {
    color: #175E91;
}

pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #eee;
    margin: 0;
    padding: 0 2rem;
}

/* Utility Classes */
.wrapper {
    margin: 0 3rem;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* Content Styling */
.header .padding {
    padding: 1rem 0;
}

.header {
    background-color: #1F8DD6;
    color: #eee;
}

.header a {
    color: #fff;
}

.header .logo {
    font-size: 1.7rem;
    text-transform: uppercase;
}

.footer {
    background-color: #eee;
}

/* Menu Settings */
.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
}

.main-nav > ul > li > a {
    border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
    background-color: #175E91;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
    background-color: #fff;
    color: #175E91;
}

/* Dropdown CSS */
.main-nav ul li {position: relative;}

.main-nav ul li ul {
    position: absolute;
    background-color: #1F8DD6;
    min-width: 100%;
    text-align: left;
    z-index: 999;

    display: none;
}
.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
    display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}
.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children > a:after {
    content: '\f105';
}

body {
	margin:0;
	max-height: 100%;
	height: auto;
	background-color: #8ba482;
	background:url(../images/hg_lang.jpg);
	background-size:cover;
	background-position: top center}

h1 {
font-family: 'PT Sans', sans-serif;	
	font-size:2.rem;
	font-weight: 400;
	line-height: 0.5em;
	padding-left:0.765em;
	margin-top:0.6rem;
}
h2 {
font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	line-height:1.3em;
	color: #005220;
	font-size:0.9em;
	padding-left: 2em;
	text-transform: uppercase;
	margin-top:1.5em;
}
h3 {
font-family: 'PT Sans', sans-serif;	
	font-weight: 400;
	font-size:1.4em;
	padding-left:1.1em;
	margin-top:1.1em;
}
h4 {
font-family: 'PT Sans', sans-serif;	
	font-weight: 400;
	font-size:1.1em;
	color: #005220;
	text-align: center;
	line-height: 1.8em;
	padding-left: 1em;
}
img {
	max-width:100%;
	height:auto;
}

.container {
	margin:0 auto;
	height: auto;
	width:auto;
}
.container img {
	float: left;
	width:100%;
}

intro {
	width:100%;
	height: auto;
	padding:0;
	background:hsla(131,50%,43%,0.40);
	float:left;
}

.headertext {
	padding-top: 2em;
	float: left;
	color:white;
	height:100%;
}
.textfeld{
	width: 100%;
	color:hsla(0,0%,0%,1.00);
	background-color: hsla(0,0%,100%,0.40);
	float: left;
	overflow: hidden;
	padding-right: 2em;
	padding-top: 0.5em;
	margin-bottom: 1em;
	height:auto;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
}
.textfeld ul li{
	font-family: 'PT Sans', sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.textfeld a {
	color: #005220;
}

.textfeld p {
font-family: 'PT Sans', sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-left:2em;
	margin-right:1em;
	overflow: auto;
}
.textfeld_page{
	width: 100%;
	color:hsla(0,0%,0%,1.00);
	background-color: hsla(0,0%,100%,0.40);
	float: left;
	padding-left: 0;
	padding-right: 1em;
	padding:0;
	padding-top: 0.5em;
	margin-bottom: 1em;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
}
.textfeld_page p {
font-family: 'PT Sans', sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left:2em;
	margin-right:1em;
}
.miitig {
	text-align: center;
	color: #005220;
}
.zitat {
	font-family: 'PT Sans', sans-serif;
	font-size: 0.8em;
	font-style: italic;
}
center {
	font-family: 'PT Sans', sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-left:2em;
	margin-right:1em;
	overflow: auto;
}


/*  navi  */
.menu{
	width: 100%;
	background-color: hsla(132,18%,47%,0.60);
	float: left;
	margin:0;
	padding:0px 0px 25px 0px;
	height:auto;
}

.navi {
	padding-top: 3em;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size:0.8em;
}
.navi ul {
    list-style: none;
    text-align: left;
    text-decoration: none;
	padding-left:0;
	margin-bottom:0;
	margin-top:0;

}
.navi a {
	color: #FFFFFF;
	display: block;
	height: 2.6em;
    padding-left: 2em;
	padding-right: 1.3em;
    padding-top: 0.8em;
	padding-bottom: 0.8em;
	letter-spacing: 0.05rem;
    text-decoration: none;
}
.active a,
.navi a:hover,
.active a:focus {
  color: white;
  background: #005220;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}


/*  tabelle  */
.table{
	font-family: 'PT Sans', sans-serif;
	border:none;
	width: 100%;
	border-collapse:collapse;
	font-size: 0.9em;
	text-align: left;
	white-space: normal;
	line-height: 0em;
	margin-left: 1.0em;
	margin-bottom: 2em;
}
.table-row {
	display: block;
	margin-bottom: 10px; 
}
.table-cell {
	display: block;
	background:  hsla(132,18%,47%,0.10);
	border: 0px solid silver;
	padding: 12px;
}
.thead {
	font-weight: bold;
	line-height:0;
	color: #005220; 
}

.right{
	float:right
}

/*  footer  */
.footer {
	font-family: 'Lato',sans-serif;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom:1em;
}
.footer li {
	list-style-type:none;
	font-family: 'Lato', sans-serif;
	font-size:0.7rem;
}
.footer a {
    color: #005220;
    text-decoration: none;
    display: block;
    padding-top: 0.8em;
  	padding-left: 1.3em;
	padding-right: 1.3em;
    padding-bottom: 0.7em;
	margin-top:0;

}
.footer ul {	
	padding:0;
	margin:0;
}
.footer .active a, 
.footer a:hover {
    color: #ffffff;
	background:hsla(143,100%,16%,0.30);
}


@media screen and (min-width:350px) {
h1 {
	font-size:2.7rem;
	margin-top:1.2rem;
	line-height: 0.9rem;
	padding-left:0.5em;
}
h3{
	padding-left:1em;	
	}
}

@media screen and (min-width:470px) {	
.table-row {
	display: table-row;
	border: 2px solid hsla(0,0%,100%,0.30);
}
.table-cell {
	display: table-cell;
	padding: 15px;
	}
h4{
		font-size: 1.5em;
	}
.thead {
	line-height:1;
}
}


@media screen and (min-width:512px) {
.container img {
	width:45%;
}
.headertext{
		width: 50%;
	}
h1 {
	font-size:2rem;
	margin-top:1.2rem;
	padding-left:0.5em;
}
h3{
	padding-left:0.8em;	
	}
.textfeld {
		margin-bottom: 0em;
	}
.footer {
	height:3em;
}
.footer li {
	list-style-type:none;
	float:right;
	display:block;
}
.footer a{
	padding-left: 1em
	}
}

@media screen and (min-width:600px) {
h1 {
	font-size:2.4rem;
	margin-top:2.5rem;
	line-height: 0.2rem;
	padding-left:0.6em;
}
h3{
	padding-left:1em;	
	}
}

@media screen and (min-width:650px) {
.container img {
	width:40%;
}
.textfeld_page{
	width: 60%;
	height:1000px;
}
.menu {
   width: 40%; 
   height: 770px;
	}
.textfeld{
	width: 60%;
	height: 770px;
}
.table-cell{
	display: block;
	width:350px;
	}
.thead {
	line-height:0;
}
}

@media screen and (min-width:700px) {
h1 {
	font-size:2.9rem;
	line-height: 0.5em;
	padding-left:0.5em;
	margin-top:1.5rem;
}
h3 {
	padding-left: 1.2em;
	}
.menu {
   width: 40%; 
	}
}

@media screen and (min-width:750px) {

.textfeld{
	width: 60%;
	height:570px;
	overflow: auto;
}
.menu {
	height:570px;
	}
.headertext{
		margin-top:1.6em;
	}
h1 {
		margin-top:0rem;
	padding-top: 1.4rem;
	line-height: 0rem;
	}
h3 {
		line-height: 1.8rem;
	}
}



@media screen and (min-width:850px) {
.table-cell{
		display: table-cell;	
	}
.thead {
	line-height:1.5;
}
.textfeld{
	overflow: auto;
}
.menu_impressum {
   height: 1280px;
	}
h1 {
	font-size:3rem;
	margin-top: 0.8rem;
	}
h3 {
	line-height: 2rem;
	}
h2 {
	padding-left: 2em;
}
}

/* large */
@media screen and (min-width:1000px) {
intro {
	width:100%;
	height: 312px;
}
.container img {
	width:393px;
}
.headertext {
	padding-top: 2em;
	float: left;
	color:white;
	height:100%;
}
h1 {
	font-size:3rem;
	line-height: 0.1em;
	margin-top: 1.5rem;
}
h2 {
	margin-top:1.5em;
}
h3 {
	font-size:1.6em;
	margin-top:1.5em;
	padding-left: 1.6rem;
}
h4 {
		font-size:1.8em;

	}
.container {
	margin:0 auto;
	height: auto;
	width:1056px;
}
.menu{
	width: 393px;
	height:560px;
}
.textfeld{
	width: 637px;
	height:560px;
	overflow: auto;
}
.navi {
	padding-top: 3em;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size:0.8em;
}
.footer {
	margin-bottom: 0;
	margin-right: 1.6em;
	float:right;
	padding-right: 2em;
	width:1056px;
}
}

/*NEU 2023*/

#wrapper {
box-sizing: border-box;
	padding-top:30px;
	width: 100%;
	padding: 0px 0px 0px 5%;

}
.example-image-link img {
	display: block;
	
	height:120px!important;
	width:120px!important;
	object-fit: cover;
	float: none;
}
.one-third {
	width: 22%;
	height:165px;
	float: left;
	margin: 1%;
}
img:hover {
	opacity: .8;
}



@media screen and (max-width: 768px) {
	#wrapper{
	
		padding: 0px 0px 0px 15%;
	}
	.one-third {
		width: 25%;
		margin: 1%;
	}
}
@media screen and (max-width: 480px) {
	#wrapper{
		padding: 0px 0px 0px 18%;
	}
	.one-third {
		width: 25%;
		margin: 1%;
	}

	.example-image-link img {
		height:85px!important;
		width:85px!important;

}
}

.te{
	display:inline-block;
	float: none;
	width: 100%;
}

