body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin:0;
  padding:0;
  background-color: white;
}

#div1col {
  width: 100%;
}

#div1col #header {
    margin-top: 0px;
	position: relative;
    height: 140px;
    padding: 0px;
    margin: 0px;
    width: 100%;
	z-index:1;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    box-shadow: 0px 3px 10px #999;
    -moz-box-shadow: 0px 3px 10px #999;
    -webkit-box-shadow: 0px 3px 10px #999;
}

#div1col #header #topborder {
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgb(192,0,0);
}

#div1col #header #headcontent {
  width: 100%;
}

#div1col #header #headcontent .headtopnav{
  text-align:right;
  padding: 3px;
  padding-right: 10px;
}

#div1col #header #headcontent .headtopnav a{
  color: #666;
  text-decoration: none;
}

#div1col #header #headcontent .headtopnav a:hover{
  color: rgb(192,0,0);
}

#div1col #header #headlogo {
    position: absolute;
    top: 15px;
	left: 30px;
	width:400px;
	max-width:100%;
}

#div1col #header #headlogo #headlogoimg {
	float: left;
}
#headlogoimg  a img{
	border:0;
}
#div1col #header #headlogo #headlogotext {
	float: right;
	position: absolute;
	left:70px;
	bottom:2px;
}
#div1col #header #headlogo #headlogotext h1, #div1col #header #headlogo #headlogotext h2, #div1col #header #headlogo #headlogotext h3 {
  display: inline;
}

#div1col #header #headlogo #headlogotext h2 {
  color: rgb(192,0,0);
  font-size: 2.1em;
}

#div1col #header #headlogo #headlogotext h3 {
  font-size: 0.9em;
}

nav {    /*Navigation*/
	position: relative;
	z-index: 300;
	margin-top: -71px;
	right: 20px;
	float: right;
	background-color: transparent;
}

nav ul {             
    list-style-type: none;
    margin: 5;
	margin-bottom: 30;
    padding: 0;
    background-color: white;
}

nav ul li {
    float: left;
	margin-bottom: 0;
}

nav ul li a {
		border-radius: 15px 5px 15px 5px;
		box-shadow: 2px 3px 5px #666, inset 2px 2px 4px #fff;
}

@media screen and (min-width: 1021px){
nav ul ul {
	position: absolute;
	font: 0/0 serif;
	z-index: -1;
	transition: font 0.1s;
	background-color: transparent;
	width: 190px;
}

nav ul li ul a{
	padding: 0;
	border: 0;
	background-color: rgb(204,204,204);
}

nav ul li:hover ul a {
	padding: 9px 26px;
}

nav ul li:hover ul {
	font: inherit;
    z-index: auto;

}
}

nav ul li a {
    display: block;
    color: black;
    text-align: center;
    padding: 9px 26px;
	margin:5px;
    text-decoration: none;
	background-color: white;
	border: 0;
}

nav ul li a:hover:not(.active) {background-color: rgb(230,80,80); color: white;}

nav ul li a.active {background-color: rgb(192,0,0); color: white; font-weight:300;}
nav ul li a.herv {border:solid 2px rgb(192,0,0);}
nav ul li a.csd {background-image: url("/pics/csd-flagge-2.png");background-repeat: no-repeat;background-position:left;background-size:55% 100%;}
nav ul li a.csd:hover {background-image: none;}

nav ul li.right {float: right;}

#flex {
  margin-top: -15px;
  display:flex;
  width:100%;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:flex-start;
  align-items:stretch;
}
#left {
  padding-left: 10px;
  border-right:dotted 1px rgb(192,0,0);
}

#right {
  padding-right: 10px;
  border-left:dotted 1px rgb(192,0,0);
}

#boiler {
  width:100%
}

#locationflex{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:space-between;
  -ms-flex-pack:justify;
  align-items:stretch;
  -ms-flex-align:stretch;
}

#inlocationflexleft{
  flex:1;
  padding-right:20px;
}
#inlocationflexright{
  flex:2;
  padding-left:20px;
}

#inlocationflexmiddle td {
  text-align: left;
  vertical-align: top;
}


@media (max-width:930px){
#locationflex{
  display:block;
}
#inlocationflexleft{
  padding-right:0;
  padding-bottom:10px;
}
#inlocationflexright{
  padding-left:0;
  padding-top:10px;
}
}

.incontent {
  display: block;
  padding: 19px;
  padding-top: 55px;
  color: black;
}

.incontent h2, h4, h6{
	color: rgb(192,0,0);
}

.incontent p {
	margin-left: 1em;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-lines: 2;
	-moz-hyphens: auto;
	-moz-hyphenate-limit-lines: 2;
	-o-hyphens: auto;
	-o-hyphenate-limit-lines: 2;
	hyphens: auto;
	hyphenate-limit-lines: 2;
}

.incontent a {
  color: rgb(192,0,0);
  text-decoration: none;
}

.incontent ul {
	list-style: none;
	color: rgb(100,100,100);
	margin-left: 1em;
}

.incontent ul li::before {content: "\25C9"; color: rgb(192,0,0);
  display: inline-block; width: 1.5em;
  margin-left: -1.5em;
}

#left .incontent ul {
  margin-left:-1em;
}

#left .incontent a {
  color: #666;
  text-decoration: none;
}

#album {           /*Fotoalbum auf Location-Seite*/
  max-width: 650px;
  text-align: center;
  margin: auto;
}

#album img {
  border: 2px solid rgb(238,238,238);
  width: 200px;
  height: 150px;
  position: relative;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=50);
  transition: 0.3s ease;
}

