@import 'font-awesome.min.css';

@font-face {
  font-family: "TheSans";
  src: url("../fonts/TheSans_LT_500_.eot");
  src: url("../fonts/TheSans_LT_500_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans_LT_500_.woff") format("woff"), url("../fonts/TheSans_LT_500_.svg#TheSans_LT_500_") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TheSans";
  src: url("../fonts/TheSans_LT_700_.eot");
  src: url("../fonts/TheSans_LT_700_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans_LT_700_.woff") format("woff"), url("../fonts/TheSans_LT_700_.svg#TheSans_LT_700_") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* customized Icons CORPORATE MEDIA */
@font-face {
  font-family: 'HWK IconFont';
  src: url('../fonts/hwkiconfont-regular.eot');
  src: url('../fonts/hwkiconfont-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hwkiconfont-regular.woff') format('woff'), url('../fonts/hwkiconfont-regular.ttf') format('truetype'), url('../fonts/hwkiconfont-regular.svg#glyphicons_halflingsregular') format('svg');
}
/******
 * 	changes on bootstrap elements
 *  
 *  loaded in main.less
 */
/***************************************************
 * Main Menu Navigation   
 ***************************************************/
.navbar-brand {
  margin-left: 15px;
  height: 90px;
  width: 180px;
  /**
	 * fallback for svg (background)
	 * if no svg support no multiple background support (background-image url, none)
	 * background-size for svg width
	 */
  background: url('../img/logo.png') no-repeat left center;
  background-image: url('../img/logo.svg'), none;
  background-size: 180px;
}
@media (max-width: 767px) {
  .navbar-brand {
    height: 66px;
    background: url('../img/logo-xs.png') no-repeat left center;
    background-image: url('../img/logo.svg'), none;
    background-size: 144px;
  }
}
.navbar-fixed-top {
  border-width: 0;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-header {
  padding: 0;
}
/***************
 * Dropdown Menu 
 */
.dropdown-menu {
  border-radius: 0;
  min-width: 80px;
  border: none;
  margin-top: 0px;
}
.dropdown-menu li {
  margin-bottom: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #456494;
  color: #fff;
}
.dropdown-menu > li > a:hover h1,
.dropdown-menu > li > a:focus h1,
.dropdown-menu > li > a:hover h2,
.dropdown-menu > li > a:focus h2,
.dropdown-menu > li > a:hover h3,
.dropdown-menu > li > a:focus h3,
.dropdown-menu > li > a:hover h4,
.dropdown-menu > li > a:focus h4,
.dropdown-menu > li > a:hover h5,
.dropdown-menu > li > a:focus h5,
.dropdown-menu > li > a:hover h6,
.dropdown-menu > li > a:focus h6,
.dropdown-menu > li > a:hover span,
.dropdown-menu > li > a:focus span {
  color: #fff;
}
.dropdown-menu .divider {
  margin: 5px 0px !important;
  height: 1px !important;
  width: 100% !important;
  background-color: #e5e5e5;
  border: none;
}
li.dropdown > a > span.caret,
li.dropdown > a:link > span.caret {
	color: #fff !important;
}
ul.header-menu > li.dropdown > a:focus > span.caret,
ul.header-menu > li.dropdown > a:hover > span.caret,
ul.header-menu > li.dropdown > a:active > span.caret {
	color: #448dde !important;
}
/********
 * Mobile
 */
/**
	 * 	Menu Button
	 */
.navbar-toggle {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff !important;
}
/**
	 * 	Mobile Menu
	 */
.navbar-collapse {
  max-height: 100%;
}
/***************************************************
 * Scroll menu on side  
 ***************************************************/
#content #myScrollspy {
  z-index: 999;
}
#content #myScrollspy ul.nav-tabs {
  width: 180px;
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 40px;
}
#content #myScrollspy .nav-tabs li.static {
  padding: 6px 15px;
  color: #000;
  font-weight: 700;
}
#content #myScrollspy .nav-tabs > li.active > a {
  border-radius: 0;
  background-color: #456494;
  color: #fff;
}
#content #myScrollspy .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  border: none;
  padding: 6px 15px 6px 20px;
}
#content #myScrollspy .nav-tabs > li > a:hover,
#content #myScrollspy .nav-tabs > li > a:focus {
  background-color: #456494;
  color: #fff;
}
#content #myScrollspy ul.nav-tabs.affix {
  top: 120px;
}
/***************************************************
 * Breadcrumb 
 ***************************************************/
.container_breadcrumb {
	z-index:1029;
	margin-bottom:25px;
}
 
 .breadcrumb {
  margin-bottom: 30px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  margin-top:-25px;
  padding-left:0 !important;
  text-indent:0 !important;
}

.breadcrumb-footer {
	margin-top:0 !important;
}

.breadcrumb > li.breadcrump_back:before {
	content: "<";
	color: #456494;
	padding: 0 5px;
}

.breadcrumb > li + li:before {
  content: ">";
  color: #456494;
}
.breadcrumb > .active {
  color: #448dde;
}
.breadcrumb li.disabled {
  color: #448dde;
}
.breadcrumb li > a {
  color: #448dde !important;
}
.breadcrumb li > a:hover {
  color: #2067b5 !important;
}
/***************************************************
 * CONTENT general
 ***************************************************/
.lead {
  color: #999;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 20;
}
@media (max-width: 767px) {
  .lead {
    font-size: 17px;
    line-height: 1.3;
  }
}
/**
 * Form elements 	
 */
.btn {
  border-radius: 0;
}
.btn-primary {
  border: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2067b5;
}
.btn-link {
  padding-left: 0;
}
.btn-link:hover {
  text-decoration: none;
}
/***************************************************
 * Carousel Slider
 ***************************************************/
.carousel {
  /* slide type: fade */
}
.carousel.controls-positive .carousel-indicators li {
  border: 1px solid #448dde;
}
.carousel.controls-positive .carousel-control {
  color: #448dde;
  opacity: 1;
}
.carousel.controls-positive .carousel-control:hover,
.carousel.controls-positive .carousel-control:focus {
  color: #6fa7e6;
}
.carousel .carousel-control {
  z-index: 2;
}
.carousel .carousel-control span.glyphicon {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
}
.carousel .carousel-control.left {
  background-image: none;
  /*linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);*/
}
.carousel .carousel-control.left span.glyphicon {
  left: 25%;
}
.carousel .carousel-control.right {
  background-image: none;
  /*linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);*/
}
.carousel .carousel-control.right span.glyphicon {
  left: 25%;
}
.carousel.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel .carousel-caption-below.controls-inside {
  margin-top: 0;
}
.carousel .carousel-caption-below.controls-below {
  margin-top: 30px;
}
.carousel .carousel-indicators.controls-inside {
  bottom: 10px;
}
.carousel .carousel-indicators.controls-below {
  bottom: 10px;
}
@media (max-width: 767px) {
  .carousel .carousel-indicators {
    /*display: none;*/
  }
}
/***************************************************
 * Listgroup elements
 ***************************************************/
.listgroup-intro {
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listgroup-intro {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .listgroup-intro {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 14px;
  }
  .listgroup-intro img,
  .listgroup-intro img + .note {
    display: none;
  }
}
.list-group {
  margin-bottom: 25px;
}
.list-group a + a {
  margin-left: 0 !important;
}
.list-group .list-group-item {
  border: none;
  border-top: 1px #999999 solid;
  background: url('../img/arrow_left.svg') no-repeat right center;
  padding: 12px 20px 12px 0px;
  /* internal clearfix */
  /**
		 * 	class added by CORPORATE MEDIA
		 */
}
.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px #999999 solid;
}
.list-group .list-group-item:after {
  clear: both;
}
.list-group .list-group-item:before,
.list-group .list-group-item:after {
  content: " ";
  display: table;
}
.list-group .list-group-item .listgroup-image {
  float: left;
  margin-right: 5%;
  width: 20%;
}
.list-group .list-group-item .listgroup-image + .listgroup-text {
  width: 75% !important;
}
.list-group .list-group-item .listgroup-text {
  float: left;
  width: 100%;
}
.list-group .list-group-item .listgroup-text p:last-child {
  margin-bottom: 2px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-group {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .list-group {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
/**
 * 	changes on bootstrap elements
 *  
 */
/***************************************************
 * Main Menu Navigation   
 ***************************************************/
.navbar-toggle {
  border: 1px solid #FFF;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px 7px;
}
.navbar-toggle:hover {
  background-color: #456494 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    padding: 10px 8px;
  }
}
/**
 * 	Mobile
 */
/***************************************************
 * Breadcrumb 
 ***************************************************/
.breadcrumb li > a:hover {
  color: #073070 !important;
}
/***************************************************
 * CONTENT general
 ***************************************************/
/**
 * Form elements 	
 */
.btn-primary:hover {
  /*background-color: @brand-secondary;*/
}
.list-group .list-group-item {
  border-top: 1px #b0cff1 solid;
}
.list-group .list-group-item:last-child {
  border-bottom: 1px #b0cff1 solid;
}
/**
 * Genereal styling
 * 
 * other than bootstrap elements
 * bootstrap elements: cmb-bootstrap-theme.less 
 * imported and collected in main.less to use variables defined in bootstrap
 */
/***************************************************
 * Spacing	   
 ***************************************************/
.margin-bottom-xxs {
  margin-bottom: 7px !important;
}
.margin-bottom-xs {
  margin-bottom: 15px !important;
}
.margin-bottom-s {
  margin-bottom: 25px !important;
}
.margin-bottom-m {
  margin-bottom: 40px !important;
}
.margin-bottom-l {
  margin-bottom: 60px !important;
}
.margin-top-xxs {
  margin-top: 7px !important;
}
.margin-top-xs {
  margin-top: 15px !important;
}
.margin-top-s {
  margin-top: 25px !important;
}
.margin-top-m {
  margin-top: 40px !important;
}
.margin-top-l {
  margin-top: 60px !important;
}
.padding-bottom-xxs {
  padding-bottom: 7px !important;
}
.padding-bottom-xs {
  padding-bottom: 15px !important;
}

.padding-bottom-s {
  padding-bottom: 25px !important;
}
	
@media (min-width: 768px)
{
	.ansprechpartner-padding-bottom-s {
	  padding-bottom: 25px !important;
	}
}

.padding-bottom-m {
  padding-bottom: 40px !important;
}
.padding-bottom-l {
  padding-bottom: 60px !important;
}
.padding-top-xxs {
  padding-top: 7px !important;
}
.padding-top-xs {
  padding-top: 15px !important;
}
.padding-top-s {
  padding-top: 25px !important;
}
.padding-top-m {
  padding-top: 40px !important;
}
.padding-top-l {
  padding-top: 60px !important;
}
/**
 * hide/remove spacing depending on browserwidth
 * xs here: mobile
 */
@media (max-width: 767px) {
  .margin-bottom-hidden-xs {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-hidden-sm {
    margin-bottom: 0 !important;
  }
}
/***************************************************
 * HTML Elements	   
 ***************************************************/
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  padding-top: 120px;
  /* see nav bar fixed  */
}
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
}
form label {
  display: block;
  margin-bottom: 0px;
  font-weight: normal;
}
form input {
  padding: 0 5px;
  height:34px;
}
form input,
form select,
form textarea {
  font-family: "TheSans";
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
  border-radius: 0;
  border: 1px solid #999999;
}
form input[type="text"] {
  border: solid 1px #448dde;
  width: 100%;
  height: 34px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #1c5ba0;
}
/***************************************************
 * common classes
 ***************************************************/
.screen-reader {
  display: none;
}
.white {
  color: #fff !important;
}
.grey-light {
  color: #efefef !important;
}
.grey {
  color: #cccccc !important;
}
.grey-dark {
  color: #999999 !important;
}
.black {
  color: #333333 !important;
}
/***************************************************
 * Header and Header Menu
 ***************************************************/
header {
  background-color: #a3c7ed;
  height: 90px;
  /************
	 * 	Logo
	 */
  /************
	 * 	Secondary Menu in <header>
	 */
  /**
	 * 	Searchform <header>
	 */
}
@media (max-width: 767px) {
  header {
    height: auto;
  }
}
header #logo {
  padding: 0;
  background: #d1e3f6;
  height: 90px;
  /**
		 * 	Second color width depending on screen 
		 *  col-md-3 => 25% width 
		 *  col-sm-4 => 33.333%
		 */
  margin-left: -1000px;
  padding-left: 1000px;
  min-width: 1250px;
  width: calc(25% + 1000px);
  width: -webkit-calc(25% + 1000px);
  width: -moz-calc(25% + 1000px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  header #logo {
    min-width: 1230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header #logo {
    min-width: 1200px;
    width: calc(33.3333% + 1000px);
    width: -webkit-calc(33.3333% + 1000px);
    width: -moz-calc(33.3333% + 1000px);
  }
}
header #logo img {
  width: 180px;
}
@media (max-width: 767px) {
  header #logo {
    padding: 0;
    margin: 0;
    height: 66px;
    width: 100%;
  }
  header #logo img {
    width: 144px;
  }
}
header .header-menu {
  float: right;
  margin-top: 25px;
  /* mobile not in header but in main nav */
}
header .header-menu > li {
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  /* Divider */
  /* icons */
}
header .header-menu > li.open > a,
header .header-menu > li > a {
  padding: 0;
  background: none;
}
header .header-menu > li.open > a:hover,
header .header-menu > li > a:hover,
header .header-menu > li.open > a:active,
header .header-menu > li > a:active,
header .header-menu > li.open > a:focus,
header .header-menu > li > a:focus {
  color: #448dde;
  background-color: transparent !important;
}
header .header-menu > li.active a {
  color: #448dde;
  background-color: transparent !important;
}
header .header-menu > li.divider {
  padding-left: 10px;
  color: #448dde;
}
header .header-menu > li.divider:after {
  content: '|';
}
header .header-menu > li span[class^="glyphicon-"],
header .header-menu > li span[class*=" glyphicon-"] {
  font-size: 22px;
  top: 4px;
}
header .header-menu > li.text-hidden {
  margin-left: 6px;
}
header .header-menu .dropdown-menu {
  font-size: 14px;
}
header .header-menu .dropdown-menu > li > a:hover,
header .header-menu .dropdown-menu > li > a:focus {
  background-color: #448dde;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-menu {
    margin-top: 7px;
  }
}
header form[class^="search"],
header form[class*=" search"] {
  margin-top: 25px;
}
/************
 * Searchform
 * mobile not in header but in main nav 
 * => main styling outside <header>
 */
