
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('./fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/open-sans-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('./fonts/open-sans-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v18-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('./fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/****
/****  MAIN TEMPLATE
/****  date:	dd.mm.yyyy
/****/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.align-center {
    text-align: center;
}

/****
/****  wrappers and main template elements
/****/

body {
    background-color: #fff;
    background: url(../site_images/bg.png) repeat-x;
    min-width: 1020px;
}

#mainWrapper {
    margin: 0 auto;
    width: 1020px;
    background-color: #fff;
}

body > header {
    width: 1020px;
    margin: 0 auto;
    height: 125px;
    clear: both;
    position: relative;
    z-index: 30;
}

#logo {
    float: left;
    padding-left: 10px;
    padding-top: 18px;
}

#navigation {
    position: absolute;
    height: 36px;
    width: 815px;
    bottom: 0px;
    right: 0px;
    padding-right: 10px;
    z-index: 10;
}

#headmedia, #contentwrapper {
    width: 1020px;
    margin: 0 auto;
}

#contentwrapper {
    padding-top: 25px;
    padding-bottom: 40px;
}

footer {
    background-color: #6a6f74;
    border-top: 6px solid #16548a;
    padding-top: 40px;
    height: 160px;
    clear: both;
    padding-bottom: 20px;
}

.inner {
    margin: 0 auto;
    width: 1020px;
}

#contentwrapper > .left {
    width: 290px;
    padding-left: 10px;
    padding-right: 40px;
}

#contentwrapper > .right {
    width: 660px;
    padding-right: 10px;
}

#content, #content_2 {
    min-height: 100px;
}

#content_start {
    width: 1020px;
    margin: 0 auto;
    margin-bottom: 35px;
}

#country {
    position: absolute;
    top: 35px;
    left: 630px;
    width: 150px;
    z-index: 20;
}

#content_navi {
    margin-top: 20px;
}

.headline {
    position: relative;
}

/****
/****  General element styles: 
/****/
body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5c5c5c;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    line-height: 1.4em;
}

h2 {
    font-size: 20px;
    color: #134b7b;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #2d2d2d;
}

strong, b {
    font-weight: bold;
    font-size: inherit;
    color: inherit;
}

em, i {
    font-style: italic;
    font-size: inherit;
    color: inherit;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 1.4em;
    color: #666666;
}

table p.bodytext {
    margin-bottom: 0;
}

hr {
    height: 1px;
    border: none;
    background: #d9d9d9;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
}

.headline {
    margin-bottom: 40px;
}

.headline h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 13px;
    background: #9fa0a2;
    background: -moz-linear-gradient(top, #9fa0a2 0%, #8b8c8e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fa0a2), color-stop(100%, #8b8c8e));
    background: -webkit-linear-gradient(top, #9fa0a2 0%, #8b8c8e 100%);
    background: -o-linear-gradient(top, #9fa0a2 0%, #8b8c8e 100%);
    background: -ms-linear-gradient(top, #9fa0a2 0%, #8b8c8e 100%);
    background: linear-gradient(top, #9fa0a2 0%, #8b8c8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fa0a2', endColorstr='#8b8c8e', GradientType=0);
}

#contentwrapper a.backlink {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 6px;
    padding-left: 17px;
    padding-right: 10px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    position: absolute;
    bottom: -24px;
    right: 0px;
    background: url(../site_images/sprite.png) no-repeat -187px -54px #16548a;
}

#contentwrapper a.backlink:hover {
    text-decoration: underline;
}

q {
    border: 1px solid #b7b7b7;
    background-color: #eeeeee;
    padding: 12px 17px;
    font-size: 16px;
    font-style: italic;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.right ul, #contentwrapper ol {
    margin-bottom: 25px;
    padding-left: 25px;
}

.right ul li {
    line-height: 1.4em;
    font-size: 13px;
    list-style-type: square;
    padding-bottom: 15px;
}

#contentwrapper ol li {
    line-height: 1.4em;
    font-size: 13px;
    list-style-type: decimal;
    padding-bottom: 15px;
}

a {
    color: #134b7b;
    text-decoration: none;
    font-weight: normal;
}

#content a {
    text-decoration: underline;
}

.csc-textpic-caption {
    padding-top: 11px;
    font-size: 11px;
}

/**** Header Navigation ****/

/**** Main Navigation ****/
#navigation ul {
    float: right;
    padding-right: 15px;
}

#navigation ul li {
    float: left;
    padding-top: 2px;
    position: relative;
}

/* 1. Ebene */

#navigation ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 12px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.32);
}

