/* * CMSBOX 2.2 * * * * * * * * *
*                               *
*   Content Management System   *
*   © 2007 Cmsbox GmbH, Bern    *
*   contact (at) cmsbox . com   *
*                               *
* * * * * * * * * * * * * * * * */
/* @group  G L O B A L
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* LAYOUT */
html, body {
  color: #007762;
  font-size: 12px;
  background: #fff;
  line-height: 1.4em;
  font-family: "Arial", sans-serif;
}
.cb-layout1 .topwrapper {
  height: 120px;
  background: #fff url(../images/headerbg.png) no-repeat 4px 3px  
}
.topwrapper {
  width: 954px;
  height: 181px;
  margin: 0 auto;
}
.moodwrapper {
  width: 954px;
  margin: 0 auto;
}
#desk {
  width: 1010px;
  margin: 0 auto;
  min-height: 100%;
  background: #fff;
}
#topline {
  height: 3px;
  width: 954px;
  margin-bottom: 14px;
  background-color: #b10135;
}
.cb-layout1 #moodcontainer {
  display: none;
}
#moodcontainer {
  width: 100%;
  background: url(../images/shadow.png) no-repeat 0 0;
}
.cb-layout1 #topcontainer {
  height: 98px;
  width: 954px;
  margin-top: -17px;
  background: none;  
}
#topcontainer {
  float: left;
  width: 954px;
  height: 113px;
  background: #fff url(../images/headerbg.png) no-repeat right 0;
}
.cb-layout1 #bottomcontainer {
  display: none;
}
#bottomcontainer {
  width: 954px;
  height: 26px;
  margin: 0 auto;  
  background: #fff url(../images/bottombg.png) no-repeat right 0;
}
.cb-layout1 #contentcontainer {
  width: 592px;
  margin: 0 auto;
  margin-top: 13px;
}
#contentcontainer {
  width: 954px;
  margin: 0 auto;
}
.cb-layout1 #content{
  float: left;
  width: 592px;
}
#content {
  float: left;
  width: 954px;
  margin: 0 auto;  
  min-height: 300px;	
}
#home {
  float: left;
  width: 197px;
  height: 98px;  
  margin-top: 7px;  
  margin-left: 350px;
}
.logo {
  width: 197px;
  height: 98px;
  display: block;
}
#kontakt {
  bottom: 0;		
  left: 29px;	
  width: 175px;	
  position: absolute;
}
#kontakt h2 {
  font-size: 15px;	
  margin: 0 0 5px 9px;
}
#kontakt p {
 line-height: 1.6em;
 background: #eff1ea;  
 padding: 15px 0 50px 10px; 
}
.cb-layout2 #kontakt {
  display: none;
}
.cb-layout1 .sub2container {
  display: none;
}
.sub2container {
  float: left;
  width: 186px;
  margin-top: 38px;
  margin-right: 2px;
  min-height: 256px;
  background: #eff1eb;
}

/* @end *//* @group  M U L T I - M O O D
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* GENERAL */
#slides, #expo div.link {
  height: 194px;
}
/* MOOD CONTAINER */
#expo {
  width: 954px;
  clear: both;
  margin: 0 auto;
  background: #fff;  
  position: relative;
}
/* IMAGE CONTAINER */
#slides {
  overflow: hidden;
  position: relative;
z-index: 1;
}
#slides img {
  display: block;
}
/* MOOD NAVIGATION */
#expo div.link {
  top: 195px;
  height: 26px;
  width: 954px;
  position: absolute;
  background-image: none;
z-index: 500;  
}
#expo div.link a.link {
display: none;
}
#expo div.link a.link:hover { 
  text-decoration: none;
}
#expo div.link a.prev {
  left: 0;
}
#expo div.link a.next {
  right: 0;
}

/* INDEX TABLE */
#expo div.link table.cb-index {
  border-collapse: collapse;
  margin-left: 14px;
  z-index: 550;
}
#expo .cb-index-some {
  display: none;
}
#expo .cb-index {
  top: 0;
  position: absolute;
  border-collapse: collapse;
z-index: 550;
}

/* My Comment */
#expo .cb-index td {
  text-align: center;
}