form[class^="search"] label,
form[class*=" search"] label {
  width: 100%;
}
form[class^="search"] input,
form[class*=" search"] input {
  border-right: none;
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 400;
}
form[class^="search"] button,
form[class*=" search"] button {
  border-radius: 0px;
  width: 34px;
  height: 34px;
  padding: 0;
  position: absolute;
  right: 15px;
}
/* header not fixed for mobile: */
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: relative;
  }
}
/***************************************************
 * Main Menu Navigation   
 ***************************************************/
/**
 * special dropdown-login (needs html attribute dropdown-login)
 * function wp_bootstrap_navwalk adds dropdown
 * from include file dropdown-login.inc.php
 */
.login.dropdown-menu {
  width: 230px;
  padding: 8px;
  left: auto;
  right: 0px;
  font-size: 12px;
  line-height: 1.2;
  /* mobile */
}
.login.dropdown-menu a {
  color: #448dde;
  font-size: 12px;
}
.login.dropdown-menu a:hover,
.login.dropdown-menu a:focus,
.login.dropdown-menu a:active {
  color: #2067b5;
}
.login.dropdown-menu form input {
  font-size: 12px;
  color: #448dde;
  height: 30px;
}
.login.dropdown-menu form button {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .login.dropdown-menu {
    width: 100%;
    font-size: 16px;
    padding-top: 15px;
  }
  .login.dropdown-menu form input {
    font-size: 16px !important;
    margin-bottom: 15px;
    height: 34px;
  }
  .login.dropdown-menu form button {
    float: none !important;
    margin-bottom: 15px;
  }
  .login.dropdown-menu a {
    display: block;
    height: 10px;
    font-size: 16px !important;
  }
}
#main-menu {
  margin-left: -15px;
}
#main-menu li > a:hover,
#main-menu li > a:focus {
  background-color: #456494;
}
#main-menu .divider {
  /* Divider main nav */
  margin: 0px 0;
  height: 30px;
  width: 1px;
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  #main-menu .divider {
    margin: 5px 0px !important;
    height: 1px !important;
    width: 100% !important;
    background-color: #e5e5e5;
    border: none;
  }
}
/**
 * 	Mobile
 */
@media (max-width: 767px) {
  /**
 	 * 	header-menu for mobile is outside header (in navbar-collapse)
 	 */
  .header-menu {
    background-color: #a3c7ed;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-bottom: 15px;
    /* & li.text-hidden:last-child not working in css => jQUery solution in common.js */
    /* icons */
  }
  .header-menu li.text-hidden {
    float: left;
    padding-left: 20px;
  }
  .header-menu ul > li.text-hidden {
    /* first element */
    padding-left: 0px;
  }
  .header-menu span[class^="glyphicon-"],
  .header-menu span[class*=" glyphicon-"] {
    font-size: 23px;
    vertical-align: middle;
    /*margin-top: -7px;*/
  }
  /**
 	 * 	Searchform for mobile is outside header (in navbar-collapse)
 	 */
  .search-form {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .search-form label {
    margin-bottom: 0;
    display: block;
  }
  /**
 	 * 	Searchform for mobile is outside header (in navbar-collapse)
 	 	
	form[class^="search"], form[class*=" search"] {
		
		margin-left: 	0 !important;
		margin-top: 	20px;
	
		input {
			
			width: 85% !important;
			margin-bottom: 10px;
		}
		
		button {
			width: 13%;			
		}
	}	*/
}
/***************************************************
 * Third nav level (only on template sidebar scroll)   
 ***************************************************/
#header-nav-3 {
  position: relative;
  z-index: 99;
  display: none;
}
#header-nav-3 #div-head-nav-3 {
  float: left;
}
#header-nav-3 #div-head-nav-3 h1 {
  color: #073070;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
#header-nav-3 #nav-level-3 ul {
  margin-top: 24px;
  margin-bottom: 0;
  list-style: none;
  float: right;
}

/** linie fuer level-3 ul **/
#header-nav-3 #nav-level-3 ul {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #a3c7ed;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 24px;
}

#header-nav-3 #nav-level-3 ul li {
  float: left;
  font-weight: 700;
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#header-nav-3 #nav-level-3 li a {
	color: #456494; 
}

#header-nav-3 #nav-level-3 li.active a,
#header-nav-3 #nav-level-3 li.act a {
  /*
  Alte Regel:
  color: #456494; 
  */
  color: #a3c7ed
}
#header-nav-3 hr {
  border-width: 1px !important;
  margin: 0 0 20px 0 !important;
  border-color: #a3c7ed;
}
@media (max-width: 1199px) {
  #header-nav-3 #div-head-nav-3 {
    float: none;
  }
  #header-nav-3 #nav-level-3 ul {
    margin-top: 15px;
    float: none;
    margin-left: 0;
  }
  #header-nav-3 #nav-level-3 ul li {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #header-nav-3 #nav-level-3 ul li {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #header-nav-3 #div-head-nav-3 {
    float: none;
  }
  #header-nav-3 #div-head-nav-3 h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  #header-nav-3 #nav-level-3 ul {
    float: none;
    margin-left: 0;
    margin-top: 15px;
  }
  #header-nav-3 #nav-level-3 ul li {
    float: none;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #header-nav-3 #div-head-nav-3 h1 {
    font-size: 26px;
  }
}
/***************************************************
 * Header Slider	   
 ***************************************************/
