/* exo-2-300 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  src: url('./font/exo-2-v6-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Light'), local('Exo2-Light'),
       url('./font/exo-2-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/exo-2-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/exo-2-v6-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./font/exo-2-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/exo-2-v6-latin-300.svg#Exo2') format('svg'); /* Legacy iOS */
}

/* exo-2-regular - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('./font/exo-2-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Exo 2'), local('Exo2-Regular'),
       url('./font/exo-2-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/exo-2-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/exo-2-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./font/exo-2-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/exo-2-v6-latin-regular.svg#Exo2') format('svg'); /* Legacy iOS */
}

/* exo-2-700 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url('./font/exo-2-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Bold'), local('Exo2-Bold'),
       url('./font/exo-2-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/exo-2-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/exo-2-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./font/exo-2-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/exo-2-v6-latin-700.svg#Exo2') format('svg'); /* Legacy iOS */
}

a
{
	color:  #464a51;
	text-decoration: none;
}
a:active
{
	color: #f2dd23;
	text-decoration: none;
}
a:hover
{
   color: #000;
   text-decoration: none;
   text-shadow: none;
}
   
body
{
font-family: 'Exo 2', sans-serif;
	font-size: 0.9em; font-weight:300;
  color: #666a71;-webkit-text-size-adjust:none;
  background-color:#fff;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

p, td {

}


input, textarea
{
font-family: 'Exo 2', sans-serif;
font-size: 1.2em;
border: 0;
background: #e0e1e1;
padding: 10px; box-sizing: border-box;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

 
.small
{
   font-size: 0.9em;
}
         
h1 {
font-size: 2.2em;
color:#666a71;
font-weight: 400;
margin: 20px 0;
line-height: 1.4em;
letter-spacing: 1px;
}
h1.vhl {
    float: left; margin: 0; padding: 15px 20px; box-sizing: border-box; color: #fff; font-size: 1.6em;  width: 100%; background: #3b4044;
}
h1.suche {
    text-align: center;
}

h2 {
font-size: 1.5em;
color: #f2dd23;
font-weight: normal;
margin: 20px 0 20px 0;
line-height: 1.4em;

}
h3 {
font-size: 1.2em; font-weight: 400;
margin: 20px 0 15px 0;
color: #666a71;
}

footer h3 {
   color: #fff; margin: 0 0 15px; font-size: 1.2em; text-transform: uppercase;
}

h4 {
font-size: 1.0em;
margin: 20px 0 10px 0;
}

.marker {
    color: #2a2a2a;
}

.alignleft {text-align: left;}
.aligncenter {text-align: center;}
.alignright {text-align: right;}

.unav h3 a {
padding-left: 20px;
font-size: 90%;
}

p {
margin: 10px 0 15px 0;
line-height: 1.5em;
-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

p.willkommen {
color: #23388B;
margin-top:15px;
font-size: 120%;
font-weight: bold;
}

p.utitle {
font-weight: bold;
}

.teaserseite {
    float: left; width: 102%; margin: 0 0 0 -1%; display: flex; flex-wrap: wrap;
}
.teaserseite .artikel {
    float: left; width: 98%; margin: 0 1%;
}
.teaserbox {
margin:10px 1%;
float:left;
padding: 10px;
box-sizing: border-box;
background: #e0e1e1;
width: 31.33%; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.box {
margin:10px 0;
float:left;
padding: 20px 3%;
box-sizing: border-box;
background: #e0e1e1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;  border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.box2 {
    float: left; margin: 15px 1% !important; padding: 0 !important; background: #e0e1e1;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.box2 p,.box2 h2, .box2 h3 {
    padding: 0 20px;
}
.box2:hover {
   box-shadow: 0px 0px 15px 0px #666;
-moz-box-shadow: 0px 0px 15px 0px #666;
-webkit-box-shadow: 0px 0px 15px 0px #666;
}


.teaserbox:hover {
    background: #f9f7df;
}

#textfeld img.boxbild {
float: left;
margin: 0 0 20px;
max-width:100%;
}

.teaserbox h3, .box h3 {
margin: 10px 0 5px 0;
}

.teaserbox a {
color: #2a2a2a;
}

.teaserbox h3 a:link , .teaserbox h3 a:visited {
color: #2a2a2a;
text-decoration: none;
}

.teaserbox h3 a:hover, .teaserbox h3 a:active {
color: #2a2a2a;
text-decoration: underline;
}

p.teaserinhalt {
margin:0;
padding: 5px;
}

hr {
    border: 0; float: left; width: 100%; height: 2px; background:#f2dd23; margin: 10px 0;
}

#textfeld ul {
    line-height: 1.5em;
}


.jsa .animation {
  opacity: 0;
  transition: all .5s ease-in-out;
  transform: translateY(50px);
}

.jsa .animation.visible {
opacity: 1;
transform:translateX(0);
}


h3.accordeonlink {float: left; width: 96%; padding: 10px 2% ; margin: 5px 0 0; background: #fff;  cursor: pointer; font-size: 1.1em; font-weight: normal; border-bottom: 1px solid #eee;}
h3.offen { background: #eee; color: #f2dd23; }
div.accordeon {
    float: left; width: 100%; padding: 10px 0; background: #fff;
}

h3.accordeonlink:before {
  display: inline-block; padding: 0 15px 0 10px;
  font-family: 'icons';
  text-decoration: none;
  speak: none; font-size: 1.0em;
  content: "\e809";
}

h3.offen:before {
  display: inline-block; padding: 0 15px 0 10px;
  font-family: 'icons';
  text-decoration: none;
  speak: none; font-size: 1.0em;
  content: "\e808";
}

div.fci {
    float: left; width: 46%; margin: 0 4% 0 0;
}
div.fci div.fvt {
    float: left; width: 100%; margin:0 0 10px;
}
div.fci a span {
    color: #9dabad;
}

div.fci img {
    float: left; margin: 0 10px 0 0; max-width: 50%; height: auto;
}


@media only screen and (max-width: 680px)
{
h1 {font-size: 1.8em;}
h1.vhl { font-size: 1.4em;}

h3 { font-size: 1.2em;}

.teaserbox, .box {width: 48%; }

div.fci { width: 100%; margin: 0;}

}

@media only screen and (max-width: 460px)
{
#textfeld img.boxbild {margin: 0 0 10px;max-width: 100%;}
.teaserbox, .box {width: 98%; }
}