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

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-v19-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('fonts/roboto-v19-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v19-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v19-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v19-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v19-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: bold;
  font-weight: 900;
  src: url('../fonts/roboto-v19-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('fonts/roboto-v19-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v19-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v19-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v19-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v19-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* inter-tight-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/inter-tight-v3-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
 url('fonts/inter-tight-v3-latin-300.ttf') format('truetype'); 
}

/* inter-tight-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-tight-v3-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  url('fonts/inter-tight-v3-latin-regular.ttf') format('truetype'); 
}
}

/* inter-tight-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: bold;
  font-weight: 800;
  src: url('fonts/inter-tight-v3-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
   url('fonts/inter-tight-v3-latin-800.ttf') format('truetype') 
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'VujahdayScript';
  font-style: normal;
  font-weight: 400;
  src: url('fontsVujahdayScript-Regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
   url('fonts/VujahdayScript-Regular.ttf') format('truetype') 
}


html, body {
padding:0px;
margin:0px;
background-color:#fff;
text-align:center;
font-size:13px;
font-family: 'Inter Tight';
color:#6f7675;
font-weight: 200;
}
img, div {
  padding:0px;
  margin:0px;
}
div.clear {
  clear:both;
  height:0px;
}
h1 {
font-size:2.7em;
color:#479097;
text-align:center;
text-align:left;
font-weight: 800;
font-family: "inter Tight";
}
h2 {
font-size:3.0em;
color:#479097;
text-align:center;
text-align:left;
font-family: "Inter Tight";
text-align: left;
font-weight: 600;
}
h3 {
  line-height: 1.4em;
  font-size: 1.5em;
}
#sheet {
 margin:auto;
 width: 100%;
 max-width:1250px;
 background-color:#fff;
 padding:0px;
 z-index:200;
}
#headerleiste {
 background-color:#fff;
 width: 100%;
 height:135px;
 z-index:200;
}
#logotext {
color:#479097;
font-size: 3.5em;
line-height: 14px;
margin-top: 60px;
float: left;
text-align: left;
  font-family:"VujahdayScript";
}
#logo {
 width: 165px;
 height:auto;
 float:left;
}
#logo img {
  position: absolute;
  left: calc(50% - 63px);
  width: 135px;
  cursor:pointer;
  animation: rotation 50s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#headermenue {
 float:right;
 margin-top:40px;
 text-align:right;
}
#headermenue ul {
 list-style-type:none;
 padding:none;
 margin:none;
}
#headermenue ul li {

}
#headermenue ul li a{
 color:#000;
 font-size:1.2em;
 text-decoration:none;
}
#headermenue ul li.active a{
 color:#2d828a;
}
#headermenue ul li.active a::before{
 content:"• ";
}
#hauptmenue {
 width: calc(100% - 60px);
 padding-left:30px;
 padding-right:30px;
 height:70px;
 background-color:#479097;
 z-index:99999;
 color:#fff; 
  position: sticky;
  top: 0px;
}
#hauptmenue ul {
 width:calc(100% - 30px);

 text-align:center;
 margin:auto;
 float;none;
 margin-top:0px;
 padding-top:0px;
 padding-left:15px;
 padding-right:15px;

}
#hauptmenue ul li {
 display:inline-block;
 margin:0px;
 padding-left:20px;
 padding-right:20px;
 margin-top:0px;
 text-align:center;
 color:#fff;
 font-size:18px;
 height:60px !important;

}
#hauptmenue ul li.active a {
 border-bottom:4px SOLID #fff;
}
#hauptmenue ul li a {
 text-decoration:none;
 line-height:70px;
 color:#fff;
 font-weight:400;
 font-family:"Arial";
}
#headerbild,
#headerbild img {
 width:100%;
 height:auto;
 margin-top:-2px;
}
#inhalt {
 width:100%;
 max-width:1191px;
 padding-left:30px;
 padding-right:30px;
  padding-top: 14px;
  padding-bottom:50px;
 text-align:left;
 z-index:200;
 min-height:400px;
 font-size: 1.3em;
 line-height: 1.5em;
 color:#000;
}
#inhalt p {
  text-align:justify;
}
#inhalt p.zweiSpalten {
  column-count: 2;
  column-gap: 60px;
  margin-bottom: 30px;
}
#inhalt h3.firstLetter {
  display:block;
}
#inhalt .firstLetter::first-letter {
color: #38abb1;
  padding: 0 .3rem;
  /*  margin: 0.7rem .3rem 0 0;   */
  font-size: 72px;
  float: left;
  line-height:  50px;
  font-family: serif;
  vertical-align:top;
  display: inline-block;
  margin-top: 10px;
  height: 72px;
}