#carousel-header {
  margin-top: -40px;
  margin-bottom: 40px;
  /* bug beim links blaettern */
  /* if no text show full width */
  /***********************************
	 * 	text on top of image version
	 ***********************************/
}
@media (min-width: 1200px) {
  #carousel-header {
    height: 370px;
  }
  #carousel-header .slider-image,
  #carousel-header .slider-deco,
  #carousel-header .slider-text {
    height: 370px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #carousel-header {
    height: 290px;
  }
  #carousel-header .slider-image,
  #carousel-header .slider-deco,
  #carousel-header .slider-text {
    height: 290px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #carousel-header {
    height: 250px;
  }
  #carousel-header .slider-image,
  #carousel-header .slider-deco,
  #carousel-header .slider-text {
    height: 250px;
  }
  #carousel-header .slider-deco {
    left: -30px;
  }
}
#carousel-header .carousel-control {
  width: 20px;
  /* for ie remove gradient */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)" !important;
  filter: none;
}
#carousel-header .carousel-control.left {
  z-index: 999;
  left: 15px;
}
#carousel-header .carousel-control.right {
  right: 15px;
}
@media (min-width: 1200px) {
  #carousel-header .carousel-control.left {
    left: 30px;
  }
  #carousel-header .carousel-control.right {
    right: 30px;
  }
}
#carousel-header .carousel-indicators {
  bottom: 5px;
}
#carousel-header .item {
  background-color: #666;
  /* default color */
}
#carousel-header .slider-text {
  padding-left: 0;
  background-color: #666;
  /* default color */
}
#carousel-header .slider-text :first-child {
  margin-top: 30px;
}
#carousel-header .slider-text :last-child {
  margin-bottom: 20px;
}
#carousel-header .slider-text h1,
#carousel-header .slider-text h2,
#carousel-header .slider-text h3,
#carousel-header .slider-text h4,
#carousel-header .slider-text h5,
#carousel-header .slider-text p,
#carousel-header .slider-text a {
  color: #ffffff;
  width: 90%;
  margin-bottom: 10px;
}
#carousel-header .slider-text h1,
#carousel-header .slider-text h2 {
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #carousel-header .slider-text h1 {
    font-size: 30px;
  }
  #carousel-header .slider-text h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #carousel-header .slider-text h3 {
    font-size: 18px;
  }
  #carousel-header .slider-text h4,
  #carousel-header .slider-text h5 {
    font-size: 15px;
  }
  #carousel-header .slider-text .lead {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #carousel-header .slider-text h1,
  #carousel-header .slider-text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #carousel-header .slider-text h3 {
    font-size: 18px;
  }
  #carousel-header .slider-text h4,
  #carousel-header .slider-text h5,
  #carousel-header .slider-text p,
  #carousel-header .slider-text a {
    font-size: 15px;
  }
}
#carousel-header .slider-image {
  padding-left: 0;
  padding-right: 0;
  /* max-height: @slider-head-max-height; */
  position: relative;
  left: 41.6667%;
  /* like col-sm-5 width of elements left */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /**
		 * for testing 
		 * 
		 * in default.js wird img src ausgelesen und als background-imge gesetzt
		 * 
		 * background-image: url('http://hwk.test/wp-content/uploads/titel_bildung.jpg'); */
}
#carousel-header .slider-image img {
  visibility: hidden;
  margin-bottom: 0;
}
#carousel-header .note.inside {
  left: auto;
  right: 30px;
  bottom: 10px;
}
#carousel-header div.right {
  float: none;
}
#carousel-header .full-width-image .slider-image {
  width: 100% !important;
  left: 0;
}
#carousel-header .text-on-top {
  /**
		 * set image full width for javascript only
		 * hide
		 */
}
#carousel-header .text-on-top .slider-deco-text-on-top {
  height: 140px;
  width: 70px;
  left: -100px;
  margin-top: 90px;
  /* same as .slider-text -> first-child */
}
#carousel-header .text-on-top .slider-text {
  background-color: transparent;
  left: -70px;
  /* see width of .slider-deco */
}
#carousel-header .text-on-top .slider-text :first-child {
  margin-top: 80px;
}
#carousel-header .text-on-top .slider-text h1 {
  font-size: 70px;
  font-weight: normal;
  line-height: 1.1;
}
#carousel-header .text-on-top .slider-text p {
  font-weight: 700;
}
#carousel-header .text-on-top .slider-image-text-on-top {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #carousel-header .text-on-top .slider-text h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #carousel-header .text-on-top .slider-deco-text-on-top {
    left: -70px;
    height: 90px;
    width: 50px;
    margin-top: 60px;
  }
  #carousel-header .text-on-top .slider-text {
    left: -50px;
  }
  #carousel-header .text-on-top .slider-text h1 {
    font-size: 50px;
  }
  #carousel-header .text-on-top .slider-text p {
    padding-bottom: 20px !important;
  }
  #carousel-header .text-on-top .slider-text :first-child {
    margin-top: 50px;
  }
}
/* slider header for mobile */
#carousel-header-xs {
  margin-top: -40px;
  margin-bottom: 20px;
}
#carousel-header-xs img {
  margin-bottom: 0 !important;
  width: 100%;
}
#carousel-header-xs .item {
  background-color: #fff;
  /* default color */
}
#carousel-header-xs .slider-text {
  padding: 15px;
  min-height: 50px;
}
#carousel-header-xs .slider-text h1,
#carousel-header-xs .slider-text h2,
#carousel-header-xs .slider-text h3,
#carousel-header-xs .slider-text h4,
#carousel-header-xs .slider-text h5,
#carousel-header-xs .slider-text p,
#carousel-header-xs .slider-text a {
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 0px;
}
#carousel-header-xs .slider-text h1,
#carousel-header-xs .slider-text h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
#carousel-header-xs .slider-text h3 {
  font-size: 18px;
}
#carousel-header-xs .slider-text h4,
#carousel-header-xs .slider-text h5,
#carousel-header-xs .slider-text p,
#carousel-header-xs .slider-text a {
  font-size: 15px;
}
#carousel-header-xs .slider-text p {
  display: none;
}
#carousel-header-xs .slider-deco {
  height: 25px;
}
#carousel-header-xs .carousel-control span {
  font-size: 23px;
}
#carousel-header-xs .carousel-control.left span {
  left: 15px;
}
#carousel-header-xs .carousel-control.right span {
  right: 15px;
}
#carousel-header-xs .note.inside {
  left: 15px;
  bottom: 0px;
}
/******************************************
 * CONTENT
 */
/* image with elements ie copyright note */
.image-item {
  position: relative;
}
.image-item.right {
  float: right;
  margin-left: 25px;
}
/* copy right note */
.note {
  color: #999999;
  font-size: 10px;
  /* inside image */
}
.note.inside {
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: -5px;
}
.note.inside.right {
  left: auto !important;
  right: 15px;
}
/**
 * 	everything between header and footer
 */
#content {
  min-height: 800px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #content {
    min-height: 100px;
  }
}
/**
 * 	only content without header-mav or side-nav or header-slider
 */
.content {
  /* F O R M U L A R F E L D */
  /**
	 * Disguised Button
	 * 
	 * button looks like headline <h5>
	 * see advanced search
	 */
  /* SUCCESS */
  /* WARNING */
  /* ERROR */
  /**
	 * 	link items
	 */
  /**
	 * 	Tables
	 */
  /**
	 * Menu with tabs - slide left if overflow
	 */
  /**
	 * 	Search page
	 */
  /**
	 * 	wenn in einer spalte eine hintergrundfargbe definiert ist 
	 * => padding für content
	 */
  /* PAGINATION */
  /* mobile */
}
.content h1 {
  margin-top: 0;
  margin-bottom: 25px;
}
.content h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.content h3 {
  margin-top: 0;
  margin-bottom: 16px;
}
.content h3 + h4,
.content h3 + h5 {
  margin-top: -16px;
  margin-bottom: 16px;
}
.content h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.content h4 + h4 {
  margin-top: 16px;
}
.content h5 {
  margin: 0;
}
.content p + p {
  margin-bottom: 16px;
}
.content ul {
  color: #448dde;
  list-style: square outside;
  padding: 0;
  margin-left: 16px;
  margin-bottom: 22.4px;
}
.content ul li span {
  color: #333333;
}

.content ul li p {
  color: #333333;
}
.content a {
  text-decoration: none !important;
}
.content a + a {
  /*margin-left: 10px;*/
}
.content hr {
  margin: 50px 0;
  /* hide line */
  border-width: 1px;
  border-color:#d1e3f6 !important;
}
@media (max-width: 767px) {
  .content hr {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
  }
}
.content img {
  width: 100%;
}
.content img + h1,
.content img + h2,
.content img + h3 {
  margin-top: 13px;
}
.content img + h4,
.content img + h5,
.content img + p {
  margin-top: 10px;
}
.content img + p.note {
  margin-top: 8px;
}
.content img + p.note.right {
  text-align: right;
}
.content section {
  /* fix anchor jump with fixed navbar */
  
  padding-top: 160px;
  margin-top: -160px;
}
.content .brand {
  color: #448dde;
}
.content .caption {
  color: #448dde;
}
.content .center {
  text-align: center;
}
.content .full-width {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
  padding-top: 0;
  padding-bottom: 0;
}
.content .new-chapter {
  margin-top: 40px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .content .new-chapter {
    margin-top: 0;
  }
}
.content .small .glyphicon {
  top: 5px;
}
.content .table > thead > tr > td {
  border-bottom: 2px solid #DDDDDD;
  vertical-align: bottom;
  font-weight: bold;
}
.content .video p,
.content .video + p,
.content .video + a,
.content .video + h3,
.content .video + h4,
.content .video + h5,
.content .video + h6 {
  margin-top: 10px;
}
.content form .input-lg {
  border-radius: 0px;
  font-size: 18px;
  height: 45px;
  line-height: 1.33;
  padding: 10px 16px;
}
.content form[class^="search"],
.content form[class*=" search"] {
  margin-top: 0;
}
.content .control-label {
  margin-top: 7px;
}
.content .form-control {
  border: 1px solid #999999;
}
.content .form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.content .form-control option[disabled] {
  color: #999999;
}
.content button.btn-link {
  /*background: none !important;
		border: none; 
	    padding: 0 !important;
	    color: @brand-primary;
	    height: 30px;*/
}
.content button.btn-link h5 {
  float: left;
  margin-right: 7px !important;
  line-height: 30px;
}
@media (max-width: 767px) {
  .content button.btn-link {
    width: 100%;
  }
  .content button.btn-link span {
    font-size: 14px;
    float: left;
    line-height: 30px;
    color: #448dde !important;
  }
}
.content .has-success .form-control {
  color: #b4bd00;
  border-color: #b4bd00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.content .has-success .form-control:focus {
  border-color: #b4bd00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #b4bd00;
}
.content .has-success .form-control-feedback,
.content .has-success .help-block,
.content .has-success .control-label,
.content .has-success .radio,
.content .has-success .checkbox,
.content .has-success .radio-inline,
.content .has-success .checkbox-inline {
  color: #b4bd00;
}
.content .has-warning .form-control {
  color: #ff9933;
  border-color: #ff9933;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.content .has-warning .form-control:focus {
  border-color: #ff9933;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ff9933;
}
.content .has-warning .form-control-feedback,
.content .has-warning .help-block,
.content .has-warning .control-label,
.content .has-warning .radio,
.content .has-warning .checkbox,
.content .has-warning .radio-inline,
.content .has-warning .checkbox-inline {
  color: #ff9933;
}
.content .has-error .form-control {
  color: #ee234a;
  border-color: #ee234a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.content .has-error .form-control:focus {
  border-color: #ee234a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ee234a;
}
.content .has-error .form-control-feedback,
.content .has-error .help-block,
.content .has-error .control-label,
.content .has-error .radio,
.content .has-error .checkbox,
.content .has-error .radio-inline,
.content .has-error .checkbox-inline {
  color: #ee234a;
}
.content .has-feedback .form-control-feedback {
  right: 13px;
  top: 15px;
}
.content .has-feedback .form-control-feedback-lg {
  right: 18px;
  top: 35px;
}

.content .contact_recipient {
	margin-bottom:25px;
}

