/*
Theme Name: krell
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: krell
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

krell is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
	font-family: 'League Spartan';
	src: url('/wp-content/themes/krell/fonts/leaguespartan-bold.eot');
	src: url('/wp-content/themes/krell/fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/krell/fonts/leaguespartan-bold.woff2') format('woff2'),  url('/wp-content/themes/krell/fonts/leaguespartan-bold.woff') format('woff'),  url('/wp-content/themes/krell/fonts/leaguespartan-bold.ttf') format('truetype'),  url('/wp-content/themes/krell/fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
	font-weight: bold;
	font-style: normal;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: 'Libre Baskerville', serif;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1, h2, h3, h4, h5 {
	font-family: 'League Spartan';
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0px;
}
p {


	font-size: 14px;
	margin: 15px 0px;
}

h2 {padding-top: 15px; padding-bottom: 15px;}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
h2 {
	font-size: 32px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
select {
	border: 1px solid #ccc;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0e252d;
}
a:visited {
	color: #0e252d;
}
a:hover, a:focus, a:active {
	color: #0e252d;
	font-weight: 600;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	margin: 10px auto;
	width: 758px;
	position: absolute;
	left: 0;
	right: 0;
}
.sub-menu {
	margin-top: 25px;
	padding: 20px 0px 0px 0px;
}
.sub-menu .main-navigation li {
	padding: 20px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0px 5px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}


.menu-toggle {background-image: url(/wp-content/uploads/2017/04/001-menu-button.png); background-size: 35px 23px; height:  40px; width: 40px; background-color: rgb(67, 101, 113); background-repeat: no-repeat; background-position: center; border: 0px; border-radius: 0px; margin-right: 15px; }


@media screen and (min-width: 800px) {
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.entry-content {
	max-width: 1200px;
	display: block;
	margin: auto;
}
.Coaching {
	background-color: #cf3c33;
	padding: 8px 15px 5px 15px!important;
}
.vc_gitem-post-category-name {
	border: 0px!important;
}
.Privates {
	background-color: #2a9f77;
	padding: 8px 15px 5px 15px!important;
}

.Allgemein  {
	background-color: grey;
	padding: 8px 15px 5px 15px!important;
}
.Publikationen {
	background-color: #48b9ff;
	padding: 8px 15px 5px 15px!important;
}
.vc_gitem-post-category-name .vc_gitem-link {
	padding: 5px 15px;
	color: white!important;
	font-weight: 600;
	text-transform: uppercase;
}
.krell-categorie-badge {
	margin-top: -15px;
	font-family: 'League Spartan';
	font-size: 15px;
}
.rsUni.rsHor .rsArrowLeft .rsArrowIcn {left: 15px;}
.vc_gitem-zone {
	overflow: visible!important;
}

.centertext-full {
	max-width: 750px;
	display: block;
	margin: auto!important;
}
.blog-white-box {
	background-color: white;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -25px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	padding:0px 15px 15px 15px;
	text-align: center;
	 -webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */;
}

.blog-white-box a {
	text-decoration: none;
}

.blog-white-box a:hover {
	font-weight: 300;
}
#masthead {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e252d+1,d6d6d6+88&1+0,0+89 */
	background: -moz-linear-gradient(top, rgba(14,37,45,1) 0%, rgba(14,37,45,0.99) 1%, rgba(214,214,214,0.01) 88%, rgba(214,214,214,0) 89%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(14,37,45,1) 0%, rgba(14,37,45,0.99) 1%, rgba(214,214,214,0.01) 88%, rgba(214,214,214,0) 89%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(14,37,45,1) 0%, rgba(14,37,45,0.99) 1%, rgba(214,214,214,0.01) 88%, rgba(214,214,214,0) 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e252d', endColorstr='#00d6d6d6', GradientType=0 ); /* IE6-9 */;
	z-index: 1000;
	position: relative;
	height: 150px;
	padding: 25px 0px;
}
#primary {
	margin-top: -150px;
}
.navigation-inner {
	max-width: 1200px;
	display: block;
	margin: auto;
}
.main-navigation a {
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 5px;
	font-family: 'League Spartan';
	font-size: 14px;
	letter-spacing: 1px;
}
.main-navigation a:hover {
	border-bottom: 3px solid white;
}
.site-branding {
	display: inline-block;
	float: left;
}
.likeus {
	float: right;
}
.top-boxes {
	margin-top: -100px;
	padding-bottom: 50px;
}
.krell-info-box:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
}