#navigation > ul > li > a:hover, #navigation > ul > li:hover > a {
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.59);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.59);
    background: #4e7da6;
    background: -moz-linear-gradient(top, #4e7da6 0%, #1a5386 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e7da6), color-stop(100%, #1a5386));
    background: -webkit-linear-gradient(top, #4e7da6 0%, #1a5386 100%);
    background: -o-linear-gradient(top, #4e7da6 0%, #1a5386 100%);
    background: -ms-linear-gradient(top, #4e7da6 0%, #1a5386 100%);
    background: linear-gradient(top, #4e7da6 0%, #1a5386 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7da6', endColorstr='#1a5386', GradientType=0);
}

#navigation ul > li.active > a {
    background: #fcca3d;
    background: -moz-linear-gradient(top, #fcca3d 0%, #fbba05 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcca3d), color-stop(100%, #fbba05));
    background: -webkit-linear-gradient(top, #fcca3d 0%, #fbba05 100%);
    background: -o-linear-gradient(top, #fcca3d 0%, #fbba05 100%);
    background: -ms-linear-gradient(top, #fcca3d 0%, #fbba05 100%);
    background: linear-gradient(top, #fcca3d 0%, #fbba05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcca3d', endColorstr='#fbba05', GradientType=0);
}

/* 2. Ebene */

#navigation ul li ul {
    display: none;
    background-color: #ececec;
    position: absolute;
    left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    z-index: 200;
    width: auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.59);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.59);
}

#navigation ul li ul li {
    float: left;
    white-space: nowrap;
    width: 100%
}

#navigation ul li:hover > ul {
    display: block;
    z-index: 2000;
}

#navigation ul li ul li a {
    display: block;
    color: #134b7b;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
    padding-left: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(../site_images/sprite.png) 11px -125px transparent;
}

#navigation ul li ul li a:hover {
}

/**** Subnavigation ****/

#subnavigation h2 {
    background: #265985;
    background: -moz-linear-gradient(top, #265985 0%, #124571 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #265985), color-stop(100%, #124571));
    background: -webkit-linear-gradient(top, #265985 0%, #124571 100%);
    background: -o-linear-gradient(top, #265985 0%, #124571 100%);
    background: -ms-linear-gradient(top, #265985 0%, #124571 100%);
    background: linear-gradient(top, #265985 0%, #124571 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#265985', endColorstr='#124571', GradientType=0);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 9px;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.50);
    text-transform: uppercase;
    margin-bottom: 1px;
}

#subnavigation ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

#subnavigation ul li {
    line-height: 1em;
    list-style-type: none;
    padding-bottom: 0px;
}

#subnavigation ul li a {
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 8px 23px 8px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d9d9d9;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #efefef 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #efefef 100%);
    background: linear-gradient(top, #f4f4f4 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#efefef', GradientType=0);
    text-shadow: 1px 1px #fff;
    color: #134b7b;
}

#subnavigation ul > li.active > a, #subnavigation ul > li > a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.50);
    background: #4174a0;
    background: -moz-linear-gradient(top, #4174a0 0%, #2e608b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4174a0), color-stop(100%, #2e608b));
    background: -webkit-linear-gradient(top, #4174a0 0%, #2e608b 100%);
    background: -o-linear-gradient(top, #4174a0 0%, #2e608b 100%);
    background: -ms-linear-gradient(top, #4174a0 0%, #2e608b 100%);
    background: linear-gradient(top, #4174a0 0%, #2e608b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4174a0', endColorstr='#2e608b', GradientType=0);
}

#subnavigation ul li a .icon {
    padding: 5px 11px;
    background: url(../site_images/sprite.png) 11px -190px transparent;
}

#subnavigation ul > li.active > a .icon, #subnavigation ul > li > a:hover .icon {
    background: url(../site_images/sprite.png) -281px -28px transparent;
}

/* 2. Ebene */
#subnavigation ul li ul {
    background-color: #e4e4e4;
    padding: 9px;
    margin: 0px;
}

#subnavigation ul li ul li a {
    background: none;
    filter: none;
    border: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.12);
    font-size: 11px;
    color: #134b7b;
}

#subnavigation ul li ul li.active a, #subnavigation ul li ul li a:hover {
    background: #fddf8b;
    background: -moz-linear-gradient(top, #fddf8b 0%, #e8ac05 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fddf8b), color-stop(100%, #e8ac05));
    background: -webkit-linear-gradient(top, #fddf8b 0%, #e8ac05 100%);
    background: -o-linear-gradient(top, #fddf8b 0%, #e8ac05 100%);
    background: -ms-linear-gradient(top, #fddf8b 0%, #e8ac05 100%);
    background: linear-gradient(top, #fddf8b 0%, #e8ac05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fddf8b', endColorstr='#e8ac05', GradientType=0);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#subnavigation ul li ul li.active a .icon, #subnavigation ul li a:hover .icon {
    background: url(../site_images/sprite.png) 11px -53px transparent;
}

/* 3. Ebene */
#subnavigation ul li ul li ul {
    background-color: #e4e4e4;
    padding: 9px;
    margin: 0px;
}

#subnavigation ul li ul li ul li a {
    background: none;
    filter: none;
    border: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.12);
    font-size: 11px;
    color: #134b7b;
}

#subnavigation ul li ul li.active ul li a {
    background: none;
    filter: none;
    box-shadow: none;
    text-shadow: none;
}

#subnavigation ul li ul li ul li.active a, #subnavigation ul li ul li ul li a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.50);
    background: #4174a0;
    background: -moz-linear-gradient(top, #4174a0 0%, #2e608b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4174a0), color-stop(100%, #2e608b));
    background: -webkit-linear-gradient(top, #4174a0 0%, #2e608b 100%);
    background: -o-linear-gradient(top, #4174a0 0%, #2e608b 100%);
    background: -ms-linear-gradient(top, #4174a0 0%, #2e608b 100%);
    background: linear-gradient(top, #4174a0 0%, #2e608b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4174a0', endColorstr='#2e608b', GradientType=0);
}

#subnavigation ul li ul li ul li.active a .icon, #subnavigation ul li ul li a:hover .icon {
    background: url(../site_images/sprite.png) 11px -53px transparent;
}

/**** Footer ****/

footer h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.footer_left {
    width: 150px;
    float: left;
    margin-right: 20px;
}

.footer_middle {
    float: left;
    width: 185px;
    padding-left: 30px;
    padding-right: 35px;
}

.footer_right {
    border-left: 1px solid #787c81;
    border-right: 1px solid #787c81;
    float: left;
    width: 150px;
    padding-left: 30px;
    padding-right: 30px;
    height: 160px;
}

footer p, footer a {
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}

footer .grey {
    color: #b1b1b1;
    padding-right: 5px;
}

footer ul li a {
    display: block;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 20px;
    line-height: 1.1em;
    background: url(../site_images/sprite.png) -39px -28px transparent;
}

footer .banner {
    float: left;
    margin-left: 30px;
    margin-top: 7px;
}

footer .banner a {
    display: block;
    width: 159px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
    text-transform: uppercase;

}

footer .banner a span {
    padding-left: 15px;
    padding-top: 8px;
    width: auto;
    display: block;
    padding-bottom: 7px;
    background: rgb(72, 121, 164);
    background: -moz-linear-gradient(top, rgba(72, 121, 164, 1) 0%, rgba(22, 76, 124, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(72, 121, 164, 1)), color-stop(100%, rgba(22, 76, 124, 1)));
    background: -webkit-linear-gradient(top, rgba(72, 121, 164, 1) 0%, rgba(22, 76, 124, 1) 100%);
    background: -o-linear-gradient(top, rgba(72, 121, 164, 1) 0%, rgba(22, 76, 124, 1) 100%);
    background: -ms-linear-gradient(top, rgba(72, 121, 164, 1) 0%, rgba(22, 76, 124, 1) 100%);
    background: linear-gradient(to bottom, rgba(72, 121, 164, 1) 0%, rgba(22, 76, 124, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4879a4', endColorstr='#164c7c', GradientType=0);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
}

footer .banner a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

/* Country Selector */

#country {
    padding-left: 20px;
    height: 22px;
    color: #fff;
    padding-top: 3px;
}

#country ul ul {
    display: none;
    position: absolute;
}

#country ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: url(../site_images/sprite.png) no-repeat -156px -31px transparent;
    width: 145px;
    display: block;
}

#country ul li:hover ul {
    display: block;
    z-index: 15;
    background-color: #ECECEC;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.59);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.59);
}

#country ul > li a {
    padding: 5px 8px 5px 0px;
}

#country ul > li:hover {
    color: #fff;
    background: #4e7da6;
    background: -moz-linear-gradient(top, #4e7da6 0%, #1a5386 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e7da6), color-stop(100%, #1a5386));
    background: -webkit-linear-gradient(top, #4e7da6 0%, #1a5386 100%);
    background: -o-linear-gradient(top, #4e7da6 0%, #1a5386 100%);
    background: -ms-linear-gradient(top, #4e7da6 0%, #1a5386 100%);
    background: linear-gradient(top, #4e7da6 0%, #1a5386 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7da6', endColorstr='#1a5386', GradientType=0);
}

#country ul li ul li a {
    display: block;
    padding: 10px 8px 10px 30px;
    background: none;
    color: #134B7B;
}

#country ul li ul li a:hover {
    color: #fff;
}

#country ul li ul li.active a {
    display: none;
}

#country img {
    float: left;
    margin-left: 5px;
    margin-top: 8px;
    width: 20px;
}

#country .active img {
    display: none;
}

#country ul li a > img {
    margin-top: 0px;
    margin-left: 4px;
    margin-right: 5px;
    width: 20px;
    height:12px;
}

/* Searchbox */

#searchbox {
    position: absolute;
    right: 10px;
    top: 37px;
}

