/* MSU-Style am Ende der Datei - JF 11/2015 */
/* MSU-Style am Ende der Datei - JF 11/2015 */

/*
 * Landkreis Aschaffenburg (Print)
 * 
 * 2015 by redcrowmedia
 */
  
/**, 
*:before, 
*:after {
  margin: 0;
  padding: 0;
  border: 0;
    box-sizing: border-box;
}*/

@font-face {
   font-family: 'Open Sans', sans-serif;
   src: url(fonts/opensans/opensans-regular.ttf) format('truetype'); 
}

@font-face {
   font-family: 'Open Sans', sans-serif;
   src: url(fonts/opensans/opensans-bold.ttf) format('truetype'); 
   font-weight: bold;
}

@font-face {
   font-family: 'Open Sans', sans-serif;
   src: url(fonts/opensans/opensans-italic.ttf) format('truetype'); 
   font-weight: bold;
   font-style: italic;
}

@font-face {
   font-family: 'Open Sans', sans-serif;
   src: url(fonts/opensans/opensans-regular.ttf) format('truetype'); 
   font-style: normal;
}

:not(td), *::before, *::after {
    border: 0 none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
  
html {
  height: 100%;
  font-size: 100%;
  /*font-family: 'Droid Sans', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
  
body {
  background-color: #e0e0e0;
  box-sizing: border-box;
}
  
body .msu_foto_body {
	background-color: #FFFFFF;
} 
 
body.fontsize-medium {
  font-size: 120%;
}
  
body.fontsize-large {
  font-size: 140%;
}
  
img {
  display: block;
  border: 0;
  max-width: 100%; /*JF - 04.04.2017*/ 
  height: auto; /*JF - 04.04.2017*/ 
}

.bold {
	font-weight: bold;
}

.italic {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; /* HTML5 Support */
}
  
audio,
canvas,
video {
    display: inline-block;
}
  
.clear-left {
  clear: left;
}
  
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
  
.clearfix:after {
    clear: both;
}
  
/* GrundgerÃ¼st */

#page {
  position: relative;
}
  
/* Header */
  
#page > header {
  background: #FFFFFF url(/_images/relaunch/backgrounds/header-divider.png) repeat-y center top;
  border-bottom: 1px solid #9a9797;
}
  
body.mode-dark #page > header {
  background-color: #000000;
}
  
#page > header > .inner-wrap {
  position: relative;
  width: 100%;
  max-width: 1180px;
  /*width: 1180px;*/
  margin: 0 auto;
}
  
#logo {
  position: absolute;
  top: 15px;
  left: 15px;
}
  
#logo img {
	width: auto;
	max-width: 265px;
}  
  
  
#keyvisual img {
  width: 100%;
  max-width: 1180px;
}
  
#searchbox {
  position: absolute;
  /* SZ 28.05.20 top: 30px; */
  top: 70px;
  /* SZ 28.05.20 right: -9px;*/
  right: 0px;
  width: 246px;
  height: 35px;
  overflow: hidden;
  /*background: transparent url(/_images/relaunch/backgrounds/searchbox.png) no-repeat left top;*/
  background-color: #E6E6E6;
  -webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
  
#searchbox label {
  display: inline-block;
  width: 62px;
  text-align: center;
  color: #2e2d2c;
  font-size: 14px;
  line-height: 35px;
  border-right: 1px solid #ADACAC;
}
  
#searchbox .field-wrap {
  position: relative;
  display: inline-block;
  padding: 0 0 0 5px;
}

#searchbox .field-text {
  display: inline-block;
  width: 160px;
  padding: 0 8px;
  text-align: left;
  color: #2e2d2c;
  font-size: 14px;
  line-height: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-top: 1px solid #7f7f7f;
}
  
#searchbox .submit-btn {
  position: absolute;
  right: 10px;
  top: 2px;
  width: 22px;
  height: 25px;
}
  
@media only screen and (max-width : 768px){

	img:not(.lra-logo, .vcal-popup-img) {
		width: 100% !important;
		height: auto !important;
	}
	
	#vcal img:not(.lra-logo, .vcal-popup-img) {
		width: 50px !important;
	}
	
	#searchbox .field-text {
	  width: 140px;
	}
	
  #page > header > .inner-wrap {
    position: relative;
    width: auto;
    margin: 0 auto;
  }
    
  #keyvisual img {
    width: 100%;
    height: auto;
  }
    
  #searchbox {
    top: 13px;
    right: 0;
    width: 220px;
  }
    
  #logo {
    position: inherit;
    display: inline-block;
    height: 55px;
    top: 0;
    left: 0;
    padding: 4px 0 0 10px;
  }
    
  #logo img {
    width: auto;
    height: 50px;
  }
 

}
  
  
/* Breadcrumb */

#breadcrumb {
  padding: 10px 0 10px 231px; /*L 243px;*/
}
  
#breadcrumb a {
  font-size: 0.750em; /*12px*/
  color: #2e2d2c;
  text-decoration: none;
}
  
#breadcrumb a:focus,
#breadcrumb a:hover {
  color: #146fb7;
  text-decoration: underline;
}
  
@media only screen and (max-width : 768px){

  #breadcrumb {
    padding: 5px 10px 10px 10px;
  }
    
}
  
/* Metanavigation */
#nav-meta {
  background-color: #f0f0f0;
}

/*
#nav-meta ul,
#nav-meta ul li {
  display: inline;
  list-style-type: none;
}
  
#nav-meta ul > li > a {
  display: block;
  float: left;
  padding: 10px 11px;
  font-size: 0.875em;*/ /* 14px */
  /*text-decoration: none;
  color: #2e2d2c;
  border-right: 1px solid #adacac;
}
  
#nav-meta ul > li > a:focus,
#nav-meta ul > li > a:hover,
#nav-meta ul > li.active > a {
  color: #FFFFFF;
  background-color: #565655;
}
 
@media only screen and (max-width : 768px){

  #nav-meta ul > li > a {
    float: none !important;
    border-bottom: 1px solid #bdbdbe;
    background: transparent url("/_images/relaunch/icons/nav-arrows.png") no-repeat scroll right -385px;
  }
    
}*/

/* Content */

/** Anpassung nach Anfrage von Frau Wienand 2016-08-09 */
li {
    line-height: 18px;
}

table {
  line-height: 18px;
	border-collapse: inherit; /*08.05.2020*/ 
}

#main {
  position: relative;
  width: 100%;
  max-width: 1180px;
  /*width: 1180px;*/
  margin: 0 auto 30px auto;
  background: transparent url(/_images/relaunch/backgrounds/header-shadow.png) no-repeat left top;
}