@media (max-width: 767px) {
  .content .has-feedback .form-control-feedback-lg {
    top: 27px;
  }
}
.content span.glyphicon {
  color: #448dde;
}
.content button span.glyphicon {
  color: #fff;
}
.content .link-item {
  /* internal clearfix */
}
.content .link-item span.glyphicon {
  float: left;
  margin-right: 5px;
}
.content .link-item span.small {
  float: left;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .link-item span.small {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .link-item span.small {
    width: 180px;
  }
}
.content .link-item p {
  margin-left: 35px;
}
.content .link-item:after {
  clear: both;
}
.content .link-item:before,
.content .link-item:after {
  content: " ";
  display: table;
}
.content .table > thead > tr > th,
.content .table > thead > tr > th,
.content .table > tbody > tr > th,
.content .table > tbody > tr > th,
.content .table > tfoot > tr > th,
.content .table > tfoot > tr > th,
.content .table > thead > tr > td,
.content .table > thead > tr > td,
.content .table > tbody > tr > td,
.content .table > tbody > tr > td,
.content .table > tfoot > tr > td,
.content .table > tfoot > tr > td {
  border-top: 1px solid #448dde;
}
.content .table > thead > tr > th {
  border-bottom: 2px solid #448dde;
  vertical-align: bottom;
}
.content .table-striped tbody tr:nth-child(2n+1) td,
.content .table-striped tbody tr:nth-child(2n+1) th {
  background-color: #d3e4f7;
}
.content .table-striped > thead > tr > th,
.content .table-striped > tbody > tr > th,
.content .table-striped > tfoot > tr > th,
.content .table-striped > thead > tr > td,
.content .table-striped > tbody > tr > td,
.content .table-striped > tfoot > tr > td {
  border-top: 0px;
}
.content .table-hover > tbody > tr:hover > th,
.content .table-hover > tbody > tr:hover > td {
  background-color: #d3e4f7;
}
.content ul.nav-tabs {
  /* cmb bootstrap */
  margin-bottom: 0px;
  margin-left: 0px;
  border-bottom: 0px;
}
.content ul.nav-tabs li {
  /*margin-bottom: -2px;*/
}
.content ul.nav-tabs li.active a,
.content ul.nav-tabs li a:hover,
.content ul.nav-tabs li a:focus {
  background-color: #d1e3f6;
  color: #448dde;
}
.content ul.nav-tabs li a {
  border: 1px solid transparent;
  margin-right: 0;
}
@media (max-width: 767px) {
  .content ul.nav-tabs li a {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.content .search-form {
  padding: 15px;
  height: 75px;
}
.content .search-form input {
  width: 100% !important;
  height: 45px;
}
.content .search-form button {
  width: 45px;
  height: 45px;
  background-color: #448dde;
  border: 0px solid #fff;
  color: #fff;
  position: absolute;
  right: 30px;
}
@media (max-width: 767px) {
  .content .search-form {
    padding-bottom: 0 !important;
    height: 70px;
  }
}
.content div[class^="col-"] div[class^="color-"],
.content div[class*=" col-"] div[class^="color-"],
.content div[class^="col-"] div[class*=" color-"],
.content div[class*=" col-"] div[class*=" color-"],
.content div[class^="col-"] div[class^="colour-"],
.content div[class*=" col-"] div[class^="colour-"],
.content div[class^="col-"] div[class*=" colour-"],
.content div[class*=" col-"] div[class*=" colour-"] {
  padding: 0 15px;
}
.content ul.pagination {
  text-indent:0;
}

.content ul.pagination li:before {
	padding-right:0;
}
.content .pagination .glyphicon {
  font-size: 16px;
}
.content .pagination li a:hover,
.content .pagination li span:hover,
.content .pagination li a:focus,
.content .pagination li span:focus {
  background-color: #448dde;
  border-color: #ddd;
  color: #fff;
}
.content .pagination li.disabled span,
.content .pagination li.disabled a,
.content .pagination li.disabled span:hover,
.content .pagination li.disabled a:hover {
  background-color: #fff;
  color: #9fc4ee;
}
@media (max-width: 767px) {
  .content .pagination > li > a,
  .content .pagination > li > span {
    padding: 4px 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .content {
    margin-top: 0;
    font-size: 17px;
  }
  .content h1 {
    font-size: 26px;
    margin-bottom: 7px;
  }
  .content h2,
  .content h3 {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .content h4,
  .content h5 {
    font-size: 17px;
  }
  .content hr {
    margin-top: 10px !important;
    margin-bottom: 13px !important;
  }
  .content #nav-level-3 ul {
    margin-top: 5px;
  }
  .content #nav-level-3 ul li {
    margin-bottom: 3px;
  }
  .content .table-responsive {
    border: none;
    font-size: 11px;
  }
}
.print {
  cursor: pointer;
}
#top {
  background-color: #073070;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: background 150ms linear, opacity 500ms linear, visibility 500ms linear;
  transition: background 150ms linear, opacity 500ms linear, visibility 500ms linear;
  opacity: 0;
  visibility: hidden;
}
#top.show {
  opacity: 0.9;
  visibility: visible;
}
#top.show:hover {
  opacity: 1;
}
footer {
  margin-top: 60px;
  font-size: 14px;
  color: #073070;
}
footer #footer-content hr {
  margin-bottom: 10px;
}
footer #footer-content a .glyphicon {
  font-size: 16px;
  top: 2px;
  margin-right: 7px;
}
@media (max-width: 767px) {
  footer #footer-content a {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  footer #footer-content .text-right {
    text-align: left !important;
    margin-top: 30px;
  }
}
footer #footer-bottom {
  background: #f1f7fd;
  padding-top: 35px;
  min-height: 200px;
  margin-top: 30px;
}
footer #footer-bottom p {
  margin: 0;
}
footer #footer-bottom ul {
  padding-left: 0;
  list-style: none;
  /* Divider */
}
footer #footer-bottom ul .divider {
  height: 1px;
  margin: 5px 0px;
  overflow: hidden;
  background-color: #efefef;
}
footer #footer-bottom a {
  color: #073070;
}
footer #footer-bottom #footer-menu li a {
  color: #448dde;
}
footer #footer-bottom #footer-menu li a:hover,
footer #footer-bottom #footer-menu li.active a {
  color: #073070;
}
@media (max-width: 767px) {
  footer #footer-bottom p {
    margin-bottom: 10px;
  }
  footer #footer-bottom div.footer-menu {
    margin-top: -10px;
  }
}
footer .copyright {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/***************************************************
 * special elements
 ***************************************************/
/**
 * 	long pages on mobile will collapse sections
 *  and provide only teaser for these sections
 * 
 *  coded in javascript sectionCollapse
 */
.section-teaser {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  border-top: 1px solid #448dde;
  cursor: pointer;
}
.section-teaser h3,
.section-teaser h4,
.section-teaser h5,
.section-teaser h6 {
  float: left;
  width: 100%;
}
.section-teaser span.left {
  float: left;
  width: 90%;
}
.section-teaser span.right {
  float: right;
  width: 10%;
}
.section-teaser.last {
  padding: 0;
}
.swipe-horizontal-container {
  overflow: hidden;
  background: #f1f7fd;
}
.swipe-horizontal {
  position: relative;
  white-space: nowrap;
  /* 1. prevent line break */
}
.swipe-horizontal li {
  float: left;
  /* 2. prevent line break */
  display: inline-block;
  /* 3. prevent line break */
}
/***************************************************
 * Fonts and Icons	   
 ***************************************************/
span[class^="glyphicon-"],
span[class*=" glyphicon-"] {
  font-size: 22px;
  /*font-family: @icon-custom-font-name;
	speak: none;
	
	 already in glyphicon =========== 
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	*/
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "HWK IconFont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*.icon-facebook-circle:before {
	content: "\e601";
}
.icon-facebook:before {
	content: "\e600";
}
.icon-flickr-circle:before {
	content: "\e609";
}
.icon-flickr:before {
	content: "\e608";
}
.icon-googleplus-circle:before {
	content: "\e603";
}
.icon-googleplus:before {
	content: "\e602";
}
.icon-login:before {
	content: "\e60a";
}
.icon-twitter-circle:before {
	content: "\e605";
}
.icon-twitter:before {
	content: "\e604";
}
.icon-youtube-circle:before {
	content: "\e607";
}
.icon-youtube:before {
	content: "\e606";
}
.icon-arrow-top:before {
	content: "\e60b";
}

li[class^="icon-"]:before, li[class*=" icon-"]:before {
	content: none;
}*/
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-web:before {
  content: "\2000";
}
.glyphicon-social-media:before {
  content: "\2001";
}
.glyphicon-login:before {
  content: "\2002";
}
.glyphicon-logout:before {
  content: "\2003";
}
.glyphicon-prakti-suche:before {
  content: "\2004";
}
.glyphicon-lehrstellen-suche:before {
  content: "\2005";
}
.glyphicon-verbundsstudium:before {
  content: "\2006";
}
.glyphicon-pdf-download-1:before {
  content: "\2007";
}
.glyphicon-zip-download:before {
  content: "\2008";
}
.glyphicon-dokument-download:before {
  content: "\2009";
}
.glyphicon-bild-download:before {
  content: "\200A";
}
.glyphicon-video-download:before {
  content: "\202F";
}
.glyphicon-musik-download:before {
  content: "\205F";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-wolke:before {
  content: "\2601";
}
.glyphicon-mail:before {
  content: "\2709";
}
.glyphicon-stift:before {
  content: "\270F";
}
.glyphicon-drink:before {
  content: "\E001";
}
.glyphicon-musik-dokument:before {
  content: "\E002";
}
.glyphicon-suche:before {
  content: "\E003";
}
.glyphicon-herz:before {
  content: "\E005";
}
.glyphicon-favorit-1:before {
  content: "\E006";
}
.glyphicon-favorit-2:before {
  content: "\E007";
}
.glyphicon-ansprechpartner:before {
  content: "\E008";
}
.glyphicon-video-alt:before {
  content: "\E009";
}
.glyphicon-fenster-1:before {
  content: "\E010";
}
.glyphicon-fenster-2:before {
  content: "\E011";
}
.glyphicon-liste:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-abbruch:before {
  content: "\E014";
}
.glyphicon-zoomin:before {
  content: "\E015";
}
.glyphicon-zoomout:before {
  content: "\E016";
}
.glyphicon-ausschalten:before {
  content: "\E017";
}
.glyphicon-diagramme:before {
  content: "\E018";
}
.glyphicon-einstellung:before {
  content: "\E019";
}
.glyphicon-muell:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-dokument:before {
  content: "\E022";
}
.glyphicon-uhr:before {
  content: "\E023";
}
.glyphicon-autobahn:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download-alt-2:before {
  content: "\E026";
}
.glyphicon-upload-alt:before {
  content: "\E027";
}
.glyphicon-ablage:before {
  content: "\E028";
}
.glyphicon-play:before {
  content: "\E029";
}
.glyphicon-refresh:before {
  content: "\E030";
}
.glyphicon-laden:before {
  content: "\E031";
}
.glyphicon-liste-2:before {
  content: "\E032";
}
.glyphicon-schloss:before {
  content: "\E033";
}
.glyphicon-fahne:before {
  content: "\E034";
}
.glyphicon-kopfhoerer:before {
  content: "\E035";
}
.glyphicon-ton-aus:before {
  content: "\E036";
}
.glyphicon-ton-leiser:before {
  content: "\E037";
}
.glyphicon-ton-lauter:before {
  content: "\E038";
}
.glyphicon-facebook:before {
  content: "\E039";
}
.glyphicon-googleplus:before {
  content: "\E040";
}
.glyphicon-twitter:before {
  content: "\E041";
}
.glyphicon-youtube:before {
  content: "\E042";
}
.glyphicon-buch:before {
  content: "\E043";
}
.glyphicon-lesezeichen:before {
  content: "\E044";
}
.glyphicon-drucker:before {
  content: "\E045";
}
.glyphicon-fotokamera:before {
  content: "\E046";
}
.glyphicon-schrift:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-typohoehe:before {
  content: "\E050";
}
.glyphicon-typobreite:before {
  content: "\E051";
}
.glyphicon-linksbuendig:before {
  content: "\E052";
}
.glyphicon-zentriert:before {
  content: "\E053";
}
.glyphicon-rechtsbuendig:before {
  content: "\E054";
}
.glyphicon-blocksatz:before {
  content: "\E055";
}
.glyphicon-aufzaehlung:before {
  content: "\E056";
}
.glyphicon-links-einruecken:before {
  content: "\E057";
}
.glyphicon-rechts-einruecken:before {
  content: "\E058";
}
.glyphicon-video-dokument:before {
  content: "\E059";
}
.glyphicon-bild-dokument:before {
  content: "\E060";
}
.glyphicon-pin:before {
  content: "\E062";
}
.glyphicon-schwarz-weiss:before {
  content: "\E063";
}
.glyphicon-tropfen:before {
  content: "\E064";
}
.glyphicon-schreiben:before {
  content: "\E065";
}
.glyphicon-box-pfeil:before {
  content: "\E066";
}
.glyphicon-checkbox:before {
  content: "\E067";
}
.glyphicon-verschieben:before {
  content: "\E068";
}
.glyphicon-zurueckspulen-1:before {
  content: "\E069";
}
.glyphicon-zurueckspulen-2:before {
  content: "\E070";
}
.glyphicon-zurueckspulen-3:before {
  content: "\E071";
}
.glyphicon-play-2:before {
  content: "\E072";
}
.glyphicon-pausieren:before {
  content: "\E073";
}
.glyphicon-stopp:before {
  content: "\E074";
}
.glyphicon-vorspulen-1:before {
  content: "\E075";
}
.glyphicon-vorspulen-2:before {
  content: "\E076";
}
.glyphicon-vorspulen-3:before {
  content: "\E077";
}
.glyphicon-auswerfen:before {
  content: "\E078";
}
.glyphicon-zurueck:before {
  content: "\E079";
}
.glyphicon-weiter:before {
  content: "\E080";
}
.glyphicon-plus-flaeche:before {
  content: "\E081";
}
.glyphicon-minus-flaeche:before {
  content: "\E082";
}
.glyphicon-abbrechen-flaeche:before {
  content: "\E083";
}
.glyphicon-ok-flaeche:before {
  content: "\E084";
}
.glyphicon-fragezeichen-flaeche:before {
  content: "\E085";
}
.glyphicon-information:before {
  content: "\E086";
}
.glyphicon-fadenkreuz:before {
  content: "\E087";
}
.glyphicon-abbrechen-kreis:before {
  content: "\E088";
}
.glyphicon-ok-kreis:before {
  content: "\E089";
}
.glyphicon-abbrechen-2-kreis:before {
  content: "\E090";
}
.glyphicon-pfeil-links:before {
  content: "\E091";
}
.glyphicon-pfeil-rechts:before {
  content: "\E092";
}
.glyphicon-pfeil-hoch:before {
  content: "\E093";
}
.glyphicon-pfeil-runter:before {
  content: "\E094";
}
.glyphicon-weiterleiten:before {
  content: "\E095";
}
.glyphicon-doppelpfeil-nach-aussen:before {
  content: "\E096";
}
.glyphicon-doppelpfeil-nach-innen:before {
  content: "\E097";
}
.glyphicon-warnung-1:before {
  content: "\E101";
}
.glyphicon-warnung-2:before {
  content: "\E102";
}
.glyphicon-laubblatt:before {
  content: "\E103";
}
.glyphicon-screen-verkleinern:before {
  content: "\E104";
}
.glyphicon-auge:before {
  content: "\E105";
}
.glyphicon-auge-gestrichen:before {
  content: "\E106";
}
.glyphicon-warnung-dreieck:before {
  content: "\E107";
}
.glyphicon-flugzeug:before {
  content: "\E108";
}
.glyphicon-kalender:before {
  content: "\E109";
}
.glyphicon-zufallsmodus:before {
  content: "\E110";
}
.glyphicon-sprechblase:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-einfacher-pfeil-hoch-alt:before {
  content: "\E113";
}
.glyphicon-einfacher-pfeil-runter-alt:before {
  content: "\E114";
}
.glyphicon-wiederholen:before {
  content: "\E115";
}
.glyphicon-einkaufswagen:before {
  content: "\E116";
}
.glyphicon-ordner:before {
  content: "\E117";
}
.glyphicon-ordner-offen:before {
  content: "\E118";
}
.glyphicon-hoch-runter:before {
  content: "\E119";
}
.glyphicon-links-rechts:before {
  content: "\E120";
}
.glyphicon-festplatte:before {
  content: "\E121";
}
.glyphicon-megafon:before {
  content: "\E122";
}
.glyphicon-alarm-1:before {
  content: "\E123";
}
.glyphicon-alarm-2:before {
  content: "\E124";
}
.glyphicon-vimeo:before {
  content: "\E125";
}
.glyphicon-flickr:before {
  content: "\E126";
}
.glyphicon-pinterest:before {
  content: "\E127";
}
.glyphicon-wordpress:before {
  content: "\E128";
}
.glyphicon-xing:before {
  content: "\E129";
}
.glyphicon-linked-in:before {
  content: "\E130";
}
.glyphicon-einfacher-pfeil-hoch:before {
  content: "\E131";
}
.glyphicon-einfacher-pfeil-runter:before {
  content: "\E132";
}
.glyphicon-einfacher-pfeil-rechts:before {
  content: "\E133";
}
.glyphicon-einfacher-pfeil-links:before {
  content: "\E134";
}
.glyphicon-erde:before {
  content: "\E135";
}
.glyphicon-handwerkersuche:before {
  content: "\E136";
}
.glyphicon-3ladebalken:before {
  content: "\E137";
}
.glyphicon-trichter:before {
  content: "\E138";
}
.glyphicon-koffer:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-tacho:before {
  content: "\E141";
}
.glyphicon-bueroklammer:before {
  content: "\E142";
}
.glyphicon-herz-2:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-apps:before {
  content: "\E145";
}
.glyphicon-stecknadel:before {
  content: "\E146";
}
.glyphicon-dollar:before {
  content: "\E148";
}
.glyphicon-pfund:before {
  content: "\E149";
}
.glyphicon-pfeil-runter-pfeil-hoch:before {
  content: "\E150";
}
.glyphicon-a-bis-z:before {
  content: "\E151";
}
.glyphicon-z-bis-a:before {
  content: "\E152";
}
.glyphicon-1-bis-9:before {
  content: "\E153";
}
.glyphicon-9-bis-1:before {
  content: "\E154";
}
.glyphicon-aufsteigend:before {
  content: "\E155";
}
.glyphicon-absteigend:before {
  content: "\E156";
}
.glyphicon-kasten-negativ:before {
  content: "\E157";
}
.glyphicon-pfeil-rechts-negativ:before {
  content: "\E158";
}
.glyphicon-pfeil-runter-negativ:before {
  content: "\E159";
}
.glyphicon-pfeil-hoch-negativ:before {
  content: "\E160";
}
.glyphicon-eingang:before {
  content: "\E161";
}
.glyphicon-blitz:before {
  content: "\E162";
}
.glyphicon-ausgang:before {
  content: "\E163";
}
.glyphicon-raus-rechts-oben:before {
  content: "\E164";
}
.glyphicon-zielscheibe:before {
  content: "\E165";
}
.glyphicon-download:before {
  content: "\E166";
}
.glyphicon-upload:before {
  content: "\E167";
}
.glyphicon-pfeil-links-oben:before {
  content: "\E168";
}
.glyphicon-pfeil-rechts-oben:before {
  content: "\E169";
}
.glyphicon-pfeil-links-unten:before {
  content: "\E170";
}
.glyphicon-pfeil-rechts-unten:before {
  content: "\E171";
}
.glyphicon-speichern:before {
  content: "\E172";
}
.glyphicon-speichern-ok:before {
  content: "\E173";
}
.glyphicon-speichern-fehler:before {
  content: "\E174";
}
.glyphicon-speichern-runter:before {
  content: "\E175";
}
.glyphicon-speichern-hoch:before {
  content: "\E176";
}
.glyphicon-kreditkarte:before {
  content: "\E177";
}
.glyphicon-doppelpfeil-links-rechts:before {
  content: "\E178";
}
.glyphicon-messer-gabel:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-komprimieren:before {
  content: "\E181";
}
.glyphicon-kontakt:before {
  content: "\E182";
}
.glyphicon-pdf-dokument-1:before {
  content: "\E183";
}
.glyphicon-pdf-dokument-2:before {
  content: "\E184";
}
.glyphicon-pdf-download-2:before {
  content: "\E185";
}
.glyphicon-word-dokument:before {
  content: "\E186";
}
.glyphicon-word-download:before {
  content: "\E187";
}
.glyphicon-excel-dokument:before {
  content: "\E188";
}
.glyphicon-excel-download:before {
  content: "\E189";
}
.glyphicon-powerpoint-dokument:before {
  content: "\E190";
}
.glyphicon-powerpoint-download:before {
  content: "\E191";
}
.glyphicon-powerpoint-download:before {
  content: "\E191";
}
.glyphicon-zip-dokument:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tannenbaum:before {
  content: "\E199";
}
.glyphicon-laubbaum:before {
  content: "\E200";
}
/**
 * Genereal styling
 * 
 * other than bootstrap elements
 * bootstrap elements: cmb-bootstrap-theme.less 
 * imported and collected in main.less to use variables defined in bootstrap
 */
/***************************************************
 * HWK colors (in wp.less soll in ACF Option angelegt werden)
 **************************************************
h1, h2, h3, h4, h5, h6
p, span, a, li, input, label, textarea,
caption, blockquote, font, code {
	
	&.color-hwk-blue-light 			{ color: #448dde !important; }
	&.color-hwk-blue-light-75 		{ color: #76abe4 !important; }	
	&.color-hwk-blue-light-50 		{ color: #a3c7ed !important; }
	&.color-hwk-blue-light-25 		{ color: #d1e3f6 !important; }
	
	&.color-hwk-blue-dark 			{ color: #073070 !important; }
	&.color-hwk-blue-dark-75 		{ color: #456494 !important; }
	&.color-hwk-blue-dark-50 		{ color: #8397b7 !important; }
	&.color-hwk-blue-dark-25 		{ color: #c1cbdb !important; }
	
	&.color-hwk-red-dark 			{ color: #b82c44 !important; }
	&.color-hwk-red-dark-75 		{ color: #ca6173 !important; }
	
	&.color-hwk-red-light 			{ color: #ee234a !important; }
	&.color-hwk-red-light-75 		{ color: #f25a77 !important; }
	
	&.color-hwk-yellow 				{ color: #fbcb3d !important; }
	&.color-hwk-yellow-75 			{ color: #fcd86e !important; }
	
	&.color-hwk-orange 				{ color: #FF9933 !important; }
	&.color-hwk-orange-75 			{ color: #ffb366 !important; }
	
	&.color-hwk-green-dark 			{ color: #5a8e1e !important; }	
	&.color-hwk-green-dark-75 		{ color: #83aa56 !important; }
	
	&.color-hwk-green-light 		{ color: #b4bd00 !important; }
	&.color-hwk-green-light-75	 	{ color: #c7ce40 !important; }
	
	&.color-grey-light 				{ color: #eeeeee !important; }
}
*/
h1.color-highlight,
h2.color-highlight,
h3.color-highlight,
h4.color-highlight,
h5.color-highlight,
h6.color-highlight,
p.color-highlight,
span.color-highlight,
a.color-highlight,
li.color-highlight,
input.color-highlight,
label.color-highlight,
textarea.color-highlight,
caption.color-highlight,
blockquote.color-highlight,
font.color-highlight,
code.color-highlight {
  color: #5a8e1e !important;
}
div.color-highlight {
  background-color: #5a8e1e !important;
}
.light {
  color: #76abe4;
}
.color-brand {
  color: #448dde !important;
}
form input,
form select,
form textarea {
  border: 1px solid #76abe4;
}
/***************************************************
 * Header and Header Menu
 ***************************************************/
header {
  /************
	 * 	Logo
	 */
  /************
	 * 	Secondary Menu in <header>
	 */
  /**
	 * 	Searchform <header>
	 */
}
header #logo img {
  vertical-align: top;
  margin-top: 26px;
}
@media (max-width: 767px) {
  header #logo img {
    margin-top: 20px;
    margin-left: 5px;
  }
}
header .header-menu > li {
  /*padding-left: 10px;*/
  /* Divider */
}
header .header-menu > li > a {
  color: #fff;
}
header .header-menu > li.divider {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-menu > li,
  header .header-menu > li.divider {
    padding-left: 4px;
  }
}
@media (min-width: 1200px) {
  header form[class^="search"],
  header form[class*=" search"] {
    margin-left: 15px;
  }
}
/************
 * Searchform
 * mobile not in header but in main nav 
 * => main styling outside <header>
 */
