/* */
/* */
/* Version / Datum anpassen unter: includes/config.inc.php */
/* */
/* */
/* */




/*Source Sans Pro*/
/*
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 200; src: url("/assets/fonts/SourceSansPro-ExtraLight.ttf"); }
@font-face { font-family: 'Source Sans Pro'; font-style: italic; font-weight: 200; src: url("/assets/fonts/SourceSansPro-ExtraLightItalic.ttf"); }

@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; src: url("/assets/fonts/SourceSansPro-Light.ttf"); }
@font-face { font-family: 'Source Sans Pro'; font-style: italic; font-weight: 300; src: url("/assets/fonts/SourceSansPro-LightItalic.ttf"); }
*/
/*Input Beraterin, Navigation*/
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; src: url("/assets/fonts/SourceSansPro-Regular.ttf"); }
@font-face { font-family: 'Source Sans Pro'; font-style: italic; font-weight: 400; src: url("/assets/fonts/SourceSansPro-Italic.ttf"); }

/*Headline*/
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600; src: url("/assets/fonts/SourceSansPro-Semibold.ttf"); }
@font-face { font-family: 'Source Sans Pro'; font-style: italic; font-weight: 600; src: url("/assets/fonts/SourceSansPro-SemiboldItalic.ttf"); }

/*
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; src: url("/assets/fonts/SourceSansPro-Bold.ttf"); }
@font-face { font-family: 'Source Sans Pro'; font-style: italic; font-weight: 700; src: url("/assets/fonts/SourceSansPro-BoldItalic.ttf"); }

@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 900; src: url("/assets/fonts/SourceSansPro-Black.ttf"); }
@font-face { font-family: 'Source Sans Pro'; font-style: italic; font-weight: 900; src: url("/assets/fonts/SourceSansPro-BlackItalic.ttf"); }
*/
/*Allgemein*/
html {
	font: 16px/23px 'Source Sans Pro',Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
}
h2.headline {
    border-bottom: 1px solid #333;
    color: #034fa3;
    font-size: 24px;
    font-weight: 600;
	padding-top: 3px;
    padding-bottom: 10px;
	text-transform: uppercase;
	font-style: normal;
}
h3.headline {
    border-bottom: 1px solid #333;
    color: #333;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 10px;
}
.semibold, h2 {
    font-size: 18px;
	font-weight: 600;
	font-style: italic;
	line-height:21px;
}
h3 {
	font-weight:600;
}
.noitalic {
	font-style: normal;
}
.nosemibold {
	font-weight: normal;
}
a {
	color: #034fa3;
	text-decoration: none;
}
em {
	color: #444;
}

.bluecolor {
	color: #034fa3;
}