#main > .inner-wrap {
  display: table;
  width: 100%;
  margin: 0 0 22px 0;
}
  
#marginalie {
  display: table-cell;
  width: 220px;
  vertical-align: top;
  background-color: #f0f0f0;
}
  
#marginalie .box {
  padding: 10px 22px 10px 17px;
  border-bottom: 23px solid #e0e0e0;
}
  
#marginalie .box:last-child {
  border-bottom: 0;
}
  
#marginalie nav ul {
  list-style-type: none;
  border-bottom: 1px solid #bdbdbe;
  margin: 0 0 22px 0;
}
  
#nav-main ul {
  border-bottom: 0 !important;
  margin: 0 !important;
} 
  
#marginalie nav ul > li > a {
  display: block;
  padding: 10px 0;
  font-size: 0.875em; /* 14px */
  text-decoration: none;
  color: #2e2d2c;
  border-bottom: 1px solid #bdbdbe;
}
  
#marginalie nav ul > li > a:focus,
#marginalie nav ul > li > a:hover,
#marginalie nav ul > li.active > a,
ul li.aktiv a {
  color: #146fb7 !important;
  font-weight: bold;
}
  
#marginalie nav ul > li:last-child > a {
  border-bottom: 0;
}
  
#marginalie nav ul > li > ul > li,
ul.sub_navigation li {
  display: block;
  background-color: #FFFFFF;
  margin: 0 -22px 0 -17px;
}
  
#marginalie nav ul > li > ul > li > a,
ul.sub_navigation li a {
  display: block;
  margin: 0 10px 0 30px;
  padding: 10px 0;
}
  
#marginalie p {
  font-size: 0.750em; /* 12px */
}
  
#content {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding-left: 20px;
}

nav#nav-footer {
	display: none;
}
  
@media only screen and (max-width : 768px){

  #main {
    width: auto;
    margin: 0;
  }

  #main > .inner-wrap {
    display: block;
    width: auto;
  }
    
  #marginalie {
    display: none;
    width: auto;
    margin: -20px 0 20px 0;
  }
    
  #marginalie-toggler {
    margin: 0 0 20px 0;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #2e2d2c;
    border-bottom: 1px solid #CCCCCC;
    background: #f0f0f0 url(/_images/relaunch/icons/nav-arrows.png) no-repeat right 20px;
  }
    
  #marginalie-toggler.open {
    background-position: right -762px;
  }
    
  #marginalie .box {
    border-bottom: 0;
  }
    
  #content {
    display: block;
    width: auto;
    padding: 0 10px;
  }

}
  
.rte h2 {
  color: #2e2d2c;
  text-transform: uppercase;
  background-color: #f0f0f0;
  padding: 12px 14px;
  font-size: 1em; /* 16px */
}
  
.rte h3 {
  color: #146fb7;
  text-transform: uppercase;
  background-color: #f0f0f0;
  padding: 12px 14px;
  font-size: 1em; /* 16px */
}
   
.rte img {
  display: inline-block;
}
   
.rte p, .msu_foto_body {
  margin: 0 0 10px 0;
  color: #2e2d2c;
  font-size: 13px; /* 0.813em */ /* 13px */
  line-height: 18px;
}

.rte p a {
  color: #146fb7;
  text-decoration: none;
  font-weight: bold;
}
  
/*.rte p a:after {
  content: ' »';
}*/
  
.rte p a:focus,
.rte p a:hover {
  text-decoration: underline;
}
  
.rte form .field-wrap {
  margin: 0 0 14px 0;
}
  
.rte form label {
  display: block;
  padding: 0 0 4px 0;
  font-size: 13px; /* 0.813em */ /* 13px */
  color: #2e2d2c;
}

.rte form .inline_label {
	padding: 0 0 4px 0;
	font-size: 13px;
	color: #2e2d2c;
}


.rte form .field-text {
  display: block;
  padding: 5px 10px;
  border: 1px solid #bdbdbe;
  width: 90%;
}
  
.rte form .field-select {
  display: block;
  padding: 5px 0;
  border: 1px solid #bdbdbe;
  width: 90%;
}
  
.rte form .field-textarea {
  display: block;
  width: 90%;
  height: 220px;
  padding: 5px 10px;
  border: 1px solid #bdbdbe;
}
  
.rte form .btn-wrap {
  text-align: right;
}

.rte form .submit-btn {
  display: inline-block;
  color: #2e2d2c;
  background-color: #cdcdcd;
  padding: 4px 8px;
  cursor: pointer;
}
  
.rte form .form-errors {
  margin: 0 0 22px 0;
  color: #CC0000;
}
  
.rte form .form-errors p {
  margin: 0 0 6px 0;
  color: #CC0000;
}
  
.rte form .form-errors ul {
  margin: 0 0 0 17px;
}

.rte form .form-errors li {
  color: #CC0000;
}
  
/* Glossar */

.glossar-head ul {
  margin: 0 0 0 10px;
}
  
.glossar-head ul li {
  display: inline;
}
  
.glossar-head ul li:after {
  content: ' | ';
  font-size: 16px;
}
  
.glossar-head ul li:last-child:after {
  content: '';
}