form[class^="search"] input,
form[class*=" search"] input {
  border: none;
}
form[class^="search"] button,
form[class*=" search"] button {
  border: 1px solid 	#fff;
  background-color: #a3c7ed;
  color: #fff;
}
form[class^="search"] button:hover,
form[class*=" search"] button:hover {
  background-color: #448dde;
  border-color: #fff;
}
/**
 * 	header-menu for mobile is outside header (in navbar-collapse)
 */
@media (max-width: 767px) {
  .header-menu li > a:hover {
    background-color: #d1e3f6 !important;
  }
  .header-menu li > a:focus,
  .header-menu .active > a,
  .header-menu .active > a:focus {
    background-color: #76abe4 !important;
  }
}
/**
 * special dropdown-login (needs html attribute dropdown-login)
 * function wp_bootstrap_navwalk adds dropdown
 * from include file dropdown-login.inc.php
 */
#login.dropdown-menu a:hover,
#login.dropdown-menu a:focus,
#login.dropdown-menu a:active {
  /*color: @brand-secondary !important;*/
}
#login.dropdown-menu form input {
  font-size: 12px;
  color: #448dde;
  height: 30px;
}
#login.dropdown-menu form button {
  float: left;
  margin-right: 10px;
}
#login.dropdown-menu form button:hover {
  /*background-color: @brand-secondary;*/
}
/***************************************************
 * Content
 ***************************************************/