/*100% blau*/
.blue-100 { background-color: #034fa3; }
/* 60% blau*/
.blue-60 { background-color: #6895c8; }
/* 50% blau*/
.blue-50 { background-color: #81a7d1; }
/* 20% blau*/
.blue-20 { background-color: #cddced; }
/* 15% blau*/
.blue-15 { background-color: #d9e5f1; }
/* 10% blau*/
.blue-10 { background-color: #e5edf6; }

.form_desc {
	font-size: 0.8rem;
	color: #cccccc;
}

/*Section Settings*/
.section {
	margin: 60px 0;
	overflow-x: hidden;
}
.section-padding {
	padding: 30px 0;
}

/*Custom Grid Gutter*/
/*Normal Gutter*/
/*Horizontal*/
.uk-grid {
	margin-left: -20px;
}
.uk-grid > * {
	padding-left: 20px;
}
/*Vertical*/
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
	margin-top: 20px;
}
/*Small Gutter*/
/*Horizontal*/
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small > * {
  padding-left: 10px;
}
/*Vertical*/
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}
/*Collapse Gutter*/
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}

/*Panel-Box*/
.uk-panel-box.blue {
	background-color: #cddced;
}
.uk-panel-box.light {
	background-color: #e6e6e6;
}
.uk-panel-box.dark {
	background-color: #666;
}
.uk-panel-box.dark > h4.headline,
.uk-panel-box.dark div,
.uk-panel-box.dark a {
	border-bottom-color: #fff;
	color: #fff;
}
.uk-panel-box.uk-panel-box-big {
	padding: 30px 100px 35px 35px;
}
.uk-panel-box {
    padding: 0;
}
.uk-panel-box > h2.headline {
	margin-right: -100px;
}
.uk-panel-box > h4.headline {
    border-bottom: 1px solid #333;
    color: #333;
    font-family: Source Sans Pro;
    font-size: 18px;
	line-height: 18px;
    font-style: italic;
    font-weight: 600;
	margin: 0;
    padding: 10px 30px 6px;
}
.uk-panel-box.uk-panel-box-big > div {
	padding: 0;
}
.uk-panel-box > div {
	overflow-y: hidden; /*Damit der Inhalt der Panel-Box nicht rausragt*/ 
    padding: 20px 20px 20px 30px;
}
.uk-panel-box > div > *:last-child {
    margin-bottom: 0;
}

/*Checkbox / Radio*/
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
	display: none;
}
.uk-form input[type="checkbox"]:checked + label::before,
.uk-form input[type="radio"]:checked + label::before {
	background-color: #034fa3;
}
.uk-form input[type="checkbox"] + label::before,
.uk-form input[type="radio"] + label::before {
    background-color: #fff;
    border: 5px solid #fff;
    box-sizing: border-box;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.uk-form input[type="checkbox"] + label,
.uk-form input[type="radio"] + label {
	cursor: pointer;
	margin-right: 20px;
	padding-left: 30px;
	position: relative;
}
/*Input Text*/
[class*="blue-"] .uk-form input[type="text"]:focus,
[class*="blue-"] .uk-form textarea:focus,
.uk-form input[type="text"]:focus,
.uk-form textarea:focus {
	background-color: #fff;
	border: 1px solid #034fa3;
}
[class*="blue-"] .uk-form input[type="text"],
[class*="blue-"] .uk-form textarea {
    border-color: #fff;
}
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 40px;
    padding: 8px 12px;
	transition: border 0.2s ease-in-out 0s;
}
.uk-form textarea {
    height: auto;
	min-height: 128px;
	resize: vertical;
}
.uk-form .uk-form-danger::-webkit-input-placeholder,
.uk-form .clever_form_error::-webkit-input-placeholder {
	color: #f2856d;
}
.uk-form .uk-form-danger::-moz-placeholder,
.uk-form .clever_form_error::-moz-placeholder {
    color: #f2856d;
}
.uk-form .clever_form_error {
    background-color: #fff7f8 !important;
    border-color: #dc8d99 !important;
}
/*Button normal*/
.uk-button:active,
.uk-button:focus,
.uk-button:hover {
    background-color: #fff;
	color: #034fa3;
}
.uk-button {
    background-color: #034fa3;
	border: 1px solid #034fa3;
    color: #fff;
	font-size: 16px;
    font-weight: 400;
	height: 40px;
    line-height: 38px;
	overflow: hidden;
    padding: 0 10px;
	position: relative;
    text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
}
/*Button Effect*/
.button-container {
	background-color: #034fa3;
	display: inline-block;
}
.button-container .uk-button:hover {
	color: #034fa3;
}
.button-container .uk-button {
	background-color: transparent;
	z-index: 0;
}
/*Button Effect \\*/
.button-container.button-effect-1 .uk-button:hover::after {
	height: 250%;
	opacity: 1;
}
.button-container.button-effect-1 .uk-button::after {
    background-color: #fff;
	content: "";
    height: 0;
    left: 50%;
    opacity: 0;
	position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: all 0.2s ease-in-out 0s;
    width: 100%;
	z-index: -1;
}
/*Button Effect =*/
.button-container.button-effect-2 .uk-button:hover::after {
	height: 75%;
	opacity: 1;
}
.button-container.button-effect-2 .uk-button::after {
    background-color: #fff;
	content: "";
    height: 0;
	left: 50%;
    opacity: 0;
	position: absolute;
    top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.2s ease-in-out 0s;
    width: 100%;
	z-index: -1;
}
/*Button Effect ||*/
.button-container.button-effect-3 .uk-button:hover::after {
	width: 90%;
	opacity: 1;
}
.button-container.button-effect-3 .uk-button::after {
    background-color: #fff;
	content: "";
    height: 100%;
	left: 50%;
    opacity: 0;
	position: absolute;
    top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.2s ease-in-out 0s;
    width: 0;
	z-index: -1;
}

/*Form Icon*/
.uk-form-icon > [class*="cc-icon-"] {
	bottom: 0;
	margin: auto 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}
.uk-form-icon.uk-form-icon-flip > [class*="cc-icon-"] {
    right: 0;
}
.uk-form.search {
    border: 1px solid #034fa3;
    display: block;
    padding: 30px 10px 30px;
    position: relative;
    text-align: center;
    min-height: 75px;
	text-align: center;
	box-sizing: border-box;
}#
.uk-form.search input {
    margin: 0 10px;

}
.uk-form.search button {
    background-color: transparent;
    border: 0;
    height: 40px;
    width: 18px;
    font-size: 1.2rem;
    position: absolute;
    right: 13px;
    padding: 0;
    margin: 0;
    line-height: 18px;

}

/*Header*/
#header {
	margin-bottom: 10px;
}
/*Logo*/
#logo {
    display: table;
    height: 163px;
}
#logo a {
    box-sizing: border-box;
    display: table-cell;
    padding-top: 10px;
    vertical-align: middle;
}
#logo img {
	height: auto;
	width: 100%;
}

