
body {
	background-color: #B2D1F0;
	margin: 0;
	z-index: -2;
	font-family: Geneva, Arial, sans-serif;
	font-size: 12pt;
	line-height: 140%;
	color: #333333;
	min-width: 300px;
}

p {
	margin: 12px 0;
}

a {
	color: #000;
}

a:hover {
	color: #3c96f0;
}

.sandbox {
	max-width: 1500px;
	margin: auto;
	padding: 0;
	background-color: #FFF;
}

.boxleft {
	width: 16%;
	min-width: 200px;
	padding: 10px;
	font-size: 10pt;
	background-color: #FFF;
	margin-right: 0px;
	border-right: 0px solid #CDE3F2;
}

.boxright {
	width: 84%;
	padding: 20px;
	background-color: #CDE3F260;
}

.header {
	padding: 0px;
	display: flex;
}

.header .boxleft, .header .boxright {
	text-align: center;
	font-size: 10pt;
}

.header .boxleft a {
	font-size: 48pt;
	line-height: 64pt;
	color: #C7E3F1;
}

.boxleft, .boxright {
	position: relative;
}

.boxleft:before, .boxright:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0px;
	top: 0px;
	background-image: linear-gradient(#236CA0, #CDE3F2);
}

.boxleft:after, .boxright:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0px;
	bottom: 0px;
	background-image: linear-gradient(to top, #236CA0, #CDE3F2);
}

.header img {
	margin-top: 20px;
	max-width: 100%;
}

.footer {
	font-size: 10pt;
	padding-top: 0;
	padding-bottom: 0;
}

.footer .boxright {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.main {
	display: flex;
	min-height: calc(100vh - 186px);
}

.menubar {
	display: none;
}

.navigation {
	width: 16%;
	min-width: 200px;
	padding: 1px 0;
	font-size: 10pt;
	background-color: #FFF;
	margin-right: 0px;
	background-image: linear-gradient(#CDE3F2 33%, #FFFFFF, #FFFFFF);
}

.navigation ul#nav-full li#nav-full-home.first > a {
	display: none;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

/* Erste Navigationsebene */

.navigation > ul > li > ul > li {
	background-color: #236CA0;
	display: block;
	height: 50px;
	margin-bottom: 1px;
	line-height: 50px;
	width: 100%;
	position: relative;
	cursor: pointer;
	padding-left: 20px;
}

.navigation ul a {
	color: #FFF;
	width: 100%;
	display: inline-block;
}

/* Zweite Navigationsebene */

.navigation > ul > li > ul > li > ul {
	position: absolute;
	top: 10px;
	left: 155px;
	background-color: #FFF;
	border: 1px solid #236CA0;
	width: 100%;
	z-index: 99;
	opacity: 0;
	pointer-events: none;
	height: auto;
	color: #000;
	padding: 10px 0;
	cursor: pointer;
	padding-left: 20px;
	font-weight: normal;
	transition: all ease-in-out 400ms;
}

@media only screen and (min-width: 800px) {
	.navigation > ul > li > ul > li:hover > ul,
	.navigation > ul > li > ul > li.open > ul {
		opacity: 1;
		left: 175px;
		pointer-events: auto;
		z-index: 9999;
	}
}


.navigation > ul > li > ul > li > ul > li {
	padding: 5px 0;
}

.navigation > ul > li > ul > li > ul a {
	color: #000;
}


li#nav-full-home > ul > li {
    padding-bottom: 20px;
}

.navigation li {
	list-style-image: none;
	padding: 0;
	margin: 0;
}

.navigation a {
	text-decoration: none;
	transition: margin 500ms;
}

.navigation a:hover {
	color: #3c96f0;
}

.navigation ul ul ul li {
	line-height: 130%;
}

.content h1:first-of-type {
	margin-top: -3px;
}

.content {
	width: 84%;
	padding: 20px 30px 70px 30px;
	background-color: #FFF;
}

.content h1 {
	font-size: 24pt;
}

.content h6 {
	font-size: 11pt;
	color: #C00;
	margin: 0;
}

.content a {
	text-decoration: underline;
}

.content a:before {
  display: inline-block;
  opacity: 1;
  margin: 0em 0.15rem 0em 0em;
  width: 1.18em;
  height: 1em;
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* content: "\f061"; */
  content: "\f0a9";
  text-decoration: none;
  font-size: 14pt;
}

.content a.nodecoration {
	text-decoration: none;
}

.content a.nodecoration:before, .content a.noarrow:before {
	display: none;
}

.footer {
	display: flex;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	color: #3c96f0;
}

a.button {
	display: block;
	width: 300px;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(255, 255, 255, .25);
	padding: 4px 10px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #333;
}

a.button:hover {
	color: #000;
	background-color: #3c96f0;
}

a.download {
	display: inline-block;
	width: 100px;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(255, 255, 255, .25);
	padding: 2px 5px;
	margin: 5px 0;
	border: 1px solid #333;
	border-radius: 5px;
}

a.download:hover {
	color: #000;
	background-color: #3c96f0;
}

a.button:before, a.download:before {
	display: none;
}

.udrow {
	display: flex;
}

.udcolumn {
	width: 45%;
}

.udcolumn:first-of-type {
	width: 55%;
	margin-right: 5%;
	padding-right: 5%;
	border-right: 1px solid #FFF;
}

form.form.ui div.ui.clearing.divider {
	background-color: #FFF;
	margin: 30px 0;
}

input[type="submit"], input[type="reset"] {
	display: inline-block;
	width: 200px;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(255, 255, 255, .25);
	padding: 4px 10px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #333;
	cursor: pointer;
}

input[type="reset"] {
	opacity: 0.66;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	color: #000;
	background-color: #3c96f0;
	opacity: 1;
}

.small {
	font-size: 9pt;
}

.form.ui .field.required {
	position: relative;
}

.form.ui .field.required:before, form.ui .field.prequired:before,
.form.ui .selection.required:before {
	content: '*';
	display: block;
	position: absolute;
	z-index: 99;
	font-size: 18pt;
	color: #3c96f0;
	top: 25px;
	left: 2px;
	
}

.form.ui .field.prequired:before {
	content: '\25CF';
	font-size: 15pt;
	top: 45px;
	left: 15px;
	font-weight: bold;
}

.form.ui .field.required label:after {
	display: none !important;
}

.form.ui .field.required.lrequired:before {
	margin-top: 23px;
}

div.errormessage p {
	color: #C00;
	font-weight: normal;
	font-size: 11pt;
	border-left: 10px solid #C00;
	padding-left: 10px;
}

.sitemap ul {
	list-style: none;
	margin-left: -25px;
	padding-left: 0px;
}

.sitemap ul ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 25px;
}

