/*!
 * HWK Corporate Design CSS
 * mit allen Basiselementen
 * Stand Design 2020
 */
 
@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;
}
@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');
}

@font-face {
  font-family: "HWK IconFont";
  src: url("../fonts/hwkiconfont-regular.woff2") format("woff2"), // all modern browsers including mobile
       url("../fonts/hwkiconfont-regular.woff") format("woff");   // ie fallback
}


/* ORIGINAL CSS */

.navbar-brand {
    margin-left: 15px;
    height: 90px;
    width: 250px;
    background: url('../img/logo.png') no-repeat left center;
    background-image: url('../img/logo-hwk.svg'), none;
    background-size: 250px;
}
@media (max-width:767px) {
    .navbar-brand {
    height: 66px;
    background: url('../img/logo-xs.png') no-repeat left center;
    background-image: url('../img/logo-hwk.svg'), none;
    background-size: 200px;
}
}.navbar-fixed-top {
    border-width: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-header {
    padding: 0;
}
.dropdown-menu {
    border-radius: 0;
    min-width: 80px;
    border: none;
    margin-top: 0;
}
.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 0 !important;
    height: 1px !important;
    width: 100% !important;
    background-color: #e5e5e5;
    border: none;
}
.navbar-toggle {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.navbar-collapse {
    max-height: 100%}
#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 {
    margin-bottom: 30px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb>li+li:before {
    content: ">";
    color: #456494;
}
.breadcrumb>.active {
    color: #fff;
}
.breadcrumb li.disabled {
    color: #448dde;
}
.breadcrumb li>a {
    color: #fff !important;
}
.breadcrumb li>a:hover {
    color: #2067b5 !important;
}
.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;
}
}.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.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-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.carousel .carousel-control.left span.glyphicon {
    left: 25%}

.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;
}

.listgroup-wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(127,127,127,.3);
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 22px;
}

.listgroup-wrapper.color-hwk-blue-light-25 .listgroup-text p, .listgroup-wrapper.color-hwk-blue-light-25 .listgroup-text span, .listgroup-wrapper.color-hwk-blue-light-25 .listgroup-text::after, .listgroup-wrapper.color-hwk-blue-light-25 .listgroup-text {
	padding:0;
}

.listgroup-wrapper.color-hwk-blue-light-25 .listgroup-text p, .listgroup-wrapper.color-hwk-blue-light-25 .listgroup-text span, .listgroup-wrapper.color-hwk-blue-light-25 .listgroup-text::after, .listgroup-wrapper.color-hwk-blue-light-25 .listgroup-text::before {
    color: #073070;
}

.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;
}
.listgroup-intro {
    border-bottom: 1px solid #A0C7F2;
    margin-bottom: 0;
}
.listgroup-intro h3, body .listgroup-intro h4 {
    padding: 12px 18px 0 18px !important;
	font-size: 20px !important;
    color: #408FE5;
	margin-bottom: 12px !important;
}

@media (min-width:1600px) {
.listgroup-intro h3, body .listgroup-intro h4 {
    padding: 12px 36px 0 36px !important;
}
}

.list-group .list-group-item {
    border: none;
    border-top: 1px #999 solid;
    padding: 12px 0;
}
.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 #999 solid;
}
.list-group .list-group-item:after {
    clear: both;
}

.listgroup-arrow .list-group-item .listgroup-text::before {
    content: "\E072";
    position: absolute;
    font-family: "HWK IconFont";
    top: 13px;
    left: 18px;
}

@media (min-width:1600px) {
	.listgroup-arrow .list-group-item .listgroup-text::before {
    left: 36px;
}
}

.listgroup-arrow-right .list-group-item .listgroup-text::after {
    content: "\E072";
    position: absolute;
    font-family: "HWK IconFont";
    top: 13px;
    right: 18px;
}

@media (min-width:1600px) {
.listgroup-arrow-right .list-group-item .listgroup-text::after {
    right: 36px;
}
}