/*Navigation*/
#navigation .uk-navbar {
	background-color: #fff;
}
/*Navigation - Subnav*/
#subnav {
	padding: 10px 0 60px;
}
#subnav .uk-navbar-nav > li:not(:last-child) {
    margin-right: 10px;
}
#subnav .uk-navbar-nav > li {
    margin-top: 25px;
}
#subnav .uk-navbar-nav > li:hover > a[class*="uk-icon-"],
#subnav .uk-navbar-nav > li > a[class*="uk-icon-"]:active {
    background-color: #034fa3;
    color: #fff;
}
#subnav .uk-navbar-nav > li > a[class*="uk-icon-"] {
    background-color: #666;
    border-radius: 100%;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 14px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}
#subnav .uk-navbar-nav > li:hover > a,
#subnav .uk-navbar-nav > li > a:active {
	color: #034fa3;
}
#subnav .uk-navbar-nav > li > a {
    background-color: transparent;
	font-family: 'flaticon';
    font-size: 28px;
	color: #666;
    height: 28px;
    line-height: 28px;
    padding: 0;
	transition: color 0.2s ease-in-out 0s;
    width: 28px;
}
#subnav .find-beraterin {
	display: inline-block;
	margin-left: 20px;
	width: 180px;
}
#subnav .find-beraterin p {
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#subnav .find-beraterin form i {
    color: #666;
    font-size: 16px;
    height: 16px;
}
#subnav .find-beraterin form input {
    border: 1px solid #666;
    box-sizing: border-box;
    color: #666;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-size: 11px;
    height: 28px;
	padding: 5px;
}
#subnav .find-beraterin span {
    color: #034fa3;
    display: block;
    height: 28px;
    line-height: 28px;
	margin-top: 24px;
}
#subnav .find-beraterin span i {
    font-size: 28px;
    vertical-align: middle;
}
/*Navigation - Mainnav*/
#mainnav .uk-navbar-nav > li:not(:last-child) {
	margin-right: 20px;
}
#mainnav .uk-navbar-nav > li.uk-open > a::after,
#mainnav .uk-navbar-nav > li.uk-active > a::after,
#mainnav .uk-navbar-nav > li:hover > a::after,
#mainnav .uk-navbar-nav > li > a:active::after,
#mainnav .uk-navbar-nav > li > a:focus::after {
	width: 100%;
}
#mainnav .uk-navbar-nav > li > a::after {
	border-top: 5px solid #034fa3;
	bottom: 0;
	content: "";
	margin: auto;
	left: 0;
	right: 0;
	position: absolute;
	transition: width 0.2s ease-in-out 0s;
	width: 0%;
}
#mainnav .uk-navbar-nav > li.uk-open > a,
#mainnav .uk-navbar-nav > li.uk-active > a,
#mainnav .uk-navbar-nav > li:hover > a,
#mainnav .uk-navbar-nav > li > a:active,
#mainnav .uk-navbar-nav > li > a:focus {
    background-color: #fff;
    color: #034fa3;
}
#mainnav .uk-navbar-nav > li > a {
    color: #666;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-size: 17px;
    padding: 0;
	position: relative;
    text-transform: uppercase;
	transition: color 0.2s ease-in-out 0s;
}
#mainnav .uk-navbar-nav .uk-dropdown::before {
    background-image: url("/assets/images/cc-logo-dropdown.png");
    bottom: -40px;
    content: "";
    height: 234px;
    opacity: 0.3;
    position: absolute;
    right: -40px;
    width: 235px;
}
#mainnav .uk-navbar-nav #menu4 {
	width: 505px;
}
#mainnav .uk-navbar-nav #menu3 {
	width: 701px;
}
#mainnav .uk-navbar-nav .uk-dropdown {
    background-color: rgba(210, 228, 243, 0.95);
    border-top: 5px solid #034fa3;
    margin-top: -5px;
	overflow: hidden;
}
#mainnav .uk-navbar-nav .uk-dropdown > .uk-dropdown-grid > div {
	border: none;
}
#mainnav .uk-navbar-nav .uk-nav-dropdown .uk-nav-header {
    border-bottom: 1px solid #034fa3;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}
