/*
***********************************************
Website:    wildbee.ch - 2014er Template
***********************************************
CORE definitions
=============================================== */

/* Allgemeines */

* { padding: 0; margin: 0; }

body {
    font-size: 15px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFF;
}

a img {border: 0 none;}

/* General-Boxes */

#pagewrapper { 
    /* background-color: #FFEA80; */
    margin: 0 auto;
    width: 950px;
    position: relative;
}

#top {
    width: 950px;
    float: left;
    height: 150px;
    background-color: #FFF;
}

#topline {
    background-color: #FFF4BF;
    width: 950px;
    height: 30px;
    float: left;
}

#searchbox {
    float: left;
    top: 52px;
    left: 705px;
    position: absolute;}
    
#searchbox form {
    padding-top: 3px;
    padding-right: 10px;
}

#logo {
    position: relative;
    top: -30px; left: 0;
    }

#logopayoff {
  top: -117px; left: 655px;
  height: 80px;
  position: relative;
  background-color: #FFF;
}

#rotationimages {
    width: 950px;
    height: 120px;
    float: left;
    margin-top: 10px;
    margin-bottom: 24px;
}

#rotationimages img {
    float: left;
}

#donatebuttons {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(255,213,0);

}
#pedestal {height: 1em;}

#dividerline {
    padding-top: 0;
    margin-bottom: 10px;
    width: 950px;
    border-bottom: 2px solid #FFD500;
    float: left;
    background-color: #FFF;
}

#footerspace {
    padding-top: 20px;
    margin-bottom: 20px;
    width: 950px;
    float: left;
}

#footer {
    width: 950px;
    min-height: 195px;
    /* background-color: #FFF; */
    background: url(/uploads/images/design/blumenwiese.gif) no-repeat center bottom;
    position: relative;
    float:left;
}

#footeradresse {
    width: 165px;
    margin-right: 25px;
    float: left;
    padding: 0;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footercopy {
    width: 190px;
    text-align: right;
    float: left;
    padding: 0;
    color: #636563;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footersp1, #footersp2, #footersp3 {
    width: 165px;
    margin-right: 25px;
    float: left;
    padding: 0;
    color: #636563;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footersp1 a, #footersp2 a, #footersp3 a {
    color: #636563;
    text-decoration: none;
    font-size: 11px;
}

#footersp1 a:hover, #footersp2 a:hover, #footersp3 a:hover {
    color: #000;
}

#footersp1 ul, #footersp2 ul, #footersp3 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


#sidebar_left {
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;
}

.divclear {clear: both;}

.topmessage {
    background-color: #F19999;
    border: 4px solid #f00;
    padding: 10px;
	}
.topmessage a {color: #000000;}


/* Search-Box */
.search-button {padding: 1px 10px;}
.search-input {padding: 2px 0;font-size: 12px;}
.search-result li,ul {font-size: 12px;list-style-type: square;padding-left: 15px;}

/* Error-Box */
.error {
    background: #fbf4e1;
    border: 2px solid #f00;
	margin: 15px 0;
	padding: 5px;
	font-size: 12px;
}


/* Stylesheet: wildbee-2015:Core Modified On 2020-11-29 15:29:01 */
/*  Definition of the 3 colum blocks
==================================== */

#contentwrapper {
    width: 950px;
    float: left;
}

#navimain {
  width: 165px;
  padding-top: 0;
  margin-right: 25px;
  vertical-align: top;
  float:left;
}

#contentrechts {
  width: 165px;
  vertical-align: top;
  padding-top: 5px;
  margin-left: 25px;
  float:left;
}

#contentmain {
  width: 546px;
  min-height: 430px;
  vertical-align: top;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
  float:left;
  background-color: #F8F8F1;
}

/* Stylesheet: wildbee-2015:Core-ContentColums Modified On 2015-02-14 17:25:15 */
/*  Definition for social plugins
================================= */

/* FaceBook */
.fb_iframe_widget {
  background-color: rgb(255,255,255);
}

/* Twitter */
.lasttweet h1{
    font-size:22px;
    padding-left:15px;
    padding-top: 20px;
}
.lasttweet ul {list-style:none;}
.lasttweet a {
    display:block;
    margin-top:10px;
    text-decoration:none;
    color:#009FBF;
}
/* Stylesheet: wildbee-2015:socialnetworks Modified On 2015-02-14 17:27:03 */
/*  NAVI Vertical
==================================== */

#menu_vert {margin: 0; padding: 0;}
#menu_vert ul {list-style: none; margin: 0; padding: 0; font-size: 13px;}
#menu_vert ul ul {margin: 0; padding: 0 0 5px 0; font-size: 12px;}
#menu_vert ul ul ul {margin: 0; padding: 0; font-size: 12px;}
#menu_vert li {list-style: none;}
#menu_vert li.menuactive {margin: 0; padding: 0;font-weight: bold;}
#menu_vert li.menuactive ul {margin: 0;font-weight: normal;}
/* first level links */
#menu_vert a {
    display: block;
    padding: 5px 0 4px 0;
    margin-left: 0;
    color: #000;
    text-decoration: none;
}
/* next level links, more padding and smaller font */
#menu_vert ul ul a {padding: 4px 0 3px 12px;}
/* third level links, more padding */
#menu_vert ul ul ul a {padding: 5px 0 3px 25px;}
/* hover state for all links */
#menu_vert a:hover {text-decoration: none; color:#EE7F00;}