.krell-info-box {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}
.admin-bar .header-fluid {
	top: 32px;
}
.krell-info-box .vc_column-inner {
	padding-left: 0px!important;
	padding-right: 0px!important;
	transition: all 0.75s ease-in-out;
}
.header-fluid {
	position: fixed!important;
	top: 0;
	width: 100%;
	background: rgba(14, 37, 45, 0.77)!important;
	transition: all 0.75s ease-in-out;
	height: 75px!important;
	padding: 15px 0px!important;
}
.rsUni .rsArrowIcn {
	background: url(/wp-content/uploads/2017/02/arrow-left.jpg)!important;
	width: 50px!important;
	height: 50px!important;
}
.rsUni .rsArrowDisabled .rsArrowIcn {
	opacity: 1!important;
}
.sponsorenbox {
	webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	-webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */;
}
.vc_btn3-container.vc_btn3-center {margin-top: 15px;}

.sponsorenbox:hover  {transform: translate3d(0,-8px,0); -webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */;}
.partner-sponsoren-section h2 {
	color: white;
	margin-top: 0px;
}
.about-section h2 {
	color: white;
}
.about-section p {
	color: white;
}
.krell-about-box {
	padding: 25px;
}
h4 {
	text-transform: uppercase;
}
.krell-about-box a {
	color: white!important;
}
.rsArrowRight .rsArrowIcn {
	background-image: url(/wp-content/uploads/2017/02/arrow-right.jpg)!important;
	opacity: 1!important;
}

.vc_grid-filter-item span {
	border: 2px solid black;
	padding: 5px 15px 3px 15px!important;
	color: black;
	font-family: 'League Spartan';
}


 .vc_grid-filter-item span:hover {
	color: white!important;
	background-color: black;
}

.vc_active span{	color: white!important;
	background-color: black;}


.coaching-filter span {
	border: 2px solid #cf3c33;
	padding: 5px 15px 3px 15px!important;
	color: #cf3c33;
	font-family: 'League Spartan';
}

