/* 
IKK AKADEMIE 
############
custom.css

copyright 2016 Unternehmen Online GmbH
*/

/* font import */


  /* kumbh-sans-regular - latin */
  @font-face {
	font-display: swap; 
	font-family: 'Kumbh Sans 400';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/kumbh-sans-v22-latin/kumbh-sans-v22-latin-regular.woff2') format('woff2'); 
  }
  /* kumbh-sans-700 - latin */
  @font-face {
	font-display: swap; 
	font-family: 'Kumbh Sans 700';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/kumbh-sans-v22-latin/kumbh-sans-v22-latin-700.woff2') format('woff2'); 
  }


@font-face {
	font-family: "ikk";
	src: url("../fonts/ikk.eot?ywn0gr");
	src: url("../fonts/ikk.eot?ywn0gr#iefix") format("embedded-opentype"),
		url("../fonts/ikk.ttf?ywn0gr") format("truetype"), url("../fonts/ikk.woff?ywn0gr") format("woff"),
		url("../fonts/ikk.svg?ywn0gr#ikk") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* globals */

body {
	background: #ffffff;
	font-family: "arial", sans-serif;
	color: #5e5e5d;
	font-size: 16px;
	line-height: 27px;
	overflow-x:hidden;
}
a,
a:visited,
a:active,
a:focus,
a:hover {
	color: #0ba1e2;
}

h1,
h2 {
	font-family: "Kumbh Sans 400";
}

h3,
h4,
h5,
h6 {
	color: #0ba1e2;
	font-family: "Kumbh Sans 700";
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
}

input::-moz-focus-inner {
	border: 0;
}

.btn.btn-primary,
.btn.btn-default {
	font-size: 16px;
	line-height: 24px;
	border: 0px;
	background: #0ba1e2;
	color: #fff;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 12px 34px 10px 34px;
	border-radius: 0;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
	position: relative;
}

.btn.btn-secondary {
	font-size: 16px;
	line-height: 24px;
	border: 0px;
	background: #5E5E5D;
	color: #fff;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 12px 34px 10px 34px;
	border-radius: 0;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
	position: relative;
}

.btn.btn-primaryp:not([type="submit"]),
.btn.btn-default:not([type="submit"]),
.btn.btn-default:not(+.btn-no-arrow) {
	padding: 12px 62px 10px 34px;
}

.btn.btn-primaryp:not([type="submit"]):after,
.btn.btn-default:not([type="submit"]):after,
.btn.btn-default:not(+.btn-no-arrow):after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2030%2025%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M15.3908463%2C11%20L12.2832532%2C7.27809129%20C11.7934078%2C6.69141225%2011.8695528%2C5.81674139%2012.4533278%2C5.32445923%20C13.0371028%2C4.83217707%2013.907444%2C4.90870085%2014.3972894%2C5.49537989%20L19.4233025%2C11.5149459%20C20.1922325%2C12.4358796%2020.1922325%2C12.5641204%2019.4233025%2C13.4850541%20L14.3972894%2C19.5046201%20C13.907444%2C20.0912991%2013.0371028%2C20.1678229%2012.4533278%2C19.6755408%20C11.8695528%2C19.1832586%2011.7934078%2C18.3085877%2012.2832532%2C17.7219087%20L15.3908463%2C14%20L4%2C14%20L4%2C11%20L15.3908463%2C11%20Z%22%2F%3E%3C%2Fsvg%3E);
	background-size: 25px;
	display: block;
	content: "";
	width: 20px;
	height: 25px;
	position: absolute;
	top: 11px;
	right: 32px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:active:focus,
.btn.btn-primary:focus,
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:active:focus,
.btn.btn-default:focus {
	background: #36b4ea;
	color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:focus {
	background: #7E7E7D;
	color: #fff;
}

.btn.btn-default.red {
	background: #ad2532;
}
.btn.btn-default.red:active,
.btn.btn-default.red:active:focus,
.btn.btn-default.red:focus,
.btn.btn-default.red:hover {
	background: #c93a47;
	color: #fff;
}

.btn.btn-primary {
	border-radius: 0px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 12px;
}

input.form-control {
	height: 40px;
	line-height: 40px;
	border-radius: 0px;
	border-color: #b2b2b2;
}

a.red {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    outline: 0;
    font-size: 16px;
    line-height: 24px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 12px 34px 10px 34px;
    border-radius: 0;
    transition: background 200ms ease-in-out;
    position: relative;
    background: #ad2532;
}

a.red:active,
a.red:active:focus,
a.red:focus,
a.red:hover {
    background: #c93a47;
	text-decoration: none;
}



/* header + nav */

header .container .row .header-inner {
	background: #fff;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top:10px;
}
header .logo {
	/*position: absolute;
	top: 15px;
	left: 15px;*/
	margin-bottom: 15px;
	margin-right: 12px;
}

header .logo img {
	width: 160px;
	height: auto;
}
header .meta {
	float: right;
	position: absolute;
	bottom: 31px;
	right: 15px;
}

header .meta .metanav {
	display: none;
}
header .search-wrap {
	position: absolute;
	height: 35px;
	right: 15px;
	top: 6px;
	z-index: 4;
	width: 35px;
	overflow: hidden;

	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition:  all 0.35s;
}
header .search-wrap:hover,
header .search-wrap:focus,
header .search-wrap:focus-within {
	width: 200px;
}
header .search-wrap .form-group {
	width: 165px;
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	left:0;
}
header .search-wrap input.form-control {
	line-height: 29px;
	height: 29px;
	margin: 2px 0 0 0;
	border: 0px;
	width: 160px;
}
header .search-wrap .btn.btn-primary {
	text-indent: -9999em;
	width: 35px;
	height: 35px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	pointer-events:none;
}
header .search-wrap:focus .btn.btn-primary,
header .search-wrap:focus-within .btn.btn-primary {
	pointer-events: auto;
}
header .search-wrap .btn.btn-primary:before {
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: 0;
	width: 35px;
	height: 35px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: url(../img/icon_serach_normal_white.svg) center no-repeat;
	background-size: 24px;
	font-size: 22px;
	content: "";
}


nav {
	background-color: #0ba1e2;
	position: relative;
	flex: 1;
	margin-bottom: 0px;
	margin-left:-15px;
	margin-right:-15px;
}

@media (min-width: 768px) {
	nav {
		margin-bottom: 1px;
		background-color: #ffffff;
	}
}

nav ul.mainnav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 45px;
}
nav ul.mainnav li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 20%;
	border-right: 1px solid #fff;
}
nav ul.mainnav li.red {
	background: #ad2532;
}
nav ul.mainnav li:last-child {
	border-right: 0px;
}

nav ul.mainnav li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	height: 45px;
	float: left;
	width: 100%;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

nav ul.mainnav li a {
	background: #0ba1e2;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
nav ul.mainnav li a:hover {
	color: #0ba1e2;
}

nav ul.mainnav li.red a {
	background: #ad2532;
	color: #ffffff;
}
nav ul.mainnav li.red a:hover {
	background: #c93a47;
}

nav ul.mainnav li.active a {
	background: #e6f5fc;
	color: #0ba1e2;
}

.second-nav {
	border-bottom: 1px solid #dddddd;
}

div.second-nav .second-nav-sticker {
	position: relative;
	background: #fff;
	margin: 0;
	padding: 45px 0 0 0;
	float: left;
	width: 100%;
	height: 82px;
}
div.second-nav .second-nav-sticker .second-nav-inner {
	padding: 0 30px 0 30px;
	float: left;
	width: 100%;
	position: absolute;
	height: 50px;
	background: #fff;
}
div.second-nav.sticky {
	position: fixed;
	top: 0;
	min-height: 50px;
	width: 100%;
	z-index: 200;
	box-shadow: 1px 0px 0px #e5e5e5, -1px 0px 0px #e5e5e5, 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
}

@media (max-width: 767px) {
	div.second-nav {
		padding-top: 3px;
		padding-bottom: 4px;
	}
}

ul.second-nav-list {
	padding: 0;
	margin: 0px 0 0 0;
	list-style: none;
	width: 100%;
	float: left;
	background: #fff;
	padding: 0;
}
div.second-nav.sticky ul.second-nav-list {
	border-bottom: 0px;
}
ul.second-nav-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	position: relative;
}
ul.second-nav-list li:after {
	position: absolute;
	content: "";
	background: #fff;
	height: 16px;
	width: 16px;
	border: 1px solid #dddddd;
	bottom: 3px;
	z-index: 2;
	left: 50%;
	margin-left: -8px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: bottom 200ms ease-in-out;
	-moz-transition: bottom 200ms ease-in-out;
	-o-transition: bottom 200ms ease-in-out;
	transition: bottom 200ms ease-in-out;
}

ul.second-nav-list li.active:after {
	bottom: -8px;
}

ul.second-nav-list li a {
	text-decoration: none;
	color: #0ba1e2;
	line-height: 32px;
	margin: 0;
	padding: 10px 15px;
	float: left;
	font-size: 16px;
	position: relative;
	z-index: 3;
	background: #fff;
}
ul.second-nav-list li a:hover {
	color: #5d5d5d;
	text-decoration: none;
}
ul.second-nav-list li.active a {
	color: #5d5d5d;
}
ul.second-nav-list li a:after {
	content: "";
	width: 1px;
	height: 32px;
	background: #dddddd;
	position: absolute;
	right: 0;
	top: 10px;
}
ul.second-nav-list li:last-child a:after {
	display: none;
}

.mobile-nav-opener {
	position: absolute;
	display: inline;
	width: 58px;
	height: 44px;
	background: #0ba1e2;
	float: left;
	left: 10px;
	top: 1px;
}
.mobile-nav-opener span {
	display: inline;
	width: 45px;
	height: 45px;
	float: left;
	padding-left: 15px;
	cursor: pointer;
	position: relative;
}
.mobile-nav-opener span:before {
	content: "\e906";
	font-family: "ikk";
	font-weight: normal;
	text-align: center;
	line-height: 45px;
	height: 45px;
	width: 45px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 28px;
}
nav ul.mainnav {
	overflow: hidden;
	max-height: 0px;
	height: auto;
	padding-top: 45px;
	-webkit-transition: max-height 200ms ease-in-out;
	-moz-transition: max-height 200ms ease-in-out;
	-o-transition: max-height 200ms ease-in-out;
	transition: max-height 200ms ease-in-out;
}