#mainnav .uk-navbar-nav .uk-nav-dropdown .uk-nav-header > a:hover,
#mainnav .uk-navbar-nav .uk-nav-dropdown > li > a:focus,
#mainnav .uk-navbar-nav .uk-nav-dropdown > li > a:hover {
	background-color: #034fa3;
	color: #fff;
	font-weight: 600;
}
#mainnav .uk-navbar-nav .uk-nav-dropdown > li > a {
    color: #034fa3;
    margin: 0 0px 0 15px;
}
#mainnav button:hover,
#mainnav button:active {
    color: #034fa3;
}
#mainnav button {
    background-color: transparent;
    color: #444;
    font-size: 21px;
    padding: 0;
}
#mainnav a[href="#mobile-nav"]:hover {
	background-color: #034fa3;
}
#mainnav a[href="#mobile-nav"] {
    background-color: #444;
    color: #fff;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    width: 28px;
}

/*Header - Section Image*/
#section-image img {
	width: 100%;
}
/*Section Image - Section Overlay*/
#section-image .uk-overlay-panel > div > h2::after {
    border-top: 5px solid #fff;
    bottom: -15px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 260px;
}
#section-image .uk-overlay-panel > div > h2 {
    color: #fff;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
#section-image .uk-overlay-panel > div > p {
    color: #fff;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
}
#section-image .uk-overlay-panel > div > a:hover {
	background-color: #fff;
	color: #034fa3;
}
#section-image .uk-overlay-panel > div > a {
	background-color: transparent;
	border: 1px solid #fff;
	bottom: 80px;
	color: #fff;
	font-weight: 600;
	height: 50px;
	left: 0;
	line-height: 48px;
	margin: auto;
	right: 0;
	position: absolute;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	width: 320px;
}

/*Beratung*/
#beratung .uk-overlay,
#beratung .uk-overlay > img {
    width: 100%;
}
#beratung .uk-overlay > .uk-overlay-panel {
	background-color: rgba(78, 132, 191, 0.8);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
	position: absolute;
	width: 100%;
}
#beratung .uk-overlay:hover > .uk-overlay-panel:nth-of-type(2) {
    opacity: 1;
}
#beratung .uk-overlay > .uk-overlay-panel:nth-of-type(2) {
	background-color: rgba(53, 114, 182, 0.9);
    height: 100%;
    opacity: 0;
    padding: 30% 0 0;
    text-align: center;
    transition: opacity 0.2s ease-in-out 0s;
    width: 100%;
}
#beratung .uk-overlay > .uk-overlay-panel p {
	margin-bottom: 10px;
}
#beratung .uk-overlay > .uk-overlay-panel:nth-of-type(2) p {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
#beratung .uk-overlay > .uk-overlay-panel a {
	color: #fff;
    font-size: 30px;
}
#beratung .uk-overlay > .uk-overlay-panel:nth-of-type(2) i {
    font-size: 46px;
}
/*Aboutus*/
#aboutus a > i {
    font-size: 20px;
    vertical-align: top;
}
#aboutus .uk-overlay,
#aboutus img {
	width: 100%;
}
#aboutus .uk-overlay-panel {
	padding: 40px;
}
#aboutus .uk-overlay-panel h3::before {
    content: "»";
}
#aboutus .uk-overlay-panel h3::after {
    content: "«";
}
#aboutus .uk-overlay-panel h3 {
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 600;
	margin: 0;
    text-transform: uppercase;
}
#aboutus .uk-overlay-panel h3 + span::after {
    border-top: 1px solid #fff;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 150px;
}
#aboutus .uk-overlay-panel h3 + span {
    padding-top: 40px;
    position: relative;
}
#aboutus .uk-overlay-panel span {
	display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
	margin: 0;
}
/*Quicklinks*/