#searchform_form {
    position: relative;
}

#searchbox #tx-indexedsearch-searchbox-sword {
    border: medium none;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.24) inset;
    color: #616161;
    margin-left: 0;
    margin-top: 0;
    padding: 4px 25px 4px 13px;
    width: 155px;
    font-size: 12px;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), inset 0 2px 2px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), inset 0 2px 2px rgba(0, 0, 0, 0.34);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), inset 0 2px 2px rgba(0, 0, 0, 0.34);
}

#send {
    background: url("../site_images/sprite.png") no-repeat scroll 4px -31px transparent;
    border: medium none;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 30px;
    padding: 0px;
    opacity: 1;
    margin: 0px;
    box-shadow: none;
    filter: none;
}
.sb-icon-search {
    display: none !important;
}

/* Content */

/****
/****  FCEs (templa voil�)
/****/

.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l {
    float: left;
}

.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r {
    float: right;
    margin-left: -5px;
}

.c20l, .c20r {
    width: 20%;
}

.c40l, .c40r {
    width: 40%;
}

.c60l, .c60r {
    width: 60%;
}

.c80l, .c80r {
    width: 80%;
}

.c25l, .c25r {
    width: 25%;
}

.c33l, .c33r {
    width: 33.333%;
}

.c50l, .c50r {
    width: 50%;
}

.c66l, .c66r {
    width: 66.666%;
}

.c75l, .c75r {
    width: 75%;
}

.c38l, .c38r {
    width: 38.2%;
}

.c62l, .c62r {
    width: 61.8%;
}

.subcolumns .left {
    width: 96%;
}

.subcolumns .center {
    width: 98%;
}

.subcolumns .right {
    width: 98%;
}

.clr {
    clear: both;
}

/**** Teaser + Content ****/

.content {
    padding: 15px;
}

/****
/****  RTE classes 
/****/

/***** Alignments *****/

