<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Open Sans', Helvetica, sans-serif;
	height: 100%;
	margin: 10px auto 10px auto;
	padding: 0;
	/*overflow: auto;*/
	font-size: 1.0em !important; 
	line-height: 1.3em !important;
	font-weight: 400 !important;
	 background: #eaeaea;
 /*background: var(--gelb);*/ 
	color: #565a5f;
}

img { border-style: none; }

p {
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
}

 div i {
 	font-size: 0.8rem;
 }
 
 div i.liste {
 	font-size: 8px;
 	position: relative;
 	padding: 0px 8px 0px 8px;
 	top: -2px;
 }
 
 div i.je {
 	font-size: 5px;
 	position: relative;
 	padding: 0px 5px 0px 5px;
 	top: -3px;
 }
  

button i {
	font-size: 1.2rem;
} 

.w3-button:hover{
  color: #fff!important;
  background-color:#e60e85!important;
}
 
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

#content {
	max-width: 1000px;
	margin: auto;
	background-color: white;
	border: 10px solid #fff;
	box-shadow: 1px 1px 6px #a0a0a0;
	-webkit-box-shadow:  1px 1px 6px #a0a0a0;
	-moz-box-shadow:  1px 1px 6px #a0a0a0;
}

#seiten-anfang, #headline { 
	background: #fff; 
}

header {

margin-bottom: 10px;
	
}

#seiten-inhalt { 
	background: white; 
	min-height: 500px; 
}

#content-area {
	background-color: #fff;
	/*border: 1px solid #d9d9d9;*/
	margin-top: 10px;
	/*padding: 10px 10px;*/
}

#haupt-menue {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	/*background: #2b4242;
	background: #2e4344; */
	background: #67666b;
}


/*
 *=========================================*
   Hinweisbox
 *=========================================*
*/



  #popup {
    width: 780px;
    height: 400px;

  }
  #popup .hg{
    background-image: url(/files/myFiles/gfx/page/savethedate_2021.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 605px;
    height: 292px;


  }
  #popup .click{
    background-image: url(/files/myFiles/gfx/page/buttons/pdf_click.png);
    width: 57px;
    height: 71px;
    position: absolute;
    bottom: 23px;
    right: 34px;

  }

  #popup .hinweis{
    background-image: url(/files/myFiles/gfx/page/savethedate_2024.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 900px;
    height: 540px;
  } 

/*
 *==================================*
   LINKS
 *==================================*
 */

a.email, .mail-link{
  	background-color: transparent;
	text-decoration: none;
	color: var(--blau)!important;
}


a.email:active, .mail-link:active{
	color: var(--blau-h);
  	outline-width: 0;
	text-decoration: none;
}

a.email:hover, .mail-link:hover{
	color: var(--rot)!important;
  	outline-width: 0;
	text-decoration: underline;
}  

a.nu:active, a.nu:hover{
  	outline-width: 0;
	text-decoration: none;
}

 
a.PdfLink {
font-weight: 400;
 background-color: transparent;
 text-decoration: none;
 color: #333333;
}
a.PdfLink:active,
a.PdfLink:hover {
 color: #c10000;
 outline-width: 0;
 text-decoration: none;
}

a.Anmeldung
{
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 16px;
  font-size-adjust: none;
  font-stretch: normal;
  display: inline-block;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  text-transform: uppercase;
  border-top-width: medium;
  border-right-width-value: medium;
  border-bottom-width: medium;
  border-left-width-value: medium;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  height: 36px;
  line-height: 36px;
  color: #ffffff!important;
  background-color: var(--rot)!important;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  letter-spacing: 1px;
}



a.Anmeldung:hover{
  color: #ffffff;
  background-color: var(--blau)!important;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}


/*
 * Input Elements
 */

 .formbody{
  padding: 0px 16px 0px 0px;
}
 
input, textarea{
  padding: 8px;
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  margin: 5px 10px 15px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

label, .captcha_text  { margin-left: 10px;}

span.mandatory { padding-left: 5px;
color:#a11919;
}
.submit.anfrage-senden {
  margin: 15px 10px 15px 10px;
	
}

/*
 * Programm Elemente
 */

.p-zeit {

	font-weight: 300!important;
	width:60px !important;	
} 
 
.p-text-0 {

	font-weight: 300 !important;
	line-height: 1.5rem !important;	
}

.p-text-1 {
	font-weight: 600 !important;
	
}


.p-text-2 {
	font-weight: 300 !important;
	font-style: italic !important;
	padding: 0px 0px 0px 1px;
	line-height: normal;

}

.p-text-2-1 {
	font-weight: 300 !important;
	font-style: italic !important;

}

.p-text-3 {

	font-weight: 300 !important;

	border-bottom: 1px solid;
	display: inline-block;
}

.p-text-4 {
	font-weight: 500 !important;
	font-size: 1.4rem !important;
	
	
} 

.p-thema-1 {
	font-weight: 500 !important;
	font-size: 1.4rem !important;
	line-height: 1.4rem !important;
	padding-left:5px !important;
	border-left: 3px solid #e72229 !important;
}

.p-person-1 {
	font-weight: 400 !important;
	font-size: 1.1rem !important;
	margin: 5px 0px 0px 8px !important;
} 

.p-pause-1 {
	font-weight: 400 !important;
	line-height: 1.4rem !important;
}

.p-sponsor {
	font-weight: 300 !important;
	font-size: 1rem !important;
	padding: 5px 0px 5px 0px !important;
} 

.p-support {
	font-weight: 300 !important;
	font-size: 1rem !important;
	font-style: italic !important;
	color: #000000;
}

.p-lunch-symposien-box  {
  display: inline-block !important;
	padding:0px 10px 0px 10px !important;
  margin-left: 5px !important;
	border-left: 2px solid var(--blau-h) !important;
  /*border-right: 2px solid var(--blau-h) !important;*/
}

.p-lunch-symposien-box::before {
font-family: "Font Awesome 5 Pro";
  color: var(--blau-h);
  font-size: 14px;
  font-weight: 900;
  content: "\f111";
  display: inline-block;
  position: relative;
  top: -5px;
  left: -18px;
}


.p-lunch-symposien-inhalt  {
  position: relative;
	top: -5px;

}


/*
 * sonstige Gestaltungselemnte
 */

.list-1 {
		font-size: 0.75rem !important;
		color: var(--blau-h) !important;
		position: relative !important;
		top: -1px !important;
}

.hl_1{
	border-bottom: 1px dotted #cccccc;
	font-size: 1px;
	line-height: 1px;
	margin: 10px 0px 9px 0px;
}


/*
 * Clear Floated Elements
 */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }
</pre></body></html>