#header-nav-third #div-head-nav-third h1 {
  color: #ff9933 !important;
}
#top.show {
  opacity: 0.5;
}
.content {
  /**
	 * 	tables
	 */
}
.content .table-striped tbody tr:nth-child(2n+1) td,
.content .table-striped tbody tr:nth-child(2n+1) th {
  background-color: #d1e3f6;
}
.content .table-hover > tbody > tr:hover > th,
.content .table-hover > tbody > tr:hover > td {
  background-color: #d1e3f6;
}
.content .form-control {
  border: 1px solid #9fc4ee;
}
.content .form-control::-moz-placeholder {
  color: #9fc4ee;
  opacity: 1;
}
.content .form-control option[disabled] {
  color: #9fc4ee;
}
/**
 * 	Searchresults with map
 */
.content .searchhit-content-map {
  clear: left;
}
.content .searchhit-content-map h4 {
  line-height: 25px;
  margin-bottom: 0;
}
.content .searchhit-content-map .searchhit-count {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #d1e3f6;
}
.content .searchhit-content-map .searchhit-result {
  float: left;
  margin-left: 15px;
  margin-bottom: 0;
}
.map-container {
  height: 550px;
}
@media (max-width: 767px) {
  .map-container {
    height: 300px;
  }
}
.map-info {
  width: 200px;
  min-height: 80px;
}
.map-label {
  color: #448dde;
  /*background-color: @hwk-blue-light-25;*/
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 40px;
  left: -20px;
  top: -50px;
  /*border: 1px solid @brand-primary;*/
  white-space: nowrap;
}
#map-detail .tab {
  float: left;
  width: 150px;
}
@media (max-width: 767px) {
  #map-detail .tab {
    float: none;
    width: auto;
    margin-right: 5px;
  }
}
/**
 * 	Search default
 */