#quicklinks a.active {
    background-color: rgba(53, 114, 182, 0.9);
	opacity: 1;
}
#quicklinks a.active {
	color:#fff;
}

#quicklinks a:hover::before,
#quicklinks a:hover::after {
    opacity: 1;
}
#quicklinks a::before {
    background-color: rgba(53, 114, 182, 0.9);
    content: "";
    height: 100%;
    left: 0;
	opacity: 0;
    position: absolute;
    top: 0;
	transition: opacity 0.2s ease-in-out 0s;
    width: 100%;
}
#quicklinks a::after {
    color: #fff;
    content: "\e602";
    font-family: "flaticon";
    font-size: 46px;
    font-weight: normal;
    left: 0;
    margin-top: -23px;
	opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transition: opacity 0.2s ease-in-out 0s;
}
#quicklinks a {
    border: 1px solid #034fa3;
    display: block;
    font-weight: 600;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none;
    min-height: 75px;
}
#quicklinks a > i.cc-icon-map::before {
    font-size: 40px;
}
#quicklinks a > i::before {
    font-size: 32px;
}
#quicklinks a > i.cc-icon-map {
    margin-bottom: 11px;
}
#quicklinks a > i {
	display: block;
    font-weight: normal;
    margin-bottom: 20px;
}

/*Referenzen*/
#referenzen img {
	width: 100%;
}
/*Referenzen  - Referenzen (Home)*/
#referenzen .referenzen-home .uk-slidenav-position {
    padding: 0 50px;
}
#referenzen .referenzen-home .uk-slidenav.previous {
	left: 0;
}
#referenzen .referenzen-home .uk-slidenav.next {
	right: 0;
}
#referenzen .referenzen-home  .uk-slidenav {
	color: #034fa3;
	display: block;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	width: 30px;
}
#referenzen .referenz > div {
	display: table;
	width: 100%;
}
#referenzen .referenz > div > div {
    display: table-cell;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}
#referenzen .referenz > div > div > img {
    max-height: 70px;
}
/*Referenzen  - Rezensionen (Beraterinseite)*/
#referenzen .rezensionen .uk-slidenav {
    display: table-cell;
    height: 100%;
    margin: 0;
    top: 0;
    width: 80px;
}
#referenzen .rezensionen .uk-slidenav.previous {
    left: 0;
}
#referenzen .rezensionen .uk-slidenav.next {
    right: 0;
}
#referenzen .rezensionen .uk-slidenav > i {
    bottom: 0;
    color: #ffffff;
    font-size: 30px;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
#referenzen .rezensionen-slider ul > li > div,
#referenzen .referenzen-slider ul > li > div {
    color: #fff;
    min-height: 200px;
    padding: 45px 80px;
}
#referenzen .rezensionen-slider *,
#referenzen .referenzen-slider * {
    color: #fff;
}
#referenzen .referenzen-slider .uk-slidenav.previous {
    left: 25px;
}
#referenzen .referenzen-slider .uk-slidenav.next {
    right: 25px;
}
#referenzen .referenzen-slider .uk-slidenav {
    display: block;
    height: 30px;
    margin-top: -15px;
    width: 30px;
}
#referenzen .referenzen-slider .uk-slidenav > i {
    font-size: 30px;
	color: #ffffff;
    vertical-align: top;
}

