body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}
@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------
                Reset
---------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,p , blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*--------------------------------------------------
                Elements
---------------------------------------------------*/

@font-face {
	font-family: 'Noto Sans';
	src: url('../../files/template_thuermer/fonts/NotoSans-Regular.ttf');
}

html, body {
margin: 0;
padding: 0;
height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */}
body {
font-family: 'Noto Sans','Helvetica',Arial,sans-serif;
font-size: 0.9em;height: 100%;color:#000; }
a{ color:#B6D138;
}
a:hover{ color:#B6D138;
}
h1 { color:#000; margin-bottom:10px; text-transform:uppercase;font-size: 1.4em;}
h2 { color:#000; font-size: 1.2em;margin-bottom:0px; font-weight:normal;}
h5 { color:#000; font-size: 1em;margin-bottom:0px; font-weight:normal;margin-bottom:10px}
.ce_text {line-height:1.2em;}
/*--------------------------------------------------
                Elements
---------------------------------------------------*/

/*--------------------------------------------------
                Wrapper
---------------------------------------------------*/

#wrapper {  margin:auto; background-color: #FFFFFF; 
min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
position:relative;}

/*--------------------------------------------------
                header nur mit Logo 
---------------------------------------------------*/

#header{ height: 149px; width:1024px; margin:auto;}

/*--------------------------------------------------
       Eigenes Modul Bildleiste dreispaltig 
---------------------------------------------------*/


#bildleiste{ height: 316px; position:relative; background-color: #F2F2F2;}/* grauer Streifen */
#bildleiste .inside { width: 1000px;margin:auto;} /* zentriert und 1024px groß */
#links {height: 317px;width: 300px; float: left;}
#rechts {height: 317px;background-color: #ededec;width: 300px;float: right;}
#mitte{height: 317px;background-color: #ededec;margin-left: 300px; margin-right: 300px; }

.clearfix:after {content: ".";display: block;clear: both;font-size: 0;height: 0;visibility: hidden;}

/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; }

/* IE-Patch für IE 6*/
* html .clearfix { height: 1%; }
/*--------------------------------------------------
      2 spaltiger Inhalt zentriert
---------------------------------------------------*/
#container {width:700px;margin:45px auto 0px auto;padding-bottom: 3em;}
#main {width:680px;}
/*-----------------------------------------------------------------------------
      Linke Spalte mit Navigation 200 px breit über Contao Seitenlayout
------------------------------------------------------------------------------------*/
#main_nav {margin-right: 20px;}
#main_nav li{ padding-bottom: 5px; text-align:right; }

#main_nav a{ color:#000000;font-weight:400; text-transform:uppercase; }

#main_nav a:hover{ color:#b6d138; font-weight:400; }
#main_nav .active{ color:#b6d138; font-weight:400;text-transform:uppercase;}

footer {		 /*..footer am Ende Footer Stick############################........*/
position: absolute;       
bottom: 0;
margin-left: 0;
margin-top:-3em;
background-color: #ededec;
height: 25px;
width: 100%;


}
#footer .inside {
padding-top: 5px;
font-family: 'Droid Sans','Helvetica',Arial,sans-serif;
font-size: 0.7em;
width: 1000px;
margin: auto;
text-align:center;
}
.ce_text ul { margin-left: 15px;}
.ce_text li { list-style-type:disk}
.ce_text p {margin:9px 0 9px 0;}
ul .level2{ margin-top: 5px;}
.vita { margin-top:0px; margin-bottom:10px}

#kontakt td { padding: 5px;}
.zitat { color:#000; font-style:italic;}
.ce_text.zitat p{ margin-bottom:0px;}
#meta_nav {
position:absolute;
right: 0;
top: 17px;}

#meta_nav ul {margin-top: 110px;
    list-style-type: none;
	padding-right: 30px;
}
#meta_nav li {
display: inline;
font-size: 0.8em;
text-decoration: none;}

#meta_nav li a {
color: #666666;
text-decoration: none;
font-family: 'Noto Sans','Helvetica',Arial,sans-serif;}

#meta_nav li a:link {
color: #666666;
text-decoration: none;
font-family: 'Noto Sans','Helvetica',Arial,sans-serif;}

#meta_nav li a:hover {
    color: #EC7404;
    font-family: 'Noto Sans','Helvetica',Arial,sans-serif;
    font-size: 1em;
    text-decoration: none;
}
#meta_nav li .first{
padding-right: 10px;}