.listgroup-arrow-right .list-group-item .listgroup-text {
    padding-left: 18px !important;
}

.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%;
	padding-left: 40px;
}

@media (min-width:1600px) {
.list-group .list-group-item .listgroup-text {
	padding-left: 58px;}
}
	
.list-group .list-group-item .listgroup-text p:last-child {
    margin-bottom: 2px !important;
}
.list-group .list-group-item .listgroup-text p {
    padding: 0 0 0;
    font-size: 16px;
	font-weight: 700;
    line-height: 1.4;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.list-group .list-group-item:active, .list-group .list-group-item:focus, .list-group .list-group-item:hover, listgroup-content .list-group-item:active, listgroup-content .list-group-item:focus, listgroup-content .list-group-item:hover {
    background-color: #F3F6FA;
}

@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;
}
}.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;
}
}

.list-group .list-group-item {
    border-top: 1px #b0cff1 solid;
}
.list-group .list-group-item:last-child {
    border-bottom: 1px #b0cff1 solid;
}

.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;
}
.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;
}
@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, body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    padding-top: 120px;
}

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: 0;
    font-weight: normal;
}
form input {
    border: solid 1px #448dde;
    width: 100%;
    height: 34px;
    padding: 0 5px;
}
form input, form select, form textarea {
    font-family: "TheSans";
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    border-radius: 0;
    border: 1px solid #999;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #1c5ba0;
}
.screen-reader {
    display: none;
}
.white {
    color: #fff !important;
}
.grey-light {
    color: #efefef !important;
}
.grey {
    color: #ccc !important;
}
.grey-dark {
    color: #999 !important;
}
.black {
    color: #333 !important;
}
header {
    background-color: #a3c7ed;
    height: 90px;
}
@media (max-width:767px) {
    header {
    height: auto;
}
}header #logo {
    padding: 0;
    background: #d1e3f6;
    height: 90px;
    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%;
	display: inline;}
header #logo img {
    width: 144px;
	
}
}
header .header-menu {
    float: right;
    margin-top: 25px;
}
header .header-menu>li {
    float: left;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
}
header .header-menu > li > a {
    color: #073070;
}
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: #073070;
    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: #073070;
}
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 {
	padding: 13px 20px;
	border-bottom: 1px solid #D0E3F9;
}

header .header-menu .dropdown-menu > li > a:hover {
    background-color: #D0E3F9;
    color: #073070;
}


@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;
}
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: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    position: absolute;
    right: 15px;
}
@media (max-width:767px) {
    body {
    padding-top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}
}.login.dropdown-menu {
    width: 230px;
    padding: 8px;
    left: auto;
    right: 0;
    font-size: 12px;
    line-height: 1.2;
}
.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 {
    margin: 0 0;
    height: 30px;
    width: 1px;
    border-right: 1px solid #e5e5e5;
}
@media (max-width:767px) {
    #main-menu .divider {
    margin: 5px 0 !important;
    height: 1px !important;
    width: 100% !important;
    background-color: #e5e5e5;
    border: none;
}
}
@media (max-width:767px) {
    .header-menu {
    background-color: #073070;
    margin-left: 5px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.header-menu li.text-hidden {
    float: left;
    padding-left: 20px;
}
.header-menu ul>li.text-hidden {
    padding-left: 0;
}
.header-menu span[class^="glyphicon-"], .header-menu span[class*=" glyphicon-"] {
    font-size: 23px;
    vertical-align: middle;
}
.search-form {
    margin-top: 20px;
    margin-bottom: 0;
}
.search-form label {
    margin-bottom: 0;
    display: block;
}
}#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;
}