.glossar-head ul a {
  display: inline-block;
  color: #2e2d2c;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
  
.glossar-head ul a:focus,
.glossar-head ul a:hover,
.glossar-head ul li.active a {
  color: #146fb7;
  text-decoration: underline;
}
  
.glossar-head h5 {
  color: #2e2d2c;
  font-size: 16px;
  font-weight: bold;
}
  
.glossar-content h4 {
  float: left;
  width: 190px;
  padding: 3px 0 3px 12px;
  color: #2e2d2c;
  font-size: 16px;
  font-weight: bold;
  background-color: #c3c3c3;
}
  
.glossar-head {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
  
.glossar-content {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #cdcdcd;
}
  
.glossar-head > .col-left,
.glossar-content > .col-left {
  display: table-cell;
  width: 210px;
  vertical-align: top;
}
  
.glossar-head > .col-right,
.glossar-content > .col-right {
  display: table-cell;
  width: auto;
  vertical-align: top;
}
  
table.glossar-table {
  width: 100%;
}
  
table.glossar-table td {
  padding: 5px 10px;
  font-size: 13px; /* 0.813em */ /* 13px */
}
  
table.glossar-table a {
  color: #2e2d2c;
  text-decoration: none;
}
  
table.glossar-table a:focus,
table.glossar-table a:hover {
  color: #146fb7;
  text-decoration: underline;
  font-weight: bold;
}
  
table.glossar-table tr: nth-child(odd) td {
  background-color: #cdcdcd;
}
  
table.glossar-table tr: nth-child(even) td {
  background-color: #ffffff;
}

/* News Latest */

.news-latest {
  min-height: 485px;
}
  
.news-latest h4 a {
  color: #2e2d2c;
  font-size: 0.875em; /* 14px */
  text-decoration: none;
}
  
.news-latest .date small {
  color: #2e2d2c;
  font-size: 0.625em; /* 10px */
}
  

/* Spalten-Container (mit ein-drittel Aufteilung) */
.col-group-13 {
  display: table;
  width: 100%;
  margin: 0 0 22px 0;
}
  
.col-group-13 > .col: nth-child(1) {
  display: table-cell;
  width: 300px;
  padding-right: 20px;
  vertical-align: top;
}
  
.col-group-13 > .col: nth-child(2) {
  display: table-cell;
  width: auto;
  vertical-align: top;
}
  
@media only screen and (max-width : 768px){

  .col-group-13 {
    display: block;
    width: auto;
  }

  .col-group-13 > .col: nth-child(1),
  .col-group-13 > .col: nth-child(2) {
    display: block;
    width: auto;
  }

}

/* Spalten-Container (mit 2 gleichen Spalten) */

.col-group-2 {
	display: -webkit-box;/* JF - 18.12.2017 */
	display: -ms-flexbox;/* JF - 18.12.2017 */
	display: flex; /* JF - 18.12.2017 */
	-webkit-box-orient: horizontal;/* JF - 18.12.2017 */
	-webkit-box-direction: normal;/* JF - 18.12.2017 */
	-ms-flex-flow: row nowrap;/* JF - 18.12.2017 */
	flex-flow: row nowrap; /* JF - 18.12.2017 */
	-ms-flex-line-pack: stretch;/* JF - 18.12.2017 */
	align-content: stretch; /* JF - 18.12.2017 */
	width: 100%;
	margin: 0 0 22px 0;
}
	  
.col-group-2 > .col {
	display: -webkit-box;/* JF - 18.12.2017 */
	display: -ms-flexbox;/* JF - 18.12.2017 */
	display: flex; /* JF - 18.12.2017 */
	-webkit-box-flex: 1;/* JF - 18.12.2017 */
	-ms-flex: 1 1 100%;/* JF - 18.12.2017 */
  flex: 1 1 100%; /* JF - 18.12.2017 */
  -webkit-box-orient: vertical;/* JF - 18.12.2017 */
  -webkit-box-direction: normal;/* JF - 18.12.2017 */
  -ms-flex-flow: column;/* JF - 18.12.2017 */
  flex-flow: column; /* JF - 18.12.2017 */
	width: 50%;
	padding-right: 23px;
	vertical-align: top;
}

/* JF - 19.12.2017 - Anpassungen für Tablet in Landscape */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
	/*.col-group-2 {
	  display: table;
	  width: 100%;
	  margin: 0 0 22px 0;
	}
	  
	.col-group-2 > .col {
	  display: table-cell;
	  width: 50%;
	  padding-right: 23px;
	  vertical-align: top;
	}*/
	
	.col-group-2 {
    display: block;
    width: auto;
  }

  .col-group-2 > .col {
    display: block;
    width: auto;
    padding-right: 0;
  }
  
  nav#nav-meta {
		display: none;
  }
  
  nav#nav-footer {
		display: block;
  }
  
	#logo {
		margin-top: -15px;
	}
}

.col-group-2 > .col:last-child {
  padding-right: 0;
}


@media only screen and (max-width : 768px)  {
  .col-group-2 {
    display: block;
    width: auto;
  }

  .col-group-2 > .col {
    display: block;
    width: auto;
    padding-right: 0;
  }

}
  
/* Spalten-Container (mit 4 gleichen Spalten) */
.col-group-4 {
  display: table;
  width: 100%;
  margin: 0 0 22px 0;
}
  
.col-group-4 > .col {
  display: table-cell;
  width: 25%;
  padding-right: 20px;
  vertical-align: top;
}

.col-group-4 > .col:last-child {
  padding-right: 0;
}
  
@media only screen and (max-width : 768px){

  .col-group-4 {
    display: block;
    width: auto;
  }

  .col-group-4 > .col {
    display: block;
    width: auto;
    padding-right: 0;
  }

}

#content .col-box-4 {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 0 0 22px 0;
}
  
#content .col-box-4 > .box {
  display: block;
  margin-right: 22px;
  width: calc(25% - 17px);
  /*border-right: 22px solid #e0e0e0; */
}

#content .col-box-4 > .box:nth-child(4) {
  margin-right: 0;
}

#content .col-box-4 > .box:last-child {
  border-right: 0;
}
  
@media only screen and (max-width : 768px){

  #content .col-box-4 {
    display: block;
  }
    
  #content .col-box-4 > .box {
    width: auto;
    border-right: 0;
  }

}
  
#content .box {
  margin: 0 0 22px 0;
  padding: 12px 14px;
  border: 1px solid #e3e3e3;
  background-color: #FFFFFF;
	height: 100%; /* JF - 18.12.2017 */
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	*::-ms-backdrop, #content .col-box-4 .box { 
		min-height: 100%; /* JF - 18.12.2017 */
    height: auto;
	} 
}


#content #rightbar .box {
	height: initial !important; /* JF - 18.12.2017 */
}

  
#content .box > h2,
#content .box > h3 {
  margin: -12px -14px 20px -14px;
  word-break: break-all;
}
  
#content .box.no-padding {
  padding: 0;
}
  
#content .box.no-padding > h2,
#content .box.no-padding > h3 {
  margin: 0;
}
  
table.directory {
  width: 100%;
}
  
table.directory td {
  padding: 5px 10px;
  font-size: 13px; /* 0.813em */ /* 13px */
}
  
table.directory tr: nth-child(odd) td {
  background-color: #cdcdcd;
}
  
table.directory tr: nth-child(even) td {
  background-color: #ffffff;
}
  
.map {
  position: relative;
  width: 100%;
  max-width: 1180px;
  /*width: 1180px;*/
  margin: 0 auto 22px auto;
}
  
@media only screen and (max-width : 768px){

  .map {
    width: 90%;
  }
  
}

.map iframe {
  width: 100%;
}


/* Right Bar */

#right-bar {
  position: absolute;
  top: 250px;
  right: 0;
  width: 50px;
  height: 800px; /*750px; JF 21.08.2018 *//*720px;*/
  overflow: hidden;
}
  
@media only screen and (max-width : 768px){
  
  #right-bar {
    display: none;
  }

}
  
#chooser-font,
#chooser-mode,
#callback-service {
  width: 50px;
  margin: 0 0 6px 0;
}
  