nav ul.mainnav.open {
	max-height: 270px;
}
nav ul.mainnav li {
	width: 100%;
	border-right: 0px;
}
nav ul.mainnav li a {
	text-align: left;
	padding: 0 15px;
}

.second-nav-opener {
	position: absolute;
	left: 0;
	top: 0;
	display: inline;
	width: 45px;
	height: 45px;
	float: left;
	padding-left: 6px;
	z-index: 8;
}
.second-nav-opener span {
	display: inline;
	width: 45px;
	height: 45px;
	float: left;
	padding-left: 15px;
	cursor: pointer;
	position: relative;
}
.second-nav-opener span:before {
	content: "\e906";
	font-family: "ikk";
	font-weight: normal;
	text-align: center;
	line-height: 45px;
	height: 45px;
	width: 45px;
	color: #5e5e5e;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 28px;
}
div.second-nav .second-nav-sticker {
	padding-top: 0;
	height: 45px;
}
div.second-nav .second-nav-sticker .second-nav-inner {
	height: auto;
	max-height: 50px;
	padding: 0;
	z-index: 8;
}
div.second-nav .second-nav-sticker .second-nav-inner.open {
	max-height: 999px;
}
ul.second-nav-list li {
	display: none;
	width: 100%;
}
.second-nav-inner.open ul.second-nav-list {
	box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.second-nav-inner.open ul.second-nav-list li,
ul.second-nav-list li.active {
	display: block;
}
ul.second-nav-list li a {
	width: 100%;
	padding: 2px 15px 2px 55px;
	line-height: 45px;
}
ul.second-nav-list li a:after {
	display: none;
}
/********/

/* title image */
section.title-image {
	width: 100%;
}

section.title-image .title-image-container {
	width: 100%;
	position: relative;
}

section.title-image .title-image-container:after,
section.seminar-detail:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	text-indent: 0;
	width: 100%;
	height: 4px;
	padding: 0;
	margin: 0;
	background: url(../img/brush.svg) center no-repeat;
	content: "";
	z-index: 5;
}
@media (max-width:767px) {
	section.title-image.brush .title-image-container:after {
		display:none;
	}
}

section.title-image .title-image-container .container {
	position: relative;
}

@media (max-width: 767px) {
	section.title-image .title-image-container .container {
		padding: 0;
	}
}

section.title-image .title-image-container img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
section.title-image .title-image-container h1 {
	display: none;
}
section.title-image .title-image-container .title-image-text {
	position: static;
	width: 100%;
	left: auto;
	bottom: auto;
	height: auto;
	padding: 20px 30px 10px 30px;
	background: #0ba1e2;
}
section.title-image.brush .title-image-container .title-image-text-inner {
	background: #0ba1e2; 
	padding: 20px 30px 10px 30px;
}
section.title-image.brush .title-image-container .title-image-text {
	margin-bottom:20px;
	padding:0;
}

section.title-image.brush .title-image-container .title-image-text:before {
	position: absolute;
	top:-19px;
	left:0;
	right:0;
	display: none;
	height:20px;
	content:'';
	background: url(../img/brush_top.svg) bottom no-repeat;
	background-size: 100%;
}
section.title-image.brush .title-image-container .title-image-text:after { 
	position: absolute;
	bottom:3px;
	left:0;
	right:0;
	display: block;
	height:20px;
	content:'';
	background: url(../img/brush_bottom.svg) top no-repeat;
	background-size: cover;
}
@media (min-width:768px) {
	section.title-image.brush .title-image-container .title-image-text:after { 
		background-size: 100%
	}
}

section.title-image .title-image-container .title-image-text h1 {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 10px 0;
	margin: 0;
}
section.title-image .title-image-container .title-image-text p {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
}

/* content sections */
section.content {
	margin: 0 0 0px 0;
	position: relative;
}

section.content:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	text-indent: 0;
	width: 100%;
	height: 4px;
	padding: 0;
	margin: 0;
	background: url(../img/brush.svg) center no-repeat;
	content: "";
	z-index: 5;
}

section.content.nobrush:after {
	background: none;
}
/* removing arrow */
section.content:last-of-type:after {
	content: "";
}

.content-inner {
	background: #fff;
	padding: 37px 15px;
}

.teaser {
	border: 1px solid #dddddd;
	margin: 30px 0;
}
.teaser .row {
	position: relative;
}
.teaser img {
	width: 100%;
	height: auto;
}
.teaser.seminar img {
	display: none;
}
.teaser .teaser-text {
	padding: 15px 15px 30px 15px;
	overflow: visible;
}

.teaser .teaser-text h2 {
	padding: 0;
	margin: 0 0 7px 0;
	font-size: 24px;
	color: #0ba1e2;
	line-height: 28px;
}
.teaser .teaser-text h3 {
	padding: 0;
	margin: 0 0 12px 0;
	font-family: "Kumbh Sans 400";
	color: #5e5e5d;
	font-size: 15px;
	line-height: 27px;
}
.teaser .teaser-text p {
	font-size: 16px;
	color: #5e5e5d;
	line-height: 27px;
	margin: 0;
}
.teaser .teaser-text ul {
	padding: 0 0 0 0;
	list-style: none;
}
.teaser .teaser-text ul li {
	position: relative;
	font-size: 15px;
	color: #5e5e5d;
	line-height: 20px;
	margin: 0 0 5px 0;
	font-weight: bold;
	padding: 0 0 0 26px;
	list-style: none;
}
.teaser .teaser-text ul li:before {
	content: "\e907";
	font-family: "ikk";
	position: absolute;
	left: 0;
	top: -1px;
	line-height: 20px;
	height: 20px;
	color: #0ba1e2;
	background: none;
}
.teaser .teaser-text button {
	margin-top: 3px;
}

.sideteaser {
	border: 1px solid #dddddd;
}
.sideteaser .image img {
	width: 100%;
	height: auto;
}
.sideteaser .inner .text {
	padding: 10px 20px;
}
.sideteaser .inner .text h2 {
	font-size: 24px;
	padding: 9px 0 5px 0;
}

/* akkordeon */

.panel-group .panel {
	border-radius: 0px;
	border: 0px;
}
.panel-group .panel + .panel {
	margin: 0;
}
.akkordeon .panel-default > .panel-heading {
	position: relative;
	cursor: pointer;
	padding: 0;
	line-height: 50px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	background: #fff;
	border-radius: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: -1px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border: 0px;
}

.text .akkordeon .panel-default > .panel-heading h4 {
	padding: 0;
}

.akkordeon .panel-default > .panel-heading h4 a,
.akkordeon .panel-default > .panel-heading h4 a {
	display: block;
	width: 100%;
	padding: 16px 55px 15px 15px;
	margin: 0;
	font-size: 15px;
	color: #5e5e5d;
	line-height: 20px;
	text-decoration: none;
}
.akkordeon .panel-default > .panel-heading h4 a:after {
	position: absolute;
	height: 26px;
	width: 26px;
	right: 16px;
	top: 13px;
	text-align: center;
	color: #0ba1e2;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(../img/icon_plus.svg) center no-repeat;
	background-size: 26px;
	content: "";
}

.akkordeon .panel-default > .panel-heading h4 a[aria-expanded="true"]:after {
	background: url(../img/icon_minus.svg) center no-repeat;
	background-size: 26px;
}
.akkordeon .panel-default > .panel-heading h4 a[aria-expanded="true"] {
	background: #f2f2f2;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 15px 15px 0 15px;
	border: 0px;
	margin: 0;
}