#inhalt a {
 text-decoration:none;
 font-weight:bold;
 color:#479097;
}
#inhalt li {
  max-width: 650px;
}
#inhalt .paddingLeft {
  padding-left:100px;
}
#footer {
  width:100%;
  height:auto;
  left:0px;
  bottom:50px;
  font-family: 'Inter Tight';
  font-size:1.1em;
  line-height:1.5em;
  color:#fff;
  z-index:9990;
  min-height:150px;
  background-color:#479097;
}
#footer ul.menu_footer {
  list-style-type: none;
  padding:0px;
  margin:0px;
}
#footer ul.menu_footer li {
  display:inline;
}
#footer ul.menu_footer li a{
  font-size:1.3em;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
}
#footer ul.menu_footer li a::before {
  content: "|";
  font-size:1.3em;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  padding-left:4px;
  padding-right:4px;
}
#footer ul.menu_footer li.item-145 a::before {
  content: "";
  font-size:1.3em;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
    padding-left:4px;
  padding-right:4px;
}
#mobileMenu {
  width:100%; 
  display:none;
}  
@media screen and (max-width: 1001px) {
  #headerLeiste {
    display:none;
  }
  #logo img {
    position:relative;
    width:120px;
    height:120px;
  }
  #mobileMenu {
    display:block;
  }
  #abstandsHalter {
    height:10px;
    margin-top:10px;
  }
  #inhalt p {
    text-align:left;
  }
}
@media screen and (max-width: 650px) {
  #inhalt .paddingLeft {
    padding-left:0px;
  }
  #footer {
    bottom:11px;
  } 
  #footer ul.menu_footer li a{
    font-size:1.0em;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
  }
  #footer ul.menu_footer li a::before {
    content: "|";
    font-size:1.0em;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    padding-left:4px;
    padding-right:4px;
  }
  #footer ul.menu_footer li.item-145 a::before {
    content: "";
    font-size:1.0em;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    padding-left:4px;
    padding-right:4px;
  }
  h1, h2 {
    font-size:1.7em;
  }
  #inhalt p {
    text-align:left;
  }
  #inhalt p.zweiSpalten {
     column-count: 1;
     column-gap: 0px;
     margin-bottom: 0px;
  }
}
#mobilemenue {
  display:none;
}
@media screen and (max-width: 1230px) {
  #headerleiste {
    background-color:#fff;
    width: calc(100% - 60px);
    padding-left:30px;
    padding-right:30px;
  }  
#inhalt {
    width: calc(100% - 60px);
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (max-width: 850px) {
  #mobilemenue {
    display:block;
  }
  #hauptmenue {
    display:none;
  }
  #logotext {
    font-size: 1.8em;
    line-height: 1.0em;
    text-align: left;
    margin-top:10px;
  }
  #headermenue {
    margin-top: 0px;
  }  
}

#footer {
  text-align:right;
  padding-top:40px;
}
#footer ul.menu_footer {
  text-align: right;
  font-size:1em;
 
}
#footer ul.menu_footer li {
  font-size:1em;
  padding-top:40px;
}
#footer ul.menu_footer li::before {
  content:"";
}
#footer ul.menu_footer li a {
  font-size:1em;
  padding:20px;
  padding-top:40px;
}
#footer ul.menu_footer li a::before {
  content:"";
}
#footer ul.menu_footer li.item-463 a {
  padding-left:2px;
}
#footer ul.menu_footer li.item-463::before {
  /* content:'\1F512';  */
}