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

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

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

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

#top_spacer {height: 180px;}

a { color: navy;}

html{width:100%;height:100%;}
html, body{margin:0;padding:0;max-width: 100vw;overflow-x:hidden;}
body{
  background:url('../img/bg.jpg');
  font-family: Lato, sans-serif;
font-weight: 300;

	display: flex;
  min-height: 100vh;
  flex-direction: column;
  }  
.grau h2 {}
.grau {background: #f7f7f7;}
.grau:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.grau > * {padding: 5px 15px;}
img.zertifikat {width: 76px; height:134px; margin: 10px 20px 10px 0px; float: left; }
fieldset {border: none; background:#f7f7f7}

.goback a {display: inline-block; padding: 10px; background: #fff; border: 1px solid #ccc; border-radius: 5px; color: black; margin-bottom: 20px;}


.gohome img {max-width: 300px; border: 1px solid #ccc;}

main {
	
	
	max-width: 100vW;

}

.ausstellung main {min-height:1400px;}
.startseite main{z-index:90;}



.flex3 {	
	background: #fff;
	display: flex; justify-content: space-between;}
	
	


.flex3 figure {
 position: relative;

 overflow: hidden;
 
 }
 .flex3 figure img {
 max-width: 100%;
 height: auto;
 }
 .flex3 figure figcaption {
 position: absolute;
 bottom: 20px;
 width: 90%;
 padding: 10% 5%;
 background-color: rgba(140,107,117,0.6);
 color: white;

 font-style: italic;
 text-align: center;
 }
 
 .flex3 a:first-child figure figcaption {
 background-color: rgba(129,178,184,0.6);
 }
 

 
  .flex3 a:last-child figure figcaption {
 background-color: rgba(181,161,107,0.6);
 }
 
  .flex3 a figure:hover figcaption {
 background-color: rgba(140,107,117,0.1);
 }
 
 .flex3 a:first-child figure:hover figcaption {
 background-color: rgba(129,178,184,0.1);
 }
 
 
 
  .flex3 a:last-child figure:hover figcaption {
 background-color: rgba(181,161,107,0.1);
 }
 
 
 .flex3 figure figcaption.gray {
 position: relative;
 margin-top: 23px;
 width: 90%;
 padding: 10% 5%;
 background-color: #ccc;
 color: black;
 font-size: 26px;
 font-style: italic;
 text-align: center;
 }
 
.notfall_banner { background: #333; color: #fff; padding-top:22px; padding-left: 3px; height: 47px; font-size: 1.1em; }
.notfall_banner >*{ width: 100%;margin: auto;padding-left: 10px;}
.col25 {width:24%}
.row {display: flex;}
.row > * {flex: 1;}
ul.sige_single {margin: 0; padding: 0;}
ul.sige_single li img {
    border: none;
    background: #659B9A;
}
ul.sige_single li img {
    padding: 0;
}

h1, .h1 {
font-size: 32px;
font-family: Cambria;
color: #A17856;
font-weight: normal;

}
.startseite h1 {
font-size: 22px;
}	
h2, .visforms-form .category-desc, .h2 {
font-size: 32px;
font-family: Cambria;
color: #A17856;
font-weight: normal;

	}
	
h3 {
font-family: Cambria;	
	color: #A17856;
font-weight: bold;
font-size: 1.4em;
 text-shadow:  1px  1px 1px rgba(0,0,0,0.4), -1px  -1px 1px rgba(255,255,255,0.4);

}
	
h4 {
	
	color: #378ac8;
font-weight: normal;
font-size: 1.3em;
 text-shadow:  1px  1px 1px rgba(0,0,0,0.4), -1px  -1px 1px rgba(255,255,255,0.4);

}

.visform input {

    display: block;
    max-width: 90%;
    height: 30px;
    padding: 3px 12px;
    font-size: 14px;

    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
/*
.visform #field11 {float: left;}
.field11 .visCSSlabel {margin-bottom:60px;}
*/
.field11  {display: flex;flex-wrap: wrap;}
.field11 .visCustomText {padding-top:7px;padding-left:20px; width: 50%;}
DIV.fc-tbxfield11 {min-width:90%; }

.field11 label.error {
    font-size: 10px;
    color: #fff;
    padding: 10px;
    background-color: gray;
    border-radius: 5px;
    display: inline-block !important;
    max-width: 60%;
    margin: 0 0 0 30%;
}
.field11 p.errorcontainer {margin: 10px;}

.visform .visBtnCon  { display: flex; justify-content: center;}
.visform .visBtnCon input {   background-color: #A17856;color: #fff;}

.visform select {

    display: block;
    max-width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}

.visform textarea {

    display: block;
  
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}	
.wrapper { max-width: 1270px; margin: auto;}

/* Content */
.container{
		flex: 1;

 
  height:auto;
  padding:10px 20px 120px 20px;
  background: #fff;
  margin:20px auto;
}

.container > .page-header,.container > h1 {padding-left: 10px;}
.code{
  width:600px;
  height:auto;
  margin:20px auto;
  padding:10px 20px;
  background:#222;
  border-left:10px solid #aaa;
  font-family: Consolas;
  font-size:16px;
  color:#fff;
}
.code span{
  color:#89A978;
}
.space{
  width:20px;
  height:1px;
  float:left;
}

.center {text-align: center;}
.container { color: #646464;}
.container p {margin-top: 10px; margin-bottom: 20px; line-height: 1.5em;}

ul.arrow, ul.checkbox, ul.check, ul.star {
    list-style: outside none none;
    margin: 10px 0;
    padding-left: 20px;
}
ul.arrow li, ul.checkbox li, ul.check li, ul.star li {
    font-weight: bold;
    line-height: 26px;
    margin: 5px 0;
    padding-left: 35px;
}	  
ul.arrow li {
    background: rgba(0, 0, 0, 0) url("../img/list_arrow_navy.png") no-repeat scroll 0 0;
	margin-bottom: 20px;
}

ul.gruener-haken li {
    margin: 15px 0 8px 55px;
    list-style-image: url(../img/gruener-haken.png);
    line-height: 120%
}
.item-page li {
    margin: 15px 0 8px 55px;
    list-style-image: url(../img/gruener-haken.png);
    line-height: 120%;
}

ul.checkbox li {
    background: rgba(0, 0, 0, 0) url("../img/list_checkbox.png") no-repeat scroll 0 0;
	margin-bottom: 20px;
}
.slider a {
	
	 font-weight: bold;
	  text-shadow:  1px  1px 1px rgba(0,0,99,0.8);
	 color:royalblue;
}



 
DIV.item,article {margin-bottom: 20px; } 

DIV.item-page {padding-bottom: 40px; margin-bottom: 10px; } 

.svg {}


.blog, .categories-list  {display: flex; flex-direction: column; justify-content: space-between; align-items:stretch;  flex-wrap: wrap;}

.blog > *, .categories-list > *
{
	flex: 1;
	margin: 10px;
	
}

.blog > div:first-child
{


}


article p { text-align: justify;}
.categories-list img, .blog img {max-width: 100%;}

