/*!
 * Theme: LHC Microsite for BUW
 * Author: Thomas Heyse
 * Year of programming: 2017
 */
/* Fonts */
@font-face {
  font-family: 'Roboto';
  src:  url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Roboto-Bold.eot') format('embedded-opentype'),
	url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Roboto-Bold.woff2') format('woff2'),
	url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Roboto-Bold.woff') format('woff'),
	url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src:  url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Roboto-Light.eot') format('embedded-opentype'),
	url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Roboto-Light.woff2') format('woff2'),
	url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Roboto-Light.woff') format('woff'),
	url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src:  url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Oswald-Medium.eot') format('embedded-opentype'),
	url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Oswald-Medium.woff2') format('woff2'),
	url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Oswald-Medium.woff') format('woff'),
	url('https://lhc-epistemologie.uni-wuppertal.de/typo3conf/ext/lhc_theme/Resources/Public/Fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* CSS Resets */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none !important;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: center;
}
* {
    list-style:none outside none;
    margin:0;
    padding:0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
textarea:focus, input:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height:1.4em;
    background-color: #ffffff;
    color: #293034;
    text-align:left;
    transition:all 3s;
    height: 100%;
}

/* Definitionen für Fonts, Links */
h1, h2, h3, h4, h5 {
    font-size: 30px;
    line-height:1.3em;
    text-transform: uppercase;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
    color: #293034;
}
h1, h2, h3 {
    text-align: center;
}
h1:after, h2:after {
    background: none repeat scroll 0 0 #99CC33;
    bottom: -13px;
    content: "";
    display: block;
    height: 4px;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    width: 50px;
}
h3, h4, h5, p, p.bodytext, li {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
h3, h4, h5 {
    margin-bottom:10px;
}
h3, h4, h5, b, strong {
    font-weight: 700;
}
.txtHeadline h1,.txtHeadline h2,.txtHeadline h3,.txtHeadline h4,.txtHeadline h5 {
    margin-bottom: 0;
    text-align: left;
}

sup {
    font-size: 9px;
    vertical-align: baseline;
    position: relative;
    top: -0.6em;
}
ul {
    list-style: outside none none;
}
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
main p, main li {
    line-height:1.6em;
}
main p, main ul {
    margin-bottom: 15px;
}
main ul, main ol {
    margin-left:15px;
}
main ul li {
    list-style-type: square;
}
main ol li {
    list-style-type: decimal;
}
.indent {
    padding: 0 0 0 5px;
}
.highlight {
    color: #99CC33 !important;
}

/* Links */
a {
    color: #99CC33;
    transition: all 0.1s ease-in-out;
    text-decoration:none;
}
a:hover, a:focus {
    text-decoration:underline;
}
main p a, main p a:hover, p a:focus {
    color: #99CC33;
    transition: all 0.1s ease-in-out;
    text-decoration:underline;
}

.caption-text a, .caption-text a:hover {
    text-decoration:none;
}

/* Bild Elemente */
img {
    width:100%;
    height:auto;
}
.img-circle, .img-circle img {
    border-radius: 50%;
    background-color:transparent;
}

.img-thumbnail {
    border: none;
    padding: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* Generelle Abstände */
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
}
.ce-gallery {
    margin-bottom:10px;
}

/* Default Textmedia Grids */
.ce-textpic {
    display:inline;
}
.ce-textpic.ce-left.ce-above .ce-gallery .images,
.ce-textpic.ce-right.ce-above .ce-gallery .images,
.ce-textpic.ce-left.ce-below .ce-gallery .images,
.ce-textpic.ce-right.ce-below .ce-gallery .images,
.ce-textpic.ce-left.ce-intext .ce-gallery .images,
.ce-textpic.ce-right.ce-intext .ce-gallery .images {
    width:auto;
}
.ce-textpic.ce-right.ce-above .ce-gallery,
.ce-textpic.ce-right.ce-below .ce-gallery {
    margin-right: 0;
    margin-left:auto;
}
.ce-textpic.ce-left.ce-intext .ce-gallery,
.ce-textpic.ce-right.ce-intext .ce-gallery {
    width:auto;
    padding-right:10px;
    float:left;
}
.ce-textpic.ce-right.ce-intext .ce-gallery .images {

}
.ce-textpic.ce-left.ce-intext .ce-gallery .row,
.ce-textpic.ce-right.ce-intext .ce-gallery .row {
    margin-top: 0;
}
.ce-textpic.ce-right.ce-intext .ce-gallery {
    float:right;
    padding-left:10px;
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
    overflow:hidden;
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {

}
.ce-textpic.ce-center.ce-above .ce-media,
.ce-textpic.ce-center.ce-below .ce-media,
.ce-textpic.ce-right.ce-above .ce-media,
.ce-textpic.ce-right.ce-below .ce-media {
    display: flex;
}
.ce-textpic.ce-center.ce-above .ce-media,
.ce-textpic.ce-center.ce-below .ce-media {
    align-items: center;
    justify-content: center;
}
.ce-textpic.ce-right.ce-above .ce-media,
.ce-textpic.ce-right.ce-below .ce-media {
    align-items: flex-end;
    justify-content: flex-end;
}

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
    margin-right: 0;
}

.csc-textpic-imagecolumn.col-1 {
    width:100%;
}
.csc-textpic-imagecolumn.col-2 {
    width:50%;
}
.csc-textpic-imagecolumn.col-3 {
    width:33.333%;
}
.csc-textpic-imagecolumn.col-4 {
    width:25%;
}
.csc-textpic-imagecolumn.col-6 {
    width:16.666%;
}
.csc-textpic-imagecolumn.col-7 {
    width:14.285%;
}

.images.img-fullwidth {
    width:100% !important;
}

/* Bildunterschrift */
figcaption.csc-textpic-caption {
    text-align:center;
    padding-top: 5px;
    font-size: 15px;
}


/* Default layout */
.wrapper {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index:2;
}
.wrap {
    width:100%;
}
.container-fluid, .container {
    padding-left: 0;
    padding-right: 0;
}
.container {
    max-width: 1000px;
}

/* Footer Area*/
header.navbar-top {
    background-color:#26262c;
    height:90px;
    position:fixed;
    z-index:900;
}
header.navbar-top .container {
    position:relative;
}

/* Main Area*/
main {
    margin-top:90px;
    margin-bottom:120px;
}
main .cont-default {
    padding-top:90px;
}

/* Content Sections inside main */
section.cooperation, section.mission, section.structure, section.team, section.hero, section.news {
    margin-top:60px;
    margin-bottom:60px;
}
section.hero{
    margin-top: 0;
}
section.team{
    margin-bottom: 0;
}
section.news, section.team {
    padding: 60px 0;
    background-color: #e9e9e9;
}

/* Footer Area*/
footer {
    position:relative;
    margin: auto;
}
footer .foot-01 {
    background: #26262c;
    color:#fff;
    padding: 40px 0;
}
footer .foot-01 h1, footer .foot-01 h2, footer .foot-01 h3, footer .foot-01 h4, footer .foot-01 h5 {
    text-align: left;
    line-height:1.4em;
    font-size:18px;
    color: #fff;
    margin-bottom: 15px;
    padding: 0;
}
footer .foot-01 h1:after, footer .foot-01 h2:after {
    background: transparent;
    height: 0;
}
footer .foot-01 p, footer .foot-01 a {
    font-size: 16px;
    color: #fff;
    font-weight:300;
}
footer .foot-02 {
    background: #18181c;
    padding: 15px 0;
}
footer .foot-02 p, footer .foot-02 a {
    font-size: 13px;
    color: #fff;
    font-weight:300;
}
footer .foot-02 p {
    text-align: center;
}
footer a:hover {
    color: #99CC33;
    text-decoration: none;
}

/* Logo Header  */

.logo {
    position:absolute;
    top: 0;
    left: 0;
    z-index: 800;
}
.logo a {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.logo, .logo a {
    display:block;
    width:142px;
    height:90px;
}

/* Main navigation  */
.navMain {
    position:absolute;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    top: 22px;
    right: 0;
    height: 68px;
    z-index:900;
}
/* Main nav: All levels */
.navMain ul li a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
}
.navMain ul li:hover ul {
    display:block;
}
/* Main nav: First level */
.navMain ul.first-level li {
    display: block;
    float: left;
    margin: 0px 10px;
    list-style: none;
    height: 68px;
}
.navMain ul.first-level li.active {
    border-bottom: 3px solid #99CC33;
}
.navMain ul.first-level li a,
.navMain ul.first-level li.dropdown .fa-angle-down {
    color: #fff;
}
.navMain ul.first-level li a:hover,
.navMain ul.first-level li a:hover .fa-angle-down,
.navMain ul.first-level li.active a,
.navMain ul.first-level li.active .fa-angle-down {
    color: #99CC33;
}
.navMain ul.first-level li.dropdown .fa-angle-down {
    bottom: 5px;
    display: block;
    position: relative;
    text-align: center;
    font-size:24px;
}

/* Main nav: Second level */
.navMain ul.second-level {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 68px;
    width: 350px;
    z-index: 220;
}
.navMain ul.second-level li{
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
}
.navMain ul.second-level li a {
    color: #000 !important;
    background-color: #e9e9e9;
    padding: 15px 15px;
}
.navMain ul.second-level li.dropdown a {
    padding-bottom: 5px;
}
.navMain ul.second-level li a:hover,
.navMain ul.second-level li.active a {
    color: #99CC33 !important;
}
.navMain ul.second-level li.dropdown {
    border-bottom: 3px solid #99CC33;
}
.navMain ul.second-level li.hover,
.navMain ul.second-level li.active,
.navMain ul.second-level li.active a,
.navMain ul.second-level li.active a:hover,
.navMain ul.second-level li a:hover {
    color: #000;
    background-color:#fff;

}
/* Main nav: Third level */
.navMain ul.second-level ul.third-level li a {
    color: #000!important;
    padding: 5px 20px !important;
}
.navMain ul.second-level ul.third-level li a:hover,
.navMain ul.second-level ul.third-level li.active a,
.navMain ul.second-level ul.third-level li.active a:before,
.navMain ul.second-level ul.third-level li a:hover:before {
    color: #99CC33 !important;
}

.navMain ul.second-level ul.third-level li a:before {
    color: #000 !important;
    content: "\f054";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 11px;
    position: relative;
    top: -2px;
    right: 4px;
}
.navMain ul.second-level ul.third-level li.active {
    border-bottom: none !important;
}
.navMain ul.second-level li ul.third-level li a {
    color: #000 !important;
}
.navMain ul.second-level li ul.third-level li.active a {
    color: #99CC33 !important;
}

/* Mobiles Menü */

.navMain.mobile {
    position:fixed;
    display:block;
    background-color: rgba(38, 38, 44, .95);
    top: 0;
    left: 0;
    right:80px;
    height: 100%;
    overflow-y: auto;
}
.navMain.mobile ul.first-level li {
    float: none;
    height: auto;
    margin: 0;
}
.navMain.mobile ul li a {
    text-align: center;
    font-size: 20px;
    padding:15px 0;
}
.navMain.mobile ul li.dropdown a {
    padding:15px 0px 5px 0;
}
.navMain.mobile ul.first-level li.active {
    border-bottom: none;
}
.navMain.mobile ul.second-level {
    position: initial;
    left: 0;
    top: 0;
    width: 100%;
}
.navMain.mobile ul li:hover ul {
    display:block;
}
.navMain.mobile ul.second-level ul.third-level li a {
    padding: 10px 20px;
}

/* Mobile Navigation: Hamburger Icon with transformation  */
.mobileNavIcon {
    position: absolute;
    background-color: transparent;
    height: 50px;
    right: 15px;
    padding: 0;
    top: 18px;
    width: 50px;
    z-index: 810;
    display:none;
}

/* Hintergund Hamburger */
.x-hamburger {
    background-color: transparent;
}
/* Farbe Hamburger Balken */
.x-hamburger span {
    background: #99CC33;
}
.x-hamburger {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    display: block;
    cursor: pointer;
}

.x-hamburger span {
    display: block;
    position: absolute;
    top: 22px;
    left: 10px;
    right: 10px;
    height: 6px;
}

.x-hamburger span.hlt {
    top: 11px;
}
.x-hamburger span.hlb {
    top: 33px;
}

/* Animation middle span */
.x-hamburger.active span.hlm {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* Animation top/bottom span active */
.x-hamburger span.hlt,
.x-hamburger span.hlb {
    -webkit-transition-property: top, -webkit-transform;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    -webkit-transition-timing-function: ease;
    transition-property: top, transform;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0s, 0.3s;
    transition-timing-function: ease;
}

.x-hamburger.active span.hlt,
.x-hamburger.active span.hlb {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.x-hamburger.active span.hlb {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Animation top/bottom span closed */
.x-hamburger span.hlt,
.x-hamburger span.hlb,
.x-hamburger.normal span.hlt,
.x-hamburger.normal span.hlb {
    -webkit-transition-property: top, -webkit-transform;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    -webkit-transition-timing-function: ease;
    transition-property: top, transform;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0s, 0.3s;
    transition-timing-function: ease;
}

.x-hamburger.normal span.hlt,
.x-hamburger.normal span.hlb {
    -webkit-transition-property: -webkit-transform, top;
    -webkit-transition-delay: 0s, 0.3s;
    transition-property: transform, top;
    transition-delay: 0s, 0.3s;
}

/* Subnavigation */
ol.subnav {
    list-style: outside none none;
    margin: 0px 0px 40px 0;
    display:block;
}
.subnav li {
    list-style-type: none;
    margin: 0px 5px 20px 0;
    display:inline;
    color:#092a5e;
    background-color:#f5f4f0;
    padding: 10px 0px 10px 0;
    float:left;
    text-align: center;
    width: 40px;
}
.subnav li:hover {
    background-color:#ebe9e1;
}
.subnav li.active {
    background-color:#092a5e;
}
.subnav li a {
    padding: 10px 15px 10px 15px;
    display:inline;
}
.subnav li.active a {
    color:#fff;
}
.subnav li a:hover {
    text-decoration:none;
}

/* Slide to top */
.slide_top {
    position:fixed;
    right:15px;
    bottom:15px;
    width:45px;
    height:45px;
    padding:15px;
    background-color:#fff;
    color:#fff;
    cursor:pointer;
    z-index:920;
    display:none;
}
.slide_top:after {
    color: #99CC33;
    content: "\f077";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 24px;
    position: relative;
    right: 4px;
    top: -5px;
}

/* Rss Feed Icon  */

a.rssFeed {
    margin-left:10px;
}
a.rssFeed img {
    width:20px;
    height:20px;
}

/* Textpic grids */
.csc-textpic-imagecolumn.col-2,
.csc-textpic-imagecolumn.col-3,
.csc-textpic-imagecolumn.col-4,
.csc-textpic-imagecolumn.col-5,
.csc-textpic-imagecolumn.col-6,
.csc-textpic-imagecolumn.col-7,
.csc-textpic-imagecolumn.col-8 {
   padding: 0px 10px 0px 10px;
}

.csc-textpic .csc-textpic-imagewrap {
   margin-left: 0;
   margin-right: 0;
}

div.csc-textpic div.csc-textpic-imagerow-last .csc-textpic-imagecolumn {
   margin-bottom:10px;
}

.csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
   width: 30%;
}


/* Slider */
.slider {
    position:relative;
    z-index:10;
    width:100%;
    overflow:hidden;
}
.slider::before {
    color: rgba(255, 255, 255, 0.8);
    content: "\f078";
    display: block;
    vertical-align:middle;
    font-family: "FontAwesome";
    font-size: 40px;
    position: absolute;
    text-transform: none;
    bottom: 200px;
    width: 38px;
    height: 38px;
    left: -webkit-calc(50% - 19px);
    left: -moz-calc(50% - 19px);
    left: calc(50% - 19px);
    z-index:999999;
}

.slider .flexslider {
    background: #26262c none repeat scroll 0 0;
    border: 0px solid #26262c;
    border-radius: 0;
    margin: 0;
}
.slider ul.flex-direction-nav {
    height: 0;
}
.slider .flexslider .flex-viewport li {
    position:relative;
}
.slider img {
    width:100%;
    height:auto;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
.slider h1, .slider h2, .slider h3 {
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index:10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider .ce-image {
    z-index:5;
}

.slider h1, .slider h2, .slider h3 {
    font-size: 50px;
    line-height:1.3em;
    text-transform: uppercase;
    padding: 0;
    margin-top: 0;
    margin-bottom: 9px;
    color: #fff;
}
.slider h1, .slider h2,, .slider h3 {
    text-align: center;
}
.slider h1:after, .slider h2:after, .slider h3:after {
    background: transparent;
    height: 0;
    width: 0;
}
.slider h1 a, .slider h1 a:hover {
    color: #fff;
    text-decoration:none;
}
.slider div.csc-textpic-center .csc-textpic-center-inner,
.slider div.csc-textpic-center .csc-textpic-center-outer,
.slider div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
    display:block;
    right: 0;
    left: 0;
    width:100%;
    margin: 0;
    padding: 0;
    z-index:5;
}
.slider div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin: 0;
    padding: 0;
}
.slider .ce-gallery {
    margin-bottom: 0;
}
.slider .ce-gallery .ce-row {
    display: block;
    margin-left:auto;
    margin-right:auto;
}
.slider .ce-gallery .ce-row .ce-column {
    margin: 0;
}

.flex-direction-nav a {
    padding-top:10px;
}
.flex-direction-nav a::before {
    text-shadow: none;
    color: rgba(255, 255, 255, 0.8);
}

/* Visual */
.visual {
    position:relative;
    z-index:10;
    width:100%;
    background-position: top center;
    background-color: #26262c;
}
.visual img {
    width:100%;
    height:auto;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
.visual .ce-gallery .ce-row {
    display:block;
    right: 0;
    left: 0;
    width:100%;
    margin: 0;
    padding: 0;
}
.visual .ce-gallery .ce-row .ce-column {
    margin: 0;
}
.visual h1, .visual h2, .visual h3 {
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:10;
}

.visual h1, .visual h2, .visual h3 {
    font-size: 50px;
    line-height:1.3em;
    text-transform: uppercase;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.visual h1, .visual h2, .visual h3 {
    text-align: center;
}
.visual h1:after, .visual h2:after, .visual h3:after {
    background: transparent;
    height: 0;
    width: 0;
}



/* Cooperation */
.cooperation .ce-image .ce-gallery img {
    border: 1px solid #e9e9e9;
}
.cooperation .ce-image {
    margin-bottom: 10px;
}
.cooperation .ce-gallery {
    padding: 0 5px;
}
/* Hero */
.hero {
    position:relative;
    z-index:10;
    width:100%;
    background-position: top center;
    background-color: #26262c;
}
.hero img {
    width:100%;
    height:auto;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.hero div.csc-textpic-center .csc-textpic-center-inner,
.hero div.csc-textpic-center .csc-textpic-center-outer,
.hero div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
    display:block;
    right: 0;
    left: 0;
    width:100%;
    margin: 0;
    padding: 0;
}
.hero div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin: 0;
    padding: 0;
}
.hero .csc-header {
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:10;
}
.hero h1, .hero h2 {
    font-size: 25px;
    line-height:1.3em;
    text-transform: uppercase;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.hero h1 .author, .hero h2 .author {
    font-size: 15px;
}
.hero h1, .hero h2 {
    text-align: center;
}
.hero h1:after, .hero h2:after {
    background: transparent;
    height: 0;
    width: 0;
}
.hero .ce-gallery .ce-row {
    display: block;
    margin-left:auto;
    margin-right:auto;
}
.hero .ce-gallery .ce-row .ce-column {
    margin: 0;
}

/* Box Cluster */
.boxCluster {
    margin-bottom:20px;
    width:50%;
    background-color:#26262c;
    min-height:100px;
    padding:10px 0px 15px 0;
}
#page-1163 .boxCluster,
#page-1141 .boxCluster {
    width:100%;
}
.boxCluster a {
    display:block;
    width:100%;
}
.boxCluster .display {
    width:125px;
    height:80px;
    float:left;
    padding:0px 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size:80px;
    color:#99CC33;
    margin: 0;
    padding: 0;
    line-height: 0.9em;
    text-align:center;
}
.boxCluster .text {
    width:auto;
    height:80px;
    float:left;
    margin: 0;
    border-left: 4px solid #fff;
    padding-left:15px;
    color:#fff;
    font-size:15px;
}


/* Box Person */
.contPers {
    float: left;
    padding-bottom:60px;
    width: 100%;
}

.boxPers {
    position:relative;
    width:50%;
    display:block;
    background-color:#e9e9e9;
    border:solid 10px #fff;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    padding:10px;
    min-height:75px;
}
#page-1153 .boxPers {
    float: left;
    width:33%;
    border-left: solid 10px #fff;
    min-height:150px;
}
.picture {
    width:40px;
    height:40px;
    padding:5px;
    float:left;
}
#page-1153 .picture {
    width:80px;
    height:80px;
}
.name, .institution, .position, .website {
    margin-left: 50px;
}
#page-1153 .name, #page-1153 .institution, #page-1153 .position, #page-1153 .website {
    margin-left: 90px;
}
.institution, .name {
    line-height:1.4em;
}
.name, .position {
    font-weight: 700;
}
.website {
    margin-top: 10px;
    font-size: 14px;
}
.website i {
    margin-right:3px;
}
.institution, .position {
    font-size:12px;
}
.boxPers img {
    border-radius: 50%;
}
.boxPers a {
    display:inline;
    background-color: #99CC33;
    color:#fff;
    padding: 2px 6px;
}
.position {
    display:none;
}
#page-1153 .position {
    display:block;
}
.website {
    position:absolute;
    top: 0;
    right:5px;
}
#page-1153 .website {
    top:90px;
}