#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.active a {
    color: #456494;
}
#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: 0;
    margin-bottom: 10px;
}
}@media (max-width:767px) {
    #header-nav-3 #div-head-nav-3 h1 {
    font-size: 26px;
}
}#carousel-header {
    margin-top: -40px;
    margin-bottom: 40px;
}
@media (min-width:1200px) {
    #carousel-header {
    height: 407px;
}
#carousel-header .slider-image, #carousel-header .slider-deco, #carousel-header .slider-text {
    height: 407px;
}
}@media (min-width:992px) and (max-width:1199px) {
    #carousel-header {
    height: 300px;
}
#carousel-header .slider-image, #carousel-header .slider-deco, #carousel-header .slider-text {
    height: 300px;
}
}@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;
    -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;
}
#carousel-header .slider-text {
    padding-left: 0;
    background-color: #666;
}


#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: #fff;
    width: 90%;
    margin-bottom: 10px;
}
#carousel-header .slider-text h1, #carousel-header .slider-text h2 {
    margin-bottom: 25px;
}

#carousel-header .slider-text h1 {
    font-size: 36px;
    color: #073070;
    position: relative;
    width: 100%;
}

#carousel-header .slider-text span{
	position: absolute;
    top: -35px;
    margin-top: 0;
}


@media (min-width:1200px) {
    #carousel-header .slider-text h1 {
    font-size: 46px;
}
}

@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;
    position: relative;
    left: 41.6667%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#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 .slider-deco-text-on-top {
    height: 140px;
    width: 70px;
    left: -100px;
    margin-top: 90px;
}
#carousel-header .text-on-top .slider-text {
    background-color: transparent;
    left: -70px;
}
#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 .visible-xs .slider-text {
    background-color: #fff!important;
    flex: 1;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px 20px 75px;
    position: relative;
}

#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;
}
#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;
}
#carousel-header-xs .slider-text {
    padding: 15px;
    min-height: 50px;
	
}


#carousel-header-xs .slider-text h1, #carousel-header-xs .slider-text h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

#carousel-header-xs .slider-text h1::before {
    width: 20px;
    height: 40px;
    background-color: #408FE5;
    top: 4px;
    left: -30px;
}

#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: 16px;
	font-weight: 500;	
}

#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: 0;
}
.image-item {
    position: relative;
}
.image-item.right {
    float: right;
    margin-left: 25px;
}
.note {
    color: #999;
    font-size: 10px;
}
.note.inside {
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: -5px;
}
.note.inside.right {
    left: auto !important;
    right: 15px;
}


#content {
    min-height: 800px;
    margin-top: 40px;
}
@media (max-width:767px) {
    #content {
    min-height: 100px;
}
}.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: #073070;
    list-style: square outside;
    padding: 0;
    margin-left: 16px;
    margin-bottom: 22.4px;
}
.content ul li span {
    color: #333;
}
.content a {
    text-decoration: none;
}
.content a+a {
    margin-left: 0px;
}
.content hr {
    margin: 50px 0;
    border-width: 0 0 0;
}
@media (max-width:767px) {
    .content hr {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
}
}.content img {
}
.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 {
}
.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 #ddd;
    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: 0;
    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 #999;
}
.content .form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.content .form-control option[disabled] {
    color: #999;
}
.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: #f93;
    border-color: #f93;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.content .has-warning .form-control:focus {
    border-color: #f93;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #f93;
}
.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: #f93;
}
.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;
}
@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 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: 0;
}
.content .table-hover>tbody>tr:hover>th, .content .table-hover>tbody>tr:hover>td {
    background-color: #d3e4f7;
}
.content ul.nav-tabs {
    margin-bottom: 0;
    margin-left: 0;
    border-bottom: 0;
}
.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 {
    color: #073070;
	text-decoration:underline;
}
.content ul.nav-tabs li a {
    border: 1px solid transparent;
    margin-right: 0;
}
@media (max-width:767px) {
    .content ul.nav-tabs li a {
    padding: 10px 10px;
    font-size: 14px;
}
}.content .search-form {
    padding: 15px;
    height: 75px;
}

.content .search-form button {
    width: 45px;
    height: 45px;
    border: 0 solid #fff;
    color: #fff;
    position: absolute;
    right: 55px;
}
@media (max-width:767px) {
    .content .search-form {
    padding-bottom: 0 !important;
    height: 70px;
}
}