/*Serminare & Workshops*/
#seminare-workshops img {
	width: 100%;
}
.termine {
	margin: 15px 0;
}
.termine > div:nth-child(1) {
	color: #034fa3;
	font-weight: 600;
}
.termine > div:nth-child(2) {
	color: #333;
}
#seminare-workshops a > i {
    font-size: 20px;
    vertical-align: top;
}
/*Newsletter / Kontakt*/
#newsletter-kontakt .uk-button {
    padding: 0;
}
#newsletter-kontakt #newsletter .musthave.clever_form_error {
    background-color: transparent !important;
    border: none !important;
}
#newsletter-kontakt #newsletter .musthave.clever_form_error input[type="radio"]:checked + label::before {
    background-color: #dc8d99;
}
#newsletter-kontakt #newsletter .musthave.clever_form_error input[type="radio"] + label::before {
    background-color: #fff7f8;
    border: 1px solid #dc8d99;
}
#newsletter-kontakt #kontakt form {
    margin-top: 15px;
}
#newsletter-kontakt #kontakt a,
#newsletter-kontakt #kontakt p.semibold.noitalic,
       #referenzen #kontakt p.semibold.noitalic {
	color: #034fa3;
}
#newsletter-kontakt #kontakt p.semibold.noitalic > span:nth-child(1),
       #referenzen #kontakt p.semibold.noitalic > span:nth-child(1) {
    margin-top: 40px;
}
#newsletter-kontakt #kontakt p.semibold.noitalic > span:nth-child(2),
       #referenzen #kontakt p.semibold.noitalic > span:nth-child(2) {
    margin-top: 17px;
}
#newsletter-kontakt #kontakt p.semibold.noitalic > span,
       #referenzen #kontakt p.semibold.noitalic > span {
	display: block;
}
#newsletter-kontakt #kontakt p.semibold.noitalic i,
       #referenzen #kontakt p.semibold.noitalic i {
    font-size: 24px;
    vertical-align: -20%;
}
#newsletter-kontakt #gmaps #gmaps-tooltip > h3::after {
    border-top: 2px solid #024fa3;
    bottom: 9px;
    content: "";
    left: 0;
    position: absolute;
    width: 25%;
}
#newsletter-kontakt #gmaps #gmaps-tooltip > h3 {
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}
#newsletter-kontakt #gmaps #gmaps-tooltip > p {
	margin: 0;
}

/*Partner*/
#partner img {
	width: 100%;
}

/*Footer*/
#footer {
	background-color: #666;
	border-top: 10px solid #034fa3;
	color: #fff;
	font-size: 15px;
}
#footer > .uk-container {
	padding-bottom: 50px;
	padding-top: 40px;
}
#footer > .uk-container .uk-grid > div:last-child {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 20px;
}
#footer h3.headline {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#footer .uk-nav > li > a:hover,
#footer .uk-nav > li > a:focus {
	text-decoration: underline;
}
#footer a {
    color: #fff;
    padding: 5px 0;
}
#footer .uk-navbar-nav {
	margin: 90px 0 20px;
}
#footer .uk-navbar-nav > li:not(:last-child) {
    margin-right: 10px;
}
#footer .uk-navbar-nav > li > a[class*="uk-icon-"] {
    background-color: #fff;
    border-radius: 100%;
    color: #666;
    font-family: "FontAwesome";
    font-size: 14px;
    text-align: center;
}
#footer .uk-navbar-nav > li > a {
	background-color: transparent;
	font-family: 'flaticon';
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    width: 28px;
}
#footer .gotop {
    clear: both;
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 0;
}
#footer .gotop > i {
	font-size: 18px;
    vertical-align: middle;
}
#footer #footer-copy {
	background-color: #fff;
	color: #666;
	padding: 20px 0;
}
#footer #footer-copy a:hover,
#footer #footer-copy a:focus {
	text-decoration: underline;
}
#footer #footer-copy a {
	color: #666;
	padding: 0;
}
#footer #footer-copy .uk-subnav,
#footer #footer-copy .uk-subnav > li {
    margin: 0;
}
#footer .intern > .uk-grid {
    display: none;
}
#footer .intern {
    padding: 20px;
}

/*Beraterin*/
#beraterin .uk-navbar-nav > li:not(:last-child) {
    margin-right: 10px;
}
#beraterin .uk-navbar-nav > li > a {
    background-color: transparent;
	color: #666;
	font-family: 'flaticon';
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    width: 28px;
}
#beraterin .kontakt > div > p > i {
    font-size: 28px;
    vertical-align: middle;
}

/*Leistungen*/
#leistungen .semibold + p,
#leistungen ul > li ,
#leistungen ul > li > a {
	color: #034fa3;
}
#leistungen ul > li::before {
    content: "•";
    left: 0;
    margin-top: -1px;
    position: absolute;
}
#leistungen ul > li {
	padding-left: 15px;
	position: relative;
}

/*Referenzen Presse*/
#referenzen-presse a > i {
    font-size: 20px;
    vertical-align: top;
}
/*Beraterin finden*/
#beraterin-finden button {
	padding: 0 40px;
}
#beraterin-finden form i + input {
    padding-right: 40px !important;
}
#beraterin-finden form i {
    color: #aaa;
    font-size: 24px;
    line-height: 40px;
    width: 40px;
}
/*Beraterinnen*/
#beraterinnen.section-padding {
	padding-bottom: 15px;
}
#beraterinnen table {
    border-collapse: separate;
    border-spacing: 0 15px;
}
#beraterinnen table th {
	border-bottom: 1px solid #333;
}
#beraterinnen table td {
	background-color: #fff;
}
#beraterinnen table td a {
	color: #034fa3;
}

