/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* yesteryear-regular - latin */
@font-face {
  font-family: 'Yesteryear';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yesteryear-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/yesteryear-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yesteryear-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yesteryear-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yesteryear-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yesteryear-v14-latin-regular.svg#Yesteryear') format('svg'); /* Legacy iOS */
}

/* RESET ------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    background: 0;
    text-decoration: none;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 100.01%;
}

ol,
ul {
    list-style: none;
}

ul {
    margin-bottom: 20px;
}

img {
    margin-bottom: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    position: relative;
    min-width: 0;
}

strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}


/* Ende RESET ---------------------------------- */

html {
    height: 101%;
}

body {
    margin: 0 auto;
    height: 100.01%;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    text-align: left;
    line-height: 140%;
    color: #676767;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background: url(../img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.zeile-innen {
    margin: 0 auto;
    /*margin: 1% auto 1% auto;*/
    padding: 5px 0 5px 0;
    max-width: 90%;
    border: 0px solid red;
}

.zeile-innen.erste {
    padding: 0;
}

.menu {
    padding-top: 15px;
}

.teaser {
    overflow: auto;
}

.teaser .inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.teaser p {
    position: absolute;
    bottom: 2%;
    right: 12%;
    font-size: 2.3em;
    color: #46320c;
    font-family: 'Yesteryear', cursive;
}

.teaser a:link,
.teaser a:hover,
.teaser a:focus {
    color: #46320c;
    text-decoration: none;
}

.teaser img {
    display: block;
    filter: saturate(50%);
    -webkit-filter: saturate(50%);
    -moz-filter: saturate(50%);
    -o-filter: saturate(50%);
    -ms-filter: saturate(50%);
}

.teaser:hover img {
    filter: saturate(100%);
    -webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    -ms-filter: saturate(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.teaser p:hover {
    cursor: pointer;
}

.shadow {
    -webkit-box-shadow: -1px 2px 6px 3px rgba(0, 0, 0, 0.12);
    box-shadow: -1px 2px 6px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: -1px 2px 6px 3px rgba(0, 0, 0, 0.12);
}

.teaser.shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: all 0.2s ease;
    /* Firefox */
    -moz-transition: all 0.2s ease;
    /* WebKit */
    -o-transition: all 0.2s ease;
    /* Opera */
    transition: all 0.2s ease;
    /* Standard */
}

.teaser.shadow:hover {
    -webkit-box-shadow: -1px 2px 6px 3px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 2px 6px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 2px 6px 3px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    /* Firefox */
    -moz-transition: all 0.2s ease;
    /* WebKit */
    -o-transition: all 0.2s ease;
    /* Opera */
    transition: all 0.2s ease;
    /* Standard */
}

.abstand {
    margin-top: 45px !important;
}

.braun {
    background-color: #46320C;
}

.gelb {
    background-color: #ffffc1;
}

.weiss {
    background-color: #fff;
}

.weiss-ueberlagert {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 65px !important;
    margin-bottom: 10px;
    padding: 10px;
}

.logo {
    position: absolute;
    z-index: 900;
    left: 0;
    top: 0;
}

#navigation {
    position: relative;
    float: right;
    text-align: left;
    margin-top: 10px;
    background-color: transparent;
    border: 0px solid red;
    margin-bottom: 55px;
}

.header {
    height: 70px;
}

.grafik {
    height: 355px;
    padding-top: 1%;
}

#navigation ul {
    list-style-type: none;
    padding-left: 0;
}

p {
    margin-bottom: 1em;
}

.teaser p,
.teaser a:link {
    text-align: justify;
    /*min-height: 230px;*/
    margin-bottom: 0.7em;
}

.cta {
    padding: 0 0 30px 10px !important;
    border-left: 1px dotted #46320C !important;
}

.cta p {
    margin-bottom: 5%;
}

footer p {
    margin-bottom: 0;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0.075em;
    line-height: 140%;
}

h1 {
    font-size: 3em;
    /*text-transform:uppercase;*/
    color: #fff;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-family: 'Yesteryear', cursive;
    background-color: #2ac52e;
    width: auto;
    display: inline-block;
    padding: 10px;
}

h1.start {
    font-family: 'Yesteryear', cursive;
    font-size: 3.5em;
    margin: 1% 0;
}

h2 {
    font-size: 1.6em;
    font-weight: 400;
    /*text-transform:uppercase;*/
    color: #46320C;
    margin-bottom: 0.8em;
    font-family: 'Roboto Slab';
}

.teaser h2 {
    font-size: 0.85em;
    font-weight: 600;
    color: #034D85;
    margin-bottom: 0.85em;
}