#chooser-font a span,
#chooser-mode a span,
#callback-service a span {
  display: inline-block;
  overflow: hidden;
  height: 0;
}
  
#chooser-font a.font-size-small {
  display: inline-block;
  width: 50px;
  height: 26px;
  background: transparent url(/_images/relaunch/icons/right-bar.png) no-repeat right top;
}
  
#chooser-font a.font-size-medium {
  display: inline-block;
  width: 50px;
  height: 22px;
  background: transparent url(/_images/relaunch/icons/right-bar.png) no-repeat right -200px;
}
  
#chooser-font a.font-size-large {
  display: inline-block;
  width: 50px;
  height: 34px;
  background: transparent url(/_images/relaunch/icons/right-bar.png) no-repeat right -400px;
}
  
#chooser-mode a.mode-standard {
  display: inline-block;
  width: 50px;
  height: 32px;
  background: transparent url(/_images/relaunch/icons/right-bar.png) no-repeat right -600px;
}
  
#chooser-mode a.mode-dark {
  display: inline-block;
  width: 50px;
  height: 22px;
  background: transparent url(/_images/relaunch/icons/right-bar.png) no-repeat right -800px;
}

#chooser-mode a.mode-light {
  display: inline-block;
  width: 50px;
  height: 28px;
  background: transparent url(/_images/relaunch/icons/right-bar.png) no-repeat right -1000px;
}

#callback-service > a {
  display: inline-block;
  width: 50px;
  height: 67px;
  background: transparent url(/_images/relaunch/icons/right-bar.png) no-repeat right -1200px;
}
  
#callback-service-form h4 {
  color: #FFFFFF !important;
  margin: -15px -15px 10px -15px;
  padding: 8px 15px !important;
  background-color: #146fb7;
}

#callback-service-form {
  position: absolute;
  left: 50px;
  top: 0;
  width: 400px;
  /*height: 675px;*/
  padding: 15px;
  background-color: #e3e3e3;
}
  
#callback-service-form.open {
  -webkit-box-shadow: -5px 6px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    -5px 6px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         -5px 6px 5px 0px rgba(50, 50, 50, 0.5);
}
  
  
.callback-form .field-textarea {
  height: 160px !important;
}
  
.callback-form .btn-wrap {
  text-align: left !important;
}


/* Footer Spezial */
  
#nav-footer-special {
  position: relative;
  background-color: #5e5e5e;
}
  
#nav-footer-special > .inner-wrap {
  position: relative;
  width: 100%;
  max-width: 1180px;
  /*width: 1180px;*/
  margin: 0 auto;
  padding: 15px 0 30px 0;
}

.table-footer-special {
  position: relative;
  display: table;
  width: 100%;
}
  
.table-footer-special .table-col {
  display: table-cell;
  width: 16%;
  vertical-align: top;
}
  
.table-footer-special .table-col:last-child {
  padding-top: 48px;
}

.table-footer-special ul {
  list-style-type: none;
}

.table-footer-special a, .table-footer-special a:visited,
.table-footer-special span.pseudo-link {
  text-decoration: none;
  color: #cdcdcc;
  line-height: 24px;
  font-size: 13px;
}

.table-footer-special a:hover,
.table-footer-special a:focus,
.table-footer-special span.pseudo-link {
  color: #FFFFFF;
}
  
.table-footer-special h4 {
  margin: 0 0 25px 0;
}
  
.table-footer-special h4 a,
.table-footer-special span.pseudo-link {
  color: #fcfcfa;
  font-size: 14px;
}
  
.table-footer-special p {
  color: #cdcdcc;
  font-size: 13px;
}

.table-footer-special p a { 
  color: #cdcdcc;
  text-decoration: none;
  font-weight: bold;
}
  
/*.table-footer-special p a:after {
  content: ' »';
}*/
  
.divider-line {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
  
@media only screen and (max-width : 768px){

  #nav-footer-special {
    display: none;
  }

  #nav-footer-special > .inner-wrap {
    width: auto;
  }

  .table-footer-special .table-col {
    display: block;
    width: auto;
    margin: 0 0 25px 0;
  }
  
  .table-footer-special ul li {
    display: block;
    margin: 0;
  }

  .table-footer-special li > a {
    display: block;
    padding: 6px 10px;
    font-size: 0.8em;
    border-bottom: 1px solid #FFFFFF;
    background: transparent url(/_images/relaunch/icons/nav-arrows.png) no-repeat right -595px;
  }
    
  .table-footer-special .table-col h4,
  .table-footer-special .table-col p {
    padding: 0 10px;
  }
    
  .divider-line {
    display: none;
  }

  #nav-footer-special-toggler {
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    background: #5e5e5e url(/_images/relaunch/icons/nav-arrows.png) no-repeat right 20px;
  }
    
  #nav-footer-special-toggler.open {
    background-position: right -180px;
  }

}
  
/* Footer */
#nav-footer > .inner-wrap {
  position: relative;
  width: 100%;
  max-width: 1180px;
  /*width: 1180px;*/
  margin: 0 auto;
  padding: 9px 0 15px 0;
  text-align: right;
}

#nav-footer-special > .inner-wrap {
  background-color: #5e5e5e;
}

#nav-footer ul,
#nav-footer li {
  display: inline;
  list-style-type: none;
}
  
#nav-footer li:before {
  content: ' | ';
  color: #2e2d2c;
  font-size: 0.625em; /* 10px */
}

#nav-footer a {
  color: #2e2d2c;
  text-decoration: none;
  font-size: 0.625em; /* 10px */
}
  
#nav-footer a:focus,
#nav-footer a:hover {
  color: #575656;
}
  
#nav-footer .print-page a span,
#nav-footer .send-mail a span {
  display: inline-block;
  overflow: hidden;
  height: 0;
}
  
#nav-footer li.print-page:before,
#nav-footer li.send-mail:before {
  content: '';
}
  
#nav-footer .print-page a {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  /*background: transparent url(/_images/relaunch/icons/footer.png) no-repeat right top;*/
}
  
#nav-footer .send-mail a {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  /*background: transparent url(/_images/relaunch/icons/footer.png) no-repeat right -200px;*/
}

.table-footer-special .table-col {
  display: inline-block;
}
/*
footer {
	position: absolute;
}


#nav-footer-special {
  position: relative !important;
}
 
  
#nav-footer {
  position: relative;
}  
  */
  