/*Beraterinnen-Umkreis*/
#beraterinnen-umkreis .uk-panel-box h4.headline {
	margin-bottom: 0;
}
#beraterinnen-umkreis .uk-panel-box > div {
	padding: 18px 20px 18px 30px;
}
#beraterinnen-umkreis .uk-grid > div:not(:first-child) .semibold {
	font-size: 16px;
}
#beraterinnen-umkreis form i {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
	width: 40px;
}
#beraterinnen-umkreis form .uk-form-icon-flip > input {
	padding-right: 40px !important;
}
#beraterinnen-umkreis form button {
	padding: 0;
}
.footer_image.color {
	background-color: #81a7d1;
	color: #fff;
	max-height: 100%;
	padding: 45px 0;
}
.footer_image {
	max-height: 250px;
	overflow: hidden;
}
.footer_image > img {
	width: 100%;
}
.footer_image a {
	color: #fff;
}
#sceditor-end-marker {
	margin: 0 !important;
}
p.semibold {
	margin: 0 !important;
}
.bo_edit_btn {
	position: absolute;
	display: block;
	width: 64px;
	height: 61px;
	margin: 6px;
	padding: 12px;
	font-size: 48px;
	border-radius: 80px;
	text-align: center;
	color: #ffffff;
	background: #014FA2;
}
.bo_edit_btn > i {
	margin: 7px 0;
}
.bo_edit_btn:hover {
	color: #ffffff;
	background: #000000;
}

/*Blog*/
/*Blog - Detail*/
#blog .blog-headline,
#blog-detail .blog-headline {
    border: none;
    margin-bottom: 0;
    padding-bottom: 5px;
}
#blog .blog-info::after,
#blog-detail .blog-info::after {
    clear: both;
    content: "";
    display: table;
}
#blog .blog-info,
#blog-detail .blog-info {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
#blog .blog-info > div:not(:first-child),
#blog-detail .blog-info > div:not(:first-child) {
    margin-left: 10px;
}
#blog .blog-info > div,
#blog-detail .blog-info > div {
    color: #aaa;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-style: italic;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
}
#blog .blog-info > div > i,
#blog-detail .blog-info > div > i {
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}
#blog-detail .uk-navbar-nav > li:not(:last-child) {
    margin-right: 15px;
}
#blog-detail .uk-navbar-nav > li:hover > a[class*="uk-icon-"],
#blog-detail .uk-navbar-nav > li > a[class*="uk-icon-"]:active {
    background-color: #034fa3;
    color: #fff;
}
#blog-detail .uk-navbar-nav > li > a[class*="uk-icon-"] {
    background-color: #666;
    border-radius: 100%;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 26px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}
#blog-detail .uk-navbar-nav > li:hover > a,
#blog-detail .uk-navbar-nav > li > a:active {
    color: #034fa3;
}
#blog-detail .uk-navbar-nav > li > a {
    background-color: transparent;
    color: #666;
    font-family: "flaticon";
    font-size: 43px;
    height: 43px;
    line-height: 43px;
    padding: 0;
    transition: color 0.2s ease-in-out 0s;
    width: 43px;
}
#blog-detail #comments article:not(:last-child) header {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
#blog-detail #comments article:last-child header {
    margin: 0;
}
#blog-detail .uk-panel-box-big {
    padding: 30px 35px 35px;
}
#blog-detail .uk-panel-box > .pic {
    margin: -30px -35px 30px;
}
#blog-detail .uk-panel-box > h2.headline {
    margin-right: -35px;
}
#blog-detail .uk-panel-box ul {
    list-style: none;
    padding: 0;
}
#blog-detail .uk-panel-box ul > li:not(:last-child) {
    margin-bottom: 10px;
}
#blog-detail .uk-panel-box ul > li > a {
    display: inline-block;
    padding-left: 23px;
    position: relative;
}
#blog-detail .uk-panel-box a > i {
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 1px;
}
#blog-detail #recaptcha_image {
    width: 100% !important;
}
#blog-detail #newsletter .musthave.clever_form_error {
    background-color: transparent !important;
    border: medium none !important;
}
#blog-detail #newsletter .musthave.clever_form_error input[type="radio"]:checked + label::before {
    background-color: #dc8d99;
}
#blog-detail #newsletter .musthave.clever_form_error input[type="radio"] + label::before {
    background-color: #fff7f8;
    border: 1px solid #dc8d99;
}