.text h2 {
	color: #5e5e5d;
	font-size: 24px;
	line-height: 28px;
	padding-top: 19px;
	padding-bottom: 5px;
	margin-top: 0;
}
.text h3 {
	color: #5e5e5d;
	font-weight: normal;
	font-family: "Kumbh Sans 400";
	font-size: 17px;
	line-height: 26px;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.text h4 {
	line-height: 26px;
}

.text {
	margin: 0 0 15px 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-default > .panel-heading + .panel-collapse > .panel-body ul li,
.text p,
.text ul li,
.ce-bodytext ul li {
	font-size: 16px;
	line-height: 27px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body p img,
.text p img {
	width: 100%;
	height: auto;
}
.text img {
	width: 100%;
	height: auto;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body ul,
.text ul, .ce-bodytext ul {
	padding: 0 0 20px 0;
	margin: 0;
	list-style: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body ul li,
.text ul li, .ce-bodytext ul li {
	padding: 0 0 0 25px;
	margin: 0;
	line-height: 25px;
	line-height: 27px;
	position: relative;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body ul li:before,
.text ul li:before, .ce-bodytext ul li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/icon_bullet.svg) center no-repeat;
	left: 4px;
	top: 7px;
}

ul.linklist {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.linklist li {
	padding: 0 15px 15px 25px;
	margin: 0;
	list-style: none;
	position: relative;
}

ul.linklist li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/icon_bullet.svg) center no-repeat;
	left: 4px;
	top: 7px;
}
ul.linklist li a:hover {
	color: #5e5e5d;
}
.text p span.inline-tab {
	font-weight: bold;
	width: 100%;
	float: left;
}

.teaser ul.linklist {
	padding: 0;
}
.teaser ul.linklist li {
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 20px 5px 0;
	width: 100%;
}
.teaser ul.linklist li:last-child {
	border-bottom: 0px;
}
.teaser ul.linklist li a {
	font-weight: normal;
	width: 100%;
	float: left;
}
.teaser ul.linklist li a:before {
	background: transparent;
	left: auto;
	right: -19px;
	top: 0px;
	content: "\e909";
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	font-family: "ikk";
}

.ce-media {
	margin-bottom: 60px;
}

.teaser.img-right .ce-media,
.teaser.img-left .ce-media {
	margin-bottom: 0;
}

/* Sektion: Bild */

.section-image {
	width: 100%;
	position: relative;
}

.section-image:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	text-indent: 0;
	width: 100%;
	height: 4px;
	padding: 0;
	margin: 0;
	background: url(../img/brush.svg) center no-repeat;
	content: "";
	z-index: 5;
}

.section-image img {
	width: 100%;
	height: auto;
}

/* seminarkalender */
section.seminar-detail,
section.seminar-detail .content-inner {
	background-color: #f2f2f2;
	position: relative;
}

section.seminar .content-inner {
	padding-top: 10px;
	padding-bottom: 5px;
}
section.seminar .content-inner h1 {
	color: #5e5e5d;
	font-size: 27px;
	line-height: 33px;
	margin-top: 15px;
	font-family: "Kumbh Sans 700";
}
section.seminar form.seminarformular,
section.seminar .seminardetail-head {
	padding: 10px 20px 20px 20px;
	margin: 30px 0 7px 0;
}

section.seminar form.seminarformular {
	background: #0ba1e2;
	color:#ffffff;
}

section.seminar form.seminarformular legend {
	display: none;
}

section.seminar form.seminarformular input {
	border-color: #5E5E5D;
	height:46px;
	line-height: 46px;
}

section.seminar .form-group input.form-control {
	width: 100%;
}
section.seminar .form-group button.stichwortsuche {
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 46px;
	height: 46px;
	background: #ffffff;
	border: 1px solid #5E5E5D;
	text-indent: -999em;
}
section.seminar .form-group button.stichwortsuche:after {
	/*text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: "ikk";
	content: "\e905";
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
	width: 40px;*/
	position: absolute;
	left: 5px;
	top: 5px;
	text-indent: 0;
	width: 35px;
	height: 35px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: url(../img/icon_search_normal.svg) center no-repeat;
	background-size: 19px;
	font-size: 17px;
	content: "";
}
select.seminarrubrik,
select.seminarrubrik + .btn-group,
select.seminarrubrik + .btn-group button.multiselect {
	width: 100%;
}
select.seminarrubrik + .btn-group button.multiselect,
select.seminarrubrik + .btn-group button.multiselect:active:focus {
	height: 46px;
	position: relative;
	border-radius: 0px;
	border: 1px solid #5E5E5D;
	text-align: left;
	background: #fff;
	color: #5e5e5d;
	font-weight: normal;
	line-height: 46px;
	padding: 0;
	margin: 0;
}

.btn-group.open .dropdown-toggle {
	box-shadow: none;
	background: #fff;
}

select.seminarrubrik .btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	background: #fff;
	box-shadow: none;
}

.seminarformular .form-group {
	margin-bottom: 20px;
}

select.seminarrubrik + .btn-group button.multiselect span.multiselect-selected-text {
	padding: 0 55px 0 15px;
	display: block;
	overflow: hidden;
}
select.seminarrubrik + .btn-group button.multiselect b.caret {
	position: absolute;
	width: 46px;
	height: 46px;
	background: #ffffff;
	border: 1px solid #5E5E5D;
	right: -1px;
	top: -1px;
	z-index: 2;
}
select.seminarrubrik + .btn-group button.multiselect b.caret:after {
	font-weight: normal;
	position: absolute;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #5E5E5D;
	background: url(../img/icon_down_gray.svg) center no-repeat;
	background-size: 21px;
	font-size: 22px;
	content: "";
}
select.seminarrubrik + .btn-group.open button.multiselect b.caret:after {
	background: url(../img/icon_up_gray.svg) center no-repeat;
	background-size: 21px;
}
select.seminarrubrik + .btn-group .dropdown-menu {
	min-width: 100%;
	border-radius: 0px;
	max-height: 330px;
	overflow-y: scroll;
}
select.seminarrubrik + .btn-group .dropdown-menu > li {
	padding: 0 10px;
	margin: 0;
}
select.seminarrubrik + .btn-group .dropdown-menu > li.group-heading {
	margin: 10px 0;
}
select.seminarrubrik + .btn-group .dropdown-menu > li.group-heading:first-child {
	margin: 0 0 10px 0;
}
select.seminarrubrik + .btn-group .dropdown-menu > li > a {
	line-height: 21px;
	padding: 3px 10px;
}

select.seminarrubrik + .btn-group .dropdown-menu > li.active > a,
select.seminarrubrik + .btn-group .dropdown-menu > li.active > a:hover,
select.seminarrubrik + .btn-group .dropdown-menu > li.active > a:focus {
	background: #fff;
	color: #0ba1e2;
}
select.seminarrubrik + .btn-group .dropdown-menu > li.group-heading > a {
	line-height: 40px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
select.seminarrubrik + .btn-group .dropdown-menu > li.group-heading:first-child > a {
	border-top: 0px solid #d7d7d7;
}
select.seminarrubrik + .btn-group .dropdown-menu > li > a > label {
	padding: 3px 20px 3px 44px;
}
select.seminarrubrik + .btn-group .dropdown-menu > li.group-heading > a > label {
	padding: 3px 20px 3px 28px;
}
select.seminarrubrik + .btn-group .dropdown-menu > li > a > label > input[type="checkbox"] {
	margin-top: 3px;
	opacity: 0;
}
select.seminarrubrik + .btn-group .dropdown-menu > li.group-heading > a > label > input[type="checkbox"] {
	margin-top: 13px;
	opacity: 0;
}
select.seminarrubrik + .btn-group .dropdown-menu > li.multiselect-item.multiselect-group {
	display: none;
}

select.seminarrubrik.nogroups + .btn-group .dropdown-menu > li {
	padding: 0 10px;
	margin: 10px 0;
}
select.seminarrubrik.nogroups + .btn-group .dropdown-menu > li > a > label {
	padding: 3px 20px 3px 28px;
}

select.seminarrubrik + .btn-group .dropdown-menu > li > a > label:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	background: url(../img/checkbox.jpg);
	background-position: 0 0;
	background-size: 100% auto;
	margin-left: -28px;
	z-index: 2;
}
select.seminarrubrik + .btn-group .dropdown-menu > li.group-heading > a > label:before {
	top: 12px;
}

select.seminarrubrik + .btn-group .dropdown-menu > li.active > a > label:before,
select.seminarrubrik + .btn-group .dropdown-menu > li.group-heading.active > a > label:before {
	background-position: 0 -100px;
}

section.content.seminardetail .content-inner {
	position: relative;
	padding-bottom: 27px;
	padding-left: 43px;
	padding-right: 43px;
	padding-top: 37px;
}

.seminardetail-row {
	border-bottom: 1px solid #e0e0e0;
}
section.content.seminardetail .content-inner:after {
	/*content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	height: 1px;
	background: #e0e0e0;
	bottom: 0;*/
}
section.content.seminardetail .content-inner:last-child:after {
	display: none;
}

section.content.seminardetail h4 {
	margin-top: 0;
	padding: 0;
	color: #5e5e5d;
	font-size: 24px;
	line-height: 32px;
	font-family: "Kumbh Sans 400";
}
section.content.seminardetail .text.dozent h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #5e5e5d;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding: 10px 0 0 0;
}
section.content.seminardetail .text.dozent img {
	max-width: 150px;
}
section.seminar .details {
	padding: 20px 0 0 0;
}
section.seminar .details p {
	width: 100%;
	padding: 0 0 0 0;
}
section.seminar .details p span.left {
	font-weight: bold;
	width: 100%;
	display: inline-block;
}
section.seminar .details p span.right {
	display: inline-block;
}