@media only screen and (max-width : 768px){

  #nav-footer > .inner-wrap {
    width: auto;
    text-align: left;
  }
    
  #nav-footer .send-mail,
  #nav-footer .print-page {
    display: none;
  }
    
  #nav-footer li:before {
    content: '';
  }

  #nav-footer ul {
    display: block;
    border-top: 1px solid #666666;
  }
  
  #nav-footer a {
    display: block;
    padding: 12px 10px;
    font-size: 0.8em;
    border-bottom: 1px solid #666666;
    background: transparent url(/_images/relaunch/icons/nav-arrows.png) no-repeat right -385px;
  }
}



.fb-page span,
.fb-page iframe {
  width: 100%;
}
  
/* Invertiere Darstellung (dark) */

body.mode-dark {
  color: #FFFFFF;
  background-color: #000000;
}

body.mode-dark #marginalie,
body.mode-dark .rte h2,
body.mode-dark .rte h3 {
  color: #FFFFFF;
  background-color: #333333;
}
  
body.mode-dark #marginalie .box,
body.mode-dark #content .box {
  background: transparent;
}
  
body.mode-dark .rte p,
body.mode-dark .news-latest .date small {
  color: #FFFFFF;
}

body.mode-dark #marginalie .box,
body.mode-dark #content .col-box-4 > .box {
  border-color: #000000;
}
  
body.mode-dark #breadcrumb a,
body.mode-dark .table-footer-special a,
body.mode-dark #nav-meta ul > li > a,
body.mode-dark #marginalie nav ul > li > a,
body.mode-dark #nav-footer a,
body.mode-dark .rte a,
body.mode-dark #kalbtn {
  color: yellow;
}
  
body.mode-dark #nav-meta,
body.mode-dark #nav-footer-special {
  background-color: #333333;
}


/* Invertiere Darstellung (light) */

body.mode-light {
  color: #000000;
  background-color: #FFFFFF;
}

body.mode-light #marginalie,
body.mode-light .rte h2,
body.mode-light .rte h3 {
  color: #333333;
  background-color: #FFFFFF;
}
  
body.mode-light #marginalie .box,
body.mode-light #content .box {
  background: transparent;
}
  
body.mode-light .rte p,
body.mode-light .news-latest .date small,
body.mode-light .msu_suche_titel {
  color: #000000;
}

body.mode-light #marginalie .box,
body.mode-light #content .col-box-4 > .box {
  border-color: #FFFFFF;
}
  
body.mode-light #breadcrumb a,
body.mode-light #nav-meta ul > li > a,
body.mode-light #marginalie nav ul > li > a,
body.mode-light #nav-footer a,
body.mode-light .rte a,
body.mode-light #kalbtn {
  color: #000000;
  text-decoration: underline;
}
  
body.mode-light .table-footer-special a {
  color: #FFFFFF;
}

body.mode-light #nav-footer-special {
  background-color: #333333;
}


/*
 * MSU - 11/2015
 *
 */

/* --- Allgemein --- */
a {
  color: #146fb7;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  font-weight: bold;
}

.gerade, .ungerade {
	vertical-align: middle;
}

.gerade {
  background-color: #C7C7C7; /*#BFBFBF;*/ /*#adacac;*/
}

.gerade a, .ungerade a {
	color: #2e2d2c !important;
}

.gerade a:hover, .ungerade a:hover {
	color: #146fb7 !important;
}


/* Anker anders formatieren -> not */ 
a:not([href]) {
	color: #2e2d2c !important;
  text-decoration: none;
  cursor: default !important;
}

a:hover:not([href]) {
	font-weight: normal !important;
}

a::after:not([href]) {
	content: " " !important;
}

/* Anker anders formatieren -> spezielle Klasse */ 
a.jump-label {
	color: #2e2d2c;
  text-decoration: none;
  cursor: default;
}

a.jump-label:hover {
	font-weight: normal;
}

a.jump-label:after {
	content: "";
}


.left {
	float: left;
}

.right {
	float: right;
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
}

#searchbox .submit-btn {
  background-color: #FFFFFF;
  color: #333333;
  top: 2px;
  height: 23px;
  cursor: pointer;
  right: 5px;
}

hr {
	border: 1px solid #f0f0f0; /*#146fb7;*/
}

.rte p a {
	font-weight: normal;
}

.rte p a:hover,
.rte p a:focus {
	font-weight: bold;
}

.rte p a:focus,
.rte p a:hover,
.glossar-head ul a:focus,
.glossar-head ul a:hover,
.glossar-head ul li.active a,
table.glossar-table a:focus,
table.glossar-table a:hover,
#breadcrumb a:focus,
#breadcrumb a:hover {
  text-decoration: none !important;
}

/* --- Header --- */
@media only screen and (max-width: 1024px) and (orientation: portrait) {
	header {
	  width: 100%;
	  background-color: red;
	}
	
}

/* --- Navigation --- */
#nav-meta ul > li:not(.nav-part-right) > ul > li {
	display: inline-block;	
	border-right: 1px solid #adacac;
}

#nav-meta ul > li.nav-part-right > ul > li {
	display: inline-block;	
	border-left: 1px solid #adacac;
}

#nav-meta ul > li > ul > li > a {
  font-size: 0.875em; /* 14px */
  text-decoration: none;
  color: #2e2d2c;
  display: inline-block;
  padding: 10px 11px;
  font-weight: normal;
  text-align: center;	
}

#nav-meta ul > li.nav-part-right > ul > li > a {
  padding: /*10px 7px; */ 10px 11px;
}  
  
#nav-meta ul > li > a:hover {
	font-weight: normal;
	color: #FFFFFF;
}  
  
#nav-meta ul > li:not(.nav-part):focus,
#nav-meta ul > li:not(.nav-part):hover,
#nav-meta ul > li:not(.nav-part).active {
  color: #FFFFFF;
  background-color: #565655;
}

/*16.05.2018*/
.nav-part-right {
  float: right;
  font-size: 0.725em;
}

.nav-part-right a.footer-icon {
  font-size: 10pt !important;
  top: 0 !important;
}

.nav-part {
  display: inline-block;
}

 
@media only screen and (max-width : 768px){

  .nav-part-right {
    float: none;
	font-size: 0.8em;
  }
  
  .nav-part {
    display: block;
  }
  
  #nav-meta  ul > li.nav-part {
    display: block;
	width: 100%;
  }
  
  
  #nav-meta ul > li:not(.nav-part-right) > ul > li,
  #nav-meta ul > li.nav-part-right > ul > li  {
    display: block;
    border-bottom: 1px solid #bdbdbe;
    border-right: none;
    border-left: none;
    background: transparent url("/_images/relaunch/icons/nav-arrows.png") no-repeat scroll right -385px;
  }
  
  #nav-meta > ul {
	border-bottom: none;
  }
  
  
   #nav-meta  ul > li.nav-part-right {
    border-top: solid 2px #bdbdbe;
	border-bottom: none;
  }
  
  #nav-meta ul > li:not(.nav-part):hover a {
  	color: #FFFFFF !important;
  }
    
  #nav-meta ul > li:not(.nav-part-right) > ul > li > a,
  #nav-meta ul > li.nav-part-right > ul > li > a {  
    width: 99%;
    text-align: left;
  }  
  
  .nav-part-right ul li.send-mail, 
  .nav-part-right ul li.print-page {
    display: none !important;
  }
  
}

