/*------------------------------------------------------------------
[ TOC ]

BOOTSTRAP OVERWRITE/THEME		Hier werden lediglich Klassen aus dem Bootstrap-Core überschrieben.

BOOTSTRAP EXTEND				In diesem Abschnitt werden weitere "Standard-Elemente" formatiert.
								(Überschriften, Brotschrift, Links, Listenelemente, Buttons, Formulare, etc.)

	+ HELPER CLASSES			Hier werden ergänzende Hilfsklassen definiert.
	+ FORMS						Erweitert den Bootstrap-Core und überschreibt unser Basis-Theme (powermail.css)
	+ TABLES
	+ ETC...

-> An dieser Stelle sind alle Basis-Elemente der Masterseite formatiert.
Im Folgenden werden Struktur und Inhaltselemente formatiert.

LAYOUT							Der Abschnitt Layout ist in weitere Unterabschnitte unterteilt und
								definiert das gesamte "Grundgerüst" (bottom-down), also z.B. Header
								inkl. Meta-Nav, Logo, Content-Spalten, Sub-Navigationen, Footer, etc.
	z.B. Unterteilung in:
	+ HEAD
	+ SUBNAV
	+ FOOTER

MAIN							In diesem Abschnitt erfolgen sämtliche Formatierungen für Inhalte.

	z.B. Unterteilung in:
	+ TT_CONTENT				Beispiele: TYPO3-responsive-Stuff, Frame-Elemente, Zoom-Icon für csc-textpic
	+ SLIDER HOME				z.B. spezielles Element auf Startseite...
	+ TEASER
	+ TT_NEWS					Es gibt weiterhin ein Basis-Theme (tt_news.css), dass eine Standardformatierung
								liefert. Anpassungen werden hier vorgenommen.


-------------------------------------------------------------------*/
/*------------------------------------*\
	FONTS [BEGIN]
\*------------------------------------*/
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/*------------------------------------*\
	FONTS [END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP OVERWRITE/THEME [BEGIN]
\*------------------------------------*/
/*body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font: 1.6em/1.6em "Roboto", Arial, Verdana, sans-serif;
  color: #393a3d;
  font-weight: 400;
}
a {
  color: #2d4281;
}
a:hover,
a:focus {
  color: #7497dc;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
  /*line-height:2.05em;*/
}
h1,
.h1 {
  font-weight: 700;
  line-height: 1.1;
}
h2,
.h2 {
  font-weight: 600;
  line-height: 1.1;
}
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
h1,
.h1 {
  color: #2d4281;
  margin: 0 0 8px 0;
  font-size: 2.313em;
  /* 37/16 */
}
h2,
.h2 {
  color: #1b1b1b;
  font-size: 1.75em;
  /* 28/16 */
  margin: 0 0 23px 0;
}
h3,
.h3 {
  color: #1b1b1b;
  margin: 0 0 12px 0;
  font-size: 1.313em;
  /*21/16*/
  font-weight: 700;
}
h4,
.h4 {
  color: #1b1b1b;
  margin: 0 0 12px 0;
  font-size: 1.125em;
  /*18/16*/
  font-weight: 700;
}
h5,
.h5 {
  margin: 0 0 20px 0;
  font-size: 1em;
}
h6,
.h6 {
  margin: 0 0 20px 0;
  font-size: 1em;
}
ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-bottom: 1em;
}
ol,
ul {
  list-style: none outside none;
}
.container {
  /*max-width: 992px !important;*/
}
table {
  height: auto;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #393a3d;
  background-color: #d4d4d4;
}
.table > tbody > tr > td {
  vertical-align: top;
  border-bottom: 1px solid #c3c4c4;
}
.table > tbody > tr:nth-child(odd) > td,
.table > tbody > tr:nth-child(odd) > th {
  background-color: #f1f1f1;
}
.form-control {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #a3a3a3;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #818181;
  display: block;
  font-size: 0.875em;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.063em;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #fff;
  border-color: transparent;
  padding: 6px 36px 6px 24px;
  background: #3c59ad url("../images/button.png") no-repeat scroll right center;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #8397dc;
  background-color: #3c59ad;
  border-color: transparent;
  background: #1c2e7a url("../images/button-over.png") no-repeat scroll right center;
}
/*
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image: none;
}
*/
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #3c59ad;
  border-color: transparent;
}
.btn-default.button-back {
  padding: 6px 24px 6px 36px;
  background-image: url("../images/button-back.png");
  background-position: left center;
}
.btn-default.button-back:hover,
.btn-default.button-back:focus,
.btn-default.button-back:active {
  background-image: url("../images/button-back-over.png");
  background-position: left center;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
#content .leftcol .bodytext a.internal-link-right {
  font-weight: 700;
  text-decoration: none;
  float: right;
}
#content .leftcol .bodytext a.internal-link-right:after {
  content: " \00BB";
  font-size: 1.2em;
}
/*

*/
/*
.btn-default {
	background-color: #2d4281;
	border-color: #2d4281;
}
.btn {
	border-radius: 0;
}
.btn {
    background: #2d4281 url("/fileadmin/images/icon-btn.png") no-repeat scroll right 6px;

 	padding:12px 48px 12px 36px;
}*/
/* SET CONTAINER WIDTH
 * AND
 * CONTAINERS WITH NO PADDING AT ALL
 */