section.seminar .seminar-icon {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 200px;
}
section.seminar .seminar-icon .seminar-icon-inner {
	overflow: hidden;
	background: url(../img/brush_bg.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	text-align: center;
	line-height: 100%;
}
section.seminar .seminar-icon .seminar-icon-inner img {
	width: 100%;
	height: auto;
}

/* seminarliste */
section.seminar label {
	padding-top: 15px;
	padding-bottom: 5px;
}
.seminarfilter {
	padding-top: 15px;
}
.seminarfilter .seminarfilter-item,
.seminarliste .seminarliste-item {
	padding: 7px 0;
	margin: 7px 0;
	border-bottom: 1px solid #e0e0e0;
}
.seminarfilter .seminarfilter-item {
	padding: 0 0 0 20px;
	background: #f2f2f2;
	margin-top: -5px;
	max-height: 0px;
	overflow: hidden;
}
.seminarfilter .seminarfilter-item.open {
	max-height: 400px;
	padding: 25px 0 7px 20px;
}
.seminarfilter .seminarfilter-item a,
.seminarfilter .seminarfilter-item a:hover,
.seminarfilter .seminarfilter-item a:active,
.seminarfilter .seminarfilter-item a:focus {
	color: #5e5e5d;
	text-decoration: none;
}
.seminarfilter .seminarfilter-item p {
	font-weight: normal;
	font-size: 16px;
}
.seminarfilter .seminarfilter-item p.filter {
	position: relative;
	cursor: pointer;
}
.seminarfilter .seminarfilter-item p.filter.active,
.seminarfilter .seminarfilter-item p.filter:hover {
	color: #0ba1e2;
}
.seminarfilter .seminarfilter-item p.filter:after,
.seminarfilter .seminarfilter-item p.filter.ascending:after {
	font-weight: normal;
	position: absolute;
	width: 44px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	right: 0;
	text-align: center;
	content: "\e908";
	font-family: "ikk";
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.seminarfilter .seminarfilter-item p.filter.descending:after {
	font-weight: normal;
	position: absolute;
	width: 44px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	text-align: center;
	right: 1px;
	content: "\e908";
	font-family: "ikk";
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.seminarliste p {
	padding: 0 15px 0 0;
	font-size: 16px;
	hyphens: auto;
}
.seminarliste p a {
	font-size: 16px;
}
.seminarliste .seminarliste-item span.katname {
	font-weight: bold;
}

.seminarliste .seminarliste-item .title-container {
	display: flex;
	justify-content: space-between;	
}

.seminarliste .seminarliste-item .title-container:after { 
	display: block;
	width: 24px;
	height: 24px;
	content:'';
	flex: 0 0 auto;
}

.seminarliste .seminarliste-item .title-container.seminar-online:after { 
	background: url(../img/icon_seminar_online.svg) top center no-repeat;
}

.seminarliste .seminarliste-item .title-container.seminar-local:after { 
	background: url(../img/icon_seminar_praesenz.svg) top center no-repeat;
}

.seminarliste .seminarliste-item .title-container.seminar-online-or-local:after { 
	background: url(../img/icon_seminar_gemischt_oder.svg) top center no-repeat;
}

.seminarliste .seminarliste-item .title-container.seminar-online-and-local:after { 
	background: url(../img/icon_seminar_gemischt_und.svg) top center no-repeat;
}

.seminarliste .seminarliste-item .title-container.seminar-mixed:after { 
	background: url(../img/icon_seminar_gemischt_und.svg) top center no-repeat;
}

.seminarliste .seminarliste-item .title-container.seminar-certificate:after { 
	background: url(../img/icon_seminar_zertifikat.svg) top center no-repeat;
}


/* seminar accordion */ 

.seminarliste .panel-default > .panel-heading {
	background-color: #ffffff;
	padding: 0;
}

.seminarliste .panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 15px 0 30px 0;
}

.seminarliste .seminarliste-item .accordion-controls {
	display: flex;
	flex-direction: column;
}

@media (min-width:768px) {
	.seminarliste .seminarliste-item .accordion-controls {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}

}

.seminarliste .seminarliste-item .accordion-controls a { 
	flex: 0 0 auto;
	position: relative;
	height: 26px;
    width: 26px;
	margin-bottom: 10px;
}

.seminarliste .seminarliste-item .accordion-controls a:after {
    position: absolute;
    height: 26px;
    width: 26px;
    right: 0;
    top: 0;
    text-align: center;
    color: #0ba1e2;
    padding: 0;
    margin: 0;
    text-align: center;
    background: url(../../../storage/template/img/icon_plus.svg) center no-repeat;
    background-size: 26px;
    content: "";
}

.seminarliste .seminarliste-item .accordion-controls a[aria-expanded="true"]:after {
    background: url(../../../storage/template/img/icon_minus.svg) center no-repeat;
    background-size: 26px;
}

.seminarliste .seminardetail-container {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.seminarliste .seminardetail-container {
		display: flex;
		margin: 0 -15px;
		flex-direction: row;
	}

	.seminardetail-left,
	.seminardetail-right {
		margin: 0 15px;
	}
}

.seminardetail-left,
.seminardetail-right {
	flex: 1;
}

.seminardetail-right {
	background-color: #F2F2F2;
	padding: 1px 30px 30px 30px;
} 

.seminarliste .seminardetail-container h3 {
    margin-top: 15px;
    padding: 0;
    color: #5e5e5d;
    font-size: 24px;
    line-height: 32px;
    font-family: "Kumbh Sans 400";
}

.seminarliste .seminardetail-container .dozent {
	margin-bottom: 20px;
}

.seminarliste .seminardetail-container .text.dozent h4 {
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: #5e5e5d;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 10px 0 0 0;
}

.seminarliste .seminardetail-container .text {
	padding-bottom: 1px;
	margin-bottom: 0;
}

@media (min-width:768px) {
	.seminarliste .seminardetail-container .dozent {
		margin-bottom: 30px;
	}
	
	.seminarliste .seminardetail-container .text {
		padding-bottom: 20px;
		margin-bottom: 0;
	}
}

.seminardetail-heading {
	display: flex;
	gap: 20px;
	justify-content: flex-start; 
	align-items: center;
	margin-bottom: 30px;
}


.seminardetail-heading h2 {
	font-size: 18px;
	color: #0BA1E2;
	line-height: 24px;	
	margin: 0 0 10px 0;
}

.seminarliste .seminardetail-container .seminar-icon {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	width: 40px;
	flex: 0 0 auto;
}
.seminarliste .seminardetail-container .seminar-icon .seminar-icon-inner {
	overflow: hidden;
	background: url(../img/brush_bg.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 100%;
}
.seminarliste .seminardetail-container .seminar-icon .seminar-icon-inner img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.seminardetail-heading h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.seminarliste .seminardetail-container .seminar-icon {
		width: 64px;
	}
}

.seminarliste .seminardetail-container .link-seminar {
	margin-bottom: 30px;
	display: block;
	padding-left: 33px;
	position: relative;
}

.seminarliste .seminardetail-container .link-seminar:before {
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 23px;
	height: 23px;
	background: url(../img/icon_link_extern.svg) top left no-repeat;
	background-size: contain;
}






.seminarfilter-button {
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	padding: 10px 20px;
	background: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.seminarfilter-button.open {
	border-bottom: 1px solid #b2b2b2;
}
.seminarfilter-button:after {
	font-weight: normal;
	position: absolute;
	width: 44px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	right: 0;
	text-align: center;
	content: "\e908";
	font-family: "ikk";
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.seminarfilter-button.open:after {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.accordion-faded {
	margin-top:15px;
	overflow: hidden;
	transition: 500ms;
}

.accordion-fading-footer {
    text-align: center;
    position: relative;
}

.accordion-fading-footer.removed .btn:hover {
	cursor:default;
}
/*
.accordion-fading-footer:before {
    display: block;
    width: 100%;
    height: 60px;
    content: '';
    position: absolute;
    top: -54px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.accordion-fading-footer.removed:before {
		display: none;
	}
*/




















/* footer */
footer {
	margin-bottom: 10px;
	background-color: #4b6478;
}
footer .content-inner {
	padding: 15px 15px;
	background-color: #4b6478;
	border-bottom: 1px #a3aab1 solid;
}
footer .content-inner .footer-wrap {
	background: #4b6478;
	padding: 20px;
}
footer .content-inner .footer-wrap .footer-top {
	padding-bottom: 0px;
}
footer .content-inner .footer-wrap .footer-element {
	position: relative;
	padding-bottom: 31px;
}

footer .content-inner .footer-wrap ul.social-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .content-inner .footer-wrap ul.social-list li {
	padding: 0;
	margin: 0 5px 15px 0;
	list-style: none;
	float: left;
}

footer .content-inner .footer-wrap ul.social-list li a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	float: left;
	text-align: center;
	position: relative;
	background-color: #0ba1e2;
	border-radius: 42px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

footer .content-inner .footer-wrap ul.social-list li a span {
	position: relative;
	left: 2px;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
}

footer .content-inner .footer-wrap ul.social-list li a span:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: "ikk";
	color: #ffffff;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
footer .content-inner .footer-wrap ul.social-list li a:hover span,
footer .content-inner .footer-wrap ul.social-list li a:hover span:before {
	color: #f2f2f2;
}

footer .content-inner .footer-wrap ul.social-list li a span.google:before {
	content: "\e901";
	font-size: 22px;
}
footer .content-inner .footer-wrap ul.social-list li a span.facebook:before {
	content: "\e902";
	font-size: 20px;
}
footer .content-inner .footer-wrap ul.social-list li a span.twitter:before {
	content: "\e903";
	font-size: 23px;
}
footer .content-inner .footer-wrap ul.social-list li a span.xing:before {
	content: "\e904";
	font-size: 20px;
}

footer .content-inner p {
	font-size: 16px;
	line-height: 27px;
	color: #ffffff;
}
footer .content-inner p a {
	color: #ffffff;
	text-decoration: none;
}

footer .content-inner p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
footer .content-inner .footer-wrap .footer-element .footer-logo {
	position: relative;
	float: right;
	right: 0;
	padding-top: 0px;
	padding-bottom: 20px;
}
footer .footer-bottom p {
	line-height: 50px;
	display: inline;
	float: left;
	width: 100%;
	color: #a3aab1;
	font-size: 16px;
}
footer .footer-bottom a {
	color: #a3aab1 !important;
}
footer .footer-bottom a:hover {
	color: #a3aab1 !important;
	text-decoration: underline;
}
footer .footer-bottom p span {
	padding: 3px 12px;
	border-right: 1px solid #a3aab1;
	line-height: 30px;
	width: 100%;
	border-right: 0px;
	padding: 0;
	display: inline;
	float: left;
}
footer .footer-bottom p span:first-child {
	padding-left: 0;
}
footer .footer-bottom p span:last-child {
	border-right: 0;
}
footer h6 {
	font-family: "Kumbh Sans 700";
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 12px;
}

footer .footer-bottom {
	padding: 26px 30px 16px 30px;
}
footer .footer-bottom p {
	padding-top: 10px;
}
footer .footer-bottom p span.mobile {
	display: inline-block;
}
footer .content-inner .footer-wrap .footer-element .footer-logo {
	width: 100%;
	height: auto;
}
footer .content-inner .footer-wrap .footer-element .footer-logo img {
	width: 100%;
	max-width: 230px;
	height: auto;
	float: right;
}

footer .container {
	max-width: 100%;
}

/*.teaser .teaser-text p {display:none;}*/

.image-container-copyright {
	position: relative;
}

.copyright {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	text-align: center;
}

.copyright a {
	font-size: 12px;
	position: relative;
	padding: 3px 0 0 5px;
	z-index: 2;
	text-decoration: none;
	display: block;
	text-align: center;
	z-index: 300;
}

.copyright:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 34px 34px 0;
	border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
	content: "";
	z-index: 1;
}

.copyright:hover:before {
	border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent transparent;
}

.title-image-container .copyright {
	z-index: 300;
}

.flexslider ul.slides li .copyright {
	right: 0;
}

/* TOOLTIP
=========================================*/

#tooltip {
	text-align: center;
	color: #fff;
	background: #0ba1e2;
	position: absolute;
	z-index: 230;
	padding: 15px;
	font-size: 13px;
	line-height: 21px;
	margin-left: 2px;
}

#tooltip.top {
	margin: 5px 0 0 2px;
}

#tooltip span.title {
	font-family: "Kumbh Sans 700";
	font-size: 13px;
	color: #fff;
	padding: 0 0 8px 0;
	display: inline-block;
	text-transform: uppercase;
}

#tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0ba1e2;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #0ba1e2;
	top: -20px;
	bottom: auto;
}

#tooltip.left:after {
	left: 10px;
	margin: 0;
}

#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}

/* CONTACT
=========================================*/

.contacts {
	position: relative;
	background: #fff;
}

.contacts .contact-list-container {
	border-top: 1px solid #d9d9d9;
	padding: 30px 0 0 0;
}

.text div:first-child .contacts .contact-list-container {
	border: 0;
}

.panel-group.contact {
	padding: 10px 0 0 0;
}

.contact-list-item {
	padding: 0 0 40px 0;
}