/*#nav-meta ul > li > a {
  display: inline-block;
  border-right: none;
  float: none;
} 

#nav-meta ul > li {
  border-right: 1px solid #adacac;
  display: inline-block;
  float: none;   
}*/


/* --- Überschriften --- */
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, 
.rte h1 span, .rte h2 span, .rte h3 span, .rte h4 span, .rte h5 span, 
.rte h1 div[style], .rte h2 div[style], .rte h3 div[style], .rte h4 div[style], .rte h5 div[style] {
  color: #2e2d2c !important;
  text-align: left !important;
  text-decoration: none !important;
  font-size: 16px;
}

.rte h6, .rte h6 span, .rte h6 div[style] {
	color: #2e2d2c !important;
  text-align: left !important;
	font-size: 14px;
	text-decoration: underline !important;
}

#rightbar h3 {
  color: #146fb7 !important;
  font-size: 16px;
}
 

/* --- Callback-Service --- */
#right-bar-page {
	
}

#right-bar {
	/*position: fixed; JF 21.08.2018*/
	top: 100px;
}

.form-two-cols {
  display: inline-block !important;
  width: 47% !important;
}

.form-half-col {
  width: 66%;
}

.datepicker, .timepicker {
  cursor: pointer;
  display: inline-block !important;
}

.field-select {
  cursor: pointer;
  padding: 5px !important;
}

.datepicker {
    width: 77% !important;
}

.timepicker {
    width: 47% !important;
}

.datepicker-btn {
  font-size: 14pt;
  display: inline-block;
  cursor: pointer;
  color: #2e2d2c;
}

.small-note {
  font-size: 60%;
  text-align: right;
  width: 90%
}

.error-msg, .success-msg {
  width: 90%;
  font-size: 13px; /* 0.813em */
  padding: 5px;
  margin: 0 0 10px 0;
}

.error-msg {
  color: #cd2626;
  border: 1px solid #cd2626;
}

.success-msg {
  color: #228B22;
  border: 1px solid #228B22;
}

/* --- Captcha --- */
.realperson-challenge {
  vertical-align: middle;
  margin: 5px 6% 0 0;
  width: 37%;
  display: inline-block !important;
}

.realperson-regen {
  color: #bdbdbe;
  font-size: 10px !important;
}


/* --- Footer --- */
a.footer-icon {
  font-size: 12pt !important;
  top: 0 !important;
}

.print-page, .send-mail {
  vertical-align: middle;
  color: #228B22;
}


/* --- Map --- */
.scrolloff {
  pointer-events: none;
}

/* --- Content --- */

/* für Tablets */
@media only screen and (min-width : 768px) {
	#content {
	  display: block;
	  width: 100%;
	}
}

/* für IE 11 und alle anderen Webbrowser */
@media only screen and (min-width : 1280px) {
  #content {
    display: block;
    width: 984px;
  }
}


.content-text {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 0 14px 10px;
  font-size: 13px;
}

.content-text div,
.content-text ul {
  font-size: 13px;
}

.content-text ul, 
.content-text ol {
	padding: 0 15px;
}

.no-white-box div.slideshow-box div {
  font-size: 16px;
  width: auto;
}

.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5 {
  margin: 0 -14px 10px;
  font-size: 16px;
  font-weight: bold; /*08.05.2020*/
}

.content-text h6 {
  margin: 0 -14px 10px 0;
  font-size: 14px;
}

.content-text a, .content-text a:hover, .content-text a:visited {
  color: #146fb7;
}

.no-white-box {
	background-color: transparent;
  padding: 0;
}

.detail-view .content-head-area {
	display: none;
}

.content-head-area a {
	font-size: 13px;
}

/* --- Pressemitteilungen --- */
.ergebnisboxtop {
  color: #2e2d2c;
  font-weight: bold;
  padding: 5px 0;
}

.ergebnisbox {
  margin: 0 0 20px 0;
  text-align: justify;
}

.ergebnisbox-detail {
  margin: 0;
}

.ergebnisbox-detail-head {
	margin: 0 0 20px 0;
}

.ergebnisbox-detail .headline {
	font-weight: bold;
}

.ergebnisbox-detail .datetime,
.ergebnisboxtop .datetime {
  font-size: 10px;
}

.ergebnisboxtop .datetime {
  font-weight: normal;
  color: #2e2d2c;
}

.news_latest h2 {
	margin-bottom: 10px !important;
}

.news_latest .ergebnisbox {
	margin: 0 0 15.5px;
}

/* --- Spalten --- */
.text-spalten-2, .text-spalten-3, .text-spalten-4 {
	-webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-align: justify; 
  hyphens:auto;
}

.text-spalten-2 {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
}

.text-spalten-3 {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
}

.text-spalten-4 {
  -webkit-columns: 4 200px;
  -moz-columns: 4 200px;
  columns: 4 200px;
}

.text-spalten-2 p, .text-spalten-3 p, .text-spalten-4 p {
   font-size: 13px; 
   line-height: 18px;
   text-align: justify; 
   hyphens:auto;
   orphans: 3; 
   widows: 3;
}

/* --- Linkliste --- */
.linklist {
	margin: 20px 0;
}

.register {
	font-size: 16px !important;
  margin: 0 0 20px 0;
  text-align: left;
  padding: 0 10px;

  /* Mittig
  text-align: center; 
  padding: 0;*/

  /* Eingerückt 
  margin: 0 0 20px 20%;
  padding: 0 10px;
  text-align: left; */
}

.register-group a {
	color: #2e2d2c;
  font-size: 14px;
}

.register-group a:hover {
  color: #146fb7;
}

.register-group {
  display: inline-block;
}

.item-group {
	border-bottom: 1px solid #adacac;
  margin: 5px 0 10px;
  padding: 5px 0;
  width: 100%;
}

.item-group:last-of-type {
	border: none;
}

.linklist-group, .linklist-item {
  padding: 5px 10px;
}