#expo div.link table.cb-index td a {
  color: #b1bc97;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 0 6px;
  text-align: center;
  text-decoration: none;
}
#root #expo div.link .cb-index td a:hover {
  text-decoration: none;
  color:#8d957a;
}
#root #expo div.link .cb-index td a:active {
  color:#8d957a;
}
#expo div.link .cb-index td.even a {
}
#expo div.link .cb-index td.odd a {
}
#expo div.link .cb-index td.init a {
} 
#expo div.link .cb-index td.exit a {
} 

/* @end *//* @group  N A V I G A T I O N
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* GENERAL */
div.navi {
  float: left; /* float for ie7 edit mode */
}
div.navi div.item {
  float: left;
}
/* LEVEL 1 */
.cb-layout1 div.sub1 {
display: none;
}
div.sub1 {
  width: 954px;
  margin-bottom: 17px;
}
div.sub1 div.item {
  margin-right: 22px;
}
div.sub1 a.menu {
  color: #007762;
  font-size: 15px;
}
div.sub1 a.path {
  color: #b10135;
}
div.sub1 a.menu:hover {
  color: #b10135;
  text-decoration: none;
}
/* LEVEL 2 */
div.sub2 {
  float: left;
  width: 186px;
  margin-right: 2px;
  min-height: 256px;
  background: #eff1eb;
}
div.sub2 div.item {
  width: 166px;
  margin-top: 10px;
  margin-left: 10px;
}
div.sub2 a.menu {
  color: #007762;
  font-size: 15px;
}
div.sub2 a.path {
  color: #b10135;
}
div.sub2 a.menu:hover {
  color: #b10135;
  text-decoration: none;
}
/* @end *//* @group  C O N T E N T
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* HEAD */
#view.cb-layout1 #head{
  display: none;
}
.cb-layout1 #head {
  margin-left: 30px;
  margin-bottom: 10px;
}
#head {
  float: left;
  width: 601px;
  margin-left: 5px;
  margin-top: 17px;
}
h1 {
  color: #007762;	
  font-size: 19px;	
  line-height: 1.1em;
}
div.unit h2 {
  font-size: 15px;
  line-height: 1.4em;
}

/* main */
.cb-layout1 div.main {
  width: 592px;
}
.cb-layout1 div.main div.unit {
  margin: 0 13px 0px 13px;
}
.cb-layout1 div.main h2, 
.cb-layout1 div.main div.foot {
  margin: 0 4px;
}
.cb-layout1 div.main div.part, 
.cb-layout1 div.main div.grid table {
  margin: 4px 4px;
}
.cb-layout1 div.main div.wide {
  width: 540px;
  padding: 0 13px;
  background: url(../images/smallshadow.png) no-repeat 0 26px;  
}

.cb-layout1 div.main div.wide table, 
.cb-layout1 div.main div.wide div.tall {
  width: 532px;
}
.cb-layout1 div.main div.wide div.tiny {
  width: 262px;
}
.cb-layout1 div.main div.slim  {
  width: 244px;
}
.cb-layout1 div.main div.slim table, 
.cb-layout1 div.main div.slim div.tall {
  width: 236px;
}
.cb-layout1 div.main div.slim div.tiny {
  width: 114px;
}
.cb-layout1 div.main div.pict {
  margin: 0 4px;
  padding-bottom: 12px;
  background: #aeba94 url(../images/verlauf.png) no-repeat 0 bottom;
}


/* layout2 main */
.cb-layout2 div.main {
  width: 608px;
}
.cb-layout2 div.main div.unit {
  margin: 0 2px 10px 2px;
}
.cb-layout2 div.main h2, 
.cb-layout2 div.main div.foot {
  margin: 0 10px;
}
.cb-layout2 div.main div.part, 
.cb-layout2 div.main div.grid table {
  margin: .4em 10px;
}
.cb-layout2 div.main div.wide {
  width: 604px;
  background: #dcdfd1;
}
.cb-layout2 div.main div.wide table, 
.cb-layout2 div.main div.wide div.tall {
  width: 584px;
}
.cb-layout2 div.main div.wide div.tiny {
  width: 282px;
}
.cb-layout2 div.main div.slim  {
  width: 300px;
  background: #dcdfd1;
}
.cb-layout2 div.main div.slim table, 
.cb-layout2 div.main div.slim div.tall {
  width: 280px;
}
.cb-layout2 div.main div.slim div.tiny {
  width: 130px;
}
#root .cb-layout2 div.main div.pict {
  margin: 0;
}
#root .cb-layout2 div.main div.text {
  margin: 0.4em;
}