#album img:hover {
  z-index:500;
  border: 0px;
  opacity: 1;
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  transform: scale(2, 2);
}


@media (max-width: 800px) {
  #flex {
    display:block;
  }
  #left {
    display:none;
  }
  #right {
    display:none;
  }
}

@media (min-width: 801px) {
  #subcal {
    display:none;
  }
}

@media not screen {
  #flex {
    display:block;
  }
  #left {
    display:none;
  }
  #right {
    display:none;
  }
}

@media screen and (max-width: 1020px){
    nav ul li.right, 
    nav ul li {
	  float: none;
	  }
	  nav ul li a {
	  margin:0;
	  border-bottom:1px solid rgb(230,80,80);
	  padding: 4px;
	  border-radius: 0px;
	  box-shadow: none;
	  }
	  nav ul li a:hover:not(.active) {background-color: rgb(230,80,80);}
	  nav ul li a.parent:not(.active) {
	  display:none;
	  }
	  nav {
	  margin-top: -15px;
	  right:0;
	  float: none;
	  }
	  #div1col #header {
	  box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;  
	  }
	  nav ul li a.herv {
	  border:none;
	  border-bottom: 2px solid rgb(192,0,0);
	  border-top: 2px solid rgb(192,0,0);
	  }
	  .incontent {
		padding-top: 15px;
      }
}                /*Ende Navigation*/



@media (max-width: 550px) {
  #div1col #header #headlogo #headlogotext h3 {
    font-size: 0.7em;
  }
  #div1col #header #headlogo #headlogotext h2 {
    font-size: 1.6em;
  }
  #div1col #header #headlogo {
    left: 10px;
  }
}

@media not screen {
	.noprint {
		display:none;
	}
}

@media screen {
	.onlyprint {
		display:none;
	}
}

.responsive-element {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsive-element iframe { 	/*Google-Map passt sich dem Handy-Display an*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.guide-label {
  font-size: 14px;
  color: rgb(192,0,0);
  background: rgb(192,192,192);
  padding: 2px 20px;
  font-weight: 900;
}

.guide-entry {
  color: black;
  background: while;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 3px;
}

.guide-entry:not(:last-child) {
  border-bottom: dotted 1px rgb(192,192,192);
}

.guide-link{
  font-weight: 900;
}

.location-details{
  display:box;
  padding:35px;
  -webkit-box-shadow:5px 5px 15px rgb(50,50,50);
  -moz-box-shadow:5px 5px 15px rgb(50,50,50);
  -o-box-shadow:5px 5px 15px rgb(50,50,50);
  -ms-box-shadow:5px 5px 15px rgb(50,50,50);
  box-shadow:5px 5px 15px rgb(50,50,50);
}

@media (max-width:930px) {
  .location-details{
  padding:15px;
  }
}

.kalendereintrag {
  padding-top:5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-left: solid 4px transparent;
}

.sonder {
  border-left: solid 4px rgb(192,0,0);
  background-color: rgb(238,238,238);
  margin-top: 3px;
}

.monatlich {
  border-left: double 4px rgb(192,0,0);
  background-color: rgb(238,238,238);
  margin-top: 3px;
}

.kalenderdetails {
  color:rgb(100,100,100);
  font-size: 0.9em;
}

.kalenderdatum{
  border-bottom: solid 2px rgb(192,0,0);
  margin-top: 14px;
}

.today {
  border: solid 1px rgb(192,0,0);
}

.current {
  background-color: rgb(238,238,238);
}

.monthcalweekdays, .monthcalentry {
  text-align:center;
  padding-left: 3px;
  padding-right: 3px;
}

.monthcal a {
  color: #666;
}

.monthcal {
    box-shadow: 10px 10px 29px 2px rgba(133,133,133,0.58);
    -moz-box-shadow: 10px 10px 29px 2px rgba(133,133,133,0.58);
    -webkit-box-shadow: 10px 10px 29px 2px rgba(133,133,133,0.58);
	border:0;
}

#left .incontent .othermonth a, .othermonth a {
  color: rgb(192,192,192);
}

.sonntag, #left .incontent .sonntag a, .sonntag a {
  color: rgb(192,0,0);
}

.monthcalheader {
  font-size: 1.2em;
  border-bottom: solid 2px rgb(192,0,0);
  padding-bottom: 3px;
  text-align: center;
}

.rechterpfeil {
  float: right;
}

.linkerpfeil {
  float: left;
}

.bottomnav {
  width: 100%; 
  margin:10px 0; 
  text-align:center; 
  font-weight: 900;
}

.bottomline {
  width: 100%;
  border-bottom: dotted 1px rgb(192,0,0);
  margin-top: 30px;
}

.news{
  margin:20px 0 0 0;
  float:left;
  hyphens: auto;
}
#right .news{
  margin:10px -25px 0 0px;
  float:right;
}

.news2{
  margin:20px 0 0 0;
  float:left;
  hyphens: auto;
}
#right .news2{
  margin:10px -25px 0 0px;
  float:left;
}

.news-date{
  font-size:0.8em;
}

.news img{
  float:left;
  margin-right: 5px;
  border-radius: 3px;
  border:0;
}

.news2 img{
  float:right;
  margin-left: 5px;
  border-radius: 3px;
  border:0;
}

.news ul li::before {content: "\25C9"; color: rgb(192,0,0);
  display: inline-block; width: 1.5em;
  margin-left: 1em;
}

.werbung img {
	max-width:170px;
	margin-left:20px;
}