@charset "UTF-8"; 
/**
*
* @copyright       Copyright 2013, Daniel Raßbach
*
* @link            http://www.rasani.de
* @lastmodified    $Date: 2014-07-03 14:00:00 +0100 $
* @created         2013-03-28 14:00:00 +0100
*/

/*###################################################
*                                                  *
*                  General Elements                *
*                                                  *
###################################################*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('vhs-assets-css-5265da2fa8c7f371ed7dc983de6fa1de.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('vhs-assets-css-7dcc327dc10b4f761f3774fd84ad962e.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('vhs-assets-css-b86e987e70a0e2ddf174b0154ab98cef.woff2') format('woff2'), /* Super Modern Browsers */
       url('vhs-assets-css-213d627316a9c84bdb38b9fb2aef1dac.woff') format('woff'), /* Modern Browsers */
       url('vhs-assets-css-f9566764f8282cc11c16d09f2bac21fc.ttf') format('truetype'), /* Safari, Android, iOS */
       url('vhs-assets-css-77411202030378f18125bcc0317ea154.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('vhs-assets-css-54a9251caed118f5d2cf2576055e962d.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('vhs-assets-css-a673c42fa9229fd14f728ff66c99502a.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('vhs-assets-css-0f66cbe74db1797cb5b0f0e6ea24e996.woff2') format('woff2'), /* Super Modern Browsers */
       url('vhs-assets-css-e6c44cdc583a40995412973e9d88705e.woff') format('woff'), /* Modern Browsers */
       url('vhs-assets-css-6f9a6dfd9fbce1bd54f313fcda5d1ede.ttf') format('truetype'), /* Safari, Android, iOS */
       url('vhs-assets-css-ce92e8bff34c9541cefc8ab85c674df7.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('vhs-assets-css-a0b6d216989d1c9dde4e506741a11cd3.eot'); /* IE9 Compat Modes */
  src: local('Oswald Light'), local('Oswald-Light'),
       url('vhs-assets-css-ec79050b35155d0b6e5492900bc382e1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('vhs-assets-css-c401605d94e8b9e24e4faf081a76cae9.woff2') format('woff2'), /* Super Modern Browsers */
       url('vhs-assets-css-21fa55ccb8102506acce66fe04c8a479.woff') format('woff'), /* Modern Browsers */
       url('vhs-assets-css-62eef3d5a987f56cf478933e9955c268.ttf') format('truetype'), /* Safari, Android, iOS */
       url('vhs-assets-css-2b84d3dbc5915b06722ca12b0da1c0cc.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('vhs-assets-css-87e8e6b6daaa1dc2befb9e1581a2fde1.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('vhs-assets-css-9c25a8396f6c60510334a1c63402c7fc.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('vhs-assets-css-cf9ad3fbc82e9d63f1a6b1ebea09b711.woff2') format('woff2'), /* Super Modern Browsers */
       url('vhs-assets-css-5557a7b2af2666601c8981977c604477.woff') format('woff'), /* Modern Browsers */
       url('vhs-assets-css-78bc7e9c642ac10b86d72cfc59a7db6d.ttf') format('truetype'), /* Safari, Android, iOS */
       url('vhs-assets-css-6ae24638a2945e9f4f1df49df5970863.svg#Oswald') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Open Sans', sans-serif;
  color:  #666666;
  padding-top: 108px;
  background-color: #fdfdfd;
  background-color: #fff;
}

.hidden {
  display: none;
}

.container {
  position: relative; 
}

h1, h2, h3, h4, h5, .navbar-default .navbar-nav li a, button, .btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 1.5em;
}


a {
  color: green;
}

/*###################################################
*                                                  *
*                  Navigation Elements             *
*                                                  *
###################################################*/

#topmenu {
  height: auto;
  background-color: #252525;
  position: relative;
  z-index: 21;
}

#topmenu li {
  text-transform: uppercase;
  font-size: 12px;
}

#topmenu li a {
  color: #999999;
  font-size: 0.9em;
}
#topmenu li a:hover,
#topmenu li a:focus {
  color: #fff;
  background: transparent;
  border-radius: 0;
}

li .dropdown-menu {
  opacity: 0;
  transition: opacity 0.1s ease;
}

