/*
***********************************************
Website:    wildbee.ch - 2015er Template MOBILE
***********************************************

/* Allgemeines */

* { padding: 0; margin: 0; }

body {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFF;
}

a img {border: 0 none;}

/*  NAVI Mobile
==================================== */
#mobile_navileiste {
    width: 100%;
    padding-left: 10px;
    border-bottom: 1px solid rgb(255,213,0);
}
#mobile_navileiste img{
    padding-right: 20px;
}

#menuwrapper {
    width: 100%;
}
#menu {
  list-style: none;
  border: 1px solid #9d9763;
  background: #c6c69e;
  border-radius: 6px;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 40px;
  width: 92%;
  z-index: 1;
  display: none;
  box-shadow: none;
}
#menu:before,
#menu:after {
  content: "";
  display: block;
}
#menu:after {
  clear: both;
  position: absolute;
  left: 12px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #107677;
}
#menu ul {
  padding: 0;
  list-style: none;
  top: 38px;
  left: 0;
  z-index: 1;
  border-radius: 3px;
  transition: all .2s ease-in-out;
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  background: none;
  box-shadow: none;
}
#menu ul ul {
  top: 0;
  left: 12px;
  margin: 0 0 0 20px;
  box-shadow: none;
}
#menu li {
  position: static;
  display: block;
  float: none;
  border: 0;
  margin: 5px;
  box-shadow: none;
  background: none !important;
}
#menu ul li {
  margin-left: 12px;
  box-shadow: none;
}
#menu a {
  text-decoration: none;
  text-transform: uppercase;
  font: bold 13px Arial, Helvetica;
  display: block;
  float: none;
  padding: 5px 0;
  color: #fff;
}
#menu a:hover { color: #9D9763; }
#menu ul a {
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
  padding: 3px 0;
  width: auto;
  background: none !important;
}
#menu li > ul {
    margin-left: 0;
}
#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 12px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #1ebdbe;
}
#menu ul ul li:first-child > a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #107677;
  border-bottom: 6px solid transparent;
}


/* #menu-wrap * { box-sizing: border-box; } */
#menu-trigger {
  display: block;
  height: 40px;
  width: 95%;
  line-height: 40px;
  cursor: pointer;
  padding: 0 0 0 25px;
  border: 2px solid #C6C69E;
  background-color: #9D9763;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
}

/* General-Boxes */

#pagewrapper { 
    width: 95%;
}

#menudiv {width: 100%;}
#logo img {
    max-width:100%;
    height:auto;
    margin-left: 12px;
    margin-right: 12px;
    }

#contentmain {
  width: 100%;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 0px;
  float:left;
  background-color: #F8F8F1;
}

#contentmain table {
	overflow-x: auto;
	display: block;
}
#contentmain img {
	max-width: 100%;
	height: auto;
	display: block;

}
#contentmain iframe {
	max-width: 100%;
	height: auto;
	display: block;

}


#contentrechts {
  width: 100%;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 0px;
  float:left;
}

#donate {
  width: 100%;
  vertical-align:top;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 0px;
  float:left;
}

#donatebuttons {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(255,213,0);
}

#footer {
    width: 105%;
    min-height: 190px;
    /* background-color: #FFF; */
    background: url(/uploads/images/design/blumenwiese.gif) no-repeat bottom;
    position: relative;
    float:left;
}

#footeradresse {
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footercopy {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 12px;
    float: left;
    color: #636563;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.topmessage {
    background-color: #F19999;
    border: 3px solid #f00;
    padding: 5px;
	}
.topmessage a {color: #000000;}


/* Error-Box */
.error {
    background: #fbf4e1;
    border: 2px solid #f00;
	margin: 15px 0;
	padding: 5px;
	font-size: 12px;
}

/* BLOG MODUL
=============================== */

#blogcats {
    margin-top: 10px;
    margin-left: 10px;
}

#blog {float: left;}

.blogsummary {
    width: 420px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    float: left;
    border-bottom: 1px solid #ccc;
    }
.blogsummaryleft {
    width: 190px;
    margin-right: 10px;
    float: left;
    }
.blogsummaryright {
    width: 215px;
    margin-right: 5px;
    float: left;}

.blogsummaryright h1 a {
    color: #000000;
    text-decoration:none;
    margin-bottom: 0;
    font-size: 13px;
    }
.blogheader {
    font-size: 9px;
    margin-top: -10px;
    }