.content .pagination {
    margin: 0;
    padding: 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: 42px;
    margin-bottom: 25px;
}
.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: .9;
    visibility: visible;
}
#top.show:hover {
    opacity: 1;
}

footer {
    margin-top: 60px;
    font-size: 14px;
    color: #fff;
}

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: #073070;
    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;
}
footer #footer-bottom ul .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #efefef;
}
footer #footer-bottom a {
    color: #fff;
}
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 {
    text-decoration: underline;
}

@media (max-width:767px) {
    footer #footer-bottom p {
    margin-bottom: 10px;
}
footer #footer-bottom div.footer-menu {
    margin-top: -10px;
}
}


#footer-bottom .border-top::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 8px;
}

footer .copyright {
    margin-top: 10px;
    margin-bottom: 40px;
}
@media (max-width:767px) {
    footer .container {
    padding-left: 0;
    padding-right: 0;
}
}

.breadcrumb li>a:hover {
    color: #073070 !important;
}
.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;
}
.swipe-horizontal {
    position: relative;
}
.swipe-horizontal li {
    float: none;
    display: inline-block;
}
span[class^="glyphicon-"], span[class*=" glyphicon-"] {
    font-size: 22px;
}
.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;
}
.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"}
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 #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>a {
    color: #073070;
}
header .header-menu>li.divider {
    color: #073070;
}
@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;
}
}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;
}
@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;
}
}#login.dropdown-menu form input {
    font-size: 12px;
    color: #448dde;
    height: 30px;
}
#login.dropdown-menu form button {
    float: left;
    margin-right: 10px;
}
#header-nav-third #div-head-nav-third h1 {
    color: #f93 !important;
}
#top.show {
    opacity: .5;
}
.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;
}
.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;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 40px;
    left: -20px;
    top: -50px;
    white-space: nowrap;
}
#map-detail .tab {
    float: left;
    width: 150px;
}
@media (max-width:767px) {
    #map-detail .tab {
    float: none;
    width: auto;
    margin-right: 5px;
}
}.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: 0;
}
.content .searchhit {
    margin-bottom: 30px;
}
.content .searchhit-header h3 {
    margin-bottom: 0;
}
.content .searchhit-margin-right {
    margin-right: 210px;
}
.content .searchhit-thumbnail {
    width: 180px;
}
.content .searchhit-recommended .image-item .note.inside {
    margin-bottom: 10px;
}
.content .searchhit-recommended .image-item .note {
    margin-bottom: 0;
}
.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: 0;
    letter-spacing: .05em;
    font-weight: normal;
}
.content .searchhit-separator {
    border-bottom: 1px solid #d1e3f6;
    height: 1px;
    margin: 15px 0;
}
.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;
}
}

a.post-edit-link {
    color: #448dde !important;
    position: absolute !important;
}


div.color-hwk-white {
    background-color: #fff !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: #f93 !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: #eee !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: #f93 !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: #eee !important;
}

/* Neuerungen aus CD 2020*/

.list-group .list-group-item .listgroup-image {
    float: left;
    margin-right: 5%;
    width: 20%;
}

.collapse {
  	margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:1600px) {
.container {
    width: 1600px;
}

.container {
    padding-right: 40px;
    padding-left: 40px;
}

}


.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main:hover {
    background: none !important;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    font-size: 24px;
    color: #073070;
}

.ubermenu .ubermenu-column, .ubermenu .ubermenu-row {
     border-top: 1px solid #073070;
}

input[type="checkbox"], input[type="radio"] {
	display: inline-block !important;
    height: 20px;
	width: 20px;
}


/****************************/
/* LAYOUT FIXES SCOTTYSCOUT */
/****************************/

/* Termine // Januar 2023 */

.single-event .leaflet-container {
	margin-bottom: 20px;
}

/* Infoboxen > Blog, App, Termine // Februar 2023 */

.list-group-item .listgroup-image.listgroup-image-blog  {
	margin-left: 18px !important;
}