.vc_active.privates-filter span{
	background-color: #2a9f77; color: white!important;}


.privates-filter span {
	border: 2px solid #2a9f77;
	padding: 5px 15px 3px 15px!important;
	color: #2a9f77;
	font-family: 'League Spartan';
}

.vc_active.publikationen-filter span{
	background-color: #48b9ff; color: white!important;}


.publikationen-filter span {
	border: 2px solid #48b9ff;
	padding: 5px 15px 3px 15px!important;
	color: #48b9ff;
	font-family: 'League Spartan';
}

.vc_active.coaching-filter span{
	background-color: #cf3c33;}

.coaching-filter span:hover {
	color: white!important;
	background-color: #cf3c33;
}
.privates-filter span:hover {
	color: white!important;
	background-color: #2a9f77;
}
.publikationen-filter span:hover {
	color: white!important;
	background-color: #48b9ff;
}
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
	background-color: rgba(235, 235, 235, 0)!important;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1c4350;
	border-radius: 0px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
	font-family: 'League Spartan';
	font-size: 13px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #0e252d;
}


.header-image {width: 100%; height: 300px; background-image: url(/wp-content/uploads/2017/02/blog-schwimmer.jpg); background-size: cover;}
.header-image-page {width: 100%; height: 300px;  background-size: cover;}





.blog-loop {max-width: 33.3333333%; float: left; padding: 25px; }
.blog-loop-post-image {background-size: cover; width: 100%; height: 200px;}
.blog-loop-badge  {display: table; margin: auto; position: relative; top: -15px; z-index: 2; }
.blog-loop-badge  a {color: white; text-decoration: none;  }
.blog-loop-title a {text-decoration: none; color: #404040;}
.blog-pagination {margin: auto; display: table; clear: both;}
.blog-loop-content {clear: both; display: inline-block; width: 100%; max-width: 1200px; display: block; margin: auto; padding-top: 50px;}
.loop-filter {display: table; margin: auto;}
.loop-filter li {float: left; list-style-type: none;  }
.loop-filter li  a {text-decoration: none; border: 3px solid; padding: 5px; margin: 5px; font-family: 'League Spartan';}
.loop-filter ul {margin: 0; padding: 0;}


.cat-item-all a {color: black; border-color: black;}
.cat-item-all a:hover {background-color: black; color: white; border: 3px solid black;}

.cat-item-1219 a {color: #cf3c33; border-color: #cf3c33;}
.cat-item-1219 a:hover {background-color: #cf3c33; color: white; border:3px solid #cf3c33;}


.cat-item-1220 a {color: #2a9f77; border-color: #2a9f77;}
.cat-item-1220 a:hover {background-color: #2a9f77; color: white; border:3px solid #2a9f77;}


.cat-item-1221 a {color: #48b9ff; border-color: #48b9ff;}
.cat-item-1221 a:hover {background-color: #48b9ff; color: white; border:3px solid #48b9ff;}
.blog-loop-post-image:hover .blog-white-box {transform: translate3d(0,-8px,0);   -webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */;}


.blog-white-box:hover  {transform: translate3d(0,-8px,0);   -webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */;}

.blog-white-box:hover  .blog-loop-title a {color: #1c4350; text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.74);}



.blog-pagination  ul {margin: 0; padding: 0;}
.site-footer {background-color: #0e252d; padding: 10px 0px; margin-top: 50px; color: white;}
.site-footer a {color: white;}
.site-info {max-width: 1200px; display: block; margin: auto;}
.headertitle {max-width: 1200px; display: block; margin: auto; padding: 10px 0px; font-family: 'League Spartan'; text-align: center;}
.footertrennstrich {float: right; padding: 0px 5px;}
.headertitle  h1 {font-size: 14px;}
.infobox-text a {text-decoration: none;}

.krell-info-box:hover .red a{color: #cf3c33;}
.krell-info-box:hover .blue a{color: #48b9ff;}
.krell-info-box:hover .green a{color: #2a9f77;}
 .blue:hover   a{color: #48b9ff;}
.red:hover  a{color: #cf3c33;}
	.green:hover  a {color: #2a9f77;}
	.ueber-mich-image:hover ~ .green h3 {color: #2a9f77;}
	.publikationen-image:hover ~ .blue h3 {color: #48b9ff;}
	.coaching-image:hover ~ .red h3  {color: #cf3c33;}
.title-image {height: 400px;width: 100%; background-size: cover; background-position: center center;}

.vorteil-heading {padding: 5px 5px 0px 5px; background-color: #48b9ff; width: 85%; margin: auto; color: white; z-index: 2; position: relative; text-transform: uppercase; font-size: 13px;}
.vorteil-box {padding: 35px 15px 15px 15px; webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24); margin-top: -52px; background-color: white; z-index: 1; position: relative;}
.vorteil-box h4 {color: #48b9ff; text-transform: none; font-weight: 400; font-family: 'Libre Baskerville';}
.normalize {padding: 50px 0px;}
.vorteile-section {background-color: #efefef; text-decoration: none;}





.footerlink {float: right;}



.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;

    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
#responsive {color: white;}
.lSSlideWrapper  {background-image: url(/wp-content/uploads/2017/02/coaching-slider.jpg); background-size: 50%; background-position: right; background-repeat: no-repeat;}
.slider-left {background-size: cover; min-height: 400px;}
#slider-left-1 {background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTuNhkyhcFa_VROA8zuBr_7TeZ7nOlihxIWogkaouUsPHUpGxLp)}


#slider-left-2 {background-image: url(https://www.omicsonline.org/journal-highlight-images/health-fitness.jpg)}


#slider-left-3 {background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTuNhkyhcFa_VROA8zuBr_7TeZ7nOlihxIWogkaouUsPHUpGxLp)}
.lSSlideOuter .lSPager.lSpg {width: 50%; position: absolute; right: 0; margin-top: -50px!important;}
.lSAction > .lSNext {background-color: black; float: right;}
.lSAction > .lSPrev {background-color: black; float: left;}

.arrow-outer {width: 50%; position: absolute; right: 0; margin-top: -50px!important; z-index: 1;}
.lSAction {max-width: 400px; display: block; margin: auto;}
.lSSlideOuter:before {width: 50px; height: 64px;left: -50px; background-image: url(/wp-content/uploads/2017/02/triangle-slider.png); content:''; display: block; position: absolute; margin: auto; z-index: 10000; top: 158px;  right: 0;}

.lSSlideOuter:after {content:''; width: 50%; position: absolute; height: 400px; display: block; background-image: url(/wp-content/uploads/2017/02/coaching-slider.jpg); right: 0; top: 0; z-index: 10; background-size: cover; background-position: center center;}
.slider-right {z-index: 10000;}


/* Sliderboxen*/
.rightpanel p {color: white;}
.rightpanel {height: 400px; position: absolute!important; right: 0; background-image: url(/wp-content/uploads/2017/02/coaching-slider.jpg); background-position: left center; border-left: 2px solid white; background-size: cover;}
.rightpanel:before {height: 74px; width: 68px; content:''; display: block; background-image: url(/wp-content/uploads/2017/03/arrow-slider.png); position: absolute; top: 0; bottom: 0; margin: auto; left: -56px; z-index: 2; background-position: 0px; background-size: 100%;}
.leftpanel {height: 400px; background-size: cover; position: absolute!important; left: 0; width: 100%; z-index: 1; background-position: center;}
.panelnumer-1 {background-image: url(/wp-content/uploads/2017/05/01NicoleHertfelder.jpg); background-position: top center;}
.krell-slider-text .wpb_wrapper {position: relative; top: 0; bottom: 0; margin: auto; color: white;}



.panelnumer-2 {background-image: url(/wp-content/uploads/2017/05/02FranziskaBossow.jpg);}
.panelnumer-3 {background-image: url(/wp-content/uploads/2017/05/03SimoneLechner.jpg);background-position: center;}
.panelnumer-4 {background-image: url(/wp-content/uploads/2017/05/04PeterKlemm.jpg); background-position: center 0px}
.panelnumer-5 {background-image: url(/wp-content/uploads/2017/05/05-HeikeBernhardWolf.jpg); background-position: center }
.panelnumer-6 {background-image: url(/wp-content/uploads/2017/05/06ThomasVoeller.jpg); background-position: center;}
.panelnumer-7 {background-image: url(/wp-content/uploads/2017/05/07FrankNeumann.jpg); background-position: center;}
.panelnumer-8 {background-image: url(/wp-content/uploads/2017/05/08TobiasSchumann.jpg); background-position: center;}
.panelnumer-9 {background-image: url(/wp-content/uploads/2017/05/09MarkusGarrtner.jpg); background-position: center;}
.panelnumer-10 {background-image: url(/wp-content/uploads/2017/05/10MarcoKrischdat.jpg); background-position: center;}
.panelnumer-11 {background-image: url(/wp-content/uploads/2017/05/11LeonMattis.jpg); background-position: center;}
.panelnumer-12 {background-image: url(/wp-content/uploads/2017/05/12NicoKrauss.jpg); background-position: center;}
.panelnumer-13 {background-image: url(/wp-content/uploads/2017/05/17ChristianSier.jpg); background-position: center;}
.panelnumer-14 {background-image: url(/wp-content/uploads/2017/05/16UlrichAbelein.jpg); background-position: center;}
.panelnumer-15 {background-image: url(/wp-content/uploads/2017/05/15StephanMeinecke.jpg); background-position: center;}
.panelnumer-16 {background-image: url(/wp-content/uploads/2017/05/14BenediktReitwiessner.jpg); background-position: center;}
.panelnumer-17 {background-image: url(/wp-content/uploads/2017/05/13RubenvonFürstenberg.jpg); background-position: center;}

.secondslideractive {margin-left: 100%; left: auto;}
.split-slider-next {z-index: 100; right: 0; position: relative; height: 400px; margin-top: -400px;}
.split-slider-next .wpb_wrapper p  {height: 400px;}
.split-slider-next button {right: 0; top: 0; bottom: 0; position: absolute; height: 50px; margin: auto!important; background-image: url(/wp-content/uploads/2017/03/next-button.png); background-size: 17px; background-repeat: no-repeat; background-position: center center; padding: 25px 8px 25px 34px; border-radius: 0px; background-color: white;}
.split-slider-next button:hover {opacity: 0.7;}
.slideractive {z-index: 100; left: 0; -webkit-transition: all s ease; /* Firefox */
-moz-transition: all s ease; /* WebKit */
-o-transition: all s ease; /* Opera */
transition: all s ease; /* Standard */; z-index: 2;}
.leftpanelouter {overflow: hidden; height: 400px; width: 100%;}
.krell-slider-text {position: absolute; right: 0; display: none; padding: 25px 80px 25px 25px;}
.krell-slider-text-active {z-index: 2; display: block;}



/* Publikationen */
.grey-section {background-color: rgba(14, 37, 45, 0.08); padding: 50px 0px 25px 0px;}
.normal-section {padding: 50px 0px 25px 0px;}
	.vc_btn3.vc_btn3-size-md  {background-color: #2aa078!important; border: 0px; border-radius: 0px; color: white!important;}
.buch-cover-box {height: 270px; background-position: center top; }
.buch-cover-box:before {content: ''; background-color: black; width: 100%; height: 270px; display: none; z-index: 2;}
.buch-cover-box:hover:before{display: block; margin-top: 5px; opacity: 0.5;}
.buchbox-heading {padding: 5px; background-color: #2aa078; max-width: 150px; margin: auto; color: white; z-index: 2; position: relative; text-transform: uppercase; margin-top: -75px;}

.buchbox-heading p {color: white; font-weight: 600; font-family: 'League Spartan'; font-size: 18px;}
.publikationen-box {margin: -60px auto; max-width: 90%;}
.buch-cover-box a img {z-index: 3; position: absolute; top: 0; left: 0; right: 0; margin: 80px auto; display: none;}
.buch-cover-box:hover  a img {display: block;}
.publikationen-box h4 {color: #2aa078; text-transform: uppercase; font-family: 'League Spartan'; }
.publikationen-box-outer:hover .publikationen-box {-webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.32);
box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.32); -webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */}

.publikationen-box-outer:hover {
transform: translate3d(0,-11px,0); -webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */}

.trainingscamp .vc_active span {
	background-color: rgba(0, 0, 0, 0);
	color: #0e252d!important;
}

.trainingscamp {
	padding: 50px 0px;
}
.publikationen-box-outer:hover {
-webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */}


.vc_btn3.vc_btn3-size-md:hover {transform: translate3d(0,-11px,0); -webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */}


/*Kontakt*/

div.wpcf7-mail-sent-ok {clear: both;}
div.wpcf7-spam-blocked  {clear: both;}
div.wpcf7-validation-errors {clear: both; border: 2px solid #cf2630; font-family: 'Libre Baskerville',serif; margin-top: 60px;}

.wpcf7-form-control-wrap input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {border: 1x solid black; margin-top: 10px; border-radius: 0px; webkit-transition: all 1s ease; /* Firefox */
-moz-transition: all 1s ease; /* WebKit */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease; /* Standard */;}


input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {border: 1px solid #48b9ff; outline: none; webkit-transition: all 1s ease; /* Firefox */
-moz-transition: all 1s ease; /* WebKit */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease; /* Standard */}
.mk-kontaktformular input[type="submit"] {margin: 25px 0px 0px 5px;}
#cookie-notice a {color: white;}
.wpcf7-form-control-wrap input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {width: 100%;}
.my-name-is {background-image: url(/wp-content/uploads/2017/05/michi_julia_051.jpg); background-size: cover; background-position: center center;}
.mk-kontaktformular .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {padding-left: 0px!important; padding-right: 15px;}


/* Blog Single*/
.blog-single-content {max-width: 1200px; display: block; margin: auto; padding: 50px 0px;}
.entry-footer {margin-top: 25px; }
.tags-links {display: block; clear: both; margin-top: 15px;}
.tags-links a {background-color: #0e252d; color: white; padding: 5px 10px; margin: 5px 0px; text-decoration: none; display: inline-block; -webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */}
.tags-links a:hover {font-weight: 300; transform: translate3d(0,-8px,0); -webkit-transition: all 0.5s ease; /* Firefox */
-moz-transition: all 0.5s ease; /* WebKit */
-o-transition: all 0.5s ease; /* Opera */
transition: all 0.5s ease; /* Standard */}
ul {margin: 0;}
li {font-size: 14px;}

/* Testimonials 2019 */
.texti-box-desc {
	text-align: center;
	position: relative;
}
.texti-box-desc:before {
	background-image: url(/wp-content/uploads/img/quote-1.png);
	content: '';
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: -10px;
}
.texti-box-desc:after{
	background-image: url(/wp-content/uploads/img/quote-2.png);
	content: '';
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -10px;
	right: -10px;
}
.text-prev-img .vc_single_image-wrapper img{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	display: table;
	margin: auto;
	position: relative;
	object-fit: cover;
	-webkit-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.22);
box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.22);
margin-top: -70px;
border: 3px solid white;
}
.entry-content .testi-box-outer .vc_column-inner { 
	-webkit-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.22);
box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.22);
padding: 0px 25px 5px 25px!important;
}
.entry-content .testi-box-outer {
	padding: 0px 35px;
}
.testi-sec {
	padding: 150px 0px;
}
.testi-sec-sub {
	padding: 15px 0px;
}
.texti-box-name p{
	color: #48b9ff;
	font-family: 'League Spartan';
	font-size: 24px;
	font-weight: 600;
}
.entry-content .texti-box-name {
	margin-bottom: 5px;
}

#primary .entry-content .testi-sec .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	color: white;
	background-color: #05252c!important;
	font-family: 'League Spartan';
	font-size: 18px;
}
.testi-left .text-prev-img .vc_single_image-wrapper img {
	margin: 0;
}
.testi-left .text-prev-img {
	position: absolute;
	left: -70px;
	top: 35px;
}
.testi-right .text-prev-img {
	position: absolute;
	left: auto;
	right: -35px;
	top: 35px;
}
#primary .entry-content .testi-left .vc_column-inner {
	padding-left: 100px!important;
	padding-bottom: 35px!important;
	padding-top: 35px!important;
}
#primary .entry-content .testi-right .vc_column-inner {
	padding-left: 35px!important;
	padding-bottom: 35px!important;
	padding-top: 35px!important;
	padding-right: 100px!important;
}
.testi-left .texti-box-desc {
	text-align: left;
	margin-bottom: 15px;
}
.testi-left .texti-box-name {
	text-align: left;
}
.testi-left .texti-box-name p {
	color: #404040;
}
.testi-left .beruf {
	display: table;
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}
.testi-left .familie {
	display: table;
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}
.testi-left .erfolge {
	display: table;
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}
.testi-left .ziele {
	display: table;
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}
.testi-left .beruf:before {
	content:'';
	background-image: url(/wp-content/uploads/img/beruf-icon.png);
	width: 23px;
	height: 34px;
	background-size: contain;
	display: table;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
}
.testi-left .familie:before {
	content:'';
	background-image: url(/wp-content/uploads/img/familie-icon.png);
	width: 23px;
	height: 34px;
	background-size: contain;
	display: table;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
}
.testi-left .erfolge:before {
	content:'';
	background-image: url(/wp-content/uploads/img/erfolge-icon.png);
	width: 23px;
	height: 34px;
	background-size: contain;
	display: table;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
}
.testi-left .ziele:before {
	content:'';
	background-image: url(/wp-content/uploads/img/ziele-icon.png);
	width: 23px;
	height: 34px;
	background-size: contain;
	display: table;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
}
/* Responsive */
@media (max-width: 1400px) {
	.testi-left .text-prev-img {
		left: 35px;
		top: 35px;
	}
	.testi-right .text-prev-img {
		right: 35px;
		left: auto;
		top: 35px;
	}
	#primary .entry-content .testi-left .vc_column-inner {
		padding-left: 195px!important;
	}
	#primary .entry-content .testi-right .vc_column-inner {
		padding-left: 25px!important;
		padding-right: 195px!important;
	}
	.entry-content .testi-box-outer {
		padding: 25px!important;
	}
}
@media (max-width: 980px) {
	.blog-loop {max-width: 100%; width: 100%;}
	.blog-loop-post-image {height: 300px;}
	.main-navigation {left: auto;}
	.likeus {display: none;}
}



@media (max-width: 600px){
	.loop-filter li {float: none; margin: 15px auto; width: 100%;}
	
	.loop-filter li  a {width: 100%; display: block; text-align: center;}
	.blog-loop-content {padding-top: 0px;}
	
}

@media (max-width: 800px){
	.menu-toggle {float: right;}
	.main-navigation {width: 100%;}
	.main-navigation li {width: 100%; padding: 15px; background-color: rgb(14, 37, 45); margin: 0;}
	#masthead {background: none; background-color: rgb(14, 37, 45)!important; height: auto; padding: 10px;}
	.headertitle {display: none;}
	.header-fluid {padding: 10px!important; height: auto!important;}
	
	.main-navigation a:hover {border-bottom: 0px;}
	.sponsorenbox {box-shadow: none; max-width: 175px; display: block; margin: auto;}
	.buch-cover-box {background-size: cover;}
	.publikationen-box {height: auto!important;}
	h2 {font-size: 26px;}
	.vc_row[data-vc-full-width] {width: 100%!important;}
	.rightpanel {min-height: 400px;}
	.testimonial-slider-krell {display: none;}
}

@media (max-width: 768px){
	h1 {font-size: 23px; line-height: 25px;}
	h1 {font-size: 20px; line-height: 25px;}
	.top-boxes {max-width: 350px; margin: 25px auto!important;}
	.krell-info-box {margin-bottom: 25px;}
	.my-name-is {height: 400px;}
	.title-image {margin-top: 70px;}
	.site-info {padding: 0px 15px;}
	.blog-single-content {padding: 50px 15px;}
	.testi-left .text-prev-img {
		left: 0;
		right: 0;
		margin: auto;
		position: relative;
		top: 0px;
	}
	.testi-right .text-prev-img {
		right: 0;
		left: 0;
		margin: auto;
		position: relative;
		top: 0px;
	}
	#primary .entry-content .testi-left .vc_column-inner {
		padding-left: 25px!important;
		padding-top: 15px!important;
	}
	#primary .entry-content .testi-right .vc_column-inner {
		padding-left: 25px!important;
		padding-right: 25px!important;
		padding-top: 15px!important;
	}
	.entry-content .testi-box-outer {
		padding: 25px!important;
		margin-top: 100px;
	}
	}