.text.contact {
	margin: 0;
	padding: 0;
}

.contacts .text h4 {
	padding: 0 0 20px 0;
}

.contact-list-item h3,
.contact-list-item .text.contact h3 {
	font-family: "Kumbh Sans 700";
	font-size: 16px;
	color: #5e5e5d;
	line-height: 26px;
	margin: 0;
	padding: 16px 0 3px 0;
}
.contact-list-item h4,
.contact-list-item .text.contact h4 {
	font-family: "Kumbh Sans 400";
	font-size: 16px;
	color: #5e5e5d;
	line-height: 27px;
	margin: 0;
	padding: 0 0 10px 0;
}

.text.contact p {
	margin: 0;
	padding: 0;
}

.contact-list-item .btn {
	margin: 30px 0 0 0;
}

.panel-group.contact .panel-body,
.panel-group.contact .panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 30px 0 0 0;
}

@media (min-width: 1200px) {
	.contacts .contact-list-container {
		padding: 40px 0 0 0;
	}
}

/*
Responsive
*/
/*
@media screen and (max-width: 350px) {
	header .search-wrap {
		width: 190px;
	}
	header .search-wrap .form-group,
	header .search-wrap input.form-control {
		width: 155px;
	}
}
*/


/* Newsslider */

.newsslider {
	margin-bottom: 40px;
}

.newsslider h4 {
	font-size: 18px;
	line-height: 29px;
	margin-top:0;
}

.newsslider img {
	width: 100%;
	height: auto;
}

.newsslider .copyright a {
	padding-top:0;
}

.newsslider .slides li {
	padding-bottom: 20px;
}

.newsslider .flex-direction-nav .flex-next {
	right: -25px;
}

.newsslider .flex-direction-nav .flex-prev {
	left: -25px;
}

@media (min-width:1100px) {
	.newsslider .flex-direction-nav .flex-next {
		right: -50px;
	}

	.newsslider .flex-direction-nav .flex-prev {
		left: -50px;
	}
}

.newsslider-caption {
	background: #f6f8f9;
	padding: 22px 20px 30px 20px;
	width: 90%;
	display: inline-block;
	margin: -40px 5% 0 5%;
}

@media (min-width:768px) {
	.newsslider-caption {
		width: calc(100% - 60px);
		padding: 22px 30px 30px 30px;
		margin: -60px 30px 0 30px;
	}
}



/* Tab-Filter */

.tab-filter {
	margin: 33px 0;
}

.tab-filter .nav-tabs {
	display: flex;
    justify-content: center;
	flex-direction: column;
	margin-bottom: 25px;
}

.tab-filter .nav-tabs > li {
	text-align: center;
}


.tab-filter .nav-tabs > li > a {
	padding: 16px 30px;
	border-radius: 0;
}

.tab-filter .nav-tabs>li.active>a, 
.tab-filter .nav-tabs>li.active>a:hover, 
.tab-filter .nav-tabs>li.active>a:focus {
    color: #5E5E5D;
    background-color: #ffffff;
    border: solid #ddd;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 2px;
	border-top-color: #5E5E5D;
    border-bottom-color: inherit;
	border-bottom-width: 2px;
    cursor: default;
	font-weight: bold;
}

@media (min-width: 768px) {
	.tab-filter .nav-tabs {
		flex-direction: row;
	}

	.tab-filter .nav-tabs>li.active>a, 
	.tab-filter .nav-tabs>li.active>a:hover, 
	.tab-filter .nav-tabs>li.active>a:focus {
		border-bottom-color: transparent;
	}
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: #dddddd;
}

.nav-tabs>li>a:hover {
	border-color: #ddd #ddd #ddd;
}



/* Text-Image DCE */

.image-text { display: flex; flex-direction: column; margin-left: -10px; margin-right: -10px; }

.image-text > div { flex: 1 1 100%; max-width: 100%; padding-left: 10px; padding-right: 10px; }

.image-text .img { text-align: center; margin-bottom: 1.5rem; width: 100%; display:flex; justify-content: center;}

.image-text .image-container-copyright img { width:100%; height:auto; }

.image-text .img.smMob-10 .image-container-copyright { width: 10%; margin: inherit auto; }

.image-text .img.smMob-20 .image-container-copyright { width: 20%; }

.image-text .img.smMob-30 .image-container-copyright { width: 30%; }

.image-text .img.smMob-40 .image-container-copyright { width: 40%; }

.image-text .img.smMob-50 .image-container-copyright { width: 50%; }

.image-text .img.smMob-60 .image-container-copyright { width: 60%; }

.image-text .img.smMob-70 .image-container-copyright { width: 70%; }

.image-text .img.smMob-80 .image-container-copyright { width: 80%; }

.image-text .img.smMob-90 .image-container-copyright { width: 90%; }

.image-text .img.smMob-100 .image-container-copyright { width: 100%; }

.image-text > .txt.floating { display: flex; flex-direction: column; max-width: 100%; }

.image-text > .txt.floating > .img { order: -2; }

.image-text > .txt.floating > h2 { order: -1; }

.image-text.image-center-bottom .img  { order: 2; text-align: center; }

.image-text.image-center-bottom .txt { order: 1; }

.image-text.image-right .txt > h1,
.image-text.image-left .txt > h1,
.image-text.image-right .txt > h2,
.image-text.image-left .txt > h2,
.image-text.image-right .txt > h3,
.image-text.image-left .txt > h3,
.image-text.image-right .txt > h4,
.image-text.image-left .txt > h4,
.image-text.image-right .txt > h5,
.image-text.image-left .txt > h5,
.image-text.image-right .txt > h6,
.image-text.image-left .txt > h6 { margin-top:0;}

@media (min-width: 768px) { .image-text { flex-direction: row; }
  .image-text > div { flex: 1 1 50%; max-width: 50%; }
  .image-text.image-center-top { flex-direction: column; }
  .image-text.image-center-top > div { flex: 0 0 auto; max-width: 100%; }
  .image-text.image-center-top .img { display:flex; justify-content: center; }
  .image-text.image-right .img { order: 2; flex: 1 1 50%; }
  .image-text.image-right .txt { order: 1; flex: 1 1 50%; }
  .image-text.image-center-bottom { flex-direction: column; }
  .image-text.image-center-bottom > div { flex: 1 1 auto; max-width: 100%; }
  .image-text.image-center-bottom .img { order: 2; display:flex; justify-content: center; }
  .image-text.image-center-bottom .txt { order: 1; }
  .image-text { margin-left: -30px; margin-right: -30px; }
  .image-text > div { padding-left: 30px; padding-right: 30px; }
  .image-text > .txt.floating { flex: 1 1 100%; max-width: 100%; display: block; }
  .image-text > .txt.floating > .img { flex: 1 1 50%; max-width: 100%; }
  .image-text.image-left > .txt.floating > .img { float: left; margin: 0 2rem 1rem 0; }
  .image-text.image-right > .txt.floating > .img { float: right; margin: 0 0 1rem 2rem; }
  .image-text .img.smDsk-10 .image-container-copyright { width: 10%; }
  .image-text .img.smDsk-20 .image-container-copyright { width: 20%; }
  .image-text .img.smDsk-30 .image-container-copyright { width: 30%; }
  .image-text .img.smDsk-40 .image-container-copyright { width: 40%; }
  .image-text .img.smDsk-50 .image-container-copyright { width: 50%; }
  .image-text .img.smDsk-60 .image-container-copyright { width: 60%; }
  .image-text .img.smDsk-70 .image-container-copyright { width: 70%; }
  .image-text .img.smDsk-80 .image-container-copyright { width: 80%; }
  .image-text .img.smDsk-90 .image-container-copyright { width: 90%; }
  .image-text .img.smDsk-100 .image-container-copyright { width: 100%; }
  /*.image-text > .txt.floating > .img .image-container-copyright { width: 100%; }
  .image-text > .txt.floating > .img.smDsk-10 { width: calc(5% - 2rem); }
  .image-text > .txt.floating > .img.smDsk-20 { width: calc(10% - 2rem); }
  .image-text > .txt.floating > .img.smDsk-30 { width: calc(15% - 2rem); }
  .image-text > .txt.floating > .img.smDsk-40 { width: calc(20% - 2rem); }
  .image-text > .txt.floating > .img.smDsk-50 { width: calc(25% - 2rem); }
  .image-text > .txt.floating > .img.smDsk-60 { width: calc(40% - 2rem); }
  .image-text > .txt.floating > .img.smDsk-70 { width: calc(35% - 2rem); }
  .image-text > .txt.floating > .img.smDsk-80 { width: calc(40% - 2rem); }
  .image-text > .txt.floating > .img.smDsk-90 { width: calc(45% - 2rem); }
  .image-text > .txt.floating > .img.smDsk-100 { width: calc(50% - 2rem); } */
  .image-text > .txt.floating > .img .image-container-copyright { width: 100%; }
  .image-text > .txt.floating > .img.smDsk-10 { width: 10%; }
  .image-text > .txt.floating > .img.smDsk-20 { width: 20%; }
  .image-text > .txt.floating > .img.smDsk-30 { width: 30%; }
  .image-text > .txt.floating > .img.smDsk-40 { width: 40%; }
  .image-text > .txt.floating > .img.smDsk-50 { width: 50%; }
  .image-text > .txt.floating > .img.smDsk-60 { width: 60%; }
  .image-text > .txt.floating > .img.smDsk-70 { width: 70%; }
  .image-text > .txt.floating > .img.smDsk-80 { width: 80%; }
  .image-text > .txt.floating > .img.smDsk-90 { width: 90%; }
  .image-text > .txt.floating > .img.smDsk-100 { width: 100%; } 
}

@media (min-width: 1200px) { .image-text { margin-left: -38px; margin-right: -38px; }
  .image-text > div { padding-left: 38px; padding-right: 38px; }
  .image-text.image-left .img { margin-bottom: 30px; }
  .image-text.image-right .img { margin-bottom: 30px; }
  .image-text.image-center-top .img { margin-right: auto; margin-left: auto; margin-bottom: 30px; }
  .image-text.image-center-top .img + .magazine-singleimage.section-magazine-content { margin-top: -30px; }
  .image-text.image-center-bottom .img { margin-top: 0; margin-bottom: 30px; } }