/* Layout: Box News */

.boxNews {
    margin-bottom:20px;
    background-color:#26262c;
    min-height:300px;
    float:left;
    padding:10px;
    border: 10px solid #fff;
}
#page-1163 .boxNews {
    border: 10px solid #e9e9e9;
}
.boxNews h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size:30px;
    color:#99CC33;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}
.boxNews h2::after {
    background: transparent;
    height: 0;
    width: 0;
}
.boxNews .title {
    padding: 10px 0px 20px 0;
}
.boxNews .subtitle {
    border-top: 4px solid #fff;
    padding-top: 20px;
}
.boxNews .subtitle p {
    color:#fff;
}
.boxNews a, .boxNews a:hover,.boxNews a:focus  {
    color:#fff;
    text-decoration:none;
}
.linknewsarchiv {
    text-align: center;
}

/* Layout: Box Downloads */
.csc-uploads .csc-uploads-fileName a {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size:20px;
    color: #26262c;
    text-transform: uppercase;
}
.csc-uploads .csc-uploads-fileName a:hover, .csc-uploads .csc-uploads-fileName a:focus {
    color: #26262c;
    text-decoration: underline;
}
.csc-uploads li {
    padding:10px;
}
.csc-uploads li.li-odd {
    background-color: #e9e9e9;
}
.csc-uploads-fileSize {
    background-color: #26262c;
    color: #fff;
    padding:3px 10px;
    width:80px;
    text-align: center;
}
main ul.csc-uploads {
    margin-left: 0;
}