/* layout2 side */
.cb-layout2 div.side {
  width: 156px;
  margin-left: 2px;
  margin-top: -21px;
}
.cb-layout2 div.side div.unit {
  margin: 0 0 10px 0px;
}
.cb-layout2 div.side h2, 
.cb-layout2 div.side div.foot {
  margin: 0 6px;
}
.cb-layout2 div.side div.part, 
.cb-layout2 div.side div.grid table {
  margin: .4em 6px;
}
.cb-layout2 div.side div.wide {
  width: 156px;
}
.cb-layout2 div.side div.wide table, 
.cb-layout2 div.side div.wide div.tall {
  width: 144px;
}
.cb-layout2 div.side div.wide div.tiny {
  width: 66px;
}
.cb-layout2 div.side div.slim  {
  width: 78px;
}
.cb-layout2 div.side div.slim table, 
.cb-layout2 div.side div.slim div.tall {
  width: 66px;
}
.cb-layout2 div.side div.slim div.tiny {
  width: 27px;
}
#root .cb-layout2 div.side div.body {
      background: #dcdfd1;
      margin-top: 0;
}

/* @end *//* @group  U N I T S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*  PURE */
div.pure {
  border: none;
}
div.pure div.head h2 {
  border-bottom: none;
}
/*  SEAM */
div.seam {
  border: none;
}
div.seam div.head {
  color: #333;
  border-bottom: none;
  background: transparent;
}
#root div.seam div.body {
  margin: 0;
}


/*  FLAT */
div.flat {
  color: #fff;
  background: #666;
  border: 1px solid #fff;
}
div.flat div.head {
  color: #fff;
  background: #666;
  border-bottom: 1px solid #fff;
}
/*  EDGE */
div.edge {
  border: 1px solid #999;
  border-left-color: #fff;
  border-right-color: #fff;
}
div.edge div.head {
  border-bottom: 1px solid #999;
}
/*  ALL PURE *
div.pure, div.seam, div.flat, div.edge {
  color: #111;
  border: none;
  background: transparent;
}
div.pure div.head h2, div.seam div.head, div.flat div.head, div.edge div.head {
  color: #111;
  border: none;
  background: transparent;
} */
/* @end *//* @group  P A R T S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* LEAD */
h3, h4, h5, h6 {
}
h3 {
  font-size: 1.1em;
  text-decoration: underline;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;		
}
h6 {
  font-size: 1em;
  font-style: italic;
}
/* TEXT */
.cb-layout1 p.norm {
  font-size: 17px;
  margin-left: 7px;
}

.cb-layout1 {
  line-height: 1.1em;
}

.cb-layout2 p.norm {
  line-height: 2.0em;
}

.loud {
  background-color: #b10135;
}

img {
  width: 100%;
  height: auto;
}

/*
div.text p.loud {
}
div.text p.pale {
}
div.text p.skew {
}
*/
/* LINK / FILE */
a, div.link a.open, a.open {
  color: #007762;
  text-decoration: none;
}
a:hover, 
div.link a.open:hover {
  color: #b10135 ;
  text-decoration: none;
}
#root a.null:hover {
  text-decoration: none;
}
div.link a.open {
  margin-left: 14px;
}
/*
div.link {
  background-position: 0 5px;
}
div.doit {
  background-position: 0 5px;
}
div.mail {
  background-position: 0 4px;
}
div.load {
  background-position: 0 3px;
}
div.rss {
  background-position: 0 3px;
}
*/
/* INLINE LINKS */
/*.text a, .lead a, .gist a, .dent a, h2 a {
  color: #000;
}*/
/* PICT */
div.unit div.crop {
  height: 320px;  
}
/* LIST */
div.list p.item {
  list-style-image: url(/icon-link/list.gif);
}
/*div.list p.dent {
  list-style-image: url(/icon-link/list.gif);
}*/
/* LINE */ 
div.line hr  {
  border-bottom-color: #333;
}
/* TABLES */
div.grid table td {
  border-color: #999;
  border-style: solid;
}
div.grid table thead td,
div.grid table tfoot td {
  background: #ccc; 
  font-weight: 800;
}
div.grid table.vert tbody.beam td.odd,
div.grid table.horz tbody.beam tr.odd td {
  background: #eee;
}
/* @end *//* @group  S E R V I C E S
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* META */
#view p.dock a.home {
  display: none;
}
.cb-layout1 #services {
  top: 100px;
  position: relative;
}
p.dock {
  margin: 0;	
  float: right;	
  text-align: right;
}
p.dock a.meta {
  font-size: 12px;	
  padding: 0 0 0 7px;
}
p.dock a.meta:hover {
  text-decoration: underline;
}
/* BRANDING */
.cb-layout1 #cmsbox {
  display: none;
}

