html {text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; height: 100%; color: #666;}
body {overflow-x: hidden; font-size: 14px; padding-top: 0 !important; margin-bottom: 60px; position: static; color: #333; font-family: 'Verdana', sans-serif; background-color: #fff;}

/* GENERAL */
h1, h2, h3, h4, h5, h6 {color: #006b94; font-weight: 400;}

h1 {font-size: 30px; text-transform: none; font-weight: 400; margin-bottom: 20px; margin-top: 0;}
h2 {font-size: 20px; text-transform: none; font-weight: 400; color: #006b94;}
h3 {font-size: 14px; text-transform: none; font-weight: 700; color: #006b94;}
h4 {font-size: 18px; text-transform: uppercase; font-weight: 400; color: #006b94; letter-spacing: 2px;}
h4 span {font-weight: 700;}

p {color: #333; line-height: 21px; font-size: 14px; }

.align-center {text-align: center;}

caption, .news .article .news-img-caption, .caption {font-size: 12px; line-height: 16px; font-style: italic; color: #666;}
img {width: 100%;}
a {color: #009cb4;}
a:hover {text-decoration: none;}
a:hover, a:focus {outline: none; outline-offset: 0; text-decoration: none; color: #96c11f;}
hr {border: 0; height: 1px; margin: 10px 0; width: 100%; background: #e5e5e5;}
*:hover { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
*:after { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

label {font-size: 16px;}
select {height: 34px;}

ul li {list-style-type: square;}

.important {color: #006b94; font-weight: 400; font-size: 16px; margin-bottom: 25px; float: left;}

/* HEADER */
.header {float: left; width: 100%; height: 113px; background-color: #009cb4; position: relative;}
.header .container {padding: 0; position: relative;}
.logo {width: 250px; position: relative; top: -2px; padding: 0; margin: 0 auto;}

/* CONTENT */
.content {width: 100%; float: left; position: relative;  z-index: 100;}
.content-inner { padding-top: 60px; padding-bottom: 30px;}
.mainpage .content-inner {padding: 0;}
.border-top div[class^="col-md-"] > div:first-of-type, .border-top div[class*=" col-md-"] > div:first-of-type {border-top: 1px solid #d1ccc5;}
.border-top  div[class^="col-md-"] div[class^="col-md-"] > div:first-of-type {border: 0;}

.container .container div[class^="col-md-"], .container .container div[class*=" col-md-"] {padding: 0;}

/* LISTS */
.csc-bulletlist {padding-left: 20px;}

/*COLOURED LISTELEMENT*/
.csc-text ul  {position: relative; padding-left:22px;}
.csc-text li  {list-style-type: none;}
.csc-text li:before {background-color: #006b94; margin: 8px 6px 6px; height: 5px; width: 5px; content: " "; position: absolute; left: 0px;}
.blue-banderole .csc-text li:before {background-color: #fff;}

/* BUTTONS + LINKS */
.btn-primary {border-radius: 0; font-weight: 500; background-color: #f5f5f5; padding: 5px 30px; border: 1px solid #009cb4; color: #009cb4; text-transform: uppercase;}
.btn-primary a {color: #009cb4;}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {background-color: #009cb4; color: #fff;}
.btn-primary:hover a, .btn-primary:active a, .btn-primary:focus a {color: #fff;}
.btn-more, .btn-text {font-weight: 700;}
.btn-more {text-shadow: none;}
.btn .glyphicon {color: #96c11f; padding: 0 3px;}

.morelink {font-size: 14px;}
.morelink .glyphicon {color: #009cb4; font-size: 12px; padding: 0 5px 0 0;}

/* FORMS */
.form-control {border-radius: 0;}

/* SWIPER */
.swiper {max-height: 330px; overflow: hidden; padding: 0; margin-bottom: 0px; position: relative; top: 0px; float: left; width: 100%;}
.mainpage .swiper {max-height: 630px;}
.swiper-slide {display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}

.swiper-content-outer{ background-color: #e9e9e9; float: left; width: 100%; overflow: hidden; position: relative;}

.swiper-content .swiper-wrapper { padding: 30px 15px 30px 0;}
.swiper-content .swiper-slide {background-color: transparent;}
.swiper-content .swiper-slide img:hover {-webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9);}

.swiper-pagination {display: none;}
.swiper-pagination-bullet {width: 12px; height: 12px; background-color: #fff; opacity: 0.9;}
.swiper-pagination-bullet-active {background-color: #96c11f;}

.swiper-caption {display: block; position: absolute; left: 0; right: auto; bottom: 0; padding: 20px 50px; text-align: left;}
.swiper .swiper-caption {display: block; position: absolute; left: 0; right: auto; bottom: 0; padding: 20px 50px; height: 74%; width: 50%; text-align: left; background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0) 100%); background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }
.swiper-caption p {text-shadow: none; line-height: 1; font-weight: 400; font-style: italic; color: #fff; padding: 40px 0;}
.swiper .swiper-caption p { font-size: 33px; line-height: 50px; max-width: 80%; float: right;  }

.swiper .swiper-caption span {
  font-size: 18px;
  padding-right: 110px;
  opacity: .8;
    display: block;
    width: 100%;
    text-align: right;
}

.swiper-button-prev, .swiper-button-next {display: none; width: 40px; height: 34px; float: left;}

.swiper-education {padding: 0 30px;}
.swiper-education .swiper-container {width: 100%; height: 300px; margin: 20px auto;}
.swiper-education .swiper-wrapper {width: 100%;}
.swiper-education .swiper-slide {}
.swiper-education .swiper-button-next, .swiper-education .swiper-button-prev {display: block;}
.swiper-education .swiper-button-prev, .swiper-education .swiper-container-rtl .swiper-button-next { background: url('images/icon-arrow-left.png') no-repeat center center transparent; left: -10px;}
.swiper-education .swiper-button-next, .swiper-education .swiper-container-rtl .swiper-button-prev { background: url('images/icon-arrow-left.png') no-repeat center center transparent; right: -10px; -ms-transform: rotate(180deg);  -webkit-transform: rotate(180deg); transform: rotate(180deg);}

.swiper-education .swiper-caption {width: 100%; height: 50%; background-color: rgba(0,107,148,0.9); text-align: center; padding: 0 30px; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.swiper-education .swiper-caption p {font-size: 18px; line-height: 24px; font-style: normal; padding: 0;}
.swiper-education .swiper-overlay {position: absolute; display: flex; left: 0; top: 0; height: 100%; width:100%; float: left; background-color: rgba(0,107,148,0.9); opacity: 0;}

.swiper-education .swiper-overlay a {-webkit-align-self: center; align-self: center; padding: 30px;}
.swiper-education .swiper-overlay p, .swiper-education .swiper-overlay a {color: #fff; font-size: 14px; line-height: 24px; font-style: normal; margin: 0;}
.swiper-education .swiper-overlay ul {margin: 0; padding: 18px 0 0 20px; font-weight: 300; }
.swiper-education .swiper-overlay li {font-size: 12px; padding: 2px 0; }
.swiper-education .swiper-slide:hover .swiper-overlay {opacity: 1;}

.education-slider-view-4.swiper-education .swiper-caption p {font-size: 18px; line-height: 24px; }
.education-slider-view-4.swiper-education .swiper-overlay p, .swiper-education .swiper-overlay a {color: #fff; font-size: 14px; line-height: 18px;}

/*FOOTER */
.footer {padding: 30px 0 160px 0; float: left; width: 100%; background-color: #303030;}
.footer .col-md-3 {padding-top: 40px;}
.footer .col-md-3:last-of-type {padding-top: 0px;}

.footer-navigation ul {padding: 0; margin: 0; float: right;}
.footer-navigation li {list-style-type: circle; display: inline;}
.footer-navigation a {font-size: 16px; text-transform: none; padding: 0 10px;}

.footer p, .footer a, .footer {color: rgba(255,255,255,0.5) !important; font-size: 16px;}

.footer-socialmedia.youtube a {background: url(images/icon-youtube.png) no-repeat 0 0 transparent; height: 33px; width: 33px; float: left; margin-top: 15px;}

.socialmedia {
  float: right;
}
#c786 .headline-container {
  top: 0;
}
#c786 .headline-container-wrapper {
  padding-bottom: 50px;
}


/*NAVIGATION*/
.navigation-wrapper {float: left; width: 100%; position: absolute; z-index: 1300; bottom:0; left: 0; height: 60px; background-color: #009cb4;}
.header .navigation {position: relative; margin-top: -5px; padding: 0 0 0 30px; }

.navbar-home {float: left; margin: 0; color: #fff; font-size: 24px; padding: 18px 0;}
.navbar-home span {color: #00506e;}
.navbar-home a {color: #fff;}

.active.dropdown a {background-color: transparent;}
.dropdown-menu .active a, .dropdown-menu a {background-color: transparent; color: #fff !important;}

.active-underline {width: calc(100% - 60px); height: 5px; background-color: #fff; position: absolute; float: left; left: 30px; bottom: 0px; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.dropdown:hover > .dropdown-menu {display: block;}
.menu1 .dropdown:hover > .dropdown-menu {display: none;}

.navbar-nav {float: right;}

.dropdown-menu {opacity: 0; min-width: 205px; top: 100%; background-color: rgba(0,107,148,0.9); border: 0 none; border-radius: 0; box-shadow: none; padding: 15px 30px 25px 30px; }
.nav li {list-style-type: none;}
.nav > li > a {color: #fff; float: left; padding: 25px 40px; text-transform: none; font-weight: 400; font-size: 18px;}
.nav > li > a:hover, .nav > li > a:focus {background-color: rgba(0,107,148,0.9);}
.nav > li:hover a  {background-color: rgba(0,107,148,0.9);}
.nav > li:hover .active-underline, .nav > li:hover .dropdown-menu {opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.dropdown .glyphicon {font-size: 9px; color: #fff; top: 13px; left: -20px; display: none;}

.dropdown-menu > li {padding: 0px; position: relative;}
.dropdown-menu > li > a {color: #fff; background-color: transparent !important; font-size: 14px; padding: 10px 0;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none;}

.navbar-nav .nav-2 { border: 0 none; border-top: 2px solid transparent; border-radius: 0; background-color: rgba(0,0,0, 0.9); display: none; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s  ease; -o-transition: all 0.2s  ease; transition: all 0.2s  ease; min-height: 90px;}
.navbar-nav .nav-2 a {font-weight: 400; font-size: 14px; color: #fff; padding: 5px 20px;}
.navbar-nav .level2  {display: none;}

.navbar-nav .nav-3 {list-style-type: none; margin: 0 0 10px 0; padding: 0 20px; float: left; }
.navbar-nav .nav-3 li {list-style-type: none;}
.navbar-nav .nav-3 a {font-size: 14px; color: #333; text-transform: none; padding: 2px 20px; font-weight:400; width: 100%; float: left;}

.navbar-nav .nav-3 a:focus, .navbar-nav .nav-3 a:hover {background-color: #009cb4; color: #333333; text-decoration: none;}

.navbar-inverse .navbar-toggle {background-color: #96c11f; border-color: #96c11f; float: left;}

.nav-item:hover > .nav-2 {display: block; opacity:1;}

.dropdown .menu-arrow {display: block; left: 0px; top: 15px; float: left; font-size: 11px; position: absolute;}
.dropdown .menu-arrow a { color: #009cb4;}
.dropdown .navi-header .menu-arrow {display: none;}

/* NAVIGATION SCROLLBUTTON */
.navigation-button-up {position: absolute; right: 0; top: 0; display: none;}
.navigation-button-up .glyphicon {padding: 24px; color: #fff; background-color: #009cb4;}
.navigation-button-up .glyphicon:hover {cursor: pointer;}

/* BREADCRUMB */
.breadcrumb-wrapper {background-color: #f6f6f6; padding: 10px 0; float: left; width: 100%;}
.breadcrumb {margin-bottom: 0; color: #999999; font-size: 14px; clear: both;}
.breadcrumb a {font-size: 14px; color: #999999; padding: 3px 8px;}
.breadcrumb a:first-of-type {padding-left: 0;}
.breadcrumb a:last-of-type {color: #444444;}

/* MIXITUP */
.mixitup {float: left; width: 100%;}
.mixitup .filter-wrapper {border-bottom: 2px solid #009cb4; float: left; width: 100%; position: relative; padding: 0 15px;}
.mixitup .filter-wrapper .filter {display: inline; padding: 20px 40px; float: left;}
.mixitup .filter-wrapper .filter:hover {cursor: pointer;}
.mixitup .filter-wrapper .filter.active {color: #222; border-bottom: 8px solid #009cb4; font-weight: 600; margin-bottom: -5px;}

.mixitup .row {padding-top: 60px; float: left; width: calc(100% + 30px);}
.mixitup .mix {padding:15px; display: none;}
.mixitup .col-md-4 {}
.mixitup img {width: 100%;}
.mixitup .overlay {position: absolute; left: 0; top: 0; height: 100%; width: calc(100% - 30px); height: calc(100% - 30px); margin: 15px; display: flex;}
.mixitup .overlay-inner {-webkit-align-self: center; align-self: center;}
.mixitup .overlay-title p { font-size: 18px; line-height: 24px; position: absolute; color: #fff; left: 0; bottom: 0; height: 50%; width: 100%; background-color: rgba(0,107,148,0.9); text-align: center; padding: 0 30px; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.mixitup .overlay-description {font-weight: 700; position: absolute; padding: 30px; left: 0; top: 0; height: 100%; width: 100%; display: none; color: #fff; font-size: 12px; background-color: rgba(0,107,148,0.9); font-weight: 700;}
.mixitup .overlay-description * {color: #fff; margin-bottom: 10px; }

.mixitup .overlay-description ul {
  margin: 0;
  padding: 18px 0 0 20px;
  font-weight: 300;
}

.mixitup .overlay:hover .overlay-description {display: block;}

/* POWERMAIL */
.tx-powermail label {font-size: 14px; display: none;}
.tx-powermail .form-control {background-color: #009cb4; color: #fff; min-height: 50px;}
.tx-powermail h3 {margin-bottom: 20px;}
.tx-powermail .container-fluid {padding: 0;}
.tx-powermail legend {display: none;}
.powermail_fieldwrap {margin-bottom: 10px;}

.tx-powermail .form-control:focus {background-color: #fff; border-color: #009cb4; color: #009cb4;}

.tx-powermail ::-webkit-input-placeholder { color: #fff;}
.tx-powermail ::-moz-placeholder {color: #fff;}
.tx-powermail :-ms-input-placeholder {color: #fff;}
.tx-powermail :-moz-placeholder {color: #fff;}

/* FANCYBOX */
.fancybox-title-float-wrap .child {border-radius: 0px;}
.fancybox-close { cursor: pointer; height: 30px; position: absolute;right: -37px; top: 0px; width: 30px; z-index: 8040; background: url("images/button-close.png") no-repeat 0 0 transparent;}
.fancybox-nav span {visibility: visible; background-repeat: no-repeat; height: 50px; background-position: 7px 0px;}
.fancybox-next span {background-image: url("images/arrow-right.png"); right: -50px;}
.fancybox-prev span {background-image: url("images/arrow-left.png"); left: -55px;}

/* BORDER */
.border {border: 2px solid #e5e5e5; float: left; width: 100%; min-height: 250px;}

/* DOWNLOADLISTS */
.csc-uploads {margin: 15px 0; float: left; width: 100%; text-align: left;}
.csc-uploads li {padding: 0; margin: 0 0 10px 0 !important; display: flex;}
.csc-uploads li a {color: #333;}
.csc-uploads li img {float: left; width: auto; max-width: 100px; margin-right: 10px;}
ul.csc-uploads span.csc-uploads-fileName {text-decoration: none; float: left;}
ul.csc-uploads span.csc-uploads-fileName a {float: left; width: 100%; color: #96c11f; font-weight: 700; position: relative;}
ul.csc-uploads span.csc-uploads-fileName a:hover, .csc-uploads-fileName a:hover:after {}

.download-icon {float: left; margin-right: 20px; }
.download-icon .glyphicon {font-size: 20px; color: #006b94;}
.download-name {float: left;}

.csc-uploads-fileSize {float: left; margin-top: -20px;}

.downloads {padding: 30px 0; float: left; width: 100%;}
.download-element {width: 100%; float: left; margin-bottom: 10px; display: flex; overflow: hidden;}
.download-element a {width: 100%; float: left; color: #666; display: flex;}
.download-element .download-element-left {width: 90px; float: left; margin-right: 10px; overflow: hidden;}
.download-element .download-image {width: 100%; overflow: hidden; float: left; position: relative;}
.download-element .download-image-inner {width: 100%; height: 100%; max-height: 120px; overflow: hidden; float: left; position: relative;}
.download-element .download-image img {width: 100%;}
.download-element .download-element-right {float: left; border-left: 5px solid #009cb4; width: calc(100% - 100px); padding: 25px; position: relative;}
.download-element:nth-of-type(odd) .download-element-right {background-color: #eaeaea;}
.download-element:nth-of-type(even) .download-element-right {background-color: #f8f8f8;}
.download-element .download-name {max-width: calc(100% - 100px); float: left; position: relative;}
.download-element .download-description {max-width: calc(100% - 100px); float: left; position: relative; clear: left;}
.download-element .download-icon {float: right; width: 60px; height: 60px; background-color: #dddddd; margin: 5px; position: absolute; right: 25px;}
.download-element .download-icon .glyphicon {font-size: 20px; padding: 21px; color: #fff;}
.download-element .download-icon:hover {background-color: #009cb4;}

/* LISTS */
.csc-bulletlist {padding-left: 20px;}

/* TABLES */
.table {font-size: 15px; border-bottom: 5px solid #d1ccc5;}
.table-coloured thead th {background-color: #009cb4; color: #fff;}
.table-coloured tbody tr:nth-child(even) {background-color: #eaeaea; border-top: 1px solid #d1ccc5;}
.table-coloured tbody tr:nth-child(odd) {background-color: #f8f8f8; border-top: 1px solid #d1ccc5;}
.table-responsive { margin: 15px 0;}

/* COLLAPSIBLE */
.panel-group {background-color: transparent; border: none; background-image: none; margin-bottom: 15px;}
.panel-group  > button {padding: 10px 0px; text-align: left; width: 100%; background-color: #c3c3c3; border: none; background-image: none; border: 0;}
.panel-group  > a {width: 100%; float: left;}
.panel-group .fa {float: left; font-size: 26px; color: #fff; max-width: 10%; width: 34px; text-align: center; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.panel-group .toggled {background-color: #006b94;}
.panel-group .toggled .text {color: #fff;}
.panel-group .toggled .fa {color: #fff; -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.panel-collapse {padding: 30px 45px; opacity: 0; float: left; width: 100%; background-color: #fff; margin-bottom: 15px;}
.panel-group .text {width: calc(100% - 40px); float:left; margin: 0; text-transform: none; color: #fff; font-size: 18px; padding-left: 10px;}

.panel-group .in {opacity: 1; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out;}

/* FANCYBOX */
.fancybox-title-float-wrap .child {border-radius: 0px;}
.fancybox-nav span {visibility: visible; background-repeat: no-repeat; height: 50px; background-position: 7px 0px;}

.btn-default { background-color: rgba(0, 0, 0, 0.4) !important; color: #fff; border: medium none; border-radius: 5px; padding: 5px 30px; margin: 5px 0; font-size: 23px; text-transform: none;}
.btn-default:hover {color: #009cb4;}

.fancybox-overlay {background: transparent url("images/background-black-90.png") repeat scroll 0% 0% !important;}
.fancybox-skin {border-radius: 0 !important; box-shadow: none !important;}
.fancybox-title {display: none;}
.fancybox-close {background-image: url("images/icon-close.png") !important; height: 30px !important; width: 30px !important; right: 5px !important; top: 5px !important; background-size: cover !important;}

.content-lightbox {padding: 30px;}

iframe img {width: 100%;}

/* MODULPLAN */

.module-text-smartphone {
    display: none;
}

.module {
  padding: 15px 0 40px 0;
}
.mod {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.modulecontent .row, .moduleheader .row {
    display: flex;
    flex-wrap: wrap;
}
.modulecontent .row .mod, .moduleheader .row .mod {
   display: flex;
}
.moduleheader, .modulecontent, .moduletext {
  margin-left: 40px;
}
.moduletext {
  margin-bottom: 20px;
  display: none;
}
.moduleheader .mod {
  min-height: 40px;
  border: 4px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.modulecontent .mod {
  min-height: 120px;
  border: 4px solid #fff;
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 11px;
}
.moduletext .mod {
  border: 4px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-grey {
  background: #c3c3c3;
  color: #fff;
}
.m-blue1 {
  background: #009bb4;
  color: #fff;
}
.m-blue2 {
  background: #006b94;
  color: #fff;
}
.m-red1 {
  background: #e3000f;
  color: #fff;
}
.m-red2 {
  background: #b71a49;
  color: #fff;
}
.m-orange {
  background: #f39100;
  color: #fff;
}
.m-green {
  background: #94c11c;
  color: #fff;
}

.col-first {

  margin-left: -40px;
  width: 40px;
  padding-left: 10px;
  font-weight: bold;
}
.mod.open {
  cursor: pointer;
}
.mod.open:hover {
  opacity: 0.9 !important;
}
.mod .fa {
  font-size: 26px;
  position: absolute;
  bottom: 5px;
  right: 20px;
}
.textcontainer {
  padding: 15px;
  background: #eeeeee;
  font-size: 13px;
}


/*- SAFARI -*/
.col-sm-3.mod {
    width: 24.9%;
}
.col-sm-6.mod {
    width: 49.8%;
}
.col-sm-9.mod {
    width: 74.6%;
}
.col-sm-12.mod {
    width: 99.5%;
}


/* PAGINATION */
.pagination {margin: 20px 0px !important;}
.pagination span .glyphicon {font-size: 12px;}

/* ÜBERSCHRIFT CONTAINER */
.headline-container {position: relative; top: -10px;}
.headline-container-wrapper {position: relative; top: 0; left: 0; padding-bottom: 100px;}
.headline-container .headline-container-header {width: 30%; position: relative; top: -59px; margin: 0 auto;}
.headline-container .headline-container-header h4 {
    padding: 20px;
    color: #222;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
}

.headline-container-area-green, .headline-container-area-green .headline-container-header {background-color: #96c11f;}
.headline-container-area-blue, .headline-container-area-blue .headline-container-header {background-color: #009cb4;}
.headline-container-area-white, .headline-container-area-white .headline-container-header{background-color: #fff;}
.headline-container-area-grey, .headline-container-area-grey .headline-container-header{background-color: #f2f2f2;}

.headline-container-5 .headline-container-header {
  top: -69px;
}


/* SONDERUEBERSCHRIFT */
.linked-headline h4 {text-align: center; margin-bottom: 60px; color: #333;}

/* IMAGEGALLERY */
.imagegallery {margin: 0; padding: 30px 15px; float: left; width: 100%;}
.imagegallery-header {padding: 30px 5px 5px 5px; float: left; width: 100%; color: #96c11f;}
.imagegallery-item {padding: 5px; width: 210px; height: 210px;}
.imagegallery-item-inner {border: 1px solid #efefef; padding: 3px; background-color: #fff; width: 100%; height: 100%;}
.imagegallery-item a {float: left; width: 100%; height: 100%; overflow: hidden; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.imagegallery-item img {float: left; width: 150%;}
.imagegallery-item .caption {padding: 5px; float: left; width: 100%; position: absolute; background-color: rgba(255,255,255,0.9); bottom: 0; font-weight: 400;}

/* BANDEROLS */
.banderole {float: left; padding: 30px 25px 25px; width: 100%; position: relative; }
.green-banderole {background-color: #96c11f;}
.blue-banderole {background-color: #009cb4;}
.grey-banderole {background-color: #f2f2f2;}

.blue-banderole *, .green-banderole *  {color: #fff !important;}

.blue-banderole a, .green-banderole a  {
  opacity: .7;
  text-decoration: underline;
}
.blue-banderole h3, .green-banderole h3, .grey-banderole h3 { margin: 0;}
.banderole h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
}



/* NEWS */
.n-header h3 {
    padding: 10px 0;
    margin: 0;
}
.n-header h3 a {
    text-transform: uppercase;
    color: #333;
}


/* LINKS */
.links li {list-style-type: none; float: left; text-align: left;}

/* FIX FUER INHALT */
.csc-default {width: 100%; float: left; clear: both;}
.csc-textpic-caption-c {background-color: rgba(255, 255, 255, 0.9); height: 50px; margin-top: -50px; position: relative;}

/*BROWSERSPEZIFISCHE FALLBACKS*/
* {outline: 0 none;}

/*RESPONSIVE*/
@media (max-width: 1500px) {
  /* ALLGEMEIN */

  /* HEADER */

  /* CONTENT */
  .swiper .swiper-caption {height: 100%;display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
  .swiper .swiper-caption p { max-width: 100%;}

  /* FOOTER */
}
@media (max-width: 1366px) {
  /* ALLGEMEIN */

  /* HEADER */

  /* CONTENT */

  /* FOOTER */
}
@media (max-width: 1300px) {
  /* ALLGEMEIN */

  /* HEADER */

  /* CONTENT */

  /* FOOTER */
}
@media (max-width: 1200px) {
  /* ALLGEMEIN */

  /* HEADER */
  .header .navigation {padding: 0;}
  .navbar-nav > li > a {padding-left: 10px; padding-right: 10px; font-weight: 600;}

  /* CONTENT */
  .swiper .swiper-caption { padding: 30px;}
  .swiper .swiper-caption p {font-size: 24px; line-height: 1.5; padding: 0px;}

  .mixitup .filter-wrapper {padding: 0; }
  .mixitup .filter-wrapper .filter {padding: 20px; width: 32%; text-align: center;}
  .mixitup .filter-wrapper .filter.active {border: 0; background-color: #009cb4; color: #fff; font-weight: 400;}
  .mixitup .mix {width: 50%; padding: 15px !important; margin-bottom: 0 !important;}

  /* FOOTER */
}

@media (max-width: 1020px) {
  /* ALLGEMEIN */

  /* HEADER */

  /* CONTENT */

  /* FOOTER */
}
@media (max-width: 991px) {
  /* ALLGEMEIN */
  h1 {font-size: 24px;}

  /* HEADER */
  .navigation {z-index: 100; position: relative; float: left; width: 100%;}
  .header .navigation {padding: 0; }
  .navbar-wrapper .container {padding: 0;}
  .navbar {padding: 5px 0;}
  .menu-divider {display: none;}

  .dropdown .glyphicon {top: 0; float: right; left: auto; right: 0px; display: block;}
  .dropdown-menu .glyphicon {display: none;}

  .search-wrapper {right: 120px;}
  .search-wrapper .glyphicon {font-size: 21px;}

  .active-underline {display: none;}

  .navbar-home {padding: 15px 5px;}

  .navbar-toggle {display: block; margin: 0; position: absolute; top: 15px; right: 5px; color: #009cb4; z-index: 115; padding: 0; }
  .navbar-toggle .menu-icon {float: left; background-color: #006b94; border: 0px solid #fff; padding: 13px 9px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; height: 40px; width: 40px;}
  .navbar-toggle .icon-bar {background-color: #fff;}

  .navbar-collapse.collapse {display: none !important;}
  .navbar-collapse.in {display: block !important; }

  .navbar-collapse {width: 100%; border:0;}
  .navbar-nav {margin: 0; width: 100%; padding: 30px 15px;}
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {margin: 0; padding: 0px; width: 100%;}
  .navbar-nav li { padding: 1px 0px 0px !important; width: 100%; border-bottom: 0 !important; float: left; margin-right:0;}
  .droplink {color: #fff; width: 40px; height: 40px; position: relative;  float: right;  cursor: pointer;  padding: 13px; background-color: #009cb4; display: inline-block; text-align: center;}
  .active .droplink {}
  .navbar-nav .nav-2 {}
  .navbar-nav .nav-2 li {border-bottom: 1px solid #fff; border-bottom: 0;}

  #nav, #nav2 { position: relative; background-color: #006b94;}
  #nav > ul > li, #nav2 > ul > li{width: 100%; float: none;}
  #nav li ul, #nav2 li ul{position: static;}
  #nav li ul, #nav2 li ul  { width: 100%; }
  #nav li a {width: calc(100% - 40px);  float: left;  display: inline-block;  padding-bottom: 10px; padding-top: 10px; text-align: left; padding-left: 0px;}
  #nav li ul.dropdown-menu, #nav li:hover ul.dropdown-menu {  display: none; opacity: 1; }

  #nav > li {height: auto; padding: 0;}
  #nav li {   display: block;  clear: both;  }

  #nav li.active ul.dropdown-menu.menu1 { opacity: 1; }
  #nav .dropdown-menu {padding: 0; border: 0; border-radius: 0; box-shadow: none; margin: 0; }
  #nav .dropdown-menu > li > a {  border: none;  }
  #nav .dropdown-menu li {  margin: 0;}
  #nav .dropdown-menu li a {  padding: 5px 10px;  word-wrap:break-word;  }

  /*-- level 1 --*/
  #nav .dropdown-menu > .active > a, #nav .dropdown-menu > .active > a:hover {  background: #fff;  min-height: 40px; color: #333; }
  .nav > li.active  {background-color: transparent;}
  #nav .dropdown-menu.menu2 {  display: none;  }
  #nav .dropdown-menu > li > a {  white-space: normal; min-height: 30px;}
  .activated-nav-item a {background-color: #009cb4;}

  /*-- level 2 --*/
  .navbar-nav .level2 {display: block;}
  #nav .dropdown-menu.menu1 {  padding-top: 0; min-height: auto; }
  #nav li > ul > li a {  /*border-bottom: 1px solid #ccc;*/ }
  .nav-2 > .active > a, .nav-2 > .active > a:hover {background-color: transparent !important;}
  .nav-2 .active .toggled, .nav-2 li.active, .nav-2 .active .droplink, .nav-2 > .active > a {background: #bdbdbd none repeat scroll 0 0 !important;}
  .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active:hover { background-color: #bdbdbd !important;}
  .activated-nav-item .activated-nav-item a {background-color: #009cb4;}

  /*-- level 3 --*/
  .navbar-nav .nav-3 {background-color: #bdbdbd !important; display: none; border: 0;}
  .navbar-nav .nav-3 a { color: #333; font-size: 14px; font-weight: 700; text-transform: none; }
  .navbar-nav .nav-3 a:hover {background-color: #bdbdbd !important; }
  #nav li.active > ul.dropdown-menu.menu2 li.active, #nav li.active > ul.dropdown-menu.menu2 li.active a {  background-color: #fff; }
  #nav .dropdown-menu.menu2 li a {border-bottom: 1px solid #ccc;}

  /*-- MENU INDENT --*/
  #nav li a {text-transform: uppercase; font-weight: 700;}
  #nav li .menu1 a {text-transform: uppercase; font-weight: 400; margin-left: 0px; width: calc(100% - 40px);}
  #nav li .menu2 a {text-transform: none; font-weight: 700; margin-left: 20px; width: calc(100% - 60px);}
  #nav li .menu3 a {font-size: 14px;  font-weight: 400; min-height: 30px; border-bottom: 0 !important;}
  #nav li .menu3 li:last-of-type a {border-bottom: 1px solid #ccc !important;}

  /* CUSTOMIZED THINGS */
  .nav li:first-of-type ul {width: 50% !important;}
  .navbar-nav .navi-header {padding: 10px 10px 10px 25px !important;}

  /* CONTENT */
  .swiper {padding: 0; margin-bottom: 0px; height: 250px; overflow: hidden;}
  .mainpage .swiper {height: 350px;}
  .swiper .swiper-slide {-ms-flex-align: flex-start; -webkit-align-items: flex-start; align-items: flex-start;}
  .swiper .swiper-slide img {height: 250px; width: auto;}
  .mainpage .swiper .swiper-slide img {height: 350px;}
  .swiper .swiper-caption p {font-size: 18px;}

  .imagegallery .imagegallery-item {width: 33%; margin-bottom: 0 !important;}

  .panel-collapse {padding: 15px;}

  .banderole {padding: 20px 15px;}

  .content-inner {padding: 30px 15px;}
  .content-lightbox {padding: 0px 15px;}

  .headline-container .headline-container-header { width: 60%;}

  .container-wrapper div[class^="col-md-"], .container-wrapper div[class*=" col-md-"] {padding: 0;}
  div[class^="col-md-"], div[class*=" col-md-"] {margin-bottom: 30px; float: left; width: 100%;}

  /* FOOTER */
  .footer .col-md-3 {width: 50%;}
}
@media (max-width: 769px) {
  /* ALLGEMEIN */
  body {margin-bottom: 0;}

  /* HEADER */

  /* CONTENT */
  .content {padding: 0;}
  .imagegallery {padding: 30px 0;}

  .swiper-container { width: 100%; height: 250px;}
 
  .memberslider .swiper-wrapper .swiper-slide {width: 100%;}
  .memberslider .swiper-wrapper .swiper-slide img {height: auto; width: 100%;}

  .tx-powermail label {width: 100%; float: left;}

  /* FOOTER */

  .module-text-smartphone {
        display: block;
  }
  .mod.col-sm-3.mod {
      width: 100%;
  }

  .modulecontent {
    margin-left: -15px;
  }
  .modulecontent .mod {
    min-height: 40px;
    font-size: 14px;
  }
  .module-text-desktop {
    display: none;
  }
  .moduletext {
    margin-left: -15px;
  }
  .modulecontent .row, .moduleheader .row {
    display: block;
    flex-wrap: nowrap;
  }
  .modulecontent .row .mod, .moduleheader .row .mod {
    display: block;
  }

  .modulecontent .row .moduletext {
    display: none;
  }
  .module-text-smartphone .moduletext {
    margin-left: 0;
    margin-right: 0;
  }
  .modulecontent .mod {
    padding-right: 40px;
  }
  .col-first {
    margin-left: 0;
    width: 100%;
  }

  .filter {
    height: auto;
  }
  .mixitup .filter-wrapper .filter {
    width: 99%;
  }
.linked-headline h4 {
    margin-bottom: 40px;
}


}
@media (max-width: 650px) {
    .topnavigation-wrapper {right: 0; position: absolute;}

  .swiper-education .swiper-button-next, .swiper-education .swiper-button-prev {height: 100%; width: 40px; top: 22px; background-color: #fff;}
  .headline-container-area-green .swiper-education .swiper-button-next, .headline-container-area-green .swiper-education .swiper-button-prev {background-color: #96c11f;}
  .swiper-slide img {height: auto; width: 100%;}




}

@media (max-width: 600px) {
  /* ALLGEMEIN */

  /* HEADER */
  .topnavigation-wrapper {position: absolute; top: 125px; left: 55px;}
  .top-navigation {margin: 7px 0 0; }
  .top-navigation li {display: none;}
  .top-navigation li a::after {content: "";}
  .top-navigation li:first-of-type {display: block;}
  .top-navigation li a { color: #96c11f; background-color: #fff; font-size: 15px; padding: 8px;}

  /* CONTENT */
  .mixitup .overlay-title p {
    font-size: inherit;
    line-height: inherit;
    height: auto;
    min-height: 50%;
    word-wrap: break-word;
  }
  .mixitup .overlay-description {
    display: none !important;
  }
  /* FOOTER */
}

@media (max-width: 550px) {
  /* ALLGEMEIN */

  /* HEADER */
  .nav li:first-of-type ul {width: 100% !important;}

  /* CONTENT */
  .headline-container .headline-container-header {width: calc(100% - 40px); top: -30px; padding: 0 15px; }

  /* FOOTER */





}

@media (max-width: 500px) {
  /* ALLGEMEIN */

  /* HEADER */

  /* CONTENT */

  /* FOOTER */
  .footer .col-md-3 {width: 100%;}
  .footer .col-md-3 { padding-top: 0px; }





}

@media (min-width: 1930px) {
  /* ALLGEMEIN */

  /* HEADER */

  /* CONTENT */

  /* FOOTER */
}