h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #676767;
    padding: 0 0 0.15em 0;
    margin-bottom: 0.8em;
}

h4 {
    margin-bottom: 0.6em;
}

.zeile-innen ul {
    list-style-type: square;
    margin-bottom: 2.4em;
    padding-left: 20px;
    text-align: justify;
}

.zeile-innen .nav ul {
    padding-left: 0;
}

.zeile-innen ul.white {
    color: #fff;
}

.zeile-innen li {
    font-size: 1.0em;
    line-height: 135%;
    margin-bottom: 0.8em;
}

.zeile-innen .nav li {
    margin-bottom: 0;
}

.gallery ul {
    padding: 0 !important;
    text-align: left;
}

.gallery li {
    display: inline-block;
    width: 23.66%;
    margin-right: 1%;
    list-style-type: none;
    vertical-align: baseline;
}

.gallery li:nth-child(4n+4) {
    margin-right: 0;
}

a:link {
    color: #676767;
    text-decoration: none;
}

a:visited {
    color: #676767;
    text-decoration: underline;
}

a:focus {
    color: #676767;
    text-decoration: underline;
}

a:hover {
    color: #676767;
    text-decoration: underline;
}

a:active {
    color: #676767;
    text-decoration: underline;
}

footer a:link {
    color: #fff;
    text-decoration: none;
}

footer a:visited {
    color: #fff;
    text-decoration: underline;
}

footer a:focus {
    color: #FDFEC5;
    text-decoration: underline;
}

footer a:hover {
    color: #FDFEC5;
    text-decoration: underline;
}

footer a:active {
    color: #FDFEC5;
    text-decoration: underline;
}

a:link.button {
    color: #fff;
    text-decoration: none;
}

a:visited.button {
    color: #fff;
    text-decoration: none;
}

a:focus.button {
    color: #FDFEC5;
    text-decoration: none;
}

a:hover.button {
    color: #FDFEC5;
    text-decoration: none;
}

a:active.button {
    color: #FDFEC5;
    text-decoration: none;
}

a img {
    border: 0px none;
}

.nav a.no-link {
    cursor: default;
}

i,
span.ifa {
    min-width: 15px;
    text-align: center;
    margin-right: 10px;
    color: #46320C;
}

footer i,
footer span.ifa {
    color: #fff;
}

li.hide-dt {
    display: none;
}


}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* End hide from IE-mac */

/* Beginn Grid-System -------------------- */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.zeile {
    position: relative;
    max-width: 100%;
    /*min-width: 768px;*/
    
    margin: 0 auto;
    text-align: left;
    border: 0px solid #000;
}
.zeile .zeile {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    /*0px -15px*/
}
.zeile.gruen-hell {
    background-color: #c8d200;
}
.spalte,
.spalten {
    float: left;
    min-height: 1px;
    position: relative;
    border: 0px solid #000;
}
.nav a.no-link {
    cursor: default;
}
[class*="spalte"]+[class*="spalte"]:last-child {
    float: right;
    margin-right: 0;
}
[class*="spalte"]+[class*="spalte"].end {
    float: left;
}
.zeile .eins {}
.zeile .zwei {
    width: 16.66%;
}
.zeile .drei {
    width: 25%;
    padding: 10px 10px 10px 0;
}
.zeile .vier {
    width: 33.33%;
}
.zeile .fuenf {
    width: 41.66%;
}
.zeile .sechs {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
}
.zeile .sieben {
    width: 58.33%;
}
.zeile .acht {
    width: 66.66%;
}
.zeile .neun {
    width: 74%;
    margin-right: 1%;
}
.zeile .zehn {
    width: 83.33%;
}
.zeile .elf {
    width: 91.66%;
}
.zeile .zwoelf {
    width: 100%;
}

/* Nicolas Gallagher's micro clearfix */
.zeile:before,
.zeile:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.zeile:after,
.clearfix:after {
    clear: both;
}
.zeile,
.clearfix {
    zoom: 1;
}
img {
    max-width: 100%;
}

/* Mobile */
@media only screen and (max-width: 880px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .container {}
    
    .zeile {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        border: 0px solid #000;
    }
    
    .header .drei {
        padding: 0;
    }
    
    .spalte,
    .spalten {
        width: 100% !important;
        float: none;
    }
    
    .spalte:last-child,
    .spalten:last-child {
        float: none;
    }
    
    [class*="spalte"]+[class*="spalte"]:last-child {
        float: none;
    }
    
    .spalte:before,
    .spalten:before,
    .spalte:after,
    .spalten:after {
        content: "";
        display: table;
    }
    
    .spalte:after,
    .spalten:after {
        clear: both;
    }
}

/* Ende Grid-System --------------- */