.sitemap ul a {
	text-decoration: none;
}

.sitemap ul a:before {
	display: none;
}

.sitemap ul li {
	padding: 1px 0;
}

.sitemap ul li.parent-here > a {
	display: none;
}

.hidedesktop {
	display: none;
}

hr {
	border: none;
	border-bottom: 2px solid #B2D1F0;
	display: block;
	margin: 30px 0;
}

table, table td {
	border: none;
}

table td {
	padding: 5px;
}

.content table td {
	vertical-align: baseline;
}

.hinweis {
	color: #C00;
}

ul.anmeldeinfo {
	display: block;
}

ul.anmeldeinfo li {
	padding-bottom: 10px;
}

.info {
	border: 5px solid #B2D1F0;
	padding: 10px;
	margin: 20px 0;
}

.row {
	display: flex;
	justify-content: space-between;
}

.column {
	width: 48%;
	margin-bottom: 20px;
}

.column img {
	max-width: calc(100% - 40px);
	width:  100%;
	height: auto;
	margin: 10px 0 0 10px;
}

.column .image {
	position: relative;
	overflow: hidden;
}

.column .image > * {
	z-index: 3;
	border: 2px solid #FFF;
}

.column .image:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80%;
	height: 80%;
	background-image: linear-gradient(to right bottom, #236CA0, #FFFFFF, #FFFFFF);
	border: 2px solid #FFF;
	z-index: 1;
}

.linkedin img {
	width: 36px;
	height: auto;
	margin: 10px 10px 5px 0;
}

.logininfo {
	margin-top: 10px;
	font-size: 8pt;
	color: #FFF;
	background-color: #236CA0;
	padding: 0 20px 10px 20px;
	display: flex;
	align-items: center;
}

.logininfo .icon {
	font-size: 12pt;
}

.logininfo  a {
	color: #FFF;
	font-weight: bold;
}

span.filedownload, a.filedownload, span.js_opentagcloud {
	display: inline-block;
	float: right;
	border: 1px solid #236CA0;
	padding: 2px 5px;
	transition: all ease-in-out 250ms;
	cursor: pointer;
	border-radius: 0;
	font-weight: normal;
	text-decoration: none;
}

a.filedownload::before {
	display: none !important;
}

span.filedownload:hover, a.filedownload:hover, span.js_opentagcloud:hover {
	background-color: #236CA0;
	color: #FFF;
	transition: all ease-in-out 250ms;
}

.tagcloud {
	background-color: #B2D1F040;
	padding: 10px 20px;
	clear: both;
	margin-top: 20px;
	max-height: 300px;
	overflow: hidden;
	transition: all 250ms ease-in-out;
	opacity: 1;
}

.tagcloud .tag {
	margin: 3px 0;
}

.tagcloud.closed {
	max-height: 0px;
	transition: all 250ms ease-in-out;
	opacity: 0;
}