/*###############################################################################################
#################################################################################################

########  #######   #######  
##    ## ##     ## ##     ## 
    ##   ##        ##     ## 
   ##    ########   #######  
  ##     ##     ## ##     ## 
  ##     ##     ## ##     ## 
  ##      #######   #######  

#################################################################################################
###############################################################################################*/

@media screen and (min-width: 768px) {
	header .container .row .header-inner {
		height: 114px;
		padding:15px 0;
	}
 
	span.mobile,
	footer .footer-bottom p span.mobile,
	.mobile-nav-opener,
	.seminarfilter-button,
	.second-nav-opener {
		display: none;
	}
	.text p span.inline-tab {
		width: 130px;
	}

	input.form-control,
	header .meta {
		bottom: 28px;
		right: -24px;
		width: 269px;
	}
	header .logo img {
		width: 190px;
		/*top: 20px;*/
	}
	header .search-wrap {
		padding: 0;
		margin: 0;
		top:0;
	}
	header .search-wrap input.form-control {
		float: right;
		height: 35px;
		line-height: 35px;
		border-radius: 0px;
		border: 1px solid #b2b2b2;
		margin-right: 0px;
		margin-top: 0;
		width: 168px;
		margin-right: -90px;
		margin-top: 38px;
	}

	header .search-wrap:hover, 
	header .search-wrap:focus, 
	header .search-wrap:focus-within {
		width: 250px;
		padding-bottom: 80px;
	}

	header .search-wrap .btn.btn-primary {
		/*float: left;
		border-radius: 0px;
		font-weight: normal;
		text-transform: uppercase;
		padding: 10px 15px;
		margin: 0;
		position: relative;*/
		background-color: #ffffff;
	}
	header .search-wrap .btn.btn-primary:before {
		background: url(../img/icon_search_normal.svg) center no-repeat;
	}
	header .meta .metanav {
		display: block;
		float: right;
		padding: 0;
		margin: 0;
	}
	header .meta .metanav ul.metanav-list {
		float: left;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	header .meta .metanav ul.metanav-list li {
		float: left;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	header .meta .metanav ul.metanav-list li a {
		color: #5e5e5d;
		float: left;
		margin: 10px 0;
		line-height: 20px;
		padding: 0 15px;
		border-right: 1px solid #cecece;
	}
	header .meta .metanav ul.metanav-list li a:hover {
		color: #0ba1e2;
		text-decoration: none;
	}
	header .meta .metanav ul.metanav-list li:last-child a {
		padding-right: 0;
		border-right: 0px;
	}

	nav {
		margin-left:0px;
		margin-right:0px;
	}

	nav ul.mainnav li {
		width: auto;
		border-right: 1px solid #fff;
		padding: 0px 15px;
	}
	nav ul.mainnav li:last-child {
		border-right: 0px;
	}

	nav ul.mainnav li:first-child {
		border-left: 1px solid #ffffff;
	}

	nav ul.mainnav {
		height: 45px;
		max-height: none;
		padding-top: 0;
	}
	nav ul.mainnav li a {
		font-size: 16px;
		padding: 0;
		margin: 0;
		line-height: 35px;
		height: 35px;
		text-align: center;
		color: #5e5e5d;
		text-transform: none;
		background: #ffffff;
	}
	.second-nav-inner.open ul.second-nav-list {
		box-shadow: 0px 0px 0px transparent;
	}
	div.second-nav .second-nav-sticker {
		padding-top: 15px;
		height: 67px;
	}
	div.second-nav .second-nav-sticker .second-nav-inner {
		padding: 0 15px;
		max-height: none;
	}
	ul.second-nav-list li {
		display: block;
		width: auto;
	}
	ul.second-nav-list li a {
		padding: 11px 10px;
		font-size: 14px;
		line-height: 30px;
	}
	ul.second-nav-list li a:after {
		content: "";
		width: 1px;
		height: 32px;
		background: #dddddd;
		position: absolute;
		right: 0;
		top: 10px;
		display: block;
	}
	ul.second-nav-list li:last-child a:after {
		display: none;
	}

	section.title-image .title-image-container .title-image-text {
		position: absolute;
		z-index: 3;
		background: #0ba1e2;
		bottom: 20px;
		width: 450px;
		left: 0px;
		padding: 25px 80px 19px 32px;
	}
	section.title-image.brush .title-image-container .title-image-text {
		bottom:20px;
		padding:0;
		background: transparent;
	}
	section.title-image.brush .title-image-container .title-image-text-inner {
		background: #0ba1e2; 
		padding: 10px 71px 6px 20px;
		margin: 0 10px;
	}
	section.title-image.brush .title-image-container .title-image-text:before {
		display:block;
	}
	section.title-image.brush .title-image-container .title-image-text:after { 
		bottom:-19px;
	}
	section.title-image.brush .title-image-container .title-image-text-inner:before {
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		display: block;
		height:100%;
		width:10px;
		content:'';
		background: url(../img/brush_left.png) left no-repeat;
		background-size: 100% 100%;
	}
	section.title-image.brush .title-image-container .title-image-text-inner:after { 
		position: absolute;
		top:0;
		bottom:0;
		right:0;
		display: block;
		height:100%;
		width:10px;
		content:'';
		background: url(../img/brush_right.png) right no-repeat;
		background-size: 100% 100%;
	}

	section.title-image .title-image-container .title-image-text h1 {
		display: block;
		padding: 0;
		color: #ffffff;
		margin: 0;
		font-size: 22px;
		line-height: 25px;
		font-family: "Kumbh Sans 400";
	}
	section.title-image .title-image-container .title-image-text p {
		font-family: "arial", sans-serif;
		padding: 0;
		color: #ffffff;
		margin: 12px 0 0 0;
		font-size: 14px;
		line-height: 20px;
	}

	section.seminar .content-inner h1 {
		color: #5e5e5d;
	}
	section.seminar label {
		padding-top: 0;
	}
	.seminarliste .seminarliste-item span.katname {
		display: none;
	}
	.seminarliste p a {
		font-size: 16px;
	}
	.seminarfilter .seminarfilter-item p.filter.ascending:after,
	.seminarfilter .seminarfilter-item p.filter.descending:after {
		right: auto;
	}

	section.seminar form.seminarformular,
	section.seminar .seminardetail-head {
		padding: 30px 30px 10px 30px;
	}

	.seminarfilter .seminarfilter-item {
		padding: 7px 0;
		background: transparent;
	}
	.seminarfilter .seminarfilter-item p {
		font-weight: bold;
		padding: 0;
	}
	.seminarfilter .seminarfilter-item,
	.seminarfilter .seminarfilter-item.open {
		max-height: none;
	}

	.seminarformular .btn.btn-secondary {
		margin-top: 37px;
	}

	/*    .teaser.img-right .row > div {float:right;}
    .teaser.img-right .row > div + div{float:left;}*/
	.teaser.img-right .row > div + div .teaser-text {
		padding: 20px 0 20px 20px;
	}
	.teaser .teaser-text {
		padding: 20px 20px 20px 0;
		overflow: hidden;
	}
	.teaser.seminar .teaser-text,
	.teaser.img-right.seminar .row > div + div .teaser-text {
		padding: 20px;
	}
	.teaser .teaser-text h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.teaser .teaser-text h3 {
		font-size: 15px;
		line-height: 24px;
	}

	.teaser .teaser-text ul {
		display: block;
	}

	.akkordeon .panel-default > .panel-heading h4 a {
		font-size: 16px;
		line-height: 27px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.text h2 {
		font-size: 30px;
		line-height: 36px;
		padding-bottom: 10px;
	}
	.text h3 {
		font-size: 20px;
		line-height: 32px;
		max-width: 96%;
	}
	.text h3 + .row {
		padding: 30px 0 0 0;
	}
	.text h4 {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 29px;
		margin: 0;
	}

	.text h4.no-padd {
		padding-top: 0;
		padding-bottom: 10px;
		margin: 0;
	}

	footer {
		margin-bottom: 0;
	}
	footer .content-inner {
		padding: 15px 15px;
	}
	footer .footer-bottom p {
		padding-top: 15px;
	}
	footer .footer-bottom p span {
		width: auto;
		padding: 3px 12px;
		border-right: 1px solid #a3aab1;
		line-height: 20px;
		color: #a3aab1;
	}

	section.seminar .seminar-icon {
		margin: -20px 0 0 0;
		max-width: none;
	}
}

/*###############################################################################################
#################################################################################################

 #######   #######   #######  
##     ## ##     ## ##     ## 
##     ## ##     ##        ## 
 ########  ########  #######  
       ##        ## ##        
##     ## ##     ## ##        
 #######   #######  #########   

#################################################################################################
###############################################################################################*/

@media screen and (min-width: 992px) {
	header .container .row .header-inner {
		height: 122px;
		flex-direction: row; 
		align-items: flex-end;
		padding:0;
	}

	header .search-wrap {
		top:10px;
	}

	header .search-wrap input.form-control {
		width: 271px;
		margin-top: 53px;
		margin-right: -20px;
		float: right;
	}

	header .search-wrap:hover,
	header .search-wrap:focus,
	header .search-wrap:focus-within {
		width: 300px;
		padding-bottom: 90px;
	}

	header .search-wrap .form-group,
	header .meta {
		bottom: 26px;
		width: auto;
		right: 17px;
	}

	header .logo {
		margin-bottom: 30px;
	}

	header .logo img {
		width: 220px;
		/*left: 17px;
		top: 25px;*/
	}

	div.second-nav .second-nav-sticker .second-nav-inner {
		padding: 0 20px;
	}
	nav ul.mainnav {
		height: 62px;
		background: #ffffff;
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}

	nav ul.mainnav li {
		padding: 0px 20px;
		height: 35px;
	}

	nav ul.mainnav li a {
		height: 35px;
		color: #5e5e5d;
		text-transform: none;
		background: #ffffff;
	}
	ul.second-nav-list li a {
		padding: 11px 15px;
	}

	section.title-image .title-image-container .title-image-text {
		bottom: 30px;
		width: 510px;
		padding: 25px 80px 19px 32px;
		left: 0px;
	}
	section.title-image.brush .title-image-container .title-image-text {
		padding:0;
	}
	section.title-image.brush .title-image-container .title-image-text-inner {
		padding: 25px 50px 10px 20px;
	}
	section.title-image.brush .title-image-container .title-image-text {
		bottom:30px;
	}

	section.title-image .title-image-container .title-image-text h1 {
		font-size: 26px;
		line-height: 31px;
	}
	section.title-image .title-image-container .title-image-text p {
		font-size: 16px;
		line-height: 27px;
	}
	section.seminar .details p span.left {
		width: 150px;
	}

	.teaser .teaser-text h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.teaser .teaser-text h3 {
		font-size: 17px;
		line-height: 24px;
	}
	.teaser.seminar img {
		display: block;
	}
	.teaser.seminar .teaser-text {
		padding: 20px 20px 20px 0;
	}
	.teaser.img-right.seminar .row > div + div .teaser-text {
		padding: 20px 0 20px 20px;
	}
	.teaser .teaser-text p {
		display: block;
	}

	.teaser .teaser-text a.btn {
		margin-top: 15px;
	}

	section.seminar form.seminarformular,
	section.seminar .seminardetail-head {
		padding: 30px 30px 10px 30px;
	}

	section.content.seminardetail .content-inner:after {
		left: 20px;
		right: 20px;
	}
	section.seminar .content-inner h1 {
		font-size: 40px;
		line-height: 46px;
	}
	.text h2 {
		font-size: 34px;
		line-height: 38px;
		padding-bottom: 10px;
	}

	.akkordeon .panel-default > .panel-heading h4 a {
		font-size: 17px;
	}

	footer .content-inner {
		padding: 20px 20px;
	}
	footer .content-inner .footer-wrap {
		padding: 37px 30px 6px 30px;
	}
	footer .content-inner .footer-wrap .footer-element .footer-logo {
		padding-top: 100px;
	}

	footer .footer-bottom {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*###############################################################################################
#################################################################################################

   ##    #######   #######    #####   
 ####   ##     ## ##     ##  ##   ##  
   ##          ## ##     ## ##     ## 
   ##    #######   ######## ##     ## 
   ##   ##               ## ##     ## 
   ##   ##        ##     ##  ##   ##  
 ###### #########  #######    #####   

#################################################################################################
###############################################################################################*/

@media screen and (min-width: 1290px) {
	header .logo img {
		width: 220px;
	}

	header .search-wrap .form-group,
	header .meta {
		right: 30px;
	}

	
	header .meta .metanav {
		margin: 0 0 0 10px;
	}
	header .search-wrap input.form-control {
		width: 230px;
		margin-right: 10px;
		float: right;
		margin-top: 0;
	}

	header .search-wrap:hover,
	header .search-wrap:focus,
	header .search-wrap:focus-within {
		width: 350px;
	}

	

	nav ul.mainnav {
		padding-left: 8px;
		padding-right: 8px;
	}

	ul.second-nav-list li a {
		line-height: 32px;
		padding: 10px 15px;
		font-size: 16px;
	}
	div.second-nav .second-nav-sticker .second-nav-inner {
		padding: 0 30px;
	}

	section.title-image .title-image-container .title-image-text {
		bottom: 59px;
		left: 13px;
		width: 560px;
		padding: 25px 121px 19px 32px;
	}
	section.title-image.brush .title-image-container .title-image-text {
		padding: 0;
	}
	section.title-image.brush .title-image-container .title-image-text-inner {
		margin: 0 30px;
		padding-left:0;
	}
	section.title-image.brush .title-image-container .title-image-text-inner:before {
		width:30px;
	}
	section.title-image.brush .title-image-container .title-image-text-inner:after { 
		width:30px;
	}
	section.title-image.brush .title-image-container .title-image-text-inner {
		padding: 25px 91px 19px 5px;
	}
	section.title-image .title-image-container .title-image-text.brush {
		bottom:79px;
	}
	section.title-image .title-image-container .title-image-text h1 {
		font-size: 34px;
		line-height: 46px;
	}
	section.title-image .title-image-container .title-image-text p {
		font-size: 16px;
		line-height: 27px;
	}

	.teaser .teaser-text {
		padding: 28px 30px 28px 0;
	}
	.teaser.img-right .row > div + div .teaser-text {
		padding: 28px 0 0 30px;
	}
	.teaser .teaser-text h2 {
		font-size: 34px;
		line-height: 46px;
	}
	.teaser .teaser-text h3 {
		font-size: 18px;
		line-height: 30px;
	}
	.teaser .teaser-text p {
		font-size: 16px;
		line-height: 27px;
		display: block;
	}

	.content-inner {
		padding: 60px 30px;
	}

	section.seminar form.seminarformular,
	section.seminar .seminardetail-head {
		padding: 30px 30px 10px 30px;
	}

	section.content.seminardetail .content-inner:after {
		left: 30px;
		right: 30px;
	}
	section.seminar .seminar-icon {
		margin-top: -20px;
	}
	section.seminar .seminar-icon .seminar-icon-inner {
		left: 40px;
		top: 40px;
		right: 40px;
		bottom: 40px;
	}

	footer .content-inner .footer-wrap ul.social-list li {
		margin: 0 15px 15px 0;
	}

	.seminarliste p {
		padding: 0 20px 0 0;
	}

	footer .content-inner .footer-wrap {
		padding: 37px 45px 6px 45px;
	}

	footer .content-inner {
		padding: 30px 30px;
	}

	footer .footer-bottom {
		padding-left: 45px;
		padding-right: 45px;
	}
}

/*###############################################################################################
#################################################################################################

  ##    #######    #####     #####   
####   ##     ##  ##   ##   ##   ##  
  ##   ##        ##     ## ##     ## 
  ##   ########  ##     ## ##     ## 
  ##   ##     ## ##     ## ##     ## 
  ##   ##     ##  ##   ##   ##   ##  
######  #######    #####     #####   

#################################################################################################
###############################################################################################*/

@media screen and (min-width: 1600px) {
	section.title-image.brush .title-image-container .title-image-text {
		bottom:50px;
	}

	nav ul.mainnav li a {
		font-size: 18px;
	}

	header .logo img {
		width: 260px;
	}
}

/* SLIDER
=========================================*/

.flexslider {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.flexslider ul li:before,
.flexslider ul.slides li:before {
	display: none !important;
}

.flexslider ul.slides li {
	margin: 0;
	padding: 0;
}

.flex-direction-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	display: none;
}

.flex-direction-nav li {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: auto;
}

.flex-direction-nav li a {
	overflow: visible;
	opacity: 1;
	background: #fff;
	width: 35px;
	height: 35px;
	margin: -23px 0 0 0;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
}

.flex-direction-nav a.flex-next:before {
	content: "";
}

.flex-direction-nav a:before {
	position: absolute;
	left: -2px;
	top: 0px;
	text-indent: 0;
	width: 35px;
	height: 35px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #fff;
	background: url(../img/icon_left.svg) center no-repeat;
	background-size: 14px;
	content: "";
}

.flex-direction-nav a.flex-next:before {
	background: url(../img/icon_right.svg) center no-repeat;
	left: 1px;
}

.flex-direction-nav .flex-prev {
	left: 20px;
}

.flex-direction-nav .flex-next {
	right: 20px;
	text-align: right;
}

.flexslider .flex-control-nav {
	position: relative;
	bottom: 5px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 20px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 20px;
}

.flex-control-paging li a {
	width: 12px;
	height: 12px;
	background: #ccc;
	border-color: #ccc;
	box-shadow: none;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #0ba1e2;
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.flex-direction-nav {
		display: block;
	}

	.flexslider .flex-control-nav {
		position: absolute;
		bottom: 35px;
	}

	.flex-control-paging li a {
		width: 12px;
		height: 12px;
		background: transparent;
		border: 1px solid #fff;
	}

	.flex-control-paging li a:hover,
	.flex-control-paging li a.flex-active {
		background: #fff;
		opacity: 1;
	}
}

/* eof */

.panel {
	box-shadow: none;
}

span.highlight-blue {
	color: #0ba1e2;
}
span.highlight-gray {
	color: #5e5e5d;
}
span.highlight-red {
	color: #b24716;
}

.tx-dce-pi1 {
	padding: 010px 0 10px 0;
}

/* SEARCH
=========================================*/

.tx-indexedsearch-whatis {
	font-family: "Kumbh Sans 700";
	font-size: 26px;
	line-height: 26px;
	padding-bottom: 20px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	font-family: "Kumbh Sans 700";
	font-style: normal;
	font-weight: normal;
	color: #5e5e5d;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-family: "Kumbh Sans 700";
	font-style: normal;
	font-weight: normal;
	color: #0ba1e2;
}

.tx-indexedsearch .tx-indexedsearch-title a {
	font-family: "Kumbh Sans 700";
	font-style: normal;
	font-weight: normal;
	color: #0ba1e2;
}
.tx-indexedsearch -tx-indexedsearch-title a:hover {
	color: #3d3938;
}

.tx-indexedsearch ul.browsebox {
	list-style: none;
	margin: 0;
	padding: 15px 20px;
	background: #f2f2f2;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI a {
	color: #3d3938;
	display: inline-block;
	padding: 4px 10px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI.tx-indexedsearch-browselist-currentPage a {
	color: #fff;
	background: #0ba1e2;
}

.text .tx-indexedsearch .tx-indexedsearch-browsebox li:before {
	display: none;
}

.tx-indexedsearch-res .tx-indexedsearch-res {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #e0e0e0;
}

.tx-indexedsearch-res .tx-indexedsearch-res:first-child {
	margin: 0;
	border-top: 0;
}

.tx-indexedsearch-res .tx-indexedsearch-res:last-child {
	margin: 20px 0 30px 0;
}

.tx-indexedsearch-icon {
	display: none;
}

.tx-indexedsearch-title {
	font-family: "Kumbh Sans 700";
	font-size: 18px;
	color: #0ba1e2;
	padding: 0 0 10px 0;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style: normal;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #3d3938;
}

/* FORM
=========================================*/

.form {
	padding: 40px 0 0 0;
}

.form .form-control {
	width: 100%;
	bottom: inherit;
	right: inherit;
	border-color: #b2b2b2;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
}

.form textarea.form-control {
	height: 140px;
}

.alert {
	border-radius: 0;
}

.alert > ul {
	margin-top: 20px;
	margin-left: 0;
}

.check-radio {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	margin: 0 15px 10px 0;
	padding: 20px 35px;
}

.check-radio label.forcheckbox {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: bold;
	padding: 1px 0 0 0;
	max-width: 80%;
	cursor: pointer;
}

.check-radio label:before {
	content: "";
	float: left;
	width: 22px;
	height: 22px;
	margin: 0 0 0 -35px;
	border: 1px solid #b2b2b2;
	border-radius: 0;
	background-color: #fff;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.check-radio input[type="checkbox"]:focus + label:before,
.check-radio input[type="radio"]:focus + label:before {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.check-radio input[type="checkbox"]:checked + label:after,
.check-radio input[type="radio"]:checked + label:after {
	position: absolute;
	top: 7px;
	left: -29px;
	width: 10px;
	height: 10px;
	background: #0ba1e2;
	content: "";
}

.check-radio input[type="checkbox"],
.check-radio input[type="radio"] {
	opacity: 0;
	position: absolute;
}

.check-radio input[type="checkbox"]:disabled + label,
.check-radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.check-radio input[type="checkbox"]:disabled + label:before,
.check-radio input[type="radio"]:disabled + label:before {
	background-color: #eeeeee;
	cursor: not-allowed;
}

/* TEASER OVERLAP LEFT RIGHT
=========================================*/

.overlap-teaser {
	position: relative;
	margin-bottom: 60px;
}

.overlap-teaser:last-child {
	margin-bottom: 0px;
}

.overlap-teaser .image {
	margin: 0 -30px -30px -30px;
}

.overlap-teaser .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.overlap-teaser .text {
	color: #fff;
	background: #4b6478;
	padding: 20px 15px;
	margin: 0 15px;
}

.overlap-teaser .wrapper {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.overlap-teaser .text h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 32px;
	font-family: "Kumbh Sans 700";
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.overlap-teaser .text h4 {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-family: "Kumbh Sans 400";
}

@media (min-width: 768px) {
	.overlap-teaser .image {
		margin: 0;
	}

	.overlap-teaser .text {
		padding: 50px 56px 48px 50px;
		margin: -120px 55px 0 55px;
	}

	.overlap-teaser .text h3 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 5px;
	}

	.overlap-teaser .text h4 {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (min-width: 992px) {
	.overlap-teaser .item-overlap {
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 70px;
		width: 100%;
		height: calc(100% - 75px);
	}

	.overlap-teaser .text {
		margin: 0 0px;
	}
}

@media (min-width: 1280px) {
	.overlap-teaser .text {
		margin: 0;
	}

	.overlap-teaser .text h3 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 5px;
	}

	.overlap-teaser .text h4 {
		font-size: 18px;
		line-height: 28px;
	}
}



/* Toolbar */

.toolbar{
	position:fixed; 
	z-index:1000; 
	bottom:0; 
	left:0; 
	right:0;}

.toolbar ul { 
	width:100%;
	margin: 0;
	padding:0;
}
@media (max-width:767px) {
	.toolbar ul { 
		display: flex;
		justify-content: center;
	}
}


.toolbar ul li{ 
	margin:0;
	padding:0;
	list-style: none;
	border-left:1px solid #ffffff; 
	text-align:center; 
	line-height:60px; 
	float:left; 
	width:25%;
}

@media (min-width:768px) {
	.toolbar ul li:first-child{
		border-left:none;
	}
}

.toolbar ul li:last-child{
	border-right:1px solid #ffffff; 
}

.toolbar ul li a{
	display:block; 
	width:100%; 
	height:60px; 
	background:#0ba1e2; 
	position:relative;
}

.toolbar ul li a:hover{
	background:#36b4ea;
}

.toolbar img{
	width:auto; 
	max-width:27px; 
	height:auto; 
	max-height:27px;
}

.toolbar .shadow{
	background:#0ba1e2; 
	-webkit-box-shadow: 0 0 4px rgba(11, 161, 226, 0.2);
    -moz-box-shadow: 0 0 4px rgba(11, 161, 226, 0.2);
    box-shadow: 0 0 5px rgba(11, 161, 226, 0.3);
	border-top:1px solid #fff;
}

.toolbar .shadow:before{
    position: absolute;
    width: 100%;
    height: 20px;
    content: ' ';
    left: 10px;
    bottom: 11px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(11, 161, 226, 0.5);
    -moz-box-shadow: 0 6px 12px rgba(11, 161, 226, 0.5);
    box-shadow: 0 15px 22px rgba(2, 37, 81, 0.5);
    z-index: -1;
  }

@media (min-width:768px) {
    .toolbar{
		top:208px; 
		right:0; 
		bottom:auto; 
		left:auto;
	}
    .toolbar ul {
		width:auto;
	}
    .toolbar ul li{ 
		border-top:1px solid #ffffff; 
		border-left:none; 
		text-align:center; 
		line-height:60px; 
		float:none; 
		width:auto;
	}
    .toolbar ul li:first-child{
		border-top:none; 
	}	
	.toolbar ul li:last-child {
		border-right:0;
	}
    .toolbar ul li a{ 
		width:58px; 
	}
	.toolbar .shadow{
		border-top:0px none;
	}
} 




/*###############################################################################################
#################################################################################################

####  ######   #######  ##    ##  ######  
 ##  ##    ## ##     ## ###   ## ##    ## 
 ##  ##       ##     ## ####  ## ##       
 ##  ##       ##     ## ## ## ##  ######  
 ##  ##       ##     ## ##  ####       ## 
 ##  ##    ## ##     ## ##   ### ##    ## 
####  ######   #######  ##    ##  ######    

#################################################################################################
###############################################################################################*/

/* ICONS
=========================================*/

.icon-keyboard_arrow_left:before {
	content: "\e314";
}
.icon-keyboard_arrow_right:before {
	content: "\e315";
}
.icon-arrow_bottom:before {
	content: "\e900";
}
.icon-google-plus:before {
	content: "\e901";
}
.icon-facebook:before {
	content: "\e902";
}
.icon-twitter:before {
	content: "\e903";
}
.icon-xing2:before {
	content: "\e904";
}
.icon-search:before {
	content: "\e905";
}
.icon-menu:before {
	content: "\e906";
}
.icon-checkmark:before {
	content: "\e907";
}
.icon-arrow_right:before {
	content: "\e908";
}
.icon-arrow_right2:before {
	content: "\e909";
}
.icon-iconminus:before {
	content: "\e90a";
}
.icon-iconplus:before {
	content: "\e90b";
}

/*###############################################################################################
#################################################################################################

########  ########  #### ##    ## ######## 
##     ## ##     ##  ##  ###   ##    ##    
##     ## ##     ##  ##  ####  ##    ##    
########  ########   ##  ## ## ##    ##    
##        ##   ##    ##  ##  ####    ##    
##        ##    ##   ##  ##   ###    ##    
##        ##     ## #### ##    ##    ##   

#################################################################################################
###############################################################################################*/

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}

	a[href]:after {
		content: none !important;
	}

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.visible-xs {
		display: none !important;
	}
	.hidden-xs {
		display: block !important;
	}
	table.hidden-xs {
		display: table;
	}
	tr.hidden-xs {
		display: table-row !important;
	}
	th.hidden-xs,
	td.hidden-xs {
		display: table-cell !important;
	}
	.hidden-xs.hidden-print {
		display: none !important;
	}
	.hidden-sm {
		display: none !important;
	}
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}

	section.content:after {
		display: none;
	}

	.btn.btn-primary,
	.btn.btn-default {
		display: none;
	}

	.footer-logo {
		display: none;
	}

	footer .footer-bottom p span {
		float: left;
		width: auto;
		padding: 0 15px 0 0;
	}

	footer .content-inner .footer-wrap .footer-element {
		padding: 0 0 10px 0;
	}

	.mobile-nav-opener,
	.mainnav {
		display: none;
	}

	.teaser,
	.footer-wrap {
		float: none;
		width: 100%;
		position: relative;
	}

	.teaser {
		display: inline-block;
		width: 100%;
	}

	.content-inner {
		padding: 20px 0 0 0;
		position: relative;
	}

	.second-nav-sticker {
		display: none;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body ul li:before,
	.text ul li:before, .ce-bodytext ul li:before {
		display: none;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body ul li,
	.text ul li, .ce-bodytext ul li:before {
		list-style: square;
	}

	section.seminar form.seminarformular {
		position: relative;
		padding: 0 0 10px 0;
	}

	.seminarfilter-button {
		display: none;
	}

	.seminarformular button,
	.seminarformular .btn {
		display: block;
	}

	.seminarformular button[type="submit"] {
		display: none;
	}

	.meta {
		display: none;
	}

	header .logo {
		top: 0;
		left: 0;
		width: 200px;
	}

	h1,
	h2,
	h3,
	.text h1,
	.text h2,
	.text h3 {
		color: #5e5e5d !important;
	}

	h4,
	.text h4,
	h4 .span.highlight-blue,
	.text h4.no-padd,
	h4.no-padd,
	.text h4.no-padd span,
	h4.no-padd span,
	.teaser .teaser-text h2 {
		color: #0ba1e2 !important;
	}

	h4,
	.h4 {
		font-size: 24px;
		line-height: 32px;
	}

	.text h4.no-padd {
		padding-top: 0;
		padding-bottom: 10px;
		margin: 0;
	}

	ul,
	.text ul,
	.ce-bodytext ul {
		margin: 0 0 0 20px;
		padding: 0 0 30px 0;
	}

	ul li,
	.text ul li,
	.ce-bodytext ul li {
		margin: 0;
		padding: 0 0 10px 0;
	}

	ul.linklist,
	.text ul.linklist,
	.ce-bodytext ul.linklist {
		margin: 0 0 -20px 20px;
		padding: 0;
	}

	.content {
		page-break-after: always;
	}
}

#cookie {
	box-shadow: none !important;
}

/*Form Captcha*/

.captcha .captcha{
    display: flex;
    align-items: center;
}
.captcha .captcha img,.captcha .captcha a{
    margin-right: 15px;
}


.captcha .captcha svg path{
    fill: #4b6478
}