.container.noContainerPadding,
.container-fluid.noContainerPadding {
  padding-left: 0px;
  padding-right: 0px;
}
.container.noContainerPadding .row,
.container-fluid.noContainerPadding .row {
  margin-left: 0px;
  margin-right: 0px;
}
.container.noContainerPadding .row .col-xs-1,
.container.noContainerPadding .row .col-xs-2,
.container.noContainerPadding .row .col-xs-3,
.container.noContainerPadding .row .col-xs-4,
.container.noContainerPadding .row .col-xs-5,
.container.noContainerPadding .row .col-xs-6,
.container.noContainerPadding .row .col-xs-7,
.container.noContainerPadding .row .col-xs-8,
.container.noContainerPadding .row .col-xs-9,
.container.noContainerPadding .row .col-xs-10,
.container.noContainerPadding .row .col-xs-11,
.container.noContainerPadding .row .col-xs-12,
.container.noContainerPadding .row .col-sm-1,
.container.noContainerPadding .row .col-sm-2,
.container.noContainerPadding .row .col-sm-3,
.container.noContainerPadding .row .col-sm-4,
.container.noContainerPadding .row .col-sm-5,
.container.noContainerPadding .row .col-sm-6,
.container.noContainerPadding .row .col-sm-7,
.container.noContainerPadding .row .col-sm-8,
.container.noContainerPadding .row .col-sm-9,
.container.noContainerPadding .row .col-sm-10,
.container.noContainerPadding .row .col-sm-11,
.container.noContainerPadding .row .col-sm-12,
.container.noContainerPadding .row .col-md-1,
.container.noContainerPadding .row .col-md-2,
.container.noContainerPadding .row .col-md-3,
.container.noContainerPadding .row .col-md-4,
.container.noContainerPadding .row .col-md-5,
.container.noContainerPadding .row .col-md-6,
.container.noContainerPadding .row .col-md-7,
.container.noContainerPadding .row .col-md-8,
.container.noContainerPadding .row .col-md-9,
.container.noContainerPadding .row .col-md-10,
.container.noContainerPadding .row .col-md-11,
.container.noContainerPadding .row .col-md-12,
.container.noContainerPadding .row .col-lg-1,
.container.noContainerPadding .row .col-lg-2,
.container.noContainerPadding .row .col-lg-3,
.container.noContainerPadding .row .col-lg-4,
.container.noContainerPadding .row .col-lg-5,
.container.noContainerPadding .row .col-lg-6,
.container.noContainerPadding .row .col-lg-7,
.container.noContainerPadding .row .col-lg-8,
.container.noContainerPadding .row .col-lg-9,
.container.noContainerPadding .row .col-lg-10,
.container.noContainerPadding .row .col-lg-11,
.container.noContainerPadding .row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.container,
.container-fluid {
  padding-right: 45px;
  padding-left: 45px;
}
.size-xs .container,
.size-xs .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.size-xs .container.noContainerPadding,
.size-xs .container-fluid.noContainerPadding {
  padding-left: 0;
  padding-right: 0;
}
/*
.btn {
	padding: 7px 20px;
	font-size: 1em;
	border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #3c3c3c;
	border-color: #232323;
}*/
/*.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}*/
/*.btn-sm, .btn-xs {
	padding: 2px 15px;
	font-size:	0.857em;
	border-radius: 8px;
}*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}
/*.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
}*/
/*------------------------------------*\
	BOOTSTRAP OVERWRITE/THEME [END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND [BEGIN]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND - MISC [BEGIN]
\*------------------------------------*/
body {
  background: #dbdddc url("../images/bg.jpg") repeat fixed 0 0;
}
#risknetWrapper {
  background: url("../images/header_bg.png") repeat-x 0 0;
}
@media screen and (max-width: 991px) {
  #risknetWrapper {
    background: url("../images/header_bg.png") repeat-x 0 0;
  }
}
#main ul,
#main ol {
  list-style-type: none;
  margin: 25px 0 25px;
  padding: 0;
}
#main ul li {
  background: transparent url("../images/arrow.png") no-repeat scroll -15px -164px;
  padding-left: 28px;
  margin: 10px 0;
}
.verticalDivider {
  background: url("../images/trenner_vert.png") repeat-y top center;
}
hr {
  background-color: #cbcbcb;
  border: medium none;
  height: 1px;
  margin: 35px 0;
  width: 100%;
}
.footer-wrapper hr {
  background: transparent url("../images/hr_dark.png") repeat-x scroll 0 0;
}
span.red,
span.mandantory {
  color: #b30037;
}
.linkMore,
.readmore-js-toggle {
  background: transparent url(../images/arrow.png) no-repeat -10px -16px;
  padding-left: 37px;
  margin-top: 20px;
}
.linkMore.active,
.readmore-js-toggle.active {
  background-position: -10px -505px;
}
span.btn a {
  color: #fff;
}
span.btn {
  margin-top: 25px;
  display: block;
}
.teaser > .row > .col-md-12 {
  min-height: 0;
}
.btn-outline {
  -moz-user-select: none;
  background-image: none;
  border: 2px solid #2d4281;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  /* line-height: 2em;*/
  margin-bottom: 0;
  padding: 6px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none !important;
}
.btn-outline:after {
  content: " \00BB";
  font-size: 1.2em;
}
/*.btn-outline span{
	font-size:1.1em;
}*/
a.underline {
  text-decoration: underline;
}
.radio,
.checkbox {
  line-height: 1.2em;
}
.radio label,
.checkbox label {
  font-size: 0.875em;
}
.radio-inline,
.checkbox-inline {
  line-height: 1.2em;
}
.radio-inline label,
.checkbox-inline label {
  font-size: 0.875em;
  font-weight: 300;
}
p.smaller-size {
  font-size: 0.813em;
  color: #747882;
  line-height: 1.2em;
}
.btn-flat {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  background-color: #2d4281;
  display: block;
  text-align: center;
  margin-top: 5px;
  line-height: 38px;
}
.btn-flat:hover {
  color: #7497dc;
}
.btn-flat span {
  font-size: 1.2em;
  margin-left: 3px;
}
select[multiple] {
  width: 100%;
  border: 1px solid #A3A3A3;
}
.fieldset {
  /* border-bottom: 1px solid #cbcbcb; */
  margin-bottom: 24px;
  padding: 0 0 10px;
}
/*------------------------------------*\
	BOOTSTRAP EXTEND - MISC [END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND - FORMS [BEGIN]
\*------------------------------------*/
div.selector,
div.selector span,
div.checker span {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
div.selector,
div.checker {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
div.selector:focus,
div.checker:focus {
  outline: 0;
}
div.selector,
div.selector *,
div.checker,
div.checker * {
  margin: 0;
  padding: 0;
}
div.selector {
  background-position: 0 -185px;
  line-height: 37px;
  height: 37px;
  padding: 0 0 0 20px;
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
div.selector span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 37px;
  line-height: 37px;
  padding-right: 35px;
  cursor: pointer;
  width: 100% !important;
  display: block;
}
div.selector.fixedWidth {
  width: 190px;
}
div.selector.fixedWidth span {
  width: 155px;
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 37px;
  /*top: 2px;*/
  top: 0;
  left: 0;
  width: 100%;
}
div.selector.active {
  background-position: 0 -222px;
}
div.selector.active span {
  background-position: right -37px;
}
div.selector.hover,
div.selector.focus {
  background-position: 0 -259px;
}
div.selector.hover span,
div.selector.focus span {
  background-position: right -74px;
}
div.selector.hover.active,
div.selector.focus.active {
  background-position: 0 -296px;
}
div.selector.hover.active span,
div.selector.focus.active span {
  background-position: right -111px;
}
div.selector.disabled,
div.selector.disabled.active {
  background-position: 0 -333px;
}
div.selector.disabled span,
div.selector.disabled.active span {
  background-position: right -148px;
}
div.selector span {
  color: #818181;
}
div.selector.disabled span,
div.selector.disabled.active span {
  color: #bbb;
}
div.selector.hover span {
  color: #444;
}
/*------------------------------------*\
	BOOTSTRAP EXTEND - FORMS [END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND - HELPER CLASSES [BEGIN]
\*------------------------------------*/
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
/*
.size-sm .noPadding,
.size-md .noPadding,
.size-lg .noPadding{
	margin-left: 	-30px;
	margin-right: 	-30px;
}*/
.noPadding {
  margin-left: -30px;
  margin-right: -30px;
}
/*
p.bodytext:before,
p.bodytext:after{
  display: table;
  content: " ";
}
p.bodytext:after {
  clear: both;
}
*/
/*------------------------------------*\
	BOOTSTRAP EXTEND - HELPER CLASSES	[END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND [END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND - ALERT [BEGIN]
\*------------------------------------*/
.alert {
  font-size: 0.938em;
  background: #e0e3ec url("../images/icon-xl-alert.png") no-repeat scroll 0 0;
  padding: 18px 18px 18px 89px;
  min-height: 87px;
}
.alert strong,
.alert h2 {
  color: #31708f;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.alert h2 {
  margin-bottom: 10px;
}
.alert-success {
  color: #fff;
  background-color: #4b9463;
  background-position: -5960px 0px;
}
.alert-success strong,
.alert-success h2 {
  color: #fff;
}
.alert-warning {
  color: #d48700;
  background-color: #ffe088;
  background-position: -3960px 0px;
}
.alert-warning strong,
.alert-warning h2 {
  color: #d48700;
}
.alert-danger {
  color: #fff;
  background-color: #e15050;
  background-position: -1960px 0px;
}
.alert-danger strong,
.alert-danger h2 {
  color: #fff;
}
.alert-info strong,
.alert-info h2,
.alert-info p,
.alert-message {
  color: #3D518B;
}
.alert > p,
.alert > ul {
  margin-bottom: 25px;
}
.alert > p:last-child,
.alert > ul:last-child {
  margin-bottom: 0;
}
/*------------------------------------*\
	BOOTSTRAP EXTEND - ALERT [END]
\*------------------------------------*/
/*--------------------------------------------*\
	LAYOUT - RESPONSIVE ADAPTION SIZE XS [BEGIN]
\*--------------------------------------------*/
.size-xs h1 {
  font-size: 1.7em;
}
.size-xs h2 {
  font-size: 1.5em;
}
.size-xs h3 {
  font-size: 1.3em;
}
.size-xs h4 {
  font-size: 1em;
}
.size-xs h5 {
  font-size: 1em;
}
.size-xs h6 {
  font-size: 1em;
}
.size-xs .col-xs-pad {
  padding-right: 0;
}
.size-xs .col-xs-pad-left {
  padding-left: 0;
}
.size-xs .col-xs-pad-right {
  padding-right: 0;
}
.col-pad-left {
  padding-left: 0;
}
/*--------------------------------------------*\
	LAYOUT - RESPONSIVE ADAPTION SIZE XS [END]
\*--------------------------------------------*/
/*------------------------------------*\
	LAYOUT [BEGIN]
\*------------------------------------*/
.container-fluid {
  max-width: 1200px;
}
/*------------------------------------*\
	LAYOUT - SHADOW [BEGIN]
\*------------------------------------*/
.shadow {
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.size-xs .shadow,
.size-sm .shadow {
  overflow: hidden;
}
.shadow.container,
.shadow.container-fluid {
  padding: 0;
}
/*------------------------------------*\
	LAYOUT - SHADOW [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - BANNER / ADS [BEGIN]
\*------------------------------------*/
/*
.size-lg #bannerLeaderboard{
	padding-top: 	15px;
	padding-bottom: 15px;
}

#bannerFullbanner{
	padding-top: 	15px;
	padding-bottom: 15px;
}
*/
/*------------------------------------*\
	LAYOUT - BANNER / ADS [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - HEADER [BEGIN]
\*------------------------------------*/
#headerWrapper {
  background: #FCFCFC url("../images/header-bg.jpg") no-repeat scroll center top;
}
.size-xs #headerWrapper {
  background-image: none;
}
header.header {
  position: relative;
}
@media screen and (min-width: 768px) {
  header.header {
    height: 147px;
  }
}
header.container {
  /*padding-left:0;
        padding-right:0;
    */
}
nav {
  position: relative;
  z-index: 100;
}
.nav-wrap {
  width: 60%;
  /*width:25.80%\9; ie8 and below*/
  float: right;
}
.logo-wrap {
  position: relative;
  padding-left: 15px;
  top: 0;
  z-index: 0;
  max-width: 720px;
}
.logo-wrap img,
.logo-wrap svg {
  float: left;
}
.logo-wrap svg {
  height: 147px;
  width: 252px;
  max-width: 40vw;
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .logo-wrap {
    padding-left: 0;
    max-width: 40vw;
    height: 66px;
  }
  .logo-wrap svg {
    position: absolute;
    top: 50%;
    left: 0;
    padding-top: 0;
    height: 35px;
    width: 100%;
    max-width: 40vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.logo-wrap > a {
  display: block;
}
#metacont {
  float: right;
  margin: 24px 0px 0 0;
}
.meta-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.meta-nav .log {
  display: none;
}
.meta-nav ul {
  float: left;
  margin: 0;
  padding: 0;
}
.meta-nav ul.meta {
  padding: 0 0 0 1em;
  background-color: rgba(255, 255, 255, 0.75);
}
.meta-nav ul.meta-lang {
  padding: 0 0 0 1em;
  background-color: rgba(255, 255, 255, 0.75);
}
.size-xs .meta-nav ul.meta-lang {
  background-color: transparent;
}
.meta-nav ul li {
  float: left;
  line-height: 2.65em;
  color: #c2c2c2;
}
.meta-nav ul li .separator {
  margin: 0 0.4em;
}
.meta-nav ul li a {
  font-size: 0.875em;
  /*14/16*/
  color: #000;
}
.meta-nav ul li.lang {
  margin: 0 2em 0 2em;
}
.size-xs .meta-nav ul li.lang,
.size-sm .meta-nav ul li.lang {
  margin-right: 1em;
}
.meta-nav ul li.lang a,
.meta-nav ul li.lang span {
  font-size: 0.813em;
  /*13/16*/
  font-weight: 700;
  background-color: #747882;
  padding: 1px 6px;
  color: #fff;
}
.meta-nav ul li.lang a:focus,
.meta-nav ul li.lang a:hover {
  background-color: #2D4281 !important;
  color: #fff !important;
}
.meta-nav ul li.lang a.en,
.meta-nav ul li.lang span.en {
  background-color: #e2e3e6;
  margin-left: 1px;
  color: #000;
}
.meta-nav .log li.login {
  background-color: #2d4281;
}
.meta-nav .log li.login a {
  background: transparent url("../images/icon.png") no-repeat scroll 2px -4px;
  padding: 0 1.7em 0 2.7em;
  display: block;
  font-size: 0.938em;
  /*15/16*/
  font-weight: 700;
  color: #fff;
}
/*
#metanav li a, #socialnav li a {
	display:block;
	width:34px;
	height:34px;
	font-size:1.08em;
	color:#222222;
	background: #b30037 url(../images/icon.png) no-repeat 0 0;
*/
/*remove text*/
/*
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#metanav li a:hover, #socialnav li a:hover {
background-color: #3c3c3c;
}*/
/* menu-trigger*/
/*
#metanav a#menu-trigger, #metanav a#menu-trigger:visited, #metanav a#menu-trigger:focus, #metanav a#menu-trigger:active, .btnCloseMobileNavi {
	display:block;
	width:55px;
	height:55px;
	font-size:1.08em;
	color:#222222;
	background: #b30037 url(../images/icon.png) no-repeat -68px 0;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.btnCloseMobileNavi {
	background-color: #3c3c3c;
	background-position: -68px -55px;
	float: right;
}
#metanav a#menu-trigger:hover {
	background-color: #3c3c3c;
}
#metanav li, #socialnav li {
	margin-left:4px;
}
#metanav li a.log {
	background-position: 0 -34px;
}
#metanav li a.lan {
	margin-left:18px;
	background-position: 0 -68px;
}
#metanav li a.langLinkDe {
	background-position: -34px -68px;
}
#socialnav li a.twi {
	background-position: 0 -102px;
}
#socialnav li a.fac {
	background-position: -34px 0;
}
#socialnav li a.xin {
	background-position: -34px -34px;
}
#search {
	position: absolute;
	right: 0;
	top: 101px;
}*/
/*------------------------------------*\
	LAYOUT - HEADER [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - NAVIGATION [BEGIN]
\*------------------------------------*/
/*
nav {
}
.row-nav {
	margin:0;
	padding:0;
}
.row-nav .col-md-9, .row-nav .col-md-3 {
	padding-left:0;
	padding-right:0;
}
*/
.row-nav .left {
  background: #3d59ac;
  background: -moz-linear-gradient(top, #3d59ac 0%, #2f4380 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d59ac), color-stop(100%, #2f4380));
  background: -webkit-linear-gradient(top, #3d59ac 0%, #2f4380 100%);
  background: -o-linear-gradient(top, #3d59ac 0%, #2f4380 100%);
  background: -ms-linear-gradient(top, #3d59ac 0%, #2f4380 100%);
  background: linear-gradient(to bottom, #3d59ac 0%, #2f4380 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d59ac', endColorstr='#2f4380', GradientType=0);
  margin: 0;
  /*padding:0 30px 0 0;*/
}
.row-nav .right {
  background: #fec737;
  background: -moz-linear-gradient(top, #fec737 0%, #ffb333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec737), color-stop(100%, #ffb333));
  background: -webkit-linear-gradient(top, #fec737 0%, #ffb333 100%);
  background: -o-linear-gradient(top, #fec737 0%, #ffb333 100%);
  background: -ms-linear-gradient(top, #fec737 0%, #ffb333 100%);
  background: linear-gradient(to bottom, #fec737 0%, #ffb333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec737', endColorstr='#ffb333', GradientType=0);
  margin: 0;
  padding: 0 15px;
}
.row-nav ul li {
  line-height: 50px;
  height: 50px;
}
#nav,
.row-nav .right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.row-nav .right ul a {
  padding: 0.75em 1em;
  display: block;
  position: relative;
}
.row-nav .right ul li {
  position: relative;
  /*float:left;*/
  width: 100%;
}
/** MOBILE MENU BUTTON **/
.row-nav .left .sf-menu-mob li a {
  background: transparent url(../images/svg/menu.svg) no-repeat 16px center;
  background-size: 20px;
  padding-left: 48px;
}
.row-nav .left .sf-menu-mob li > a:hover {
  background: #1c2e7a url(../images/icon-nav.png) no-repeat 0 -100px;
}
/** MOBILE LOGIN BUTTON **/
.row-nav .left .sf-menu-mob li.login a {
  background: transparent url(../images/icon-nav.png) no-repeat 0 -51px;
  padding-left: 48px;
}
.row-nav .left .sf-menu-mob .login > a:hover {
  background: #1c2e7a url(../images/icon-nav.png) no-repeat 0 -151px;
}
/*.row-nav .right ul form{
	padding: .75em 1em;
	display: block;
	position: relative;
}
.row-nav .right form{
	margin: .6em 0 0 0;
	padding:0;
}*/
.search-form {
  margin: 0;
  padding: 0;
  position: relative;
  top: 8px;
}
.search-form label {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -8px;
  left: 33px;
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
}
.search-form #ke_search_sword.form-control,
.search-form .form-control {
  position: relative;
  padding: 6px 12px 6px 33px;
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  /*background: transparent url("../images/svg/search.svg") no-repeat 15px center;*/
  background: transparent url(../images/svg/search.svg) no-repeat 5px center;
  background-size: 20px;
  display: block;
  height: 34px;
  margin: 0;
  top: 0;
}
/*
.navbar-form.navbar-right:last-child {
    margin-right: 0;
}*/
#navcont {
  float: right;
  margin-top: 20px;
  position: relative;
  z-index: 100;
}
.clb {
  clear: both;
}
#mobileNavigationTrigger {
  /*background: url("../images/icon.png") no-repeat scroll 0 0 #B30037;
    color: #222222;
    display: block;
    font-size: 1.08em;
    height: 34px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 34px;*/
}
/*------------------------------------*\
	LAYOUT - NAVIGATION [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - SUBNAVIGATION [BEGIN]
\*------------------------------------*/
/*
#navigationL2 {
	z-index: 10;
}
#navigationL2 .subnav {
	width: 90%;
	box-shadow: 3px 3px 10px -2px #777777;
	padding: 10px 0px 20px 0px;
	background: #b30037;
}
.subnav, .subnavL2 {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnavL2 {
	display:none;
}
.clicked .subnavL2 {
	display:block;
}
.active .subnavL2 {
	display:block;
}
.active.clicked .subnavL2 {
	display:none;
}
.subnav a {
	font-family:	"Open Sans Condensed", Arial, Verdana, sans-serif;
	font-size:1.429em;
	font-weight: 300;
	color: #fff;
	padding: 0.55em 0.55em 0.55em 2.3em;
	text-decoration: none;
	display:block;
}
.subnav .level1 {
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	line-height: 1.1;
	font-size:1.714em;
	color: #fff;
	padding: 0.55em 0.55em 0.55em 1.85em;
	text-decoration: none;
	display:block;
	background-image: none;
}
.subnav > li.withsubpage > a {
	background: transparent url(../images/arrow.png) no-repeat 0 -303px;
}
.subnav > li.withsubpage.cur > a, .subnav > li.withsubpage.clicked > a {
	background-position: 0 -353px;
}
.subnav li {
	background-color: #b30037;
}
.subnavL2 a {
	font-size:1em;
	padding: 0.55em 0.55em 0.55em 3.3em;
	background-image:none;
}
.subnav > li > a:hover {
	background-color: #fff;
	color:#000;
}
.subnav li.level1 a:hover {
	background-color: #b30037;
}
.subnav > li.withsubpage.active > a {
	background-position: 0 -353px;
}
.subnav > li.withsubpage > a:hover {
	background-position: 0 -403px;
}
.subnav > li.withsubpage.clicked > a:hover {
	background-position: 0 -453px;
}
.subnav > li.withsubpage.cur > a:hover {
	background-position: 0 -453px;
}
.subnav .cur > a {
	font-weight:bold;
	color:#fff;
}
.subnavL2 a:hover {
	background-color: #fff;
	color:#000;
}
.outnav {
	width: 90%;
	box-shadow: 3px 3px 10px -2px #777777;
	padding: 10px 0px 20px 0px;
	background: #b30037;
	position:relative;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}
.outnav a {
	font-family:	"Open Sans", Arial, Verdana, sans-serif;
	font-size:1em;
	color: #fff;
	padding: 1.25em 0.55em 1.25em 4.8em;
	text-decoration: none;
	display:block;
	background: #b30037 url(../images/icon.png) no-repeat 35px -126px;
}
.outnav li a:hover {
	background-color: #3c3c3c;
}
.sticky {
	position: fixed;
	top: 40px;
}
*/
/*------------------------------------*\
	LAYOUT - SUBNAVIGATION [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - CONTENT [BEGIN]
\*------------------------------------*/
#content .leftcol {
  padding-bottom: 25px;
}
#content .related > .inner {
  padding-bottom: 50px;
}
/* adjustments for risknetwork */
#content .leftcol.col-md-12 {
  padding-bottom: 0px;
  /* remove bottom-padding -> related-col is used in risknetwork-plugin */
}
#content .leftcol.col-md-12 .col-md-12 {
  padding-bottom: 30px;
  /* padding for detail view without right column (not logged in or not public and no downloads) */
}
#content .col-md-12 .related {
  margin-top: -25px;
  /* compensate margin -> related-col is used in risknetwork-plugin */
}
#content .col-md-12 .tx-risknetwork > .row > .col-md-8 {
  padding-bottom: 30px;
}
/* adjustments for risknetwork END*/
#content .leftcol .ce-bodytext a:not(.glossaryItemLink),
#content .leftcol .bodytext a:not(.glossaryItemLink),
#content .leftcol p:not([class]) a:not(.tx-glossary):not(.glossaryItemLink),
#content .leftcol p a.internal-link:not(.glossaryItemLink) {
  text-decoration: underline;
}
#content .leftcol a[href*="glossary"] {
  text-decoration: none;
}
#content .leftcol .alert a {
  text-decoration: none !important;
}
#content .leftcol a.btn {
  text-decoration: none;
}
.fancybox-content ul,
.fancybox-content ol,
#content .leftcol ul,
#content .leftcol ol {
  margin: 0 0 25px 13px;
  padding: 0;
}
.fancybox-content ul.pagination,
.fancybox-content ol.pagination,
#content .leftcol ul.pagination,
#content .leftcol ol.pagination {
  margin: 0 auto;
  list-style-type: none;
}
.fancybox-content ul.pagination li,
.fancybox-content ol.pagination li,
#content .leftcol ul.pagination li,
#content .leftcol ol.pagination li {
  background-image: none;
  padding: 0;
}
.fancybox-content ul.pagination li a,
.fancybox-content ol.pagination li a,
#content .leftcol ul.pagination li a,
#content .leftcol ol.pagination li a {
  color: #2d4281;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2d4281;
  border-color: #2d4281;
}
.page-navigation {
  text-align: center;
}
#content .leftcol div.indent {
  padding-left: 28px;
}
.fancybox-content ul li,
#content .leftcol ul li {
  background: transparent url("../images/li.png") no-repeat scroll 0 8px;
  padding-left: 18px;
  line-height: 1.3em;
  margin: 10px 0;
}
#content .leftcol div.var ul li {
  background: transparent url("../images/li-var.png") no-repeat scroll 0 3px;
  padding-left: 22px;
}
.teaser {
  padding-top: 30px;
}
/*#content {
    margin-top: 27px;
}*/
/*
header .row {
	margin-left: -30px;
	margin-right: -30px;
}

*/
.teaser > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.main > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.subfooter > .container > .row .subfooter > .container-fluid > .row {
  margin-left: -30px;
  margin-right: -30px;
}
#footer .footer-nav > .row {
  margin-left: -30px;
  margin-right: -30px;
}
#footer > .container > .row #footer > .container-fluid > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.related {
  margin-left: -30px;
  margin-right: -30px;
  /* background moved to .realted .inner */
  /*background-color:#f1f1f1;	*/
}
.related p.bodytext {
  font-size: 0.875em;
}
@media (min-width: 992px) {
  .related {
    margin-left: 0;
    margin-right: 0;
  }
}
/*.related .csc-default{
	padding: 20px;
	border-bottom:1px solid #cbcbcb;
}*/
.related > .inner > div {
  padding: 30px;
  border-bottom: 1px solid #cbcbcb;
}
.related > .inner > div:last-child {
  border-bottom: none;
}
.related > .inner > div.csc-voting {
  padding-bottom: 0;
  border-bottom: none;
}
.related > .inner > div.csc-voting > div {
  margin-bottom: 0 !important;
}
.related h1,
.related h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
.main .col-md-4.related > .inner {
  background: #f1f1f1;
}
.size-md .main .col-md-4.related > .inner,
.size-lg .main .col-md-4.related > .inner {
  margin-right: -30px;
}
.size-xs .main .col-md-4.related > .inner,
.size-sm .main .col-md-4.related > .inner {
  margin-right: 0px;
  margin-left: 0px;
}
.size-xs .main .col-md-4.related {
  margin-right: -15px;
  margin-left: -15px;
}
.size-xs .related > .inner > div {
  padding-left: 15px;
  padding-right: 15px;
}
/* main gilt nur bei zwei spalten */
.content-wrapper {
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
#main {
  margin: 0 auto;
  position: relative;
}
#mainbottom {
  width: 918px;
  margin: 0 auto;
  position: relative;
}
/*------------------------------------*\
	LAYOUT - CONTENT [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - FOOTER [BEGIN]
\*------------------------------------*/
.subfooter {
  padding: 50px 0 20px;
  background-color: #5d6065;
  color: #ffffff;
  text-align: center;
}
.subfooter dfn {
  pointer-events: none;
  border: none !important;
  color: #FFF;
}
.subfooter .title {
  height: 56px;
  margin-top: 10px;
}
.subfooter .title > span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  padding: 15px 20px;
  border-bottom: 1px solid #ffffff;
}
.subfooter a.btn-top {
  border: 3px solid #adb1b2;
  text-transform: uppercase;
  display: block;
  color: #adb1b2;
  padding: 0.75em 2.25em 0.75em 4.25em;
  font-weight: bold;
  background: transparent url("../images/icon.png") no-repeat scroll 20px -250px;
  max-width: 290px;
  margin: 48px auto 0 auto;
}
.subfooter a.btn-top:hover {
  color: #dbdcdd;
}
#footer {
  background-color: #808388;
  text-align: center;
  padding: 26px 0 18px 0;
}
#footer .socialMediaLinks img {
  width: 32px;
  margin: 0 2px 11px;
  opacity: 0.6;
  -webkit-transition: ease-in-out all 250ms;
  -moz-transition: ease-in-out all 250ms;
  -ms-transition: ease-in-out all 250ms;
  -o-transition: ease-in-out all 250ms;
  transition: ease-in-out all 250ms;
}
#footer .socialMediaLinks a:hover img {
  opacity: 1;
}
#footer .legal {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}
#footer .legal a {
  color: #ffffff;
}
#footer .credits {
  color: #b8babf;
  font-size: 12px;
  margin: 0;
}
/*------------------------------------*\
	LAYOUT - FOOTER [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN [BEGIN]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - TT_CONTENT [BEGIN]
\*------------------------------------*/
div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap,
figcaption.csc-textpic-caption {
  display: block;
}
div.csc-textpic .csc-textpic-imagewrap figure.csc-textpic-image {
  display: block;
  margin-bottom: 30px;
}
div.csc-textpic-center .csc-textpic-center-inner,
div.csc-textpic-center .csc-textpic-center-outer {
  width: 100%;
  float: none !important;
}
.csc-textpic-center figure.csc-textpic-image img {
  margin: 0 auto;
}
/* this option is neede for responsive images, but destroys behaviour for text/img-left... */
div.csc-textpic div.csc-textpic-imagecolumn,
div.csc-textpic-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left .csc-textpic-imagewrap,
.csc-textpic-imagewrap {
  float: none !important;
}
/* we use text/img-left only in right column... (see Intensiv-Seminare -> Seminarangebot) */
.related div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left !important;
}
div.csc-textpic div.csc-textpic-imagecolumn {
  /*width:47%;*/
  /*margin-right:3%;*/
}
.video-container {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.video-container.widescreen {
  padding-bottom: 57.25%;
}
.video-container.vimeo {
  padding-top: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*.csc-textpic {
	margin-bottom:	25px;
}*/
figcaption.csc-textpic-caption {
  font-size: 0.857em;
  /* 12/14 */
  font-style: italic;
  padding: 5px 0px 0px 0px;
  text-align: center;
  /*margin:		0 auto;*/
}
a.lightbox {
  display: block;
  position: relative;
}
.fancybox-title-float-wrap .child {
  white-space: normal !important;
}
.csc-textpic .csc-textpic-image a .lightboxZoomOverlay {
  background: url("../images/zoom_overlay.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.frame-type-hmdefaulttemplates_simpleimagegalleryrisknet a .lightBoxZoomOverlay {
  background: url(../images/zoom-overlay.png) no-repeat scroll top left;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
.csc-textpic .csc-textpic-image a:hover .lightboxZoomOverlay {
  opacity: 1;
}
.fancybox-title-float-wrap {
  top: 102% !important;
}
.csc-noteBox {
  border: 1px solid #c3c3c3;
  background: #f4f4f4 url(../images/icon-info.png) no-repeat left 22px;
  padding: 22px 30px 30px 109px;
  margin-bottom: 25px;
}
/*------------------------------------*\
	MAIN - TT_CONTENT [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - GOOGLE DFP [BEGIN]
\*------------------------------------*/
/* Leaderboard */
#div-gpt-ad-1396595755668-2 > div {
  width: 970px;
  height: 100px;
  margin: 1px auto;
}
.size-lg #div-gpt-ad-1396595755668-2 > div {
  margin: 10px auto;
}
/* Fullbanner */
#div-gpt-ad-1396595755668-1 > div {
  width: 468px;
  height: 60px;
  margin: 20px auto;
}
/* Skyscraper */
#div-gpt-ad-1396595755668-3 > div {
  width: 200px;
  height: 600px;
  margin: 0 auto;
}
/* Buttons */
#div-gpt-ad-1396595755668-0 > div,
#div-gpt-ad-1396606719570-0 > div {
  width: 130px;
  height: 80px;
}
/* Square */
#div-gpt-ad-1396609085155-5 > div {
  width: 250px;
  height: 250px;
}
/*------------------------------------*\
	MAIN - GOOGLE DFP [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - TEASER [BEGIN]
\*------------------------------------*/
.teaser-wrapper .img-responsive {
  margin: 0 auto;
}
/*------------------------------------*\
	MAIN - TEASER [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - HOME [BEGIN]
\*------------------------------------*/
.tea-home {
  position: relative;
  width: 100%;
  height: 413px;
  /* maxwidth 1170px in .col-lg- */
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 48px;
}
.tea-home-title p {
  max-width: 960px;
  font-size: 1.714em;
  /* 24/14 */
  line-height: 1.714em;
  color: #fff;
  text-shadow: 1px 1px 1px #888;
}
.tea-home-title p span {
  font-size: 1.5em;
  /* 36/24 */
  display: block;
}
.tea-home-title {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 5%;
}
/*------------------------------------*\
	MAIN - HOME [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - DETAIL [BEGIN]
\*------------------------------------*/
#content .csc-sitetitle {
  margin-top: -25px;
  margin-bottom: 30px;
}
#content .csc-sitetitle.middle {
  margin-top: 0;
  margin-bottom: 30px;
}
#content .csc-sitetitle p {
  margin-bottom: 0;
}
#content .csc-sitetitle .csc-header {
  background-color: #747882;
  /*margin:0 -15px 0 -15px;*/
  padding: 13px 0;
}
#content .csc-sitetitle p.bodytext {
  background-color: #747882;
  padding: 0px 15px 25px 30px;
  margin-top: -15px;
  color: #c6c9d2;
}
.size-xs #content .csc-sitetitle p.bodytext {
  padding: 0 15px 25px 15px;
}
#content .csc-sitetitle .csc-firstHeader,
#content .csc-sitetitle h1 {
  color: #fff;
  margin-right: 15px;
  margin-left: 30px;
  margin-bottom: 0px;
  line-height: 1.4em;
}
#content .csc-sitetitle a#logoutbutton {
  float: right;
  margin-right: 15px;
  margin-top: 7px;
}
/* reduce margin in size-xs */
.size-xs #content .csc-sitetitle .csc-firstHeader,
.size-xs #content .csc-sitetitle h1 {
  margin: 0 15px;
}
@media (min-width: 992px) {
  #content .csc-sitetitle .csc-header-n1 {
    /*margin:0 -30px 0 -30px;*/
  }
  #content .csc-sitetitle p.bodytext {
    /*margin:0 -30px 0 -30px;*/
  }
}
#content .leftcol > .csc-headerimage {
  margin-top: -25px;
}
#content .csc-headerimage div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}
.csc-subheader h2 {
  font-size: 1.875em;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-weight: 700;
}
/*------------------------------------*\
	MAIN - DETAIL [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - SOCIALMEDIA-BUTTONS [BEGIN]
\*------------------------------------*/
#wrapper > .container {
  position: relative;
}
#socialMediaButtons {
  display: block;
  width: 2.5em;
  position: fixed;
  top: 33.6%;
  margin-left: -3em;
}
#socialMediaButtons a {
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: #2D4281;
  transition: background linear 0.2s;
  text-indent: -9999em;
  margin-bottom: 0.5em;
}
#socialMediaButtons a:focus,
#socialMediaButtons a:hover {
  background: #FFBD35;
}
#socialMediaButtons a img {
  padding: 0.5em;
  /* set width and height explicitly for ie8 */
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1085px) {
  #socialMediaButtons {
    display: none;
  }
}
/*------------------------------------*\
	MAIN - SOCIALMEDIA-BUTTONS [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - DOWNLOAD TEASER [BEGIN]
\*------------------------------------*/
.csc-download {
  background-color: #f1f1f1;
  margin-bottom: 15px;
  padding: 15px 38px 15px 23px;
  overflow: hidden;
  /* If filenames are too long, cut them. */
}
.related .csc-download {
  background-color: #fff;
}
.csc-download .inner {
  padding-left: 38px;
  line-height: 1.2em;
  background: transparent url(../images/icon-dl.png) no-repeat 0 0;
  font-weight: 700;
  font-size: 0.938em;
}
.csc-download.csc-download-docx .inner,
.csc-download.csc-download-doc .inner {
  background-position: 0 -200px;
}
.csc-download.csc-download-xls .inner,
.csc-download.csc-download-xlsx .inner {
  background-position: 0 -400px;
}
.csc-download.csc-download-rtf .inner {
  background-position: 0 -600px;
}
.csc-download.csc-download-zip .inner {
  background-position: 0 -800px;
}
.csc-download a {
  font-size: 0.938em;
  font-weight: 700;
}
.csc-download span {
  display: block;
  font-size: 0.75em;
  color: #989c9f;
}
.csc-download span i {
  font-style: normal;
  text-transform: uppercase;
}
/*------------------------------------*\
	MAIN - DOWNLOAD TEASER [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - GREY TEASER [START]
\*------------------------------------*/
.csc-teaser-grey {
  background-color: #f1f1f1;
  padding: 26px 26px 25px 26px;
  margin-bottom: 25px;
}
.csc-teaser-grey h3 {
  font-size: 1.625em;
}
.csc-teaser-grey p {
  font-size: 0.875em;
}
.csc-teaser-grey .btn-outline {
  /*float:right;*/
  /*margin-bottom:26px;*/
  position: absolute;
  bottom: 50px;
}
/*------------------------------------*\
	MAIN - GREY TEASER [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - GALLERY [BEGIN]
\*------------------------------------*/
.csc-management .csc-textpic-imagerow {
  margin-bottom: 30px;
}
.csc-management .csc-textpic-caption {
  text-align: left;
  color: #3c3c3c;
  font-style: normal;
  width: 90%;
  margin-top: 20px;
}
.csc-management .csc-textpic-caption strong {
  color: #b30037;
  display: block;
  font-family: 'EB Garamond', serif;
  font-weight: 300;
  font-size: 1.5em /* 18/12 */;
}
.csc-management .csc-textpic-caption i {
  display: block;
  font-size: 1.167em /* 14/12 */;
}
/*------------------------------------*\
	MAIN - GALLERY [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - SPALTE 10 -2 [BEGIN]
\*------------------------------------*/
.col-10-2-wrap {
  width: 100%;
  float: left;
  margin-right: -150px;
}
.col-10-2-left {
  margin-right: 150px;
  padding-right: 15px;
  background: url("../images/trenner_vert.png") repeat-y top right;
}
.col-10-2-right {
  float: right;
  width: 150px;
  padding-left: 15px;
}
.col-10-2-right h2 {
  font-size: 1.2em;
}
.col-10-2-right p {
  font-size: 0.85em;
  line-height: 1.5em;
}
/*------------------------------------*\
	MAIN - SPALTE 10 -2 [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - RSS-FEED-READER [BEGIN]
\*------------------------------------*/
/* Ticker */
.modern-ticker {
  width: 100%;
  height: 50px;
  line-height: 45px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.modern-ticker a {
  text-decoration: none;
  color: white;
}
.modern-ticker ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Label */
.mt-label {
  margin-right: 2px;
  padding: 0 8px 0 12px;
  float: left;
}
.mt-round .mt-label {
  border-radius: 5px 0 0 5px;
}
/* News */
.mt-news {
  height: 100%;
  width: 100% !important;
  overflow: hidden;
  float: left;
}
.mt-scroll .mt-news {
  background-color: transparent;
}
.mt-news ul {
  width: 50000px;
  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
}
.mt-news li {
  float: left;
}
.mt-news a {
  font-size: 15px;
  padding: 0 20px 0 30px;
  margin-right: 2px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 7px center;
  display: block;
}
.mt-hide {
  display: none;
}
/* Controls */
.mt-controls {
  margin-left: 2px;
  height: 100%;
  position: absolute;
  right: 2px;
  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
}
.mt-play,
.mt-prev,
.mt-next {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  float: left;
}
.mt-round .mt-next {
  border-radius: 0 5px 5px 0;
}
/*------------------------------------*\
	MAIN - RSS-FEED-READER [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - FE-MANAGER [BEGIN]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - FE-MANAGER [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - FELOGIN [BEGIN]
\*------------------------------------*/
.tx-felogin-pi1 legend {
  display: none;
}
.tx-felogin-pi1 .login_form {
  margin-bottom: 5px;
}
.tx-felogin-pi1 .backlink {
  margin-top: 20px;
}
/*------------------------------------*\
	MAIN - FELOGIN [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - MACINA-SEARCHBOX [BEGIN]
\*------------------------------------*/
.tx-macinasearchbox-pi1 {
  display: block;
  height: 34px;
  padding: 0px 10px 0px 0px;
}
.tx-macinasearchbox-pi1 .macinaSearchfield {
  background: white;
  border: none;
  height: 34px;
  line-height: 24px;
  border: 5px solid #b30037;
}
.tx-macinasearchbox-pi1 .macinaSearchbutton {
  border: none;
  height: 34px;
  width: 55px;
  line-height: 34px;
  background: #b30037;
  color: white;
  margin-left: 3px;
}
/*------------------------------------*\
	MAIN - MACINA-SEARCHBOX [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - RELATED CALENDAR [BEGIN]
\*------------------------------------*/
.related h1.csc-firstHeader,
.related h2.relatedHeader {
  color: #000;
  font-size: 1.438em;
  /* 23/16 */
  margin: 0 0 20px 0;
  font-weight: 700;
}
.size-xs .related h1.csc-firstHeader,
.size-xs .related h2.relatedHeader {
  font-size: 1.3em;
}
.tx_calTeaser .row {
  padding-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
.tx_calTeaser .item {
  background-color: #fff;
  margin-bottom: 8px;
  padding-bottom: 10px;
}
h3.tx_calTitle {
  color: #2d4281;
  font-size: 0.875em;
  margin: 5px 0;
}
.tx_calDate {
  display: block;
  font-size: 0.875em;
  color: #000;
  background: transparent url("../images/icon.png") no-repeat scroll -17px -312px;
  padding-left: 25px;
}
.related .tx_calDate {
  padding-left: 22px;
  font-size: 0.77em;
  background: rgba(0, 0, 0, 0) url("../images/icon.png") no-repeat scroll -17px -314px;
}
.tx_calLogo img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*------------------------------------*\
	MAIN - RELATED CALENDAR [END]
\*------------------------------------*/
/*-------------------------------------------*\
	MAIN - RELATED ANSPRECHPARTENER [BEGIN]
\*-------------------------------------------*/
.csc-ansprechpartner p {
  font-size: 0.938em;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.csc-ansprechpartner .header {
  font-weight: 700;
  margin-bottom: 20px;
}
.csc-ansprechpartner .apname {
  font-weight: 700;
  color: #000;
}
.csc-ansprechpartner a {
  text-decoration: underline;
}
/*-------------------------------------------*\
	MAIN - RELATED ANSPRECHPARTENER [END]
\*-------------------------------------------*/
/*------------------------------------*\
	MAIN - RISCACADAMY [START]
\*------------------------------------*/
.teaser-riskacademy {
  border: 3px solid #fff;
  padding: 27px 17px 17px 27px;
  background: #f1f1f1 url("../images/bg-teaser-ra-1.png") no-repeat scroll center bottom;
  border: 3px solid #D5D5D5;
  margin-bottom: 25px;
}
.teaser-riskacademy.tea-ra-2 {
  background-image: url("../images/bg-teaser-ra-2.png");
}
.size-xs .teaser-riskacademy {
  max-width: 358px;
}
.teaser-riskacademy p {
  font-size: 0.875em;
  color: #393a3d;
  line-height: 1.4em;
}
.teaser-riskacademy p.last {
  margin-bottom: 0;
}
.teaser-riskacademy.tea-highlight {
  border: 3px solid #fcb13f;
  background-color: #fef1d5;
}
.teaser-riskacademy h2 {
  color: #2d4281;
  font-weight: 700;
  font-size: 1.313em;
}
.teaser-riskacademy .more {
  background-color: #2D4281;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  border: none;
  display: inline-block;
}
.teaser-riskacademy.tea-highlight .more {
  background-color: #fcb13f;
}
.teaser-riskacademy .more:hover {
  background-color: #7496dc;
}
.teaser-riskacademy.tea-highlight .more:hover {
  background-color: #fdce87;
}
.teaser-riskacademy .more:after {
  content: " \00BB";
  font-size: 1.2em;
}
/*------------------------------------*\
	MAIN - RISCACADAMY [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - RISCJOBS [START]
\*------------------------------------*/
.teaser-riskjobs {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.teaser-riskjobs img {
  border: 1px solid #cbcbcb;
}
.teaser-riskjobs h2 {
  color: #2d4281;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.teaser-riskjobs:hover h2 {
  color: #7497dc;
}
.teaser-riskjobs p {
  color: #323438;
  font-weight: 700;
  font-size: 0.938em;
  line-height: 1.4em;
  margin-bottom: 0;
}
.teaser-riskjobs .more {
  background: transparent url("../images/teaser-more.png") no-repeat scroll 0 0;
  width: 39px;
  height: 74px;
  display: block;
  margin: 0 auto;
}
.teaser-riskjobs:hover .more {
  background-position: 0 -74px;
}
.size-xs .teaser-riskjobs h2 {
  font-size: 1.2em;
}
/*------------------------------------*\
	MAIN - RISCJOBS [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - TOTOP [BEGIN]
\*------------------------------------*/
#toTop {
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
  text-indent: -99999em;
  background: #c12a32;
  opacity: 0.7;
}
#toTop:hover {
  opacity: 1;
}
.positionfixed #toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
/*------------------------------------*\
	MAIN - TOTOP [END]
\*------------------------------------*/
/*------------------------------------*\
	JQUERY UI [BEGIN]
\*------------------------------------*/
#content .ui-widget,
#content .ui-widget-content,
#content .ui-widget-content a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
#content .ui-widget-content a {
  color: #2d4281;
}
.ui-accordion-header {
  background: #eee !important;
  color: #2d4281 !important;
  padding: 5px 15px !important;
  cursor: pointer;
  outline: none;
  border: none !important;
  margin-top: 5px !important;
}
.ui-icon {
  display: none !important;
}
/*------------------------------------*\
	JQUERY UI [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - SUBNAVI IN PROFILE(LOGIN) [BEGIN]
\*------------------------------------*/
#content .leftcol ul.profileNav {
  padding: 0 0 10px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #cbcbcb;
}
#content .leftcol ul.profileNav li {
  list-style-image: none;
  background: none;
  padding: 0;
  margin: 0;
}
#content .leftcol ul.profileNav li a {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 14px;
  padding-top: 50px;
  background: url('../images/sprite_profilenav.png') no-repeat center 0px;
  margin-right: 35px;
  margin-bottom: 15px;
  float: left;
}
#content .leftcol ul.profileNav li a:focus,
#content .leftcol ul.profileNav li a:hover,
#content .leftcol ul.profileNav li.active a {
  color: #2d4281;
}
#content .leftcol ul.profileNav li.active a {
  font-weight: bold;
  color: #2d4281;
}
#content .leftcol ul.profileNav li.profilnav_dashboard a {
  background-position: center -319px;
}
#content .leftcol ul.profileNav li.profilnav_dashboard a:focus,
#content .leftcol ul.profileNav li.profilnav_dashboard a:hover,
#content .leftcol ul.profileNav li.profilnav_dashboard.active a {
  background-position: center -477px;
}
#content .leftcol ul.profileNav li.profilnav_profile a {
  background-position: center -635px;
}
#content .leftcol ul.profileNav li.profilnav_profile a:focus,
#content .leftcol ul.profileNav li.profilnav_profile a:hover,
#content .leftcol ul.profileNav li.profilnav_profile.active a {
  background-position: center -795px;
}
#content .leftcol ul.profileNav li.profilnav_risknetwork a {
  background-position: center 0px;
}
#content .leftcol ul.profileNav li.profilnav_risknetwork a:focus,
#content .leftcol ul.profileNav li.profilnav_risknetwork a:hover,
#content .leftcol ul.profileNav li.profilnav_risknetwork.active a {
  background-position: center -159px;
}
#content .leftcol ul.profileNav li.profilnav_newsletter a {
  background-position: 8px -950px;
}
#content .leftcol ul.profileNav li.profilnav_newsletter a:focus,
#content .leftcol ul.profileNav li.profilnav_newsletter a:hover,
#content .leftcol ul.profileNav li.profilnav_newsletter.active a {
  background-position: 8px -1109px;
}
#content .leftcol ul.profileNav li.profilnav_marktplatz a {
  background-position: center -1268px;
}
#content .leftcol ul.profileNav li.profilnav_marktplatz a:focus,
#content .leftcol ul.profileNav li.profilnav_marktplatz a:hover,
#content .leftcol ul.profileNav li.profilnav_marktplatz.active a {
  background-position: center -1427px;
}
/*------------------------------------*\
	MAIN - SUBNAVI IN PROFILE(LOGIN) [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - QUOTATION [BEGIN]
\*------------------------------------*/
.tx-hm-quotation blockquote {
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 20px;
  padding: 0;
}
.tx-hm-quotation blockquote p.cite:before {
  content: '„';
  color: inherit;
  font-family: Georgia, serif;
  font-weight: bold;
}
.tx-hm-quotation blockquote p.cite:after {
  content: '“';
  color: inherit;
  font-family: Georgia, serif;
  font-weight: bold;
}
/*------------------------------------*\
	MAIN - QUOTATION [BEGIN]
\*------------------------------------*/
/*------------------------------------*\
	MAIN [END]
\*------------------------------------*/
/*
#c2933 .tx_calLogo {
	display:block;
	max-width:100%;
	height:33px;
	background: transparent url("../user_upload/pagetree_root/Seminare/risknet.png") no-repeat scroll 0 0;
}
.size-lg #c2933 .tx_calLogo {
	background-position: -10px 0;
}
*/
.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 230px;
}
/*------------------------------------*\
	TEASER APP [BEGIN]
\*------------------------------------*/
.teaser-riskapp {
  background: url(../images/teaser-risknetapp.jpg) no-repeat left top;
  min-height: 521px;
  padding-left: 335px;
  margin-left: -30px;
  padding-top: 10px;
}
.size-xs .teaser-riskapp {
  padding: 0;
  background: none;
  margin-left: 0;
  min-height: 0;
}
.buttonRiskNETApp img {
  /*padding: 0 !important;*/
}
/*------------------------------------*\
	TEASER APP [END]
\*------------------------------------*/
/*------------------------------------*\
	RESPONSIVE EMBED [BEGIN]
\*------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/*------------------------------------*\
	RESPONSIVE EMBED [END]
\*------------------------------------*/
.lightboxZoomOverlay {
  background: url(../images/zoom-overlay.png) no-repeat scroll top left;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#TSFE_ADMIN_PANEL_FORM input[type='checkbox'],
.extbase-debugger-tree input[type='checkbox'] {
  display: block !important;
}
/*------------------------------------*\
	FRAMES [BEGIN]
\*------------------------------------*/
.frame.frame-pageTitleMiddle {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.frame.frame-pageTitleMiddle header {
  background-color: #747882;
  padding: 13px 0;
}
.frame.frame-pageTitleMiddle header h1 {
  color: #fff;
  margin-right: 15px;
  margin-left: 30px;
  margin-bottom: 0px;
  line-height: 1.4em;
}
.frame.frame-pageTitleMiddle .ce-textpic {
  overflow: visible;
}
.frame.frame-pageTitleMiddle .ce-textpic .ce-bodytext p {
  background-color: #747882;
  padding: 0px 15px 25px 30px;
  margin-top: -15px;
  margin-bottom: 0;
  color: #c6c9d2;
}
.frame.frame-headerImageTop {
  margin-top: -25px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0;
}
.frame.frame-headerImageTop .ce-gallery {
  margin-bottom: 0;
}
.frame.frame-pageTitleTop {
  margin-top: -25px;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.frame.frame-pageTitleTop header {
  background-color: #747882;
  padding: 13px 0;
}
.frame.frame-pageTitleTop header h1 {
  color: #fff;
  margin-right: 15px;
  margin-left: 30px;
  margin-bottom: 0px;
  line-height: 1.4em;
}
.frame.frame-pageTitleTop .ce-textpic {
  overflow: visible;
}
.frame.frame-pageTitleTop .ce-textpic .ce-bodytext p {
  background-color: #747882;
  padding: 0px 15px 25px 30px;
  margin-top: -15px;
  margin-bottom: 0;
  color: #c6c9d2;
}
.frame.frame-teaserGrey {
  background-color: #f1f1f1;
  padding: 26px 26px 25px 26px;
  margin-bottom: 25px;
}
.frame.frame-teaserGrey p {
  font-size: 0.875em;
}
.frame.frame-darkGrey {
  background-color: #dbdcde;
  padding: 26px 26px 25px 26px;
}
.frame.frame-teaserPollRightCol {
  border: none !important;
  padding-bottom: 0 !important;
}
.frame.frame-teaserPollRightCol + .frame-type-text {
  padding-top: 0;
}
.frame-type-image .ce-gallery {
  margin-bottom: 30px;
}
.frame-type-image .ce-gallery img {
  margin: 0 auto;
}
.frame-relatedNewsHeader h2 {
  font-size: 1.875em;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-weight: 700;
}
.imageGallery .row figure {
  margin-bottom: 15px;
}
.imageGallery .row figure img {
  border: 1px solid #d4d4d4;
}
.broschuere-container:after {
  content: " ";
  clear: both;
  display: block;
}
.broschuere-container figure {
  margin-right: 30px;
}
/*------------------------------------*\
	FRAMES [END]
\*------------------------------------*/
/*------------------------------------*\
	SPACE BEFORE/AFTER CLASSES [BEGIN]

	small = Small (5px)
	medium = Medium (15px)
	large = Large (30px)
	extra-large = Extra-Large (50px)
\*------------------------------------*/
.frame-space-before-small {
  margin-top: 5px;
}
.frame-space-before-medium {
  margin-top: 15px;
}
.frame-space-before-large {
  margin-top: 30px;
}
.frame-space-before-extra-large {
  margin-top: 50px;
}
.frame-space-after-small {
  margin-bottom: 5px;
}
.frame-space-after-medium {
  margin-bottom: 15px;
}
.frame-space-after-large {
  margin-bottom: 30px;
}
.frame-space-after-extra-large {
  margin-bottom: 50px;
}
/*------------------------------------*\
	SPACE BEFORE/AFTER CLASSES [END]
\*------------------------------------*/
/*------------------------------------*\
	GLOSSARY [BEGIN]
\*------------------------------------*/
a.tx-glossary dfn {
  text-decoration: none !important;
  border-bottom: 1px dashed #808388;
  font-style: inherit;
}
a.tx-glossary:hover {
  border-bottom: 1px dashed #808388;
  cursor: help;
}
/*------------------------------------*\
	GLOSSARY [END]
\*------------------------------------*/
/*------------------------------------*\
	CALENDAR  [BEGIN]
\*------------------------------------*/
div#calendar-location + h3 + dl,
div#calendar-location + h3,
div#calendar-location hr:last-of-type {
  display: none;
}
/*------------------------------------*\
	CALENDAR  [END]
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .meta-nav {
    height: 100%;
  }
  .meta-nav .meta-lang {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
  }
  .meta-nav .meta-lang li.lang > a,
  .meta-nav .meta-lang li.lang > span {
    padding: 5px 10px;
  }
  .navToggleContainer {
    width: 122px;
  }
  .searchContainer {
    width: 100%;
    max-width: calc(100% - 122px);
  }
}
.currentSearchWord {
  font-weight: bold;
}
.result-list-item {
  border-bottom: 1px solid #cfcecf;
  margin-bottom: 20px;
}
.result-list-item h5 {
  font-weight: bold;
  margin-bottom: 5px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: inherit !important;
}
#kesearch_filters {
  background-color: #F2F2F2;
  padding: 18px 15px 0;
  border: 1px solid #CFCECF;
  margin-bottom: 20px;
}
#kesearch_filters ul.checkboxList {
  margin-left: 0;
}
#kesearch_filters ul.checkboxList li {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
#kesearch_filters ul.checkboxList li label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
  top: -2px;
  left: 3px;
  cursor: pointer;
}
#content .tx-kesearch-pi1 .pages_total .result_txt {
  margin-bottom: 15px;
}
#content .tx-kesearch-pi1 .pages_total .pagination li.active a {
  color: #FFF;
}
.search-result-tag {
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  padding: 0 4px;
  margin: 0 3px;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.4em;
  color: #a8a6a6;
}
#kesearch_filters .list {
  border: none !important;
}
#kesearch_filters .list ul.checkboxList {
  padding: 0 !important;
}
#kesearch_filters .list ul.checkboxList li label {
  margin-left: 30px !important;
}
#kesearch_results .result-list-item {
  margin: 20px 0 20px 0 !important;
  padding: 0 0 22px 0 !important;
}
#kesearch_pagebrowser_bottom .pages_total {
  border-top: none !important;
}
.kesearch_pagebrowser ul {
  display: inline-block !important;
}
.kesearch_pagebrowser ul li a {
  padding: 6px 12px !important;
}
.search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}
.summitContent .subfooter,
.advisoryContent .subfooter {
  padding: 2em 0 !important;
}
.summitContent .subfooter .btn.btn-top,
.advisoryContent .subfooter .btn.btn-top {
  margin: 0 auto !important;
}
.summitContent .subfooter ul,
.advisoryContent .subfooter ul {
  margin-bottom: 0;
}
.summitContent .subfooter ul li,
.advisoryContent .subfooter ul li {
  list-style: none;
}
.summitContent .footer,
.advisoryContent .footer {
  margin-top: 0.8em;
  font-size: 0.75em;
  color: #b8babf;
}
.summitContent .footer a,
.advisoryContent .footer a {
  font-weight: 700;
  font-size: 1.083em;
  color: #fff;
}
.companyPortalApplicationWrapper {
  background: #dbdcde;
  border-bottom: 1px solid #ccc;
  padding: 30px 30px 15px 30px;
}
.companyportalFilterWrapper h3 {
  margin-bottom: 25px;
}
/*# sourceMappingURL=main.css.map */