﻿/** Changelog for SP
 *
 * 1. Rename #col1 -> .col1 ...
 *
 *	2023-03-06, Heidemann: WPQ5,6 und 7 eingefügt; 
 *							"auskommentierung" '#border' normgerecht auf slash - Stern korrigiert
 **/


/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2.1 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.3
 */

  /**
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

   /*
		body { overflow-y: scroll; }
	*/
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body {
  	background-color: #f3f3f3;
  	padding: 0 0 10px 0;
  }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins {
  	margin: 0 auto;
	width: 960px;
	border: 0 none;
    box-shadow: 0 0 10px #000;
    background-color: #fff;
}

  /* Layout Properties | Layout-Eigenschaften */
  #teaser { clear:both; padding: 0 10px; margin: 10px 0; }
 #nav {
	overflow:visible;
	background-color: #709708;
	min-height: 2.3em;
	border-bottom: 1px solid #f3f3f3;
	z-index:999;

}

/* Navi */

#schriftzug {
    float: left;
    padding-top: 20px;
}

 #topnav {
 	position:relative;
 	text-align:right;
 	color: #aaa;
 	background: transparent;
 	z-index:1;
 }

#topnav img{
    float: right;
    margin-left: 20px;
    width: 102px;
}

 #topnav .rublogo {
	position:absolute;
	top:0px;
 	right:-30px;
 }

 #uninavi {
 	line-height: 4em;
 	padding-right: 90px;
 }

 #uninavi a:link, #uninavi a:visited {
    color: #5C5C5C;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.wrapper {
	border: 0 none;
}

/* Header */

#header {
	background-image:url(../img/bg-oben-unterseite-grau136.gif);
	background-repeat:repeat-x;
	color: #000;
}

#header h1 {
	color: #709108;
	font-size: 200%;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	text-transform: uppercase;
}

#main { margin: 10px 0; background: #fff; z-index:99; }
#footer {
	padding: 10px 0;
	color:#666;
	background: #f9f9f9;
	border-top: 5px #efefef solid;
}

#footer .wrapper {
	padding: 0 10px;
}

#footer ul {
    list-style-type: none;
    list-style-image: url(../img/navigation/pfeil-rechts2.gif);
}

#footer .linkleiste,
#footer .fusszeile p {
  padding: 10px;
}

#footer a {
	color: #6b6b6b;
}
#footer a:hover {
	text-decoration: underline;
}

#footer h6 {
  color:#6b6b6b; 
  font-size:1em; 
  font-weight:bold;
}

#footer .fusszeile {
  border-top: 1px solid #efefef;
  margin-top: 6px;
}

/* Social Media Footer */

#footer .socialfooter {
	margin-left: 0;
	list-style: none;
}

#footer .socialfooter li {
	list-style-image:none; 
	margin-left: 0px; 
	line-height:20px	
}

#footer .socialfooter a {
	background-repeat:no-repeat; 
	padding: 2px 0 2px 20px; 
	background-position: 0 0;
}

#footer a[href*="facebook.com"]:link, 
#footer a[href*="facebook.com"]:visited {
	background-image:url(../img/icons/footer-fb.gif); 
}

#footer a[href*="twitter.com"]:link, 
#footer a[href*="twitter.com"]:visited {
	background-image:url(../img/icons/footer-tw.gif); 
}

#footer a[href*="youtube.com"]:link, 
#footer a[href*="youtube.com"]:visited {
	background-image:url(../img/icons/footer-yt.gif); 
}

#footer a[href*="instagram.com"]:link, 
#footer a[href*="instagram.com"]:visited {
	background-image:url(../img/icons/footer-ig.gif); 
}

#footer .socialfooter a:hover {
	background-position: 0 -24px; 
}


/*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  .col1 { float: left; width: 25%;  margin:0 }
  .col2 { float: right; width: 25%;  margin:0 }
  .col3 { width: auto; margin: 0 25% 0 0}
  .col3.col_75 { margin-right: 0;}
  .col1_content { padding: 0 20px 0 10px }
  .col2_content { padding: 0 10px 0 20px }
  .col3_content { padding: 0 10px }



/* Overwrite SP-CSS */