.blogpagenumbering {
    width: 100%;
    font-size: 11px;
    display: block;
    background-color: #FFEA80;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    }

.blogcommentscount {
    margin-bottom: 5px;
    }

.blogdata {
    font-size: 11px;
    margin-bottom: 10px;
	}

.blogmore {}
.blogreturnbutton{}

.blogdetailheader {margin-bottom: 3px; font-style: italic;}
.blogdetailcats {margin-bottom: 10px; font-style: italic;}
.blogdetailcontent {margin-bottom: 5px;}
.blogdetailextra {margin-bottom: 5px;}
.blogdetailimage {margin-top: 20px; margin-bottom: 20px; text-align: center;}
.blogdetailimage img {max-width:100%; height:auto;}
.blogcomments h2 {font-size: 12px; margin-top: 10px;}
.blogcommentstitle h3 {font-size: 10px;}
.blogcommentsauthordate {font-size: 10px;margin-bottom: 5px;}
.blogcommentsdata {font-size: 10px;padding-bottom:10px;border-bottom: 1px solid #ccc;}

/* FEEDBACK FORM
=============================== */
.blogcommentsform h2 {
    padding-top: 20px;
    font-size: 12px;
    }

.cms_form {
    max-width: 100%;   
}
.commentform {
    background: #F9F7EE;
    padding: 10px;
    width: 100%;
}

.commentform input, select {
    font-family: arial, helvetica, sans-serif;
	font-size: 12px;
    height: 20px;
	}

.commentform textarea {
    padding: 0;
    margin: 0;
    width: 90%;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.commentform th {

    text-align: left;
	border-bottom: 1px dashed #e4e4e4;
	padding: 0;
	font-size: 12px;
    font-weight: bold ;
	}
.commentform td {
    border-bottom: 1px dashed #e4e4e4;
	padding-bottom: 10px;
    padding-top: 10px;
	font-size: 12px;
	}
	
.commentcaptcha {
    font-style: italic;
    margin-top: 10px;
    font-size: 8px;
}

.mailnotice {font-size: 9px;
}
.commentcaptcha img {
    border: 1px solid #F60;
    margin-bottom: 5px;
    width: 150px;
}

.commentbutton {
    text-align: center;
    padding: 0px 10px;
    font-weight: bold;
}

/*  Definition for FormBuilder
============================== */

/* Kontaktformular */

/* Generell */
h1.wbcontactform {margin:0;}
.wbcontactform .divclear div {clear:both;}
.wbcontactform .submit {margin-top:30px; margin-bottom:10px;}
.wbcontactform .cms_submit{padding:5px;font-weight:bold;}
.wbcontactform .fbr_helptext {font-weight:bold;}
.wbcontactform .fb_invalid {font-weight:bold;color:#F00;}
.wbcontactform fieldset {border: none;width:auto;}
.wbcontactform label {font-weight:bold;width:auto;display:block;}
.wbcontactform legend {
    font-size:12px;
    font-weight:bold;
    color:#EE7F00;
    margin-bottom:0;
    margin-top:30px;
}
.wbcontactform .infotext {
    padding:0;
    margin-left:30px;
    margin-top: 3px;
    font-size:10px;
    font-style:italic;
}
.wbcontactform .datenschutz {
    font-style:italic;
    font-size: 11px;
    margin-top: 15px;
}
.wbcontactform .infotext div {clear:both; width:auto;}
.wbcontactform .cms_checkbox{
    width:20px;
    margin-right:10px;
    margin-top:16px;
    display:block;
    float:left;
}
.error_message {
    background: #fbf4e1;
    border: 2px solid #f00;
	margin: 15px 0;
	padding: 5px;
}
.error_message li {font-size: 12px; font-weight:bold;}
.wbcontactform input {margin-top:10px;}
.wbcontactform input[type=text] {margin-left:30px;margin-top:10px;}


/* Checkboxen mit zusätzlichem Textfeld */
.wbcontactform .checkboxwithtextfield input {
    float:left;
    margin-right:10px;
}
.wbcontactform .checkboxwithtextfield div {
    clear:both;
}

/* Andere Interessen */
.wbcontactform .interessenandere div{clear:both;}
.wbcontactform .interessenandere .cms_textarea {width:90%;height:50px;margin-left:30px;margin-top:10px;}
.wbcontactform .interessenandere label {width:auto;margin-left:30px}

/* Checkboxen mit zusätzlichem Textfeld Bestellung*/
.wbcontactform .checkboxwithorder input {
    float:left;
    margin-right:10px;
}
.wbcontactform .checkboxwithorder input[type=text] {
    width:30px;
}

.wbcontactform .checkboxwithorder div {
    clear:both;
}

/* Abschnitt Kontaktaufnahme */
.wbcontactform .kontaktaufnahme input[type=radio] {
    width:20px;
    margin-top:16px;
    float:left;
}
.wbcontactform .kontaktaufnahme label {width:auto;}
.wbcontactform .kontaktaufnahme div {clear:both;}

/* Mitteilungsfeld */
.wbcontactform .mitteilung div {clear:both;}
.wbcontactform .mitteilung .cms_textarea {width:90%;height:80px;margin-top:10px;}

/* Radio-Buttons Anrede */
.wbcontactform .adresseanrede div {float:left;}
.wbcontactform .adresseanrede input[type=radio] {width:20px;float:left;}
.wbcontactform .adresseanrede label {
    width:auto;
    margin-top:9px;
    margin-right:20px;
    display:block;
    float:left;
}
/* Adressfelder */

.wbcontactform .adresse div {clear:both;}
.wbcontactform .adresse label {
    width:250px;
    margin-top:9px;
    display: block;
    float:left;
}
.wbcontactform .adresse .cms_textfield {
    width:auto;
    margin-top: 10px;
    margin-left:0;
}
.wbcontactform .adresse .cms_emailfield {
    width:auto;
    margin-top: 10px;
    margin-left:0;
}


/* CAPTCHA */
.wbcontactform .captcha {
    font-style:italic;
    margin-top:50px;
    margin-right:20px;
}
.wbcontactform .captcha img {
    border:2px solid #F60;
    margin-bottom:5px;
    margin-right:20px;
    margin-left:0;
    width:150px;
    float:left;
}
.wbcontactform .captcha input {
    border:1px solid #F60;
    margin-top:10px;
    margin-bottom:5px;
    width:150px;
}

/*  Definition for several plugins
================================================= */

/* file link icons */
.file {
	padding-left: 20px;
	background: transparent url(/plugins/icons/file.png) no-repeat left;
}
.directory, .directory:link, .directory:visited {color: red;}
.filesize {font-size: 80%;}

.deadlink, .deadlink:link, .deadlink:visited {color: red;font-weight: bold;}
.checkpath {color: red;}

.filetype_pdf {
	padding-left: 20px;
	background: transparent url(/plugins/icons/pdf.png) no-repeat left;
}
.filetype_zip {
	padding-left: 20px;
	background: transparent url(/plugins/icons/zip.png) no-repeat left;
}
.filetype_doc {
	padding-left: 20px;
	background: transparent url(/plugins/icons/doc.png) no-repeat left;
}
.filetype_ppt {
	padding-left: 20px;
	background: transparent url(/plugins/icons/ppt.png) no-repeat left;
}
.filetype_xls {
	padding-left: 20px;
	background: transparent url(/plugins/icons/xls.png) no-repeat left;
}

/* Search-Box */
.search-button {padding: 3px 10px;}
.search-input {padding: 3px 0;font-size: 14px;}
.search-result li,ul {font-size: 15px;list-style-type: square;padding-left: 15px;}


/*  Definition of general fonts, styles, listings
================================================= */

/* font definitions */

p {
  line-height: 1.3em;
  padding: 0;
  margin-bottom: 5px;
}

a {
  margin-top: 0;
  color: #009EE0;
  line-height: 1.4em;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
  line-height: 1.2em;
  display: block;
  padding-bottom: 4px;
  border-bottom: 2px solid #FFD500
}

h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    line-height: 1.2em;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    line-height: 1.2em;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    line-height: 1.2em;
}

h5 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    line-height: 1.2em;
}

h6 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
    line-height: 1.2em;
}

.legende {
  font-size: 11px;  
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

.zitat {
  font-size: 11px;  
  letter-spacing: -0.02em;
  font-style: italic;
  color: #969680;
  line-height: 1.2em;
  text-align:center;
}

.person {
  font-size: 10px;  
  letter-spacing: -0.02em;
  color: #000000;
  font-style:normal;
  line-height: 1.2em;
  text-align:right;
}

.hervorgehoben {
  font-size: 12px;
  font-weight: bold;
  font-style:italic;
  color: #009EE0;
}

.ZitatBlock {
  background: #009EE0;
  height:80px;
  max-height:80px;
  vertical-align:bottom;
  text-align:right;
  padding: 10px 15px;
  font-size: 9px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.RedBlockTitel {
  display: block;
  background-color: #FFD500;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  border: 2px solid #FFD500;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

span.RedBlockText {
  display: block;
  background-color: #FFF;
  font-size: 10px;
  line-height: 1.1em;
  border-left: 2px solid #FFD500;
  border-right: 2px solid #FFD500;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
}

span.RedBlockLetzteZeile {
  display: block;
  background-color: #FFF;
  font-size: 10px;
  line-height: 0.1em;
  border-left: 2px solid #FFD500;
  border-right: 2px solid #FFD500;
  border-bottom: 2px solid #FFD500;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;

}


.GrundText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

span.WhiteBlock {
  display: block;
  background-color: rgb(255,255,255);
  font-size: 10px;
  line-height: 1.1em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

tr.tblLineUpDown td{
  border-bottom: 1px solid rgb(255,213,0);
}

table.tblLineUpDown {
  border-top: 1px solid rgb(255,213,0);     
}

ul {
    list-style-type: disc;
    font-size: 11px;
}
li {
    padding-bottom: 4px;
}

.infocontainer {
    background-color: #009EE0;
    display: block;
}


/* Stylesheet: wildBee-2015:Mobile Modified On 2020-11-29 15:38:59 */