.content .searchhit-icon {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.content .searchhit-icon .glyphicon {
  font-size: 42px;
  top: 7px;
}
.content .searchhit-header {
  margin-left: 0px;
}
.content .searchhit {
  margin-bottom: 30px;
}
.content .searchhit-header h3 {
  margin-bottom: 0px;
}
.content .searchhit-margin-right {
  margin-right: 210px;
}
.content .searchhit-thumbnail {
  /*float:right;*/
  width: 180px;
  /*margin-left:30px;*/
}
.content .searchhit-recommended .image-item .note.inside {
  margin-bottom: 10px;
}
.content .searchhit-recommended .image-item .note {
  margin-bottom: 0px;
}
.content .searchhit-thumbnail img {
  width: 100%;
}
.content .searchhit-recommended {
  background-color: #D1E3F6;
  padding: 15px;
}
.content .searchhit-recommended .label-primary {
  background-color: #073070;
  text-transform: uppercase;
  float: right;
  letter-spacing: 0px;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.content .searchhit-separator {
  border-bottom: 1px solid #D1E3F6;
  height: 1px;
  margin: 15px 0;
}
/***********************************
 * Bootstrap docu
 */
.bs-glyphicons {
  margin: 0 -10px 20px;
  overflow: hidden;
}
.bs-glyphicons ul.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons ul.bs-glyphicons-list li {
  float: left;
  width: 16%;
  height: 125px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff;
  list-style-type: none;
}
.bs-glyphicons ul.bs-glyphicons-list li:hover,
.bs-glyphicons ul.bs-glyphicons-list li:hover span {
  color: #fff !important;
  background-color: #448dde;
}
.bs-glyphicons ul.bs-glyphicons-list li .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons ul.bs-glyphicons-list li .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
  font-size: 12px;
}
@media (max-width: 767px) {
  .bs-glyphicons ul.bs-glyphicons-list {
    margin-right: 0 !important;
    margin-left: 0;
  }
  .bs-glyphicons ul.bs-glyphicons-list li {
    width: 33%;
    font-size: 12px;
  }
}
/***************************************************
 * Footer
 ***************************************************/
footer #footer-content hr {
  border-color: #d1e3f6;
}
footer #footer-bottom {
  background: #d1e3f6;
}
a.post-edit-link {
  color: #448dde !important;
  position: absolute !important;
}
h1.color-hwk-blue-light,
h2.color-hwk-blue-light,
h3.color-hwk-blue-light,
h4.color-hwk-blue-light,
h5.color-hwk-blue-light,
h6.color-hwk-blue-light,
p.color-hwk-blue-light,
span.color-hwk-blue-light,
a.color-hwk-blue-light,
li.color-hwk-blue-light,
input.color-hwk-blue-light,
label.color-hwk-blue-light,
textarea.color-hwk-blue-light,
caption.color-hwk-blue-light,
blockquote.color-hwk-blue-light,
font.color-hwk-blue-light,
code.color-hwk-blue-light {
  color: #448dde !important;
}
h1.color-hwk-blue-light-75,
h2.color-hwk-blue-light-75,
h3.color-hwk-blue-light-75,
h4.color-hwk-blue-light-75,
h5.color-hwk-blue-light-75,
h6.color-hwk-blue-light-75,
p.color-hwk-blue-light-75,
span.color-hwk-blue-light-75,
a.color-hwk-blue-light-75,
li.color-hwk-blue-light-75,
input.color-hwk-blue-light-75,
label.color-hwk-blue-light-75,
textarea.color-hwk-blue-light-75,
caption.color-hwk-blue-light-75,
blockquote.color-hwk-blue-light-75,
font.color-hwk-blue-light-75,
code.color-hwk-blue-light-75 {
  color: #76abe4 !important;
}
h1.color-hwk-blue-light-50,
h2.color-hwk-blue-light-50,
h3.color-hwk-blue-light-50,
h4.color-hwk-blue-light-50,
h5.color-hwk-blue-light-50,
h6.color-hwk-blue-light-50,
p.color-hwk-blue-light-50,
span.color-hwk-blue-light-50,
a.color-hwk-blue-light-50,
li.color-hwk-blue-light-50,
input.color-hwk-blue-light-50,
label.color-hwk-blue-light-50,
textarea.color-hwk-blue-light-50,
caption.color-hwk-blue-light-50,
blockquote.color-hwk-blue-light-50,
font.color-hwk-blue-light-50,
code.color-hwk-blue-light-50 {
  color: #a3c7ed !important;
}
h1.color-hwk-blue-light-25,
h2.color-hwk-blue-light-25,
h3.color-hwk-blue-light-25,
h4.color-hwk-blue-light-25,
h5.color-hwk-blue-light-25,
h6.color-hwk-blue-light-25,
p.color-hwk-blue-light-25,
span.color-hwk-blue-light-25,
a.color-hwk-blue-light-25,
li.color-hwk-blue-light-25,
input.color-hwk-blue-light-25,
label.color-hwk-blue-light-25,
textarea.color-hwk-blue-light-25,
caption.color-hwk-blue-light-25,
blockquote.color-hwk-blue-light-25,
font.color-hwk-blue-light-25,
code.color-hwk-blue-light-25 {
  color: #d1e3f6 !important;
}
h1.color-hwk-blue-dark,
h2.color-hwk-blue-dark,
h3.color-hwk-blue-dark,
h4.color-hwk-blue-dark,
h5.color-hwk-blue-dark,
h6.color-hwk-blue-dark,
p.color-hwk-blue-dark,
span.color-hwk-blue-dark,
a.color-hwk-blue-dark,
li.color-hwk-blue-dark,
input.color-hwk-blue-dark,
label.color-hwk-blue-dark,
textarea.color-hwk-blue-dark,
caption.color-hwk-blue-dark,
blockquote.color-hwk-blue-dark,
font.color-hwk-blue-dark,
code.color-hwk-blue-dark {
  color: #073070 !important;
}
h1.color-hwk-blue-dark-75,
h2.color-hwk-blue-dark-75,
h3.color-hwk-blue-dark-75,
h4.color-hwk-blue-dark-75,
h5.color-hwk-blue-dark-75,
h6.color-hwk-blue-dark-75,
p.color-hwk-blue-dark-75,
span.color-hwk-blue-dark-75,
a.color-hwk-blue-dark-75,
li.color-hwk-blue-dark-75,
input.color-hwk-blue-dark-75,
label.color-hwk-blue-dark-75,
textarea.color-hwk-blue-dark-75,
caption.color-hwk-blue-dark-75,
blockquote.color-hwk-blue-dark-75,
font.color-hwk-blue-dark-75,
code.color-hwk-blue-dark-75 {
  color: #456494 !important;
}
h1.color-hwk-blue-dark-50,
h2.color-hwk-blue-dark-50,
h3.color-hwk-blue-dark-50,
h4.color-hwk-blue-dark-50,
h5.color-hwk-blue-dark-50,
h6.color-hwk-blue-dark-50,
p.color-hwk-blue-dark-50,
span.color-hwk-blue-dark-50,
a.color-hwk-blue-dark-50,
li.color-hwk-blue-dark-50,
input.color-hwk-blue-dark-50,
label.color-hwk-blue-dark-50,
textarea.color-hwk-blue-dark-50,
caption.color-hwk-blue-dark-50,
blockquote.color-hwk-blue-dark-50,
font.color-hwk-blue-dark-50,
code.color-hwk-blue-dark-50 {
  color: #8397b7 !important;
}
h1.color-hwk-blue-dark-25,
h2.color-hwk-blue-dark-25,
h3.color-hwk-blue-dark-25,
h4.color-hwk-blue-dark-25,
h5.color-hwk-blue-dark-25,
h6.color-hwk-blue-dark-25,
p.color-hwk-blue-dark-25,
span.color-hwk-blue-dark-25,
a.color-hwk-blue-dark-25,
li.color-hwk-blue-dark-25,
input.color-hwk-blue-dark-25,
label.color-hwk-blue-dark-25,
textarea.color-hwk-blue-dark-25,
caption.color-hwk-blue-dark-25,
blockquote.color-hwk-blue-dark-25,
font.color-hwk-blue-dark-25,
code.color-hwk-blue-dark-25 {
  color: #c1cbdb !important;
}
h1.color-hwk-red-dark,
h2.color-hwk-red-dark,
h3.color-hwk-red-dark,
h4.color-hwk-red-dark,
h5.color-hwk-red-dark,
h6.color-hwk-red-dark,
p.color-hwk-red-dark,
span.color-hwk-red-dark,
a.color-hwk-red-dark,
li.color-hwk-red-dark,
input.color-hwk-red-dark,
label.color-hwk-red-dark,
textarea.color-hwk-red-dark,
caption.color-hwk-red-dark,
blockquote.color-hwk-red-dark,
font.color-hwk-red-dark,
code.color-hwk-red-dark {
  color: #b82c44 !important;
}
h1.color-hwk-red-dark-75,
h2.color-hwk-red-dark-75,
h3.color-hwk-red-dark-75,
h4.color-hwk-red-dark-75,
h5.color-hwk-red-dark-75,
h6.color-hwk-red-dark-75,
p.color-hwk-red-dark-75,
span.color-hwk-red-dark-75,
a.color-hwk-red-dark-75,
li.color-hwk-red-dark-75,
input.color-hwk-red-dark-75,
label.color-hwk-red-dark-75,
textarea.color-hwk-red-dark-75,
caption.color-hwk-red-dark-75,
blockquote.color-hwk-red-dark-75,
font.color-hwk-red-dark-75,
code.color-hwk-red-dark-75 {
  color: #ca6173 !important;
}
h1.color-hwk-red-light,
h2.color-hwk-red-light,
h3.color-hwk-red-light,
h4.color-hwk-red-light,
h5.color-hwk-red-light,
h6.color-hwk-red-light,
p.color-hwk-red-light,
span.color-hwk-red-light,
a.color-hwk-red-light,
li.color-hwk-red-light,
input.color-hwk-red-light,
label.color-hwk-red-light,
textarea.color-hwk-red-light,
caption.color-hwk-red-light,
blockquote.color-hwk-red-light,
font.color-hwk-red-light,
code.color-hwk-red-light {
  color: #ee234a !important;
}
h1.color-hwk-red-light-75,
h2.color-hwk-red-light-75,
h3.color-hwk-red-light-75,
h4.color-hwk-red-light-75,
h5.color-hwk-red-light-75,
h6.color-hwk-red-light-75,
p.color-hwk-red-light-75,
span.color-hwk-red-light-75,
a.color-hwk-red-light-75,
li.color-hwk-red-light-75,
input.color-hwk-red-light-75,
label.color-hwk-red-light-75,
textarea.color-hwk-red-light-75,
caption.color-hwk-red-light-75,
blockquote.color-hwk-red-light-75,
font.color-hwk-red-light-75,
code.color-hwk-red-light-75 {
  color: #f25a77 !important;
}
h1.color-hwk-yellow,
h2.color-hwk-yellow,
h3.color-hwk-yellow,
h4.color-hwk-yellow,
h5.color-hwk-yellow,
h6.color-hwk-yellow,
p.color-hwk-yellow,
span.color-hwk-yellow,
a.color-hwk-yellow,
li.color-hwk-yellow,
input.color-hwk-yellow,
label.color-hwk-yellow,
textarea.color-hwk-yellow,
caption.color-hwk-yellow,
blockquote.color-hwk-yellow,
font.color-hwk-yellow,
code.color-hwk-yellow {
  color: #fbcb3d !important;
}
h1.color-hwk-yellow-75,
h2.color-hwk-yellow-75,
h3.color-hwk-yellow-75,
h4.color-hwk-yellow-75,
h5.color-hwk-yellow-75,
h6.color-hwk-yellow-75,
p.color-hwk-yellow-75,
span.color-hwk-yellow-75,
a.color-hwk-yellow-75,
li.color-hwk-yellow-75,
input.color-hwk-yellow-75,
label.color-hwk-yellow-75,
textarea.color-hwk-yellow-75,
caption.color-hwk-yellow-75,
blockquote.color-hwk-yellow-75,
font.color-hwk-yellow-75,
code.color-hwk-yellow-75 {
  color: #fcd86e !important;
}
h1.color-hwk-orange,
h2.color-hwk-orange,
h3.color-hwk-orange,
h4.color-hwk-orange,
h5.color-hwk-orange,
h6.color-hwk-orange,
p.color-hwk-orange,
span.color-hwk-orange,
a.color-hwk-orange,
li.color-hwk-orange,
input.color-hwk-orange,
label.color-hwk-orange,
textarea.color-hwk-orange,
caption.color-hwk-orange,
blockquote.color-hwk-orange,
font.color-hwk-orange,
code.color-hwk-orange {
  color: #ff9933 !important;
}
h1.color-hwk-orange-75,
h2.color-hwk-orange-75,
h3.color-hwk-orange-75,
h4.color-hwk-orange-75,
h5.color-hwk-orange-75,
h6.color-hwk-orange-75,
p.color-hwk-orange-75,
span.color-hwk-orange-75,
a.color-hwk-orange-75,
li.color-hwk-orange-75,
input.color-hwk-orange-75,
label.color-hwk-orange-75,
textarea.color-hwk-orange-75,
caption.color-hwk-orange-75,
blockquote.color-hwk-orange-75,
font.color-hwk-orange-75,
code.color-hwk-orange-75 {
  color: #ffb366 !important;
}
h1.color-hwk-green-dark,
h2.color-hwk-green-dark,
h3.color-hwk-green-dark,
h4.color-hwk-green-dark,
h5.color-hwk-green-dark,
h6.color-hwk-green-dark,
p.color-hwk-green-dark,
span.color-hwk-green-dark,
a.color-hwk-green-dark,
li.color-hwk-green-dark,
input.color-hwk-green-dark,
label.color-hwk-green-dark,
textarea.color-hwk-green-dark,
caption.color-hwk-green-dark,
blockquote.color-hwk-green-dark,
font.color-hwk-green-dark,
code.color-hwk-green-dark {
  color: #5a8e1e !important;
}
h1.color-hwk-green-dark-75,
h2.color-hwk-green-dark-75,
h3.color-hwk-green-dark-75,
h4.color-hwk-green-dark-75,
h5.color-hwk-green-dark-75,
h6.color-hwk-green-dark-75,
p.color-hwk-green-dark-75,
span.color-hwk-green-dark-75,
a.color-hwk-green-dark-75,
li.color-hwk-green-dark-75,
input.color-hwk-green-dark-75,
label.color-hwk-green-dark-75,
textarea.color-hwk-green-dark-75,
caption.color-hwk-green-dark-75,
blockquote.color-hwk-green-dark-75,
font.color-hwk-green-dark-75,
code.color-hwk-green-dark-75 {
  color: #83aa56 !important;
}
h1.color-hwk-green-light,
h2.color-hwk-green-light,
h3.color-hwk-green-light,
h4.color-hwk-green-light,
h5.color-hwk-green-light,
h6.color-hwk-green-light,
p.color-hwk-green-light,
span.color-hwk-green-light,
a.color-hwk-green-light,
li.color-hwk-green-light,
input.color-hwk-green-light,
label.color-hwk-green-light,
textarea.color-hwk-green-light,
caption.color-hwk-green-light,
blockquote.color-hwk-green-light,
font.color-hwk-green-light,
code.color-hwk-green-light {
  color: #b4bd00 !important;
}
h1.color-hwk-green-light-75,
h2.color-hwk-green-light-75,
h3.color-hwk-green-light-75,
h4.color-hwk-green-light-75,
h5.color-hwk-green-light-75,
h6.color-hwk-green-light-75,
p.color-hwk-green-light-75,
span.color-hwk-green-light-75,
a.color-hwk-green-light-75,
li.color-hwk-green-light-75,
input.color-hwk-green-light-75,
label.color-hwk-green-light-75,
textarea.color-hwk-green-light-75,
caption.color-hwk-green-light-75,
blockquote.color-hwk-green-light-75,
font.color-hwk-green-light-75,
code.color-hwk-green-light-75 {
  color: #c7ce40 !important;
}
h1.color-grey-light,
h2.color-grey-light,
h3.color-grey-light,
h4.color-grey-light,
h5.color-grey-light,
h6.color-grey-light,
p.color-grey-light,
span.color-grey-light,
a.color-grey-light,
li.color-grey-light,
input.color-grey-light,
label.color-grey-light,
textarea.color-grey-light,
caption.color-grey-light,
blockquote.color-grey-light,
font.color-grey-light,
code.color-grey-light {
  color: #eeeeee !important;
}
div.color-hwk-blue-light {
  background-color: #448dde !important;
}
div.color-hwk-blue-light-75 {
  background-color: #76abe4 !important;
}
div.color-hwk-blue-light-50 {
  background-color: #a3c7ed !important;
}
div .color-hwk-blue-light-25,
form .color-hwk-blue-light-25 {
  background-color: #d1e3f6 !important;
}
div.color-hwk-blue-dark {
  background-color: #073070 !important;
}
div.color-hwk-blue-dark-75 {
  background-color: #456494 !important;
}
div.color-hwk-blue-dark-50 {
  background-color: #8397b7 !important;
}
div.color-hwk-blue-dark-25 {
  background-color: #c1cbdb !important;
}
div.color-hwk-red-dark {
  background-color: #b82c44 !important;
}
div.color-hwk-red-dark-75 {
  background-color: #ca6173 !important;
}
div.color-hwk-red-light {
  background-color: #ee234a !important;
}
div.color-hwk-red-light-75 {
  background-color: #f25a77 !important;
}
div.color-hwk-yellow {
  background-color: #fbcb3d !important;
}
div.color-hwk-yellow-75 {
  background-color: #fcd86e !important;
}
div.color-hwk-orange {
  background-color: #ff9933 !important;
}
div.color-hwk-orange-75 {
  background-color: #ffb366 !important;
}
div.color-hwk-green-dark {
  background-color: #5a8e1e !important;
}
div.color-hwk-green-dark-75 {
  background-color: #83aa56 !important;
}
div.color-hwk-green-light {
  background-color: #b4bd00 !important;
}
div.color-hwk-green-light-75 {
  background-color: #c7ce40 !important;
}
div.color-grey-light {
  background-color: #eeeeee !important;
}