/*****Teaser Startseite ****/
.news-headerlist-container {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.38);
    height: 375px;
    width: 1000px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.news-headerlist-container .slider {
    height: 375px;
    overflow: hidden;
    position: relative;
    width: 680px;
    float: left;
}

.news-headerlist-container .slider .items {
    overflow: hidden;
}

.news-headerlist-container .slider .items a {
    text-decoration: none;
    display: none;
}

.slidetabs {
    width: 320px;
    height: 375px;
    float: left;
}

.slidetabs a {
    display: block;
    height: 75px;
    width: 320px;
    background: #ebebeb;
    position: relative;
}

.slidetabs a img {
    border: solid 2px white;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.29);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.29);
    margin: 10px;
    float: left;
    width: 90px;
    height: 50px;
}

.slidetabs a.current, .slidetabs a.current:hover, .slidetabs a:hover {
    background: #266092;
    background: -moz-linear-gradient(top, #266092 0%, #17558a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #266092), color-stop(100%, #17558a));
    background: -webkit-linear-gradient(top, #266092 0%, #17558a 100%);
    background: -o-linear-gradient(top, #266092 0%, #17558a 100%);
    background: -ms-linear-gradient(top, #266092 0%, #17558a 100%);
    background: linear-gradient(top, #266092 0%, #17558a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#266092', endColorstr='#17558a', GradientType=0);
    text-decoration: none;
}

.slidetabs a.current h3, .slidetabs a.current:hover h3, .slidetabs a:hover h3 {
    color: #fff;
}

.slidetabs .infotext {
    display: block;
    background-color: transparent;
}

.slidetabs .infotext h3 {
    color: #134b7b;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 25px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    border-bottom: none;
    font-size: 12px;
}

.slidetabs .infotext p {
    display: none;
}

.slidetabs a.current .infotext .pfeil, .slidetabs a.current:hover .infotext .pfeil, .slidetabs a:hover .infotext .pfeil {
    border-color: transparent transparent transparent #1f5a8e;
    border-style: solid;
    border-width: 8px 0px 8px 8px;
    width: 0px;
    height: 0;
    position: absolute;
    right: -8px;
    top: 26px;
    z-index: 20;
}

.slider .infotext {
    position: absolute;
    bottom: 22px;
    left: 20px;
    width: 600px;
    padding: 15px;
    display: block;
    background-color: #efefef;
    opacity: 0.91;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    min-height: 45px;
}

.slider .infotext h3 {
    color: #134b7b;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
}

.slider .infotext p {
    color: #646464;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 2px;
}

.news-list-container {
    border-top: none;
}

.news-list-item a {
    display: block;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    height: 141px;
    border: 6px solid #EFEFEF;
    margin-bottom: 17px;
    text-decoration: none !important;
}

.news-list-item a:hover, .news-latest-item a:hover {
    text-decoration: none;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#f4f4f4', GradientType=0);
}

.news-list-item a img {
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 20px;
    float: left;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.53);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.53);
}

.news-list-item a h3 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 25px;
    padding-right: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 184px;
    border-bottom: none;
}

.news-list-item a p {
    padding-top: 5px;
    margin: 0px;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    padding-right: 40px;
    line-height: 1.4em;
    padding-left: 184px;
}

.news-list-item a .news-list-date {
    display: block;
    position: absolute;
    left: 184px;
    color: #fff;
    bottom: 15px;
    background: #BBB;
    padding: 4px 5px 5px 5px;
}

.news-single-item h2 {
    color: #134b7b;
    font-size: 22px;
}

.news-single-item p {
    color: #5c5c5c;
    font-size: 13px;
}

.news-single-backlink {
    position: relative;
}

.news-single-item .headline h1 {
    margin-bottom: 0px;
}

.news-single-item .headline {
    margin-bottom: 50px;
}

.news-single-backlink a {
    text-decoration: none !important;
    display: block;
    padding: 6px;
    padding-left: 17px;
    padding-right: 10px;
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    position: absolute;
    bottom: -24px;
    right: 0px;
    background: url(../site_images/sprite.png) no-repeat -187px -54px #16548a;
    font-weight: bold !important;
}

.news-single-backlink a:hover {
    text-decoration: underline;
}

.news-single-img {
    float: right;
    padding-left: 20px;
}

p.news-single-imgcaption {
    margin-bottom: 5px;
    font-size: 11px;
}

/*** Latest Ansicht Startseite  ****/
.news-latest-container {
    position: relative;
}

.news-latest-container h1 {
    background: #3f729f;
    background: -moz-linear-gradient(top, #3f729f 0%, #1e5a8e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f729f), color-stop(100%, #1e5a8e));
    background: -webkit-linear-gradient(top, #3f729f 0%, #1e5a8e 100%);
    background: -o-linear-gradient(top, #3f729f 0%, #1e5a8e 100%);
    background: -ms-linear-gradient(top, #3f729f 0%, #1e5a8e 100%);
    background: linear-gradient(top, #3f729f 0%, #1e5a8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f729f', endColorstr='#1e5a8e', GradientType=0);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    color: #fff;
}

.news-latest-item {
    border-top: 10px solid #EFEFEF;
    border-left: 10px solid #EFEFEF;
    border-right: 10px solid #EFEFEF;
}

.news-latest-item:last-child {
    border-bottom: 10px solid #efefef;
}

.news-latest-item a {
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    height: 114px;
    padding: 15px;
}

.news-latest-item a:hover {
    text-decoration: none;
}

.news-latest-item a h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
    border-bottom: none;
}

.news-latest-item a p {
    padding-top: 5px;
    margin: 0px;
    font-size: 11px;
    font-weight: normal;
    padding-right: 40px;
    line-height: 1.4em;
}

.news-latest-item .more {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #134B7B;
    font-size: 12px;
}

.news-latest-item a .news-latest-date {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    height: 11px;
    padding: 5px;
    background: #bbbbbb;
}

.news-latest-gotoarchive {
    position: absolute;
    right: 14px;
    top: 13px;
}

.news-latest-gotoarchive a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px 5px 5px;
    background: url(../site_images/arrow_right.png) no-repeat center right #16548a;
    border: 1px solid #fbb900;
}

.news-latest-gotoarchive a:hover {
    text-decoration: underline;
}

.browsebox p {
    float: left;
    padding-right: 15px;
}

.browsebox {
    height: 30px;
}

#contentwrapper .browsebox ul {
    margin: 0px;
    padding: 0px;
    color: #585858;
    display: inline-block;
    float: right;
}

#contentwrapper .browsebox ul li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0;
    display: inline;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.41);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.41);
    margin-right: 4px;
}

#content .browsebox ul li a {
    display: block;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    background: #4e7ea6;
    background: -moz-linear-gradient(top, #4e7ea6 0%, #1c598c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e7ea6), color-stop(100%, #1c598c));
    background: -webkit-linear-gradient(top, #4e7ea6 0%, #1c598c 100%);
    background: -o-linear-gradient(top, #4e7ea6 0%, #1c598c 100%);
    background: -ms-linear-gradient(top, #4e7ea6 0%, #1c598c 100%);
    background: linear-gradient(top, #4e7ea6 0%, #1c598c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7ea6', endColorstr='#1c598c', GradientType=0);
}

#content .browsebox ul li a:hover, #content .browsebox ul li.active {
    display: block;
    font-weight: bold;
    color: #fff;
    padding: 5px 17px;
    background: #fdd462;
    background: -moz-linear-gradient(top, #fdd462 0%, #fcc835 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd462), color-stop(100%, #fcc835));
    background: -webkit-linear-gradient(top, #fdd462 0%, #fcc835 100%);
    background: -o-linear-gradient(top, #fdd462 0%, #fcc835 100%);
    background: -ms-linear-gradient(top, #fdd462 0%, #fcc835 100%);
    background: linear-gradient(top, #fdd462 0%, #fcc835 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd462', endColorstr='#fcc835', GradientType=0);
}

{
}
/**** graue Box *****/

.grau {
    padding: 30px;
    padding-bottom: 5px;
    background: #f2f2f3;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.41);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.41);
    margin-bottom: 25px;
}

.grau .ce-media IMG, a.grau img {
    float: left;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
    margin-right: 20px;
}

/*TODO
.grau .ce-row, .grau .ce-textpic, .grau .ce-gallery{
    overflow: visible;
}
*/
.grau p, a.grau p {
    color: #5c5c5c;
}

.grau_klein {
    margin: 0px 80px;
}

a.grau {
    display: block;
}

a.grau h2 {
    margin-bottom: 10px;
}

a.grau:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

/*** MItarbeiter ***/

.mitarbeiter {
    display: block;
    background-color: #fafafa;
    padding: 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    position: relative;
    text-decoration: none !important;
    height: 125px;
}

.mitarbeiter:hover {
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.mitarbeiter img {
    float: left;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
    margin-right: 12px;
}

.mitarbeiter h3 {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 16px;
}

.mitarbeiter .text {
    padding-left: 98px;
}

.mitarbeiter .text p {
    font-size: 12px;
    text-decoration: none;
}

.mitarbeiter .link_profil {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding: 5px 20px 5px 12px;
    background: url(../site_images/arrow_right.png) no-repeat center right #16548A;
    border: 1px solid #FBB900;
    height: 12px;
    float: left;
    position: absolute;
    bottom: 15px;
    right: 26px;
}

.start_teaser_headline {
    background: #3F729F;
    background: -moz-linear-gradient(top, #3F729F 0%, #1E5A8E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3F729F), color-stop(100%, #1E5A8E));
    background: -webkit-linear-gradient(top, #3F729F 0%, #1E5A8E 100%);
    background: -o-linear-gradient(top, #3F729F 0%, #1E5A8E 100%);
    background: -ms-linear-gradient(top, #3F729F 0%, #1E5A8E 100%);
    background: linear-gradient(top, #3F729F 0%, #1E5A8E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f729f', endColorstr='#1e5a8e', GradientType=0);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    color: white;
}

a.mehr {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding: 5px 20px 5px 12px;
    background: url(../site_images/arrow_right.png) no-repeat center right #16548A;
    border: 1px solid #FBB900;
    height: 12px;
    text-transform: uppercase;
    float: right;
    margin-right: 20px;
}

.neu_container {
    width: 320px;
    background: #dedfe0;
    padding-bottom: 15px;
}

.neu_container h2 {
    font-size: 16px;
    padding: 22px 20px 0px 22px;
}

.neu_container .text p {
    font-size: 12px;
    padding: 0px 20px 0px 22px;
}

/****IRFAQ  ***/
.tx-irfaq-pi1 dt {
    padding: 9px 5px 5px 5px;
    background: #f4f4f4;
    color: #666666;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;

    line-height: 1.4em;
}

.tx-irfaq-pi1 dt:hover {
    background: url("../site_images/sprite.png") -365px -549px no-repeat #cdd2d2;
}

.content .tx-irfaq-pi1 dt {
    background: #edf0f0;
}

.tx-irfaq-pi1 dt p {
    padding: 0px;
}

.tx-irfaq-pi1 dd p, .tx-irfaq-pi1 dd ul {
    padding-left: 35px;
    color: #455157;
}

.tx-irfaq-pi1 dd p:last-child {
    margin-bottom: 0px;
}

.fragezeichen {
    padding: 10px 13px;
    background: url(../site_images/sprite.png) -269px 9px no-repeat transparent;
}

.tx-irfaq-pi1 dd {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    background-color: #F4F4F4;
    margin-bottom: 15px;
}

/****
/****  Organiser
/****/

#content .calendar .listview a {
    display: block;
    padding: 13px;
    margin-bottom: 10px;
    border: 3px solid #efefef;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    font-size: 14px;
    font-weight: bold;
    color: #134b7b;
    text-decoration: none;
}

#content .calendar .listview a:hover {
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e0e0e0));
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    background: linear-gradient(top, #f6f6f6 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e0e0e0', GradientType=0);
}

#content .calendar .listview a .date {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background-color: #bbbbbb;
    display: block;
    padding: 4px 7px;
    width: 120px;
    float: left;
    margin-right: 20px;
    text-align: right;
}

#content .calendar .listview a .title {
    float: left;
}

#content .calendar .listview a .subtitle {
    display: block;
    margin-left: 154px;
    font-size: 12px;
    clear: both;
}

#content .calendar .listview a .tutor {
    display: block;
    margin-left: 154px;
    font-size: 11px;
    clear: both;
    margin-top: 4px;
    color: #666666;
}

.calendar_teaser {
    background: #EFEFEF;
    height: 318px;
}

.calendar_teaser a {
    display: block;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 6px 14px 12px 14px;;
    font-size: 13px;
    color: #16548a;
    font-weight: normal;
    height: 74px;
    overflow: hidden;
}

.calendar_teaser a:last-item {
    margin-bottom: 0 ox;
}

.calendar_teaser .listview-content {
    padding: 10px;
}

.calendar_teaser a:hover {
    text-decoration: none;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#f4f4f4', GradientType=0);
}

.calendar_teaser a .date {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 4px;
    background-color: #16548a;
    display: block;
    float: left;
}

.calendar_teaser a .title {
    clear: both;
    display: block;
    padding-top: 5px;
    font-weight: bold;
}

.calendar_teaser a .subtitle {
    color: #666666;
    font-size: 11px;
    padding-top: 4px;
    float: left;
    line-height: 1.1em;
}

.calendar_teaser .listview a .tutor {
    color: #666666;
    font-size: 11px;
    padding-top: 4px;
    float: left;
    clear: both;
}

#subnavigation .news-latest-gotoarchive {
    top: 5px;
}

#subnavigation .calendar_teaser {
    background-color: #E4E4E4;
    height: auto;
    padding-bottom: 10px;
}

#subnavigation .calendar_teaser a {
    height: auto;
}

.cal_subtitle {
    width: 580px;
    margin-bottom: 0;
}

.cal_bodytext, .cal_bodytext p.bodytext {
    margin-top: 15px;
    line-height: 1.9em;
}

.cal_referent {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 1.9em;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.cal_datetime {
    font-size: 13px;
    line-height: 1.9em;
}

/****
/****  Ressourcen
/****/

#ressourcen {
    background-color: #dedfe0;

}

#ressourcen .inner {
    margin: 0 auto;
    width: 1020px;
}

#ressourcen h1 {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.23);
    float: left;
    padding-right: 15px;
}

#ressourcen p > a {
    margin-top: 15px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 3px;
    padding-left: 5px;
    padding-right: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    background: url(../site_images/arrow_right.png) center right no-repeat #8d9094;
}

#ressourcen p {
    padding-top: 22px;
    margin-bottom: 0px;
}

.ressourcen_teaser .record01 a {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 95px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
}

.ressourcen_teaser img {
    float: left;
    margin-right: 15px;
    -webkit-box-shadow: 0 1px 3px black;
    -moz-box-shadow: 0 1px 3px black;
    box-shadow: 0 1px 3px black;
}

.ressourcen_teaser .record01 a .subtitle, .ressourcen_teaser .record01 a .author {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    color: #666666;
    padding-right: 40px;
    padding-top: 5px;
    display: block;
}

.teaser_subtitle {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    background-color: #bbbbbb;
    padding: 3px;
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-weight: bold;
}

.ressourcen_teaser .record01 a:hover {
    text-decoration: none;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    background: linear-gradient(top, #e8e8e8 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#f4f4f4', GradientType=0);
}

.ressourcen_teaser {
    background-color: #efefef;
    padding: 9px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    position: relative;
}

#ressourcen .news-latest-gotoarchive {
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
}

.ressourcen_list a {
    position: relative;
    display: block;
    padding: 15px;
    margin-bottom: 15px;
    border: 5px solid #efefef;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    -webkit-box-shadow: 0 1px 0 #dadada;
    -moz-box-shadow: 0 1px 0 #dadada;
    box-shadow: 0 1px 0 #dadada;
    color: #134b7b;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    text-decoration: none;
    padding-right: 30px;
    text-decoration: none !important;
}

.ressourcen_list a:hover {
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #d0d0d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #d0d0d0));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #d0d0d0 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #d0d0d0 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #d0d0d0 100%);
    background: linear-gradient(top, #f5f5f5 0%, #d0d0d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#d0d0d0', GradientType=0);
}

.ressourcen_list a img {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.53);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.53);
    margin-right: 15px;
    float: left;
}