#cmsbox,
#cmsbox a.meta {
  color: #a9a9a9;
  font-size: 10px;
  letter-spacing: .03em;
  text-transform: lowercase;
}
/* LIGHTBOX */
#disp {
  background: #fff;
  border: 3px solid #888; /* hacks.css */
}
#lbox div.head,
#lbox div.head h2,
#lbox div.head a.quit  {
  color: #444;
  height: 36px;
  background: #ddd;
  line-height: 36px;
}
/* ZOOM */
#lbox div.zoom {
  width: 740px;
  margin-left: -373px;
}
/* @end */
/* @group EDIT MODE */
/*.navi .menu .edit { 
  background-image: none !important;
}*/
/* @end */




/*===============================================*/
/*============== Formular Kalender ==============*/
/*===============================================*/

.form .word {
  position: relative;
}
.calendar {
  z-index: 220;
  background: #fcfcfc;
  width: 260px;
  right: 0 !important;
  top: 0 !important;
  color: #777;
  padding: 14px;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,.6);
  font-size: 12px;
  line-height: 1;
}
.calendar a {
  color: #777;   
  text-decoration: none;
}
.calendar table {
  width: 100% !important; 
}
.calendar tbody td {
  font-weight: normal;
}
.calendar .week th {
  padding: 15px 0;
}
.calendar tbody td a {
  display: block;
  line-height: 26px;
  border-radius: 100px;
  width: 26px;
  text-align: center;
}
.calendar tbody td a:hover,
.calendar tbody td.show a {
  background: #777;
  color: #fff;
  text-decoration: none;
}




/*=========================== fancy cocokie ====================*/ 


#cb-cookie-warning {
  position: fixed;
  bottom: 36px;
  z-index: 10000;
  width: 400px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #b10135;
  color: #3C4244;
  font-size: 15px;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 30px;
  left: 0;
  transform: translateX(-100%);
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  left: 0 !important;
  transform: translateX(-100%) !important;
  transition: all 0.3s !important;
}
.show-content #cb-cookie-warning {
  left: 36px;
  transform: translateX(0);
  transition: all 0.6s 0.2s ease;
}
@media (max-width: 767px) {
  .show-content #cb-cookie-warning {
    left: 0;
  }
}
@media (max-width: 767px) {
  #cb-cookie-warning {
    bottom: 0;
    padding: 24px;
    border-radius: 0;
  }
}
.cb-cookie-warning--container {
  float: left;
  width: 100%;
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
}
.cb-cookie-warning--text a {
  text-decoration: underline;
}
.cb-cookie-warning--text a:hover {
  color: #5D7830;
}
.cb-cookie-warning--actions {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
#cb-cookie-warning__button--accept {
  float: left;
  order: 1;
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  padding: 10px 30px 10px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.4s;
}
#cb-cookie-warning__button--accept:hover,
#cb-cookie-warning__button--accept:focus {
  background-color: #eff1ea;
}
@media (max-width: 767px) {
  #cb-cookie-warning__button--accept {
    width: 100%;
    font-size: 18px;
    line-height: 1.33333333;
  }
}
#cb-cookie-warning__button--decline {
  float: left;
  order: 2;
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  padding: 10px 30px 10px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.4s;
}
#cb-cookie-warning__button--decline:hover,
#cb-cookie-warning__button--decline:focus {
  background-color: #eff1ea;
}
@media (max-width: 767px) {
  #cb-cookie-warning__button--decline {
    width: 100%;
    font-size: 18px;
    line-height: 1.33333333;
  }
}