#menu_vert li a.parent {padding-left: 0; padding-top: 7px; margin-bottom: 2px; border-top: 1px solid #FFD500;}
#menu_vert li a.parentfirst {padding-left: 0;}
#menu_vert ul ul li a.parent {padding-left: 0.9em;}
#menu_vert li a.parent span {display: block;margin: 0; padding-left: 0;}
#menu_vert li a.parent:hover {text-decoration: none;}
#menu_vert li a.parent:hover span {display: block; margin: 0; padding-left: 0;}

#menu_vert li.sectionheader {
    border-right: none;
    padding: 0.8em 0.5em 0.5em 1.5em;
    line-height: 1em;
    margin: 0;
    color: #18507C;
    cursor:text;
}
#menu_vert .separator {
    height: 10px !important;
    margin-top: -1px;
    margin-bottom: 0;
    padding: 2px 0 2px 0;
    background-color: #FFF;
    overflow: hidden !important;
    line-height: 1px !important;
    font-size: 1px;
}
#menu_vert li.separator hr {display: none;}
/* Stylesheet: wildbee-2015:NaviVertical Modified On 2016-01-05 18:10:04 */
/*  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: 21px;
  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: 19px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    line-height: 1.2em;
}

h3 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    line-height: 1.2em;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    line-height: 1.2em;
}

h5 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    line-height: 1.2em;
}

h6 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
    line-height: 1.2em;
}

.legende {
  font-size: 13px;  
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

.zitat {
  font-size: 13px;  
  letter-spacing: -0.02em;
  font-style: italic;
  color: #969680;
  line-height: 1.2em;
  text-align:center;
}

.person {
  font-size: 13px;  
  letter-spacing: -0.02em;
  color: #000000;
  font-style:normal;
  line-height: 1.2em;
  text-align:right;
}

.hervorgehoben {
  font-size: 15px;
  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: 11px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.RedBlockTitel {
  display: block;
  background-color: #FFD500;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  border: 2px solid #FFD500;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

span.RedBlockText {
  display: block;
  background-color: #FFF;
  font-size: 13px;
  line-height: 1.2em;
  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: 13px;
  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-size: 13px;
}

.KleinText {
    font-size: 10px;
    }


span.WhiteBlock {
  display: block;
  background-color: rgb(255,255,255);
  font-size: 13px;
  line-height: 1.2em;
  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: 13px;
}
li {
    padding-bottom: 4px;
}

.infocontainer {
    background-color: #009EE0;
    display: block;
}
/* Stylesheet: wildbee-2015:Editor Modified On 2018-03-19 15:10:01 */
/* 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;}
.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;
    }
	
.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: 100%;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.commentform th {
    width: 200px;
    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;
}
/* Stylesheet: wildbee-2015:Blog Modified On 2015-02-14 17:24:06 */
/*  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:40px;
}
.wbcontactform .infotext {
    padding:0;
    margin-left:30px;
    margin-top: 3px;
    font-size:10px;
    font-style:italic;
    display:block;
}
.wbcontactform .datenschutz {
    font-style:italic;
    font-size: 11px;
    margin-top: 15px;
}
.wbcontactform .infotext div {clear:both;}
.wbcontactform .cms_checkbox{
    width:20px;
    margin-right:10px;
    margin-top:23px;
    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:510px;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:24px;
    float:left;
}
.wbcontactform .kontaktaufnahme label {width:auto;}
.wbcontactform .kontaktaufnahme div {clear:both;}

/* Mitteilungsfeld */
.wbcontactform .mitteilung div {clear:both;}
.wbcontactform .mitteilung .cms_textarea {width:100%;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;
}


.wbcontactform .textfields label {padding-left: 30px; font-weight: normal;}
.wbcontactform .textfields input {padding-left: 5px; margin-top: 2px;}


/* Adressfelder */

.wbcontactform .adresse div {clear:both;}
.wbcontactform .adresse label {
    width:250px;
    margin-top:9px;
    display: block;
    font-size: 13px;
    float:left;
}
.wbcontactform .adresse input, select {
    width:290px;
    margin-top: 10px;
    margin-left:0;
}


.wbcontactform .adresse .cms_textfield {
    width:290px;
    margin-top: 10px;
    margin-left:0;
}
.wbcontactform .adresse .cms_emailfield {
    width:290px;
    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;
}
/* Stylesheet: wildbee-2015:FormBuilder Modified On 2018-05-09 06:41:40 */