li:hover .dropdown-menu {
  display: inherit;
  transition: opacity 0.5s ease;
  opacity:1;
}
.navbar {
  border-radius: 0;
  border: 0px;  
  
}
.navbar-default {
  background-color: transparent;
  border: 0px;  
  border-color: transparent;
}
.navbar-nav {
  margin-top: 14px; 
}
/*
.navbar-nav li>a,
.navbar-nav li,
.navbar-nav li>a:hover,
.navbar-nav li:hover,
.navbar-nav li:hover>a,
.navbar-inverse .navbar-nav>li.sub ul,
.navbar-inverse .navbar-nav>li.sub:hover ul {
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}*/

.navbar-inverse .navbar-nav>li>a {
  color: #eee;
  padding: 10px 23px;
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus {
  background: #3A3A3A; 
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: green;
}

.navbar-inverse .navbar-nav > li.sub ul {
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  z-index: 1;
  transition:all 0.35s ease;
  display:block;
  height: 0;
  overflow: hidden;
}
.navbar-inverse .navbar-nav > li.sub:hover ul {
  opacity: 1;
  top: 40px;
  transition:all 0.35s ease;
  display:block;
  height: auto;
}

.dropdown-menu {
  min-width: 50px; 
}
.dropdown-menu>li>a {
  padding: 3px 8px;
  white-space: normal;
  font-size: 0.85em;
  letter-spacing: -0.25px;
}


.search {
  position: relative;
  z-index: 20;  
  width: 306px;
  float: right; 
  margin-top: 6px;
}
.search .form-control {
  border: 1px solid #5a5a5a;
}

.search-box {
  width: auto;
  float: left;
  background-color: transparent;
  height:26px;
}

.search-submit-btn {
  height:26px;
  line-height: 0px;
  padding: 0 10px;
  margin-left: 6px;
}
a {
  color:#008000;
}
a:hover, a:focus {
  text-decoration: none;
  color: #00ad00; 
}

.side-menu {
  list-style-type: none;
  padding: 0;
  margin: 0; 
}
.side-menu li {
  border-bottom: 1px solid #eee;
}
.side-menu li:last-child {
  border-bottom: none;
}
.side-menu li a {
  color: #666;
}
.side-menu li a.active {
  color: #00ad00;
}

.breadcrumb {
  font-size: 0.8em; 
}
.breadcrumb>li>a {
  color: #666;
}
.breadcrumb>li>a.current {
  color: #008000;
}
.breadcrumb>li+li:before {
  display: none;
}


/*###################################################
*                                                  *
*                  Header Elements                 *
*                                                  *
###################################################*/


header {
  background-color: #2a2a2a;
}

#logo img {
  margin-top: 25px;
}

.carousel-inner .item .container {
  padding:0;
  margin:0;
}

DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin:0; 
}

header .header-text {
  position: absolute;
  top: 50px;
  left: 30px; 
}

header .header-text h2 {
  font-size: 3em;
  color: #fff;
  margin-top: 0;
  margin-left: 50px;
}
header .header-text h2 .second {
  display:block;
  color: #fff;
  margin-left: -25px;
}
/*###################################################
*                                                  *
*                  Content Elements                *
*                                                  *
###################################################*/

h1, h2, h3, h4, h5 {
  color: #404040; 
}

h1 {
  font-size: 28px; 
}

h2 {
  font-size: 22px; 
}
.page-1 h2, .page-1 h3,
.page-4 h2, .page-4 h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em; 
}
.page-1 #content img, .page-4 #content img, 
DIV.csc-textpic-center .csc-textpic-center-outer,
DIV.csc-textpic-center .csc-textpic-center-inner {
  width: 100%;
  height: auto;
}


.well {
  background-color: #efefef;
  border: 0px solid #e3e3e3;
  border-top: 0px solid #e3e3e3; 
  border-radius: 0px;
}

.form-control {
  border-radius: 0; 
}

input[type="submit"] {
  width: 100%;
  border-radius: 0; 
}

/* PANEL */

.panel-group .panel {
  border-radius: 0;
  border: none; 
}
.panel-group .panel .panel-heading {
  padding: 0;
  border: 0;
}
.panel-group .panel .panel-heading .panel-title a {
  padding: 10px 20px;
  display: block;
  width: 100%;
}
.panel-group .panel-title a {
  color: #666; 
}