#pageStatusBar[class], .ms-status-msg {
	margin-bottom: 0;
}

/* Edit Mode */

.edit-mode-panel {
  background-color: #efefef;
  padding: 2em;
}

/* Reset these div's to display:block due to errors in displaying Github:Gists */
.ms-webpart-cell-vertical {
  display: block;
}
.ms-webpart-chrome-vertical {
  display: block;
}


/* Login Button */

.ms-signInLink {
	line-height: 1.5em;
}



/* Anpassungen xslt-Anzeige */

	      .clear {
	      clear: both;
	      }

	      /* Titel des Webpart ausblenden */

	      .ms-webpart-titleText {
	      	display:none;
	      }

	      /* messages */

	      .message-wrapper {
	      width: 100%;
	      max-width: 100%;
	      margin-bottom: 24px;
	      color: #003560; /* redundant */
	      }

	      .meta {
	      height: 28px;
	      font-size: 1.2em;
	      line-height: 28px;
	      overflow: hidden;
	      background: #e8efcf;
	      border-top: 2px solid #8dae10;
	      margin: 0px 0px 12px 0px;
	      padding: 0px 10px 0px 10px;
	      color: #003560;
	      }

	      .start-date,
	      .end-date {
		  color:#003560;
	      font-weight: bold;
	      }

	      .start-time:after {
	      content: " \00BB  \0020";
	      }
		  
		  .editallowed {
		  margin: 0px 0px 12px 0px;
	      padding: 0px 10px 0px 60px;
	      width: 52px;
	      height: 22px;
	      }

	      .completed {
	      width: 22px;
	      height: 22px;
	      padding-top: 3px;
	      float: right;
	      }

	      .categories {
	      color: #666;
	      font-weight: bold;
	      font-size: 1.1em;
	      line-height: 100%;
	      letter-spacing: 0.1em;
	      padding: 0px 10px 0px 10px;
	      }
		  
		  .categories p {
		  margin:0;
		  
		  }

	      .location {
	      font-weight: normal;
	      }

	      .subject {
	      font-weight: normal;
	      }

	      .location:after,
	      .subject:after {
	      content: "";
	      }

	      .location.last:after,
	      .subject.last:after {
	      content: "";
	      }

	      .message {
	      padding: 0px 10px 0px 10px;
		  font-size: 1.2em;
	      margin-top: 6px;
	      }

	      .message-title {
	      margin: 10px 0px 0px 0px;
	      padding: 0;
	      font-size: 1.6em;
	      font-weight: normal;
	      }

	      .read-more {
	      font-weight: bold
	      }

	      .confirmation-message {
			    margin: 12px 0px 12px 0px;
			    color: #8dae10;
				background-color:#f1f1f1;
			    /*#border: 1px dotted #8dae10;*/
			    padding: 6px;
				}

	      .additional-content {
				    margin-top: 12px;
				    display: none;
					font-size:1.2em;
				    padding: 0px 10px 0px 10px;
				}

		.additional-content h4 {
			margin: 0;
			padding: 0;
		}
		
/* Anpassungen Filterelemente */		
		
	#WebPartWPQ2 h3,
	#WebPartWPQ3 h3,
	#WebPartWPQ4  h3,
	#WebPartWPQ5  h3,
	#WebPartWPQ6  h3,
	#WebPartWPQ7  h3{
		margin-bottom: 10px;

	}		
				
	#WebPartWPQ2 label,
	#WebPartWPQ3 label,
	#WebPartWPQ4  label,
	#WebPartWPQ5  label,
	#WebPartWPQ6  label,
	#WebPartWPQ7  label{
		padding-left:2px;
		cursor:pointer;		
		text-align: top;
	}
	.filter-element {
		padding: 2px 0px;
		margin-bottom:3px;
	}
	
	.filter-element:hover {
		background-color:#e8efcf;
	}
	
	.filter-element:after {
		content: "";
		display: table;
		clear: both;
	}

	.filter-element input[type="radio"] {
		width: 20px;
		display: block;
		margin-right: 5px;
		float: left;
	}

	.filter-element label {
		width: 170px;
		display: block;
		float: left;
	}

	.filter-element:hover {
		background-color: #e8efcf;;
	}
	