.linklist-group {
  /*display: inline-block;*/
  width: 100%;/*calc(20% - 20px);*/
  vertical-align: top;
  background-color: #f0f0f0;/*#adacac;*/
  margin: 0 0 10px;
  font-weight: bold;
  box-sizing: border-box;
}


.itemlist {
	/*display: inline-block;
  width: 80%;*/
}

.linklist-item {
  text-align: left;
}

.linklist-item .name  {
	float: left;
} 

.linklist-item .beschreibung {
	float: right;
}

a.go-to-top {
	padding: 1px 0 0 0;
	font-weight: normal;
	font-size: 10px;
	color: #2e2d2c;
}

a.go-to-top:hover {
	color: #146fb7;
	font-weight: bold;
}


/* --- Suche --- */
.sucheingabe {
	text-align: left;
}

.suchfeld {
	border: 1px solid #bdbdbe;
  padding: 5px 10px;
  margin: 0 10px;
}

.sucheborder .ergebnis {
	margin: 5px;
}


/* Teaser */
@media only screen and (max-width : 768px){
	.teaser-content h4 {
		margin: 0;
	}
	
}



/* MSU - Invertiere Darstellung (dark) */

body.mode-dark .content-text,
body.mode-dark #rightbar .box,
body.mode-dark #content .col-box-4 > .box {
  color: #FFFFFF;
  background-color: #000000;
  border: 1px solid #FFFFFF;
}

body.mode-dark .no-white-box {
	border: none !important;
}

body.mode-dark h1, body.mode-dark h2,
body.mode-dark h3, body.mode-dark h4,
body.mode-dark h5, body.mode-dark h6,
body.mode-dark h1 span, body.mode-dark h2 span,
body.mode-dark h3 span, body.mode-dark h4 span,
body.mode-dark h5 span, body.mode-dark h6 span,
body.mode-dark #rightbar .box h3,
body.mode-dark .table-footer-special p,
body.mode-dark .msu_suche_titel {
	color: #FFFFFF !important;
}

body.mode-dark .pseudo-link,
body.mode-dark a:link, 
body.mode-dark a:hover,
body.mode-dark .ergebnisboxtop  {
	color: yellow !important;
}

body.mode-dark #marginalie nav ul > li > a:focus,
body.mode-dark #marginalie nav ul > li > a:hover,
body.mode-dark #marginalie nav ul > li.active > a,
body.mode-dark ul li.aktiv a {
  color: yellow !important;
  font-weight: bold;
}

body.mode-dark #marginalie nav ul > li > ul > li, 
body.mode-dark ul.sub_navigation li {
    background-color: #333333;
}


/* MSU - Invertiere Darstellung (light) */
body.mode-light .content-text,
body.mode-light #rightbar .box,
body.mode-light #content .col-box-4 > .box  {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e3e3e3;
}

body.mode-light h1, body.mode-light h2,
body.mode-light h3, body.mode-light h4,
body.mode-light h5, body.mode-light h6,
body.mode-light h1 span, body.mode-light h2 span,
body.mode-light h3 span, body.mode-light h4 span,
body.mode-light h5 span, body.mode-light h6 span,
body.mode-light #rightbar .box h3,
body.mode-light a:link, body.mode-light a:hover,
body.mode-light a.nav, body.mode-light a.nav:hover,
body.mode-light .ergebnisboxtop,
body.mode-light #marginalie nav ul > li > a:focus,
body.mode-light #marginalie nav ul > li > a:hover,
body.mode-light #marginalie nav ul > li.active > a,
body.mode-light ul li.aktiv a {
	color: #333333 !important;
}

body.mode-light .pseudo-link,
body.mode-light .table-footer-special p,
body.mode-light .table-footer-special a:link, 
body.mode-light .table-footer-special a:hover {
	color: #FFFFFF !important;
}

/* MSU - Schrift mittel */
body.fontsize-large.error-msg, body.fontsize-large.success-msg,
body.fontsize-large .register-group a,
body.fontsize-large .text-spalten-2 p, 
body.fontsize-large .text-spalten-3 p, 
body.fontsize-large .text-spalten-4 p,
body.fontsize-large #rightbar .box p,
body.fontsize-large .teaser-content p,
body.fontsize-large .content-head-area a,
body.fontsize-large .content-text,
body.fontsize-large .content-text p,
body.fontsize-large .content-text div,
body.fontsize-large .content-text ul,
body.fontsize-large .msu_suche_titel,
body.fontsize-large .msu_dropdown_box,
body.fontsize-large .zeitraum_select,
body.fontsize-large .hasDatepicker,
body.fontsize-large .suchbegriff,
body.fontsize-large .msu_such_btn {
   font-size: 18px !important;
}

body.fontsize-large .content-text h1, body.fontsize-large .content-text h2, 
body.fontsize-large .content-text h3, body.fontsize-large .content-text h4, 
body.fontsize-large .content-text h5, body.fontsize-large .content-text h6,
body.fontsize-large .no-white-box div.slideshow-box div,
body.fontsize-large #rightbar h3,
body.fontsize-large .rte h1, body.fontsize-large .rte h2, body.fontsize-large .rte h3, 
body.fontsize-large .rte h4, body.fontsize-large .rte h5, body.fontsize-large .rte h6,
body.fontsize-large .rte h1 span, body.fontsize-large .rte h2 span, body.fontsize-large .rte h3 span, 
body.fontsize-large .rte h4 span, body.fontsize-large .rte h5 span, body.fontsize-large .rte h6 span,
body.fontsize-large .rte h1 div[style], body.fontsize-large .rte h2 div[style], 
body.fontsize-large .rte h3 div[style], body.fontsize-large .rte h4 div[style], 
body.fontsize-large .rte h5 div[style], body.fontsize-large .rte h6 div[style] {
	font-size: 21px !important;
}

body.fontsize-large .msu_zeitraum {
  margin-top: 10px;
}

body.fontsize-large #right-bar {
	height: 850px;
}

/* MSU - Schrift groß */
body.fontsize-medium .error-msg, body.fontsize-medium.success-msg,
body.fontsize-medium .register-group a,
body.fontsize-medium .text-spalten-2 p, 
body.fontsize-medium .text-spalten-3 p, 
body.fontsize-medium .text-spalten-4 p,
body.fontsize-medium #rightbar .box p,
body.fontsize-medium .teaser-content p,
body.fontsize-medium .content-head-area a,
body.fontsize-medium .content-text,
body.fontsize-medium .content-text p,
body.fontsize-medium .content-text div,
body.fontsize-medium .content-text ul,
body.fontsize-medium .msu_suche_titel,
body.fontsize-medium .msu_dropdown_box,
body.fontsize-medium .zeitraum_select,
body.fontsize-medium .hasDatepicker,
body.fontsize-medium .suchbegriff,
body.fontsize-medium .msu_such_btn {
   font-size: 16px !important;
} 