/* Buttons im Content */
.btn, .btn:hover, .btn:focus, .btn-primary:hover,
ul#kontakt-menue a.btn, ul#kontakt-menue a.btn:hover, ul#kontakt-menue a.btn:focus, ul#kontakt-menue a.btn-primary:hover,
.powermail_submit {
    border: 0px solid #99CC33;
    background: #99CC33;
    color:#fff;
    border-radius: 0;
    font-size: 15px;
    text-transform:uppercase;
    line-height: 1.4;
    margin: 0;
    padding: 10px 40px 10px 40px;
    box-shadow: none;
    cursor:pointer;
}
a.btn {
    text-decoration: none;
    font-weight: 700;
    color:#fff;
}



/* Tabelle */
.table-scrollable {
    width:100%;
    overflow-y: auto;
    margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
.table-scrollable table.contenttable,
.table-scrollable table.ce-table.table {
    table-layout: auto;
}
table.contenttable,
table.ce-table.table {
    table-layout: auto;
    width:100%;
}
table.contenttable > thead > tr > th,
table > thead > tr > th {
    background-color:#dee0e7;
    font-weight: 700;
}
table.contenttable tr,
table.ce-table.table tr {
    background-color:#dee0e7;
}
table.contenttable tr:nth-child(2n+1),
table.ce-table.table tr:nth-child(2n+1) {
    background-color:#edeef2;
}
table.contenttable td, table.contenttable th,
table.ce-table.table td, table.ce-table.table th {
    width:auto;
    text-align:left;
    padding-top:15px;
    padding-bottom:10px;
    padding-left:5px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 0px solid #092a5e;
    border-bottom: 0px solid #092a5e;
}

/* ################  RTE Styles ##################### */

p.align-right {
  text-align:right;
}
p.align-left {
  text-align:left;
}
p.align-center {
  text-align:center;
}


/* BUTTONS */
/*Seitenbutton */
.btn-link {
    color:#092a5e;
    text-transform:uppercase;
    line-height:2em;
}
.btn-link::before {
    color: #092a5e;
    content: "\67";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    left: -3px;
    position: relative;
    text-transform: none;
    top: 1px;
    transform: rotate(0deg);
}

.btn-download {
    color: #092a5e;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #f5f4f0;
    border: 1px solid #dcdcdc;
    display: block;
    padding: 10px 10px 10px 20px;
}
.btn-download::before {
    color: #092a5e;
    content: "\48";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    left: -10px;
    position: relative;
    text-transform: none;
    top: 1px;
    transform: rotate(180deg);
}
.btn-download:hover {
    background-color: #ebe9e1;
}

/* Umbruch nur auf Smartfon */

br.only-small {
    display: none;
}


/* Device Anpassungen */

@media screen and (max-width: 1200px) {
    main img {
        width:100%;
    }
    .visual h1, .visual h2 {
        font-size: 36px;
    }
    main .cont-default {
        padding-top: 30px;
    }
    .navMain ul.second-level {
        left: -105px;
    }
    .slider::before {
       bottom: 50px;
    }
}
@media screen and (max-width: 992px) {
    #page-1153 .boxPers {
        width: 50%;
    }
    .boxCluster {
        width: 100%;
    }
    .visual h1, .visual h2 {
        font-size: 28px;
    }
    .slider::before {
    display: none;
    }
}
@media screen and (max-width: 768px) {
    .navMain {
        display:none;
    }
    .mobileNavIcon {
        display:inline;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* Default Textmedia Grids */
    .ce-textpic.ce-left.ce-above .ce-gallery,
    .ce-textpic.ce-right.ce-above .ce-gallery,
    .ce-textpic.ce-left.ce-below .ce-gallery,
    .ce-textpic.ce-right.ce-below .ce-gallery,
    .ce-textpic.ce-left.ce-intext .ce-gallery,
    .ce-textpic.ce-right.ce-intext .ce-gallery,
    .ce-textpic.ce-left.ce-intext .ce-gallery,
    .ce-textpic.ce-right.ce-intext .ce-gallery,
    .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext,
    .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
        width:100%;
    }
    .ce-textpic.ce-left.ce-intext .ce-gallery, .ce-textpic.ce-right.ce-intext .ce-gallery,
    div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    footer .foot-01 .col-xs-6 {
        min-height:200px;
    }
    .slider h1, .slider h2 {
        font-size: 36px;
    }
    .boxCluster .display {
        font-size: 50px;
        width: 70px;
    }

}
@media screen and (max-width: 720px) {
    .boxNews {
        min-height: initial;
    }
}
@media screen and (max-width: 480px) {
    br.only-small {
        display: initial;
    }
    .slider h1, .slider h2 {
        font-size: 20px;
    }
    .visual h1, .visual h2 {
        font-size: 18px;
    }
    figcaption.csc-textpic-caption {
        margin-bottom:15px;
    }
    figcaption.csc-textpic-caption,
    div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
        display: block;
    }
    div.csc-textpic div.csc-textpic-imagecolumn {
        float: left;
    }
    .foot-01 .col-xs-12 {
        margin-bottom: 30px;
    }
    #page-1153 .boxPers {
        width: 100%;
        border-left: 0px solid #ffffff;
    }
    .visual img {
        height: 200px;
        width: auto;
    }
    .csc-textpic-imagecolumn.col-2,
    .csc-textpic-imagecolumn.col-3,
    .csc-textpic-imagecolumn.col-4,
    .csc-textpic-imagecolumn.col-6,
    .csc-textpic-imagecolumn.col-7 {
        width:100%;
    }

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

}
/* Fluid Image Grids */
.ce-gallery .ce-row {
    display: flex;
    margin-left:-15px;
    margin-right:-15px;
}
.ce-gallery .ce-row .ce-column {
    margin: 0 15px 15px 15px;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.333%;
}
.ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
}
.ce-gallery[data-ce-columns="5"] .ce-column {
    width: 20%;
}
.ce-gallery[data-ce-columns="6"] .ce-column {
    width: 16.666%;
}
.ce-gallery[data-ce-columns="7"] .ce-column {
    width: 14.285%;
}
.ce-gallery[data-ce-columns="8"] .ce-column {
    width: 12.5%;
}
@media (max-width: 480px) {

    /* Ein Bild pro Zeile */
    .ce-gallery .ce-column {
        margin: 0 0 10px;
        width: 100%;
        box-sizing: border-box;
    }

    /* Fluid Image Tags */
    .ce-gallery img,
    .ce-gallery picture {
        width: 100%;
        height: auto;
    }
}
