h2, h3, h4, h5, h6 { color: #547B97; }

/* Layout - Calendar */

a.cc-event:link,
a.cc-event:visited { background-color: #975459; }
a.cc-event:hover { background-color: #6A3333; }

a.cc-own:link,
a.cc-own:visited { background-color: #8BB243; }
a.cc-own:hover { background-color: #5F8024; }

a.cc-single:link,
a.cc-single:visited { background-color: #808D96; }
a.cc-single:hover { background-color: #4C5359; }

a.cc-multiple:link,
a.cc-multiple:visited { background-color: #547B97; }
a.cc-multiple:hover { background-color: #334F6A; }

a.cc-conflict:link,
a.cc-conflict:visited { background-color: #334F6A; }
a.cc-conflict:hover { background-color: #334F6A; }

/* Layout - Alternate Calendar */

.cc-range-member a {
    border-color: #547B97 !important;
    background-color: #547B97 !important;
}

/* General Purpose - Classes */

.my-highlight { color: #5F8024; }

.badge { background-color: #547B97; }
.badge-label { color: #547B97; }

/* Links */

a:link, a:visited { color: #334F6A; }


body {
  margin: 0;
  padding: 16px;
  font-family: Verdana,sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #FFF;
  min-width: 380px;
  background: #333 url(../imgs/layout/csm_Friedeburg.jpg) center top;
    background-size: auto;
  background-size: cover;
}

#content {
  padding: 0px !important;
  width: 100%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 2%;
  margin-bottom: 2%;
}

div#header.no-wrap.no-print div#label a#logo {
  background-size: contain;
  width: 63px;
  left: 16px;
}


div#header.no-wrap.no-print div#label {
  background-color: #027f42eb !important;
  border-radius: 5px;
  float: left;
  padding-left: 11px;
  padding-right: 23px;
}

#topbar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 768;
  height: 75px;
  overflow: hidden;
  background-color: #027f42eb;
  padding-right: 25px;
  border-radius: 5px;
}

#footer {
  cursor: default;
  border-top: solid 1px #666;
  background-color: #027f42eb !important;
  width: 13%;
  margin-bottom: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;

}

div#footer div.centered-text {
	color: white !important;	
}

.centered-text {
  text-align: center;
  color: black !important;
}

div.links-back.left-text a.unlined.white.back-button {
  color: black;
}

div#footer div.centered-text a {
  color: white;
}

.links-back, .links-forth {
  display: inline-block;
  margin: 0 48px;
  line-height: 1.3;
  vertical-align: top;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  color: black;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
-moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
}

.links-forth ul {
  margin: 4px 0 0 4px;
  padding-left: 16px;
  color: #000;
}

div.links-forth.left-text.no-wrap ul li a.unlined.white {
  color: black;
}

@media screen and (min-width:64px) {
 #label {
  background:unset !important
 }
}