body.fontsize-medium .content-text h1, body.fontsize-medium .content-text h2, 
body.fontsize-medium .content-text h3, body.fontsize-medium .content-text h4, 
body.fontsize-medium .content-text h5, body.fontsize-medium .content-text h6,
body.fontsize-medium .no-white-box div.slideshow-box div,
body.fontsize-medium #rightbar h3,
body.fontsize-medium .rte h1, body.fontsize-medium .rte h2, body.fontsize-medium .rte h3, 
body.fontsize-medium .rte h4, body.fontsize-medium .rte h5, body.fontsize-medium .rte h6,
body.fontsize-medium .rte h1 span, body.fontsize-medium .rte h2 span, body.fontsize-medium .rte h3 span, 
body.fontsize-medium .rte h4 span, body.fontsize-medium .rte h5 span, body.fontsize-medium .rte h6 span,
body.fontsize-medium .rte h1 div[style], body.fontsize-medium .rte h2 div[style], 
body.fontsize-medium .rte h3 div[style], body.fontsize-medium .rte h4 div[style], 
body.fontsize-medium .rte h5 div[style], body.fontsize-medium .rte h6 div[style] {
	font-size: 18px !important;
}

body.fontsize-medium .msu_zeitraum {
	margin-top: 10px;
}



/* -- Korrekturen für IE */

/*media screen*/
.no-white-box {
  /*width: calc(1180px - 190px) !important;*/
}

/*media screen*/
#content .col-box-4 {
  /*width: calc(1180px - 190px) !important;*/
}


/* --- Veranstaltungskalender --- */
.open-event {
	/*cursor: pointer;*/
}

.open-event:hover {
	/*color: #146fb7;*/
}

.open-event td {
	vertical-align: top;
	padding-right: 10px;
}

.dummy-pic {
	font-size: 30pt;
	border: 1px solid #C7C7C7;
	padding: 5px;
	color: #C7C7C7;
}


/* -- Facebook -- */
/*@media only screen and (max-width : 400px){*/
@media only screen and (max-width : 768px){
  #facebook-plugin, .col-fb {
  	display: none !important;
  }
  
  #page {
  	display: table-cell;
	}
	
	#content .col-box-4 > .box {
    margin-right: 0px;
	}
	
}


/* -- Vcal -- */
.vcal-content {
	width: auto !important;
	padding: 10px !important;
}

.vcal-detail table tr td {
	padding: 10px 5px;
}

.zeitraum_select {
  padding: 3px 5px !important;
}

/* -- CKeditor -- */

#cke_MSUedit *, .cke_toolbar::before, .cke_toolbar::after {
  box-sizing: content-box;
}






#nav-meta .subnavigation {
	width: 100%;
}

#nav-meta ul.subnavigation li {
	width: auto !important;
}


.realperson-regen {
	text-align: left !important;
}




/* Fotowettbewerb Abfall */
body.fontsize-large.msu_foto_body,
body.fontsize-medium.msu_foto_body,
body.msu_foto_body {
	background-color: #FFFFFF;
}

body.mode-dark {
	background-color: #000000;
}


#msu_fine_print {
	font-size: 13px;
}

body.fontsize-medium #msu_fine_print,
body.fontsize-medium p {
  font-size: 16px !important;
	/*line-height: 120%;*/
}
  
body.fontsize-large #msu_fine_print,
body.fontsize-large p {
  font-size: 18px !important;
	/*line-height: 140%;*/
}

.msu_fine_print_padding_header {
	padding-left: 7px;
}

.msu_fine_print_padding {
  padding-left: 19px;
}

.msu_fine_print_cb {
	float: left;
}


/*
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
*/


/* JF - 06.02.2017 -> Erweiterung wegen verzerrten Bildern auf Tablet */
@media only screen and (max-width : 768px){
	.rte img[style] {
	  width: unset !important;
		height: auto !important; /*JF 04.12.2017*/
	}
	
	.rte p:after {
	  content: '';
    display: block;
    clear: both;
	}
	
	.rte img {
		/*width: inherit !important;*/
		max-width: 100%;
	}
}


/*JF - 26.04.2017 - h4 (nur Fett)*/
h4 {
  font-family: inherit !important;
  font-size: inherit !important;
  padding: initial !important;
  margin: 0 0 10px 0 !important;
}


@media only screen and (max-width : 450px){
	body table tr td {
	  display: table-row;
	}
	
	body table tr td {
	  display: block;
	  margin: 2px 0;
	}
	
	body table tr td[style], body table tr td{
	  width: 100% !important;
	}
	
	/*body table.jf-test, body table.jf-test tr, body table.jf-test tr td {
	  display: block;
	  width: 100% !important;
	}
	
	table.jf-test th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.jf-test td {
	  position: relative;
	  padding-left: 30%;
	}
	
	table.jf-test td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 30px;
	}	*/
	
	
	.rte img {
		max-width: 100%;
	}
	
	tr.open-event {
	    display: block;
	}
	
	td.event_img, td.event_date {
    float: left;
	}
	
	td.event_txt {
		clear:both;
		display: block;
	} 
}



/* Cookie-Banner */
#bs-gdpr-cookies-modal-advanced-types > #bs-gdpr-cookies-modal-advanced-title {
  margin-bottom: 5px;
}

#bs-gdpr-cookies-modal-advanced-types > li {
  list-style-type: none;
  line-height: 25px;
}

#bs-gdpr-cookies-modal-advanced-types > l input[type="checkbox"]:hover {
	color: #146fb7;
}

#bs-gdpr-cookies-modal-advanced-types > li label {
  cursor: pointer !important;
}

#bs-gdpr-cookies-modal-advanced-types > li i {
  font-size: 9pt;
  color: #6c757d;
}

#bs-gdpr-cookies-modal-accept-btn {
  background-color: #146fb7;
  border-color: #146fb7;
}

#msu_contact_form input, #msu_contact_form textarea {
	border: 1px solid #bdbdbe;
}

#msu_contact_form input:not([type="checkbox"]):not(#callback-captcha):not(.input_btn), 
#msu_contact_form textarea, 
#msu_contact_form select {
	width: 50%;
}

#msu_contact_form .captcha .realperson-challenge div {
	font-size: 10px !important;
}

#msu_contact_form #callback-captcha {
  display: block;
}

#msu_contact_form .small-note, #msu_contact_form .btn-wrap {
	text-align: left;
}

#msu_contact_form .btn-wrap .input_btn {
	padding: 5px 10px;
}