/*Pagination*/
#pagination > ul {
    margin: 0;
}
#pagination > ul > li.uk-disabled > span {
    background-color: #aaaaaa;
    color: #ffffff;
}
#pagination > ul > li.uk-active > span {
    background-color: #034fa3;
    color: #ffffff;
}
#pagination > ul > li:hover > a {
    background-color: #6895c8;
    color: #ffffff;
}
#pagination > ul > li > a {
    background-color: #777;
    color: #ffffff;
}
#pagination > ul > li > span {
    color: #444;
}
#pagination > ul > li > a,
#pagination > ul > li > span {
    box-sizing: border-box;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    padding: 0 5px;
    transition: all 0.2s ease-in-out 0s;
}
.text_red {
	color: red !important;
}
.success_box {
	border-radius: 6px;
	padding: 6px;
	margin: 0 0 8px 0;
	color: #ffffff;
	background: #0BAF00;
}
.uk-modal-dialog {
	background-color: #cddced;
}


@font-face {
  font-family: 'instagram';
  src:  url('/assets/fonts/instagram.eot?fsxvae');
  src:  url('/assets/fonts/instagram.eot?fsxvae#iefix') format('embedded-opentype'),
    url('/assets/fonts/instagram.ttf?fsxvae') format('truetype'),
    url('/assets/fonts/instagram.woff?fsxvae') format('woff'),
    url('/assets/fonts/instagram.svg?fsxvae#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-instagram {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'instagram' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram::before {
  content: "\e900";
  color: #666;
}
.icon-linkedin::before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0e1";
  background-color: #666;
  color:#fff;
  border-radius: 100%;
  font-weight: 400;
  font-style: normal;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 15px;
  margin-top: 0;
  position: absolute;
  text-align: center;
}
.icon-linkedin:hover::before {
    background-color: #034fa3;
}
#footer .uk-navbar-nav > li > a.icon-instagram {
    font-family: 'icon-instagram';
    color: #fff;
}
#footer .uk-navbar-nav > li > a.icon-instagram:before {
  color: #fff;
}

/* Campus Videos Placeholder */
.gallery a, .gallery a > span, .gallery a, .gallery a > img {
    width: 100%;
}
.gallery a {
    /*height: 100%;*/
    display: block;
}
.gallery .uk-panel-box-ia {
    position: static;
}
.gallery .uk-overlay {
    cursor: pointer;
    -webkit-transition: box-shadow 0.2s linear 0s;
            transition: box-shadow 0.2s linear 0s;
    width: 100%;
}
.gallery .uk-overlay-background {
    background: rgba(0,0,0,.3);
}
.uk-overlay-panel {
    text-align: center;
    font-size: 24px;
    padding-top: 12%;
}
.gallery .uk-thumbnail-caption {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.gallery a {
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery + p,
iframe.gallery + p {
    margin-top: 0;
    line-height: 20px;
    font-style: italic;
}
.gallery + p{
    margin-top: 5px;
}
iframe.gallery {
    background-color: #fff !important;
}
.gallery .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
    opacity: 1;
}

.youtube-preview {
	position: relative;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube-preview {
  cursor: pointer;
}

.youtube-preview .uk-overlay-panel {
	padding: 10px !important;
}
.youtube-preview .uk-overlay-panel h3::before {
    content: "»";
}
.youtube-preview .uk-overlay-panel h3::after {
    content: "«";
}
.youtube-preview .uk-overlay-panel h3 {
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-size: 14px !important;
	line-height: 14px;
    font-weight: 600;
	margin: 0;
	text-transform: none !important;
}

/* Meta Cookie Banner */

#cookie-settings-button {
	position:fixed;
	bottom:20px;
	left:20px;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#034fa3;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration:none;
	z-index:1;
	box-shadow:0 4px 12px rgba(0,0,0,.25);
	font-size:22px;
	transition:.2s;
}
#cookie-consent-banner {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	display:none;
	color: rgb(255, 255, 255);
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	line-height: 1.5em;
}

#cookie-consent-banner h3 {
	font-weight: bold;
	margin-bottom:0;
	color: white;
}
#cookie-consent-banner p {
	margin-top:0;
}
#cookie-consent-banner a {
	color:white;
	opacity:0.8;
}
#cookie-consent-banner .uk-button {
	font-size: 12px;
}