.panel-group .panel .panel-heading .panel-title a, 
.panel-group .panel .panel-heading .panel-title a:hover,
.panel-group .panel .panel-heading .panel-title a:focus {
  background: green;
  color: #fff;
}

.panel-group .panel .panel-heading.collapsed a {
  background: #e0e0e0;
}
.panel-group .panel .panel-collapse {
  background: #f5f5f5;
  border: 0;
}
.panel-group .panel .panel-collapse .panel-body {
  border: 0;
}

/* NEWS */
.news {
  background: #eee;
  padding: 15px;  
}

.news .article h3 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.news span.news-list-date {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-family: 'Oswald', sans-serif;
}
.news .footer {
  display: none; 
}
.news .article {
  border-bottom: 1px solid #666;
  margin-bottom: 0;
  margin-top: 1em;
}
.news .article:first-child {
  margin-top: 0; 
}
.news .article:last-child {
  border-bottom: 0; 
}
.news a.more {
  font-size: 85%;
  font-family: 'Oswald', sans-serif;
}

.news-single .article .news-img-wrap {
  width: auto;
}

.news-single .article .news-img-wrap img {
    max-width: 350px;
}

/* CAROUSEL */

a.carousel-control {
  width: 40px;
  height: 40px;
  background: transparent;
  background-image: none;
  border: 1px solid #fff;
  box-shadow: none;
  opacity: 1;
  font-weight: 100;
  top: 20px;
  padding: 5px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  display: none;
}
a.carousel-control.right {
  right: 20px;
  left: inherit;
  background-image: none;
}
a.carousel-control.left {
  right: 70px;
  left: inherit;
  background-image: none;
}
a.carousel-control:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.carousel-indicators {
  display: none; 
}

/* TIMELINE */

.clear {
  clear: both;
}

#timeline .date-box {
  margin-bottom: 10px;
}

#timeline .date-box .date {
  width: 20%;
  float: left;
  color: #fff;
  position: relative;
  background: green;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  font-size: 0.75em;
  text-align: center;
}
#timeline .date-box .date-text {
  width: 75%;
  margin-left: 5%;
  float: left;
  position: relative;
  box-sizing: border-box;
}
#timeline .date-box .date-text .date-text-inner {
  position: relative;
  background: #fff;
  border: 1px solid #d7d6d2;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  clear: both;
  box-sizing: border-box;
  font-size: 0.75em;
  padding: 5px;
}
#content .csc-textpic img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#kompetenz-wrapper .well {
  min-height:200px;
}
#kompetenz-wrapper .well h2, 
#kompetenz-wrapper .well p {
  text-align: center; 
}
#kompetenz-wrapper .well h2 {
  font-size: 1.25em;
  margin-bottom: 0.5em !important;
}
#kompetenz-wrapper .well p {
  font-size: 0.9em;
}


/*###################################################
*                                                  *
*                  Footer Elements                 *
*                                                  *
###################################################*/
footer {
  background-color: #2a2a2a;
  color: #fff;
  margin-top: 60px;  
}

.footer {
  bottom: 0;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  
}


/*###################################################
*                                                  *
*               Responsive Elements                *
*                                                  *
###################################################*/

@media (max-width: 766px) {
/*.navbar-inverse .navbar-nav > li.sub ul {
float: left;
left: 0;
opacity: 0;
position: absolute;
top: 0;
z-index: 1;
display:block;
height: 0;
overflow: hidden;
width: 100%;
}
.navbar-inverse .navbar-nav > li.sub:hover ul {
position: relative;
top: 0;
margin-bottom: 5px;
box-shadow: none;
border-radius: 0;
}*/
.search {
  display: none;
}
.navbar-inverse .navbar-nav > li.sub ul,
.navbar-inverse .navbar-nav > li.sub:hover ul {
  display: none; 
}

.navbar-collapse.in {
  overflow-y: visible;
  max-height: inherit;
}
header {
  display: none; 
}
}
@media (max-width: 435px) {
a#logo {
  width: 80%;
  display: block;
}
a#logo img {
  width: 100%;
  height: auto;
}
}

@media (min-width: 767px) {
#kompetenz-wrapper .well {
  min-height: 380px;
}
}
@media (min-width: 1200px) {
#kompetenz-wrapper .well {
  min-height: 320px;
}
}