.ressourcen_list a .subtitle, .ressourcen_list a .author {
    font-size: 11px;
    color: #666666;
    font-weight: normal;
    display: block;
}

.ressourcen_single h2 {
    font-size: 18px;
}

.ressourcen_single h2.subtitle {
    width: 580px;
    font-size: 24px;
}

.ressourcen_single h4.autor {
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: -35px;
}

.ressourcen_single .single_text {
    color: #666666;
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 25px;
}

#ressourcen .headline {
    margin-bottom: 0px;
}

#ressourcen .headline h2 {
    background: #3f729f;
    background: -moz-linear-gradient(top, #3f729f 0%, #1e5a8e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f729f), color-stop(100%, #1e5a8e));
    background: -webkit-linear-gradient(top, #3f729f 0%, #1e5a8e 100%);
    background: -o-linear-gradient(top, #3f729f 0%, #1e5a8e 100%);
    background: -ms-linear-gradient(top, #3f729f 0%, #1e5a8e 100%);
    background: linear-gradient(top, #3f729f 0%, #1e5a8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f729f', endColorstr='#1e5a8e', GradientType=0);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    color: #fff;
    margin-bottom: 0px;
}

.ressourcen_search {
    margin-top: -15px;
}

.ressourcen_search legend {
    font-size: 20px;
    color: #134b7b;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: bold;
}

input[type=text] {
    font-size: 13px;
    padding: 3px;
    border: 1px solid #BCC4C9;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    margin-bottom: 15px;
}

input[type=button], input[type=submit], button {
    margin: 0px;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 4px 18px 5px 7px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    background: #3b6f9d;
    background: url(../site_images/arrow_right.png) no-repeat center right, -moz-linear-gradient(top, #3b6f9d 0%, #1a578c 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b6f9d), color-stop(100%, #1a578c));
    background: url(../site_images/arrow_right.png) no-repeat center right, -webkit-linear-gradient(top, #3b6f9d 0%, #1a578c 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right, -o-linear-gradient(top, #3b6f9d 0%, #1a578c 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right, -ms-linear-gradient(top, #3b6f9d 0%, #1a578c 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right, linear-gradient(top, #3b6f9d 0%, #1a578c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b6f9d', endColorstr='#1a578c', GradientType=0);
    border: none;
    width: auto;
    float: right;
    margin-top: 15px;
    margin-right: 13px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.32);
}

input[type=button]:hover, input[type=submit]:hover {
    background: #fcca3d;
    background: url(../site_images/arrow_right.png) no-repeat center right, -moz-linear-gradient(top, #fcca3d 0%, #fbba05 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcca3d), color-stop(100%, #fbba05));
    background: url(../site_images/arrow_right.png) no-repeat center right, -webkit-linear-gradient(top, #fcca3d 0%, #fbba05 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right, -o-linear-gradient(top, #fcca3d 0%, #fbba05 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right, -ms-linear-gradient(top, #fcca3d 0%, #fbba05 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right, linear-gradient(top, #fcca3d 0%, #fbba05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcca3d', endColorstr='#fbba05', GradientType=0);
}

.filter {
    margin-top: 10px;
    margin-bottom: 0px;
}

.selectbox select, .searchbox select {
    margin-bottom: 10px;
    font-size: 13px;
    margin-right: 10px;
    padding: 3px;
    border: 1px solid #BCC4C9;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
}

.searchbox {
    padding-bottom: 15px;
}

.gudh_first img {
    float: right;
}

.gudh_first {
    margin-bottom: 15px;
}

.listview-content p {
    margin: 0px;
}

  .gudh_first a.document-link {
    border: none;
    background: none;
    filter: none;
    padding: 0px;
    margin: 0px;
    display: inline;
    text-decoration: none;
    box-shadow: none;
}

 .ressourcen_list a {
    position: relative;
    padding-bottom: 25px;
}

 .ressourcen_list a .author {
    display: inline-block;
    position: absolute;
    padding: 2px 5px;
    right: 0px;
    bottom: 0px;
    background: #134b7b;
    color: #fff;
    font-size: 10px;
}

/**** 404 *****/
.fehlerseite {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    padding: 25px 25px 0px 220px;
    position: relative;
    border: 6px solid #efefef;
}

.fehlerseite .anker {
    position: absolute;
    left: 40px;
    top: 40px;
    height: 130px;
    width: 120px;
    background: url("../site_images/ring.png") no-repeat;
}

.fehlerseite ul {
    margin-bottom: 25px;
    padding-left: 25px;
}

.fehlerseite ul li {
    line-height: 1.4em;
    font-size: 13px;
    list-style-type: square;
    padding-bottom: 8px;
}

.tx-felogin-pi1 form label {
    font-size: 14px;
    color: #465258;
    float: left;
    font-weight: bold;
    width: 123px;
    padding-left: 29px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.tx-felogin-pi1 form fieldset div {
    padding-top: 10px;
}

.tx-felogin-pi1 form input[type="text"], .tx-felogin-pi1 form input[type="password"] {
    width: 268px;
    height: 26px;
    padding-left: 15px;
    font-size: 14px;
    border: 1px solid #bcc4c9;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
}

.tx-felogin-pi1 form input[type="submit"] {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 6px 18px 21px 14px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
    background: #3b6f9d;
    background: url(../site_images/arrow_right.png) no-repeat center right -moz-linear-gradient(top, #3b6f9d 0%, #1a578c 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b6f9d), color-stop(100%, #1a578c));
    background: url(../site_images/arrow_right.png) no-repeat center right -webkit-linear-gradient(top, #3b6f9d 0%, #1a578c 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right -o-linear-gradient(top, #3b6f9d 0%, #1a578c 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right -ms-linear-gradient(top, #3b6f9d 0%, #1a578c 100%);
    background: url(../site_images/arrow_right.png) no-repeat center right linear-gradient(top, #3b6f9d 0%, #1a578c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b6f9d', endColorstr='#1a578c', GradientType=0);
    background: url(../site_images/arrow_right.png) no-repeat center right #16548A;
    text-transform: uppercase;
    float: right;
    border: none;
    margin-bottom: 5px;
}

.tx-felogin-pi1 form label[for="user"] {
    background: url("../site_images/sprite.png") no-repeat 2px -277px transparent;
}

.tx-felogin-pi1 form label[for="pass"] {
    background: url("../site_images/sprite.png") no-repeat 2px -311px transparent;
}

.tx-felogin-pi1 .loginbox_meldung {
    padding: 6px 0px;
}

#contentwrapper .tx-pwteaser-pi1 ul {
    padding-left: 0px;
    margin: 0px;
    margin-left: -10px;
    margin-right: -10px;
}

#contentwrapper .tx-pwteaser-pi1 ul li {
    list-style-type: none;
    padding-bottom: 0px;
}

#contentwrapper .tx-pwteaser-pi1 ul li a {
    display: block;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(top, #fefefe 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f5f5f5', GradientType=0);
    padding: 15px;
    font-size: 13px;
    color: #16548A;
    font-weight: normal;
    height: 70px;
    width: 268px;
    float: left;
    overflow: hidden;
    border: 6px solid #efefef;
    text-decoration: none;
    margin: 0px 10px 20px 10px;
}

#contentwrapper #content_2 .tx-pwteaser-pi1 ul li a {
    width: 284px;
}

#contentwrapper .tx-pwteaser-pi1 ul li:hover a {
    border: 6px solid #FCCA3D;
}

#contentwrapper .tx-pwteaser-pi1 ul li a h2 {
    font-size: 14px;
    margin-bottom: 3px;
}

#contentwrapper .tx-pwteaser-pi1 ul li a p {
    font-size: 11px;
}

#contentwrapper .tx-pwteaser-pi1 ul li img {
    font-size: 14px;
    float: left;
    border: 2px solid white;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
    margin-right: 12px;
}

.print {
    clear: both;
    float: right;
    margin-top: 15px;
}

.print a {
    font-weight: bold;
    padding-left: 30px;
}

table td {
    padding-right: 5px;
}

.tx-indexedsearch input[type="submit"] {
    margin-top: 0px;
}

/***************************
Bootstrap Grid
***************************/
.col-md-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.row .col-md-6:first-child {
    padding-right: 2%;
}

.row .col-md-6:last-child {
    padding-left: 1%;
}

.cleaner {
    clear: both;
}

.ce-media img {
    margin-bottom: 10px;
}

.tx-powermail h3 {
    display: none;
}

.tx-resources {
    position: relative;
}


.loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.4);
}



@-webkit-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading > div {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 200px;
    left: 295px;
    -webkit-animation: uil-rolling-anim 1s linear infinite;
    -moz-animation: uil-rolling-anim 1s linear infinite;
    animation: uil-rolling-anim 1s linear infinite;
}

.loading > div div {
    position: absolute;
    width: 70px;
    height: 35px;
    border-radius: 1000px 1000px 0 0;
    border: 6px solid #265985;
    border-bottom-width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loading > div div:nth-of-type(2) {
    -webkit-transform: translate(0, 18px) rotate(54deg) translate(0, -18px);
    -moz-transform: translate(0, 18px) rotate(54deg) translate(0, -18px);
    -ms-transform: translate(0, 18px) rotate(54deg) translate(0, -18px);
    -o-transform: translate(0, 18px) rotate(54deg) translate(0, -18px);
    transform: translate(0, 18px) rotate(54deg) translate(0, -18px);
}

.shariff {
    margin-top: 15px;
}


.gallery {
    margin-top: 15px;
    margin-bottom: 30px;
}
.slider-for p {
    margin-bottom: 5px;

}
.gallery *:focus {
    outline: none;
}
.slider-nav .slick-current {
    box-shadow: inset 0px 0px 0px 3px rgba(22, 84, 138, 0.7);
}
.slider-nav .slick-slide img {
    display: block;
    position: relative;
    z-index: -1;
}
.slick-prev, .slick-next {
    height: 40px;
    width: 40px;
    float: none !important;
    margin: 0 !important;
    text-shadow: none !important;
box-shadow: none !important;
    padding: 0 !important;
    z-index: 10;
}

.slick-next {
    right: 5px;
}
.slick-prev {
    left: 5px;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px;
}
.slider-nav .slick-prev:before, .slider-nav .slick-next:before {
    font-size: 30px;
}
.mbs-document-link:hover {
    opacity: .8;
}


/****
hide broken images
 */

.ce-textpic a > img {
    display: none;
}

.img-right {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
}
.img-left {
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}

.om-cookie-panel .cookie-panel__button {
	float:none;
}