/*** anpassungen ***/
.social_media {
	display:inline !important;
	margin-right:25px;
}

.social_media_last {
	margin-right:0 !important;
}

.content img + p.note,
.csc-textpic-caption {
    margin-top: 8px;
}

.csc-textpic-caption {
    color: #999;
    font-size: 10px;
}

div.csc-textpic-border div.csc-textpic-imagewrap img
{
	border: 1px solid #ddd !important;
}

#header-nav-3
{
	display:block !important;
}

.list-group-news
{
	margin-top:20px;
}

.list-group-item a
{
	color:#555;
}

.list-group-item:hover, 
.list-group-item:focus {
    background-color: #f5f5f5;
    text-decoration: none;
}

.row-news
{
	border-bottom:1px solid #448dde;
	margin-bottom:20px;
	padding-bottom:20px;
}

.border {
	border: 1px solid #ddd !important;
}

span.color-highlight
{
	color:#5a8e1e !important;
}

span.small
{
	font-size:85%;
}

span.link-item > span.glyphicon
{
	float:left;
	margin-right:5px
}

span.note
{
	color:#999;
	font-size:10px;
	margin-top:8px;
}

.showResultsWrap
{
	padding-bottom:10px;
}

.news-single-imgcaption
{
  font-size: 14px;
  width:100% !important;
  background-color:#eee;
}

.news-list-browse
{
	font-size:13px;
}

.back-to-list
{
	margin-top:30px;
}

.img-responsive > img {
  display: block;
  max-width: 100%;
  height: auto;
}

span.glyphicon-musik-dokument:before {
	content: "\E002";
	display: inline-block;
    font-family: "HWK IconFont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

span.glyphicon-ansprechpartner:before {
	content: "\E008";
	display: inline-block;
    font-family: "HWK IconFont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

span.glyphicon-kontakt:before {
	/*content: "\f095"*/
	display: inline-block;
    font-family: "HWK IconFont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

span.glyphicon-information:before {
	content: "\E086";
	display: inline-block;
    font-family: "HWK IconFont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

span.glyphicon-download:before {
	content: "\E166";
	display: inline-block;
    font-family: "HWK IconFont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

span.glyphicon-arrow-right::before {
	content: "\e092";
	display: inline-block;
    font-family: "HWK IconFont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

span.glyphicon-pdf-dokument-2::before {
	content: "\E184";
	display: inline-block;
    font-family: "HWK IconFont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}


.content ul {
	list-style: outside none none;
	margin-left: 0;
	padding-left: 1em;
 	text-indent: -1em;
}

.content ol {
	list-style: outside none none;
	margin-left: 0;
	padding-left: 1em;
 	text-indent: -1em;
}

.content li:before {
	content:"■";
	color:#448dde !important;
	padding-right:8px;
	font-size:14px;
}

.content li {
	color:#000;
	padding-bottom:5px;
}

.swipe-horizontal li:before {
	content:"" !important;
	padding-right:0;
}

.swipe-horizontal {
	list-style: outside none none;
	margin-left: 0;
	padding-left: 0 !important;
 	text-indent: 0 !important;
}

.swipe-horizontal li {
	padding-bottom:0;
}

@media(max-width:767px)
{
	.form_ansprechpartner
	{
		width:100%;
		margin-bottom:0px;
	}
}

.form-inline
{
	margin-top:8px;
}

.tx-ansprechpartner a:link,
.tx-ansprechpartner a:hover,
.tx-ansprechpartner a:visited {
	color:#448dde;
}

.tx-ansprechpartner .list-group .list-group-item {
	/*
    background: rgba(0, 0, 0, 0) url("../img/arrow_down.svg") no-repeat scroll right center;
    */
    background:none;
    border-color: #999999 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    padding: 12px 20px 12px 0;
}

.tx-ansprechpartner .list-group .toggle-item {
	background: rgba(0, 0, 0, 0) url("../img/arrow_down.svg") no-repeat scroll right center;
	cursor:pointer;
}

.tx-ansprechpartner .list-open {
    background: rgba(0, 0, 0, 0) url("../img/arrow_up.svg") no-repeat scroll right center !important;
}

.tx-ansprechpartner .more_info {
	margin-top:15px;
}

hr.ansprechpartner_trenner
{
	margin:0 0 20px 0;
	padding:0;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #999 !important;
	border-radius: 0 !important;
}
.select2-container .select2-selection--single {
	height: 34px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 2px;
}

/*** embedded video ****/

.elastic-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    padding-top: 15px;
    position: relative;
}

.elastic-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/** BEGIN aufklappbox raster **/
.container_toggle .img-toggle {
	width:20px;
	height:17px;
	margin-right:15px;
}

.container_toggle_item a span {
	color:#448dde !important;
}

.container_toggle h2 {
	cursor:pointer;
	font-weight:400;
	font-size:18px;
}


@media (min-width: 768px) {
	.container_toggle_item {
		display:none;
	}
	
	.container_toggle_item ul {
		margin-left:50px;
	}
}

@media (max-width: 767px) {
	.container_toggle_item {
		/*display:block;*/
		display:none;
	}
	
	.container_toggle h2.header_toggle {
		/*display:none;**/
	}
	
	.container_toggle_item ul {
		margin-left:0px;
	}
}

/** END aufklappbox raster **/


/*** BEGIN news ***/
.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu
{
	font-size:14px;
}

.news-amenu-container
{
	width:100% !important;
}

.news-amenu-item-year
{
	background-color: transparent !important;
    font-weight: bold;
    margin-top: 10px;
    padding: 2px;
}

.news-amenu-ul li::before {
    content: "" !important;
}

.news-amenu-container LI:hover {
    background-color: transparent !important;
}
/*** END news ***/

/** BEGIN yag ***/
.tx-yag-breadcrumbcomtainer {
	border:0;
}

.tx-yag-items li:before,
.tx-ptextlist-pager li:before {
	content: "";
}

.tx-yag-items li:first-child {
	/*margin-left:-13px;*/
}

.tx-ptextlist-pager li a {
	float:none;
}

.tx-ptextlist-pager-item-display {
	margin-top:30px;
}

.tx-yag-lightbox-permalink {
	display:none;
}

.offPageItems {
	display:none;
}

.tx-ptextlist-pager li:before {
	padding-right:0;
}

.tx-ptextlist-pager li a,
.tx-ptextlist-pager li span {
	margin-left:-4px;
}

.tx-ptextlist-pager li span {
	color:#448dde !important;
}

.yag-list-wrap ul {
	text-indent: 0;
	padding-left:0;
}

.tx-yag-pager {
	margin-top:30px;
}

@media only screen and (max-width: 1050px) and (min-width: 651px) {
	.yag-item-thumb-outerframe {
	    width: auto;
	}
}

@media only screen and (max-width: 1270px) and (min-width: 1051px) {
	.yag-item-thumb-outerframe {
	    width: inherit;
	}
}
/** END yag ***/

/** BEGIN autocomplete solr **/
.ui-widget-content {
	background:none !important;
	background-color:#fff !important;
	border:1px solid #d1e3f6 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background:none !important;
    background-color: #d1e3f6 !important;
    border:0 !important;
    color: #000 !important;
    font-weight: normal !important;
}

.ui-autocomplete {
	z-index:99999999;
}
/** END autocomplete solr **/

.form-datenschutz, .form-datenschutzstundung {
  font-size:13px;
  padding-top:15px;
  padding-bottom:10px;
}

.form-email {
  font-size:13px;
}

.form-checkbox {
  height:12px;
  margin-right: 5px !important;
}

.news-block-text{
  border-bottom: 1px solid #b0cff1;
  padding: 1em 1.5em 1em 0;
  color: #555;
  display: block;
  background: url(../img/arrow_left.svg) no-repeat right center;
}

.news-block-text p{
  margin-bottom: 0;
}

.news-block-text:first-of-type{
  border-top: 1px solid #b0cff1;
  margin-top: 2em;
}

.news-block-text:hover{
  color: #555;
  background-color: #f5f5f5;
}

.news-block-text .news-block-title{
  font-weight: bold;
}

@charset "UTF-8";
.cb-video-overlay {
  background-color: #d1e3f6;
  padding: 25px;
  margin-bottom: 40px;
  text-align: center;
}
.cb-video-overlay__col {
  margin-bottom: .75em;
}
.cb-video-overlay__title {
  color: #073070;
  font-size: 23px;
  font-weight: 600;
}
.cb-video-overlay__title::after {
  padding-left: 8px;
  content: "";
  font-family: "FontAwesome";
  font-weight: 400;
}
.cb-video-overlay__text {
  color: #333;
}
.cb-video-overlay__link {
  display: inline-block;
  color: #073070;
  background-color: #a3c7ed;
  margin-top: 5px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  transition: all .4s;
}
.cb-video-overlay__link:hover {
  text-decoration: none;
  color: #a3c7ed;
  background-color: #073070;
}

form input[type="radio"] {
  height: auto;
}