a.tag {
	font-size: 8pt;
	font-weight: bold;
	display: inline-block;
	background-color: #666;
	color: #FFF;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 6px 0 2px;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}

a.tag:before {
	display: none;
}

a.tag:hover {
	color: #236CA0;
	background-color: #CCC;
}

form.downloadform {
	background-color: #B2D1F040;
	padding: 10px 20px;
	margin: 0 20px;
}

form.downloadform .right {
	text-align: right;
}

.js_filedownload {
	max-height: 250px;
	overflow: hidden;
	opacity: 1;
	transition: all ease-in-out 500ms;
}

.js_filedownload.closed {
	max-height: 0px;
	opacity: 0;
	transition: all ease-in-out 500ms;
}

.languagemenu {
	text-align: center;
	padding: 15px 20px 10px 20px;
	background-color: #FFF;
	margin-top: 10px;
}

.languagemenu a {
	padding: 0 10px;
}

.attention {
	padding: 5px;
	background-color: #ECF5FA;
}

.seminar_ipadmin {
	padding: 5px;
	background-color: #EEE5FF;
}

.seminar_nundn {
	padding: 5px;
	background-color: #EFFEDA;
}

.bg_rundbrief {
	padding: 5px;
	background-color: #d5f4ff;
}

.portraittable {
    border-collapse: collapse;
}

.portraitimage {
    width: 150px;
  height: auto;
}

.content table.portraittable td {
    vertical-align: top;
    border: nodecoration;
}

/**
 * --------------------------------------------------------------------------------------------------------------------
 */

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

/**
 * --------------------------------------------------------------------------------------------------------------------
 */

@media only screen and (max-width: 799px) {
	
	.hidedesktop {
		display: inherit;
	}
	
	body {
		font-size: 11pt;
		line-height: 130%;
		color: #333333;
		min-width: 320px;
	}
	
	p {
		margin: 8px 0;
	}

	.boxleft {
	  height: 80px;
	  min-width: 120px;
	}

	.boxright {
		width: inherit;
	  height: 80px;
	}

	.boxright  p {
		width: inherit;
	}

	.header {
		width: 100%;
	}
	
	.header img {
		display: block;
		margin: 0 auto;
	}
	
	.header p, .footer p {
		font-size: 8pt;
	}

	.header .boxleft a {
		font-size: 24pt;
	  line-height: 45pt;
	}
	
	.header .boxright {
		display: flex;
		align-items: center;
		margin-bottom: 50px;
	}
	
	.header .boxright a {
		margin-right: 5%;
	}
	
	.main {
		display: block;
	}
	
	.content {
		width: inherit;
		padding: 40px 20px 20px 20px;
	}
	
	.content h1 {
		font-size: 20pt;
		line-height: 24pt;
	}
	
	.footer .boxright {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.menubar {
		display: block;
		z-index: 999;
	  position: absolute;
	  right: -80px;
	  top: -30px;
	  cursor: pointer;
	  z-index: -1;
	  width: 70px;
	}

	.menubar i {
	  font-size: 16pt;
	  position: relative;
	  top: 2px;
	}

	.navigation {
		position: absolute;
	  left: -200px;
	  top: 130px;
	  z-index: 9;
	  transition: left ease-in-out 400ms;
	  border: 1px solid #FFF;
	}

	.navigation.open {
	  left: 0px;
	}

	.navigation .menubaropen {
		opacity: 0;
	  position: absolute;
	  transition: opacity ease-in-out 400ms;
	}

	.navigation .menubarclosed {
		opacity: 1;
	  position: absolute;
	  transition: opacity ease-in-out 400ms;
	}

	.navigation.open .menubarclosed {
	  opacity: 0;
	}

	.navigation.open .menubaropen {
	  opacity: 1;
	}

	.navigation > ul > li > ul > li {
		height: inherit;
		padding-left: 20px;
	  padding-bottom: 0px !important;
	}

	.navigation > ul > li > ul > li > ul {
		position: relative;
		top: 0px;
		left: 0px;
		border: 1px solid #236CA0;
		opacity: 0;
	  height: 0px;
	  padding: 0 0 0 20px;
	  z-index: inherit;
	  pointer-events: auto;
	}

	.navigation > ul > li > ul > li.open {
		padding-bottom: 20px !important;
	}


	.navigation > ul > li > ul > li.open > ul {
		left: 0;
		opacity: 1;
		height: auto;
		display: block !important;
	}
	
	.ui.grid > .row {
		flex-direction: column;
	}
	
	.column .image {
		width: 100%;
		max-width: 800px;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.udrow {
		display: block;
	}	
	
	.udcolumn, .udcolumn:first-of-type {
		width: 100%;
		padding: 0;
		margin: 30px 0;
	}
	
	.column {
		min-height: 63px;
	}
}

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

	.header .boxright p {
		display: none;
	}

	.footer .boxleft {
		min-width: 60px;
	}

}

/**
 * Image Cycler
 */

.cycler {
	position:relative;
}

.cycler img { 
	position:absolute;
	z-index:1
}

.cycler img.active { 
	z-index:3
}
