/*
Theme Name: BCA
Theme URI: http://olemedien.de/
Author: olemedien |&nbsp;webdesign aus hamburg
Author URI: http://olemedien.de/
Description: WordPress Theme BCA Website 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bca
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.

BCA 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
# Layout
# Typography
# Elements
# Forms
# Navigation 
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@import url('spritesheet.css');

/* montserrat + montserrat alternates 
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Montserrat+Alternates:wght@600;700&family=Montserrat:ital,wght@0,400;0,600;1,400&display=swap');
*/

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/montserrat-v25-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/montserrat-v25-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-800italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: url('/fonts/montserrat-v25-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v25-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v25-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v25-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v25-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v25-latin-800italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'EyesomeScript';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/eyesome-script.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/eyesome-script.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/eyesome-script.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/eyesome-script.woff') format('woff'), /* Modern Browsers */
       url('fonts/eyesome-script.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/eyesome-script.svg#EyesomeScript') format('svg'); /* Legacy iOS */
}


.page-id-6110 .jtg-title {
	display: none !important;
}

.drei_viertel h1,
.drei_viertel h2 {
	width: 75%;
}

.ein_halb h1,
.ein_halb h2 {
	width: 50%;
}


.ein_viertel h1,
.ein_viertel h2 {
	width: 25%;
}

.ein_drittel h1,
.ein_drittel h2 {
	width: 33%;
}

.zwei_drittel h1,
.zwei_drittel h2 {
	width: 66%;
}

.bg-designelement {
	margin-top: 250px;
}

.bg-designelement-kurz {
	margin-top: 125px;
}

.bg-designelement-null {
	margin-top: 0px;
}

/* - - - - - - - - - - - - */

/* HEADLINES */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,
h2,
h3 {
	font-size: 24px;
	margin: 0 0 0 0;
	color: #6e6b6c;
	line-height: 1.5em;
	letter-spacing: 0.020em; 
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-top: 30px ;
}

h1, h2 {
	background-color: #f3f5c8;
	padding: 5px 15px;
	border-radius: 20px;	
	background-size: auto;
}

/* Werde wer Du bist + Online Kompaktausbildung */

.page-id-10624 h4 {
	text-transform: none !important;
}

.page-id-10624 h1,
.page-id-10624 h2,
.page-id-10696 h1,
.page-id-10696 h2,
.page-id-7260 h1, 
.page-id-7260 h2 {
	background-color: transparent !important;
	padding: 0px !important;
}

ul.mit_icons {
	font-size: 25px;
	line-height: 40px;
	color: #033354;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
} 

ul.mit_icons li:before {
	content: "\f14a";
	font-family: "Font Awesome 5 Free"; 
	margin-right: 15px;
}


.page-id-10698 #crumbs,
.page-id-10698 #header-image,
.page-id-10696 #crumbs,
.page-id-10696 #header-image,
.page-id-10678 #crumbs,
.page-id-10678 #header-image,
.page-id-10624 #crumbs,
.page-id-10624 #header-image,
.page-id-10891 #crumbs {
	display: none !important;
}

/* OK DANKE Seite */
.page-id-10698 .vc_column_container,
.page-id-10698 .vc_column_container {
	padding-left: 40px;
	padding-right: 40px;
}

#content .Buchenbutton {
	border: 1px solid #999; 
}

#content .Buchenbutton a {
	color: #D75F4C !important;
}

#content .Buchenbutton a:hover {
	color: #999 !important;
}

button.vc_general.vc_btn3 {
	padding: 15px 30px;
	border: 1px solid #999;
	font-size: 27px;
	color: #D75F4C;
}

#content .button-blau .vc_general.vc_btn3 {
	font-size: 27px !important;
	font-weight: bold;
	padding: 20px 50px;
	border: 1px solid #999;
}

.mobil {
	display: none;
} 

@media screen and (max-width: 768px) {
	h1.kontausb {
		font-size: 45px !important;
	} 
	
	.desktop {
		display: none;
	}

	.mobil {
		display: block !important;
	} 
} 
	
/*h3 {
	color: #6e6b6c;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.01em;
}*/

h4 {
	color: #6e6b6c;
	/*text-transform: uppercase;*/
	font-family: 'Montserrat', sans-serif;
}

/* FEBRUAR 2024 - VICKY */
h3.EyesomeScript  {
	font-family: 'EyesomeScript', sans-serif !important; 
	font-size: 40px;
	margin: 0 0 0 0;
	color: #6e6b6c;
	line-height: 1.5em;
	letter-spacing: normal; 
	font-weight: 400;
	background: no-repeat bottom left url("img/wischer-titel.png");
}

.EyesomeScript h2 {
	font-family: 'EyesomeScript', sans-serif !important;
	font-size: 40px;
	margin: 0 0 0 0;
	color: #6e6b6c;
	line-height: 1.5em;
	letter-spacing: normal; 
	font-weight: 400;
	background: no-repeat bottom left url("img/wischer-titel.png");
}

.dreiklang-titel.EyesomeScript h2 {
	font-family: 'EyesomeScript', sans-serif !important;
	font-size: 40px;
	margin: 0 0 0 0;
	color: #6e6b6c;
	line-height: 1.5em;
	letter-spacing: normal; 
	font-weight: 400;
	background: no-repeat bottom left url("img/wischer-titel.png");
}

.dreiklang-titel-start.EyesomeScript h2 {
	font-family: 'EyesomeScript', sans-serif !important;
	font-size: 40px;
	margin: 0 0 0 0;
	color: #6e6b6c;
	line-height: 1.5em;
	letter-spacing: normal; 
	font-weight: 400;
	background: no-repeat bottom left url("img/wischer-titel.png");
}


.dreiklang-icon {
	float: left;
}

.dreiklang-titel {
	float: left;	
	width: 250px;
}

/* - - - - - */

#BorlabsCookieBox label {
   color: #666; 
}

.pagination {
    padding-top: 0px !important;
}

.hg_hellgrau {
	background-color: #f1f1f1 !important;
}


#bg-pattern-01 .supercarousel_wrapper .supercarousel > div {
	border-bottom-width: 0px !important;
	border-bottom: 0px !important;
	border: 0px !important;
}

/*--------------------------------------------------------------
# Normalize
-------------------------------------------------------------*/
.wpcf7-acceptance .wpcf7-list-item-label {
   letter-spacing: normal;
}

.wpcf7-submit {
   font-family: 'Montserrat', sans-serif;
   letter-spacing: 0.020em;
}

html {
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

.wpb_column.vc_column_container.vc_col-sm-8 h2,
.wpb_column.vc_column_container.vc_col-sm-8 h3 {
   margin-top: 67px;
}

section.vc_custom_1490192854426 .wpb_column.vc_column_container.vc_col-sm-8 h2,
#bg-pattern-01 .wpb_column.vc_column_container.vc_col-sm-8 h2 {
   margin-top: 0px;
}

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

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
body {
	background: #565656 !important;
}

.clear,
.clear_both {
	clear: both;
	float: none;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.page {
	background: #FFF;
	background: url(img/bg_unterseiten.jpg) top center repeat-y;
}

.site {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#content,
#primary,
#main,
#secondary {
	background: #FFF;
}

#masthead {
	background: #D4D3D3;
	/*overflow: hidden;*/
	position: relative;
	border-bottom: 5px solid #cad301;
}

#site-navigation {
	background: #6e6b6c;
    margin: 0 auto;
	z-index: 100000;
	/*position: fixed;*/
}

#header-image {
	/*background: #cbd401;*/
	padding: 58px 0 0 0;
	max-width: 1280px;
    margin: 0 auto;
	position: relative;
	/*max-height: 560px;*/
}

#header-image .content-box img {margin-bottom: -8px;}

.header-logo {
	position: absolute;
	top: 125px;
	left: 30px;
	z-index: 100;
} 

#header-nl  {
	position: absolute;
	top: 158px;
	right: 0px;
	z-index: 2000;
}

.nl-mobile {
	display: none;
} 

#main {
	padding: 0px 0 0 0;
}

#colophon {
	background: #cbd401;
	/*height: 200px;*/
	padding: 25px 35px 25px 35px;
}

#footer-widgets-wrap {
	/*border-top: 1px solid #cbd401;*/
}

#footer-widgets-wrap {
	background: #EEEDED;
	padding: 0 35px;
}

.footer-widget-column {
	width: 30%;
	margin-right: 3.3333%;
	float: left;
}

#footer-widgets-wrap ul,
#footer-widgets-wrap li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer-widgets-wrap  a {
	color: #404040;
	text-decoration: none;
}

#footer-widgets-wrap,
#footer-widgets-wrap h3,
#footer-widgets-wrap a {
 	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.020em;
	line-height: 27px;
	font-size: 17px;
	color: #6e6b6c;
}

#footer-widgets-wrap a:hover {
	color: #A8A6A7;
}

#footer-widgets-wrap h3 {
	margin-bottom: 0px;
}

#footer-widgets h3 {
   font-weight: bold;
   margin-top: 17px;
}

p.footer_logo {
	margin-top: 15px !important;
}

#footer-widgets .footer-widget-column.widget-area p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	line-height: 27px !important;
}

aside#text-14.widget.widget_text.clearfix div.textwidget p,
aside#text-15.widget.widget_text.clearfix div.textwidget p {
   margin-top: 0px; 
}

#colophon .site-info {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	color: #FFF;
	margin-top: 5px;
	padding-left: 29px;
	letter-spacing: 0.020em;
	width: 70%;
	float: left;
}

#colophon .social-media-links {
	margin-top: 0px;
	width: 30%;
	float: left;
	text-align:  right;
}

#colophon .social-media-links a {
	font-size: 35px;
	color: #FFF;
	padding: 0 10px;
}

#colophon .social-media-links a:last-child {
	padding-right: 0px;
}

#colophon .social-media-links a:hover {
	color: #A9A6A7;
}

.sm_icon {
	float: left;
	margin-right: 10px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea,
.modal-style.style-1 .awsm-modal-details,
.modal-style.style-1 .awsm-modal-content-main {
	color: #6e6b6c;
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-size: 17px;
	line-height: 27px;
}

label  {
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
	font-size: 17px;
	line-height: 27px;
   color: #FFF;
   letter-spacing: 0.020em;
}

p {
	margin-bottom: 1.5em;
}

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

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

.awsm-grid-wrapper ul,
ul,
ol {
	margin: 0 0 1.5em 18px;
	padding: 0;
}

.awsm-grid-wrapper ul,
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

#main li {
   padding-left: 10px;
}

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

.wpcf7-select {
	height: 34px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #6e6b6c;
	text-decoration: none;
}

a:visited {
	color: #6e6b6c;
}

a:hover,
a:focus,
a:active {
	color: #A8A6A7;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Links im Content */
a.internal-link,
a.internal-link:visited,
a.wischer,
a.wischer:visited,
#main a.wischer.pum-trigger,
.slider-link a,
.slider-link a:visited {
	/*background: url(img/bu_wischer.png) right bottom no-repeat;
	padding: 0 0 15px 0;
	letter-spacing: 0.020em;
	text-transform: uppercase;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 17px !important;
	background-color: #767676;
	padding: 5px 15px;
	border-radius: 20px;
	color: #FFF !important;
}

a.wischer {
	/*font-weight: 700 !important;*/
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.wpb_text_column p:last-child a.wischer {
	margin-bottom: 15px !important;
}

a.internal-link:hover,
a.internal-link:focus,
a.internal-link:active,
a.wischer:hover,
a.wischer:focus,
a.wischer:active,
#main a:hover.wischer.pum-trigger,
.slider-link a:hover,
.slider-link a:focus,
.slider-link a:active {
	/*background: url(img/bu_wischer_mo.png) right bottom no-repeat;
	padding: 0 0 15px 0;
	color: #A8A6A7 !important;*/
	background: #A8A6A7;
   color: #fff;
}

#main h3 a,
#main h3 a:visited,
#main h3 a:hover {
	background: none;
	color: #005188;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	/*clear: both;*/
	display: block;
	/*float: left;*/
	width: 100%;
	height: 58px;
	padding: 0 0 0 0;
	box-shadow: 0px 3px 3px 0px rgba(119, 119, 119, 0.5);
	-moz-box-shadow: 0px 3px 3px 0px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(119, 119, 119, 0.5);
	position: fixed;
}

#site-branding {
	/*float: left;
	width: 92px;
	background: #6e6b6c; 
	padding: 0 0 0 0px;*/
	position: absolute;
	left: 0;
	top: 0;
}

.menu-main-container,
.menu-hauptnavigation-container {
	/*width: 100%;
	float: left;*/
    margin-left: 94px;
}

#icon-navigation {
	float: right;
	width: 58px;
	text-align: right; 
	position: absolute;
	right: 0px;
	top: 0;
}

body.home .main-navigation {
    width: 100%;
}

#site-branding a {
    padding: 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 20px;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
}

/*#site-branding li:hover {
	
}*/

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: inline-block; /* statt > float: left; */
	position: absolute;
	top: 58px;
	left: -999em;
	z-index: 1000;
	background: #FFF;
	display: block;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	color: #6e6b6c;
}

.main-navigation ul ul li {
	background: #FFF;
	color: #6e6b6c;
	min-width: 350px;
	text-align: left;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a  {
	color: #6e6b6c;
	background: #d3d2d3;
	max-width: 350px;
}

.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 {
	color: #6e6b6c;
	background: #d3d2d3;
	max-width: 350px;
}*/

/* Icon Navigation */
#icon-navigation {
	width:  116px;
}

#icon-navigation li {
	height: 58px;
}

#icon-navigation a {
	padding: 0;
	height: 58px;
}

#icon-navigation ul ul {
	z-index: 5000;
}

#icon-navigation ul li ul li {
	overflow: hidden;
	min-width: 58px;
	max-width: 58px;
	width: 58px;
}

#icon-navigation ul li ul li a:hover {
	width: 58px;
}

/*#icon-navigation ul.sub-menu.language li a {
	font-size: 16px;
    padding: 18px 18px;
}*/

/* WPML Navigation */

#icon-navigation .wpml-nav li {
	float: none;
	width: 58px;
}

div#icon-navigation ul.language.nav-menu li ul li.wpml-nav a {
	padding: 18px 0 0 17px;
}

#icon-navigation li.wpml-nav {
   float: right;
}

#icon-navigation .wpml-nav a {
	overflow: hidden;
	min-width: 58px;
	max-width: 58px;
	width: 58px;
   padding: 18px 0 0 17px;
   text-align: left;
}

#icon-navigation a.lang-aktuell {
   background: #d3d2d3;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* BUTTONS */

/* Du hast noch Fragen? */
.centerbutton {
   width: 100%;
   text-align: center;
   margin: 0 auto;
}

.frage-button {
   margin-top: 40px;
   /*margin: 0 auto;
   text-align: center;*/
}

.frage-Icon {
    background-image: url(img/icon-fragen.png);
    background-repeat: no-repeat;
    display: block;
    width: 169px;
    height: 169px;
   background-position: 0px 0px;
   margin: 0px 0 20px 0;
}

/* a:hover .frage-Icon {
    width: 111px;
    height: 85px;
   background-position: 0px -105px; 
} */

.anmelde-button {
   padding-top: 40px;
   padding-bottom: 60px;
  /* margin: 0 auto;
   text-align: center;*/
}

.anmelde-Icon {
    background-image: url(img/bca-anmelden-action-buttons.png);
    background-repeat: no-repeat;
    display: block;
    width: 133px;
    height: 68px;
   background-position: 0px 0px;
   margin: 0 0px 20px 0px;
}

a:hover .anmelde-Icon {
    width: 133px;
    height: 68px;
   background-position: 0px -90px; 
}

.termin-Icon {
    background-image: url(img/icon-termin.png);
    background-repeat: no-repeat;
    display: block;
    width: 169px;
    height: 169px;
   background-position: 0px 0px;
   margin: 0 0 20px 0;
}

/* a:hover .termin-Icon {
    width: 120px;
    height: 96px;
   background-position: 0px -111px; 
} */

.kontakt-Icon {
    background-image: url(img/icon-kontakt.png);
    background-repeat: no-repeat;
    display: block;
    width: 169px;
    height: 169px;
   background-position: 0px 0px;
   margin: 0 0 20px 0;
}

/* a:hover .kontakt-Icon {
    width: 120px;
    height: 77px;
   background-position: 0px -97px; 
} */

#icon-link-wrapper .vc_column_container {
   text-align: center;
}

#icon-link-wrapper .termin-Icon {
   margin: 0 auto 20px auto;
}

#icon-link-wrapper .kontakt-Icon {
   margin: 0 auto 20px auto;
}

#icon-link-wrapper .frage-Icon {
   margin: 0 auto 20px auto;
}

/* - - - - -  */

#frage-bca h3 {
    color: #FFF !important;
    margin: 0px !important;
}

#frage-bca h3.abstandunten {
   margin-bottom: 15px !important;
}

#anmeldung-bca .wpcf7-form-control.wpcf7-textarea,
#frage-bca textarea.wpcf7-form-control.wpcf7-textarea,
#frage-bca textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	height: 100px !important;
}

.gruen {
   color: #cbd401 !important;
}

@media screen and (min-width: 1170px) {
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: block;
	}
	
}

/* BreadCrumb Navi */
#crumbs {
	margin: 0;
	padding: 0 0 0 30px;
}

#crumbs a {
	/*float: left;
	list-style: none;
	margin-right: 10px;*/
}

#crumbs,
#crumbs a {
	font-size: 12px;
	color: #6e6b6c;
	text-decoration: none;
	margin-top: 18px;
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
}

/* THEME */

.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
--------------------------------------------------------------*/

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0 !important;
}

/* TRENNER VERLAUF */
.trenner-verlauf-schmal {
	height: 30px;
}

.trenner-verlauf-hoch {
	height: 80px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}

/* MOUSEOVER */
.photo {
    max-width: 100%;
    height: auto;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
}

.grow img {
    width: 100%;
    height: auto;
    opacity: 1;
}

.grow img:hover {
    width: 100%;
    height: auto;
    opacity: 0.85;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  
}

/* SUPER CONTEN SLIDER */
.supercrsl .pagination a {
   margin-tight: 15px !important;
}

.supercarousel .super_content .zitat_text {
       font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
   font-style: italic !important;
   font-size: 17px !important;
   color: #6e6b6c !important;
   padding: 35px 60px 35px 35px !important;
   line-height: 1.75em !important;
   background: #FFF !important;
}

.supercarousel .super_content .zitat_name {
      font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
   font-style: normal !important;
   font-size: 17px !important;
   color: #6e6b6c !important;
   padding: 0 60px 45px 35px !important;
   background: #FFF !important;
}

.supercarousel .super_content .zitat_text:hover,
.supercarousel .super_content .zitat_name:hover {
   background: #FFF;
}

.super_content,
.supercontentdata {
	background: #FFF !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0%);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0%);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0%);
}

.super_content:hover,
.super_content:hover {
	background: #cbd401 !important;
	color: #F9F9F9;
}

.super_content a {
    color: #6e6b6c !important;
    text-decoration: none;
}

#main .super_content:hover a,
#main .super_content a:hover {
    color: #F9F9F9 !important;
    text-decoration: none !important;
	 /*background: url(img/bu_wischer_mo_dunkel.png) right bottom no-repeat;
	 padding: 0 0 15px 0;*/
}

.slider-text {
	padding: 20px 30px;
   line-height: 1.75em;
	min-height: 155px; /* MICHAEL */
   font-size: 17px;
}

.slider-link {
	padding: 0 30px 42px 30px;
	min-height: 100px; /* MICHAEL */
}

#main .super_content:hover .slider-text a,
#main .super_content:hover .slider-text a:hover,
#main .super_content:hover .slider-image a,
#main .super_content:hover .slider-image a:hover {
	background: none;
}

/* WEITER ZURÜCK PFEILE */
#main .supercrsl a.prev, 
#main .supercrsl a.next {
    top: 94% !important;
}

#main .supercrsl a.superprev,
#main .supercrsl a.supernext {
	padding: 0 0px 53px 0;
	margin: 20px 0;
}

#main .supercrsl a.superprev {
	 background: url(img/pfeil_links.png) left bottom no-repeat !important;
}

#main .supercrsl a:hover.superprev {
    background:   url(img/pfeil_links_mo.png) left bottom no-repeat !important;
}

#main .supercrsl a.supernext {
	background:  url(img/pfeil_rechts.png) right bottom no-repeat !important;
}

#main .supercrsl a:hover.supernext {
   	background:  url(img/pfeil_rechts_mo.png) right bottom no-repeat !important;
}

#main .supercarousel .super_content {
   margin: 0 15px !important;
}

/* PAGINATION BULLETS */
.pagination {
   margin-top: 20px;
}

#main .supercrsl.pdgwnav .pagination a {
	background-image: none;
	background: #FFF;
	border-radius: 15px;
	height: 15px;
	width: 15px; 
	padding: 0 5px;
	margin: 0 15px;
}

#main .supercrsl.pdgwnav .pagination a.selected {
	background: #CCC;
}

.slider-link a {
	text-transform: uppercase; 
}

/* Voreingestellte Styles überschreiben */
.no-bottom-margin .wpb_content_element {
	margin-bottom: 18px;
}

/* DO NOT DISPLAY */
/*body.home #site-branding,*/
main#main header.entry-header h1.entry-title,
/*.home #crumbs,*/
.entry-footer {
	display: none;
} 

/* LOGO > AUF HOMEPAGE AUSGEBLENDET */
body.home div#page.site header#masthead.site-header div.site-branding  {
	display: none;
}

.header-logo {display: none;}

.home .header-logo {display: block;}

/* LOGO > HOME */
.logo-home {
	display: none;
}

.logo-no-home {
	display: block;
	background: url(img/ic-logo-navi-home.jpg) left top no-repeat;
	width: 92px;
	height: 58px;
}

.logo-no-home:hover {
	display: block;
	background: url(img/ic-logo-navi-home_mo.jpg) left top no-repeat;
	width: 92px;
	height: 58px;
}

.home .logo-home {
	display: block;
	background: url(img/ic-keinlogo-navi-home.jpg) left top no-repeat;
	width: 92px;
	height: 58px;
}

.home .logo-no-home {
	display: none;
}

/* CONTENT BOX KRAM */
h3.less-top-margin {
   margin-top: 30px !important;
}

/*.page {
	margin: 0 auto !important;
	text-align:center !important;
}

.entry-content {
	margin: 0 auto !important;
	text-align:center !important;
}

.vc_row {
	max-width: 1280px;
	margin: 0 auto !important;
}*/

.vc_column_container > .vc_column-inner {
    padding-left: 0px ;
    padding-right: 0px ;
}

.vc_column_container  {
	text-align: left;
}

.content-box {
	max-width: 1280px; 
	margin: 0 auto; 
	/*text-align: center;*/
}

.vc_section[data-vc-full-width] > .vc_row,
.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
   padding-left: 15px; /* unter vorbehalt */
   padding-right: 15px; /* unter vorbehalt */
}

.footer-widgets,
.content-box {
    margin: 0 auto;
    max-width: 1280px;
    /*text-align: center;*/
	position: relative;
}

.footer-widget-column {
	padding: 50px 0;
}

.footer-widgets {
	padding-left: 30px;
}

.widget_text {
	margin-bottom: 25px;
}

.pagination {padding-top: 40px;}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
    /*padding-top: 40px !important;*/
}

/*.widget {margin-left: 30px;}*/

.site-info,
.widget-area {
	text-align: left;
}

.wpb_button, 
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px !important;
}

#main a .icon-button-text,
#main .sprite-icon a .icon-button-text,
#main .sprite-icon a,
#main .icon-link a,
#main .icon-link a:visited,
#icon-link-wrapper a,
#icon-link-wrapper a:visited,
#main  .icon-link-wrapper a,
#main  .icon-link-wrapper a:visited {
	background: none;
 	font-family: 'Montserrat', sans-serif;
	color: #005187 !important;
	letter-spacing: 0.020em;
	line-height: 24px;
	font-size: 20px;
	text-transform: none;
	font-weight: 300;
}

#main a:hover .icon-button-text {
	color: #A8A6A7 !important;
}

#main i.sprite,
#main .sprite-icon a .icon-button-text,
#main a .icon-button-text,
#main a:hover .icon-button-text,
#main .pum-trigger .sprite a,
#main .pum-trigger .sprite a,
#icon-link-wrapper .sprite,
#main .icon-link-wrapper .sprite {
	margin-bottom: 15px;
}

#main a.e-mail, 
#main a:hover.e-mail, 
#main a .icon-button-text,
#main a:hover .icon-button-text,
#main a.pum-trigger,
#main   a:hover.pum-trigger {
	background: none;
}

#icon-link-wrapper,
#main .icon-link-wrapper {
	line-height: 23px;
}

 #main .icon-link-wrapper  a:hover,
 #icon-link-wrapper  a:hover {
 	background: none;
	color: #A8A6A7 !important;
}

#icon-link-wrapper a:hover, 
#icon-link-wrapper a:focus, 
#icon-link-wrapper a:active {
	background: none;	
}

#main .link-extern a,
#main .link-extern a:hover,
#main .link-extern a:focus,
#main .link-extern a:active,
#main a.external-link-new-window ,
#main a:hover.external-link-new-window ,
#main a:focus.external-link-new-window ,
#main a:active.external-link-new-window  {
	background: none;
	text-transform: none;	
}

.sm_icons {
	padding-top: 15px;
}

#ohne-pagination .pagination {
	display:none;
}

#main a.vc_pagination-trigger,
#main .wpb_single_image figure a {
	background-image: none;
}

#main a.vc_pagination-trigger  {
	background: #999999;
	width: 15px;
	margin: 0 15px;
}

#main .awsm-grid-wrapper a {
	background: none;
}

.awsm-grid-wrapper .awsm-grid > .awsm-grid-card {
    margin: 0 0 40px;
}

.schatten {
	/*box-shadow: 0px 3px 3px 0px rgba(119, 119, 119, 0.5);
	-moz-box-shadow: 0px 3px 3px 0px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(119, 119, 119, 0.5);
	margin: 3px 0;
	padding: 3px 0;
	height: 105%;*/
}

.supercontentdata {

}

.slider-part {
   background: #FFF;
}

/* KONTAKT */
.vc_custom_1543482272271 div.vc_column-inner,
.vc_custom_1543482258208 div.vc_column-inner,
.vc_custom_1543482185621 div.vc_column-inner,
.vc_custom_1543482171742 div.vc_column-inner {
    padding-left: 0px ;
    padding-right: 0px ;

}

/* TEAN PLUGIN */
.modal-style.style-1 .awsm-image-main {
    height: 286px;
    overflow: hidden;
}

.modal-style.style-1 figcaption {
    background: rgba(119, 119, 119, 0.3) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;    
	top: 0;
}

.awsm-personal-info h3 {display: none;}


/*#bg-pattern-02 {
	background:  url(img/ff_blau_lo.jpeg) center bottom no-repeat ;
   margin-bottom: 50px;
}

#bg-pattern-01 {
	background:  url(img/ff_gruen_lo.jpeg) center bottom no-repeat ;
   margin-bottom: 50px;
}

#bg-pattern-03 {
	background:  url(img/ff_grau_lo.jpeg) center bottom no-repeat ;
   margin-bottom: 50px;
}*/

.einviertel {}

.awsm-grid-wrapper ul,
.awsm-grid-wrapper p {
    line-height: 27px;
}

#bg-pattern-01 .supercontentdata,
#bg-pattern-02 .supercontentdata,
#bg-pattern-03 .supercontentdata {
	padding: 15px 50px 30px 30px !important;
	min-height: 255px;
}

#bg-pattern-01 .supercontentdata:hover  ,
#bg-pattern-02 .supercontentdata:hover  ,
#bg-pattern-03 .supercontentdata:hover {
	/*background: #FFF !important;*/
	color: #6e6b6c !important;
}

#bg-pattern-01 .supercrsl a.prev, 
#bg-pattern-02 .supercrsl a.next,
#bg-pattern-03 .supercrsl a.prev, 
#bg-pattern-01 .supercrsl a.next,
#bg-pattern-02 .supercrsl a.prev, 
#bg-pattern-03 .supercrsl a.next {
	top: auto !important;
    bottom: 50px !important;
}

#bg-pattern-01 .supercrsl a.superprev,
#bg-pattern-02 .supercrsl a.superprev,
#bg-pattern-03 .supercrsl a.superprev {
	/*display:none !important;*/
}

#bg-pattern-01 .supercrsl a.supernext,
#bg-pattern-02 .supercrsl a.supernext,
#bg-pattern-03 .supercrsl a.supernext,
#bg-pattern-01 .supercrsl a.supernext:hover,
#bg-pattern-02 .supercrsl a.supernext:hover,
#bg-pattern-03 .supercrsl a.supernext:hover {
    background: rgba(0, 0, 0, 0) url("img/pfeil_rechts_mo.png") no-repeat scroll left bottom !important;
}

#bg-pattern-01 .supercontentdata,
#bg-pattern-02 .supercontentdata,
#bg-pattern-03 .supercontentdata {
    box-shadow: none;
	border-bottom: 0 solid #dedede;
}

#bg-pattern-01 h4,
#bg-pattern-02 h4,
#bg-pattern-03 h4 {
	margin-left: 30px;
}

/*#bg-pattern-01 .supercontentdata {
	padding: 0 30px 50px 0;
}

#bg-pattern-02 .supercontentdata {
	padding: 0 30px 50px 30px;
}

#bg-pattern-03 .supercontentdata {
	padding: 0 30px 50px 0;
}*/

.supercarousel_wrapper {
	margin-top: 30px;
}

#supercarousel_logos .supercarousel_wrapper {
	margin-top: 0px;
}

#bg-pattern-01 .supercarousel_wrapper,
#bg-pattern-02 .supercarousel_wrapper,
#bg-pattern-03 .supercarousel_wrapper {
	border-right: 0 solid #dedede;
}

#bg-pattern-01 .wpb_text_column,
#bg-pattern-02 .wpb_text_column,
#bg-pattern-03 .wpb_text_column {
	margin-bottom: 0px !important;
   padding-bottom: 0px !important;
   /*background: #FFF;*/
}

.vc_general.vc_tta.vc_tta-tabs.vc_tta-o-shape-group.vc_tta-has-pagination.vc_tta-o-no-fill.vc_tta-tabs-position-top.vc_tta-pageable  {
/*-webkit-box-shadow: 3px 3px 2px 0px rgba(204,204,204,0.75);
-moz-box-shadow: 3px 3px 2px 0px rgba(204,204,204,0.75);
box-shadow: 3px 3px 2px 0px rgba(204,204,204,0.75);*/
}


/* AKKORDION */
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	top: 43% !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-width: 0px!important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before, 
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after, 
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before, 
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
	border: none!important;
	border-style: none!important;
}

.vc_tta.vc_tta-style-classic .vc_tta-panel-body, 
.vc_tta.vc_tta-style-classic .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-classic .vc_tta-tab > a {
    border-width: 0 !important;
	padding-bottom: 5px;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-width: 0 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, 
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, 
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
}

.das-akkordion .vc_tta-panel-heading  {
	margin-bottom: 10px !important; 
}

#main .vc_active div.vc_tta-panel-heading h4.vc_tta-panel-title.vc_tta-controls-icon-position-right a,
#main h4 a,
#main h4 a:visited,
#main h4 a:active,
/*#main h4,*/
#main h4 a:hover,
#main .das-akkordion h4 a,
#main .das-akkordion-breit h4 a {
	font-size: 20px;
	text-transform: none;
	background-image: none;
}

#main h4 a:hover,
#main .das-akkordion h4 a:hover,
#main .das-akkordion-breit h4 a:hover {
	background: none !important;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
    padding:  0 0 10px 0 !important;
}

#main .no-link-icon a,
#main .no-link-icon a:hover,
#main .akkordion-eins a,
#main .akkordion-eins a:hover {
	background: none;
}

/* AKKORDION BREIT > NEWS */
.das-akkordion-breit .vc_tta-panel-heading {
	margin-bottom: 0px !important; 
}

#main .das-akkordion-breit h4 {
	margin-bottom: 10px;
}

.das-akkordion-breit .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-2 div.vc_column-inner,
.das-akkordion-breit .vc_tta-panels-container .vc_tta-panels div.vc_tta-panel.vc_active div.vc_tta-panel-body {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
} 

figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
	/*padding: 23px 15px 0 0;*/
}

.das-akkordion-breit .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper {
	padding-right: 15px;
	padding-bottom: 15px;
}

.page-id-48 .das-akkordion-breit .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p {margin-top:0px !important;}


.das-akkordion-breit .wpb_single_image .vc_single_image-wrapper {margin: 7px 15px 0 0;}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
color: #666123;
}

div.vc_tta-panel-heading > h4 > a:hover > span,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover,
.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a:hover span,
.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
	color: #A8A6A7 !important;
}

/* TEAM */
.modal-style.style-1 .awsm-modal-items-main {
    max-width: 1170px;
}

#main .pfeil-nach-unten  a {
	background: none;
	background: url(img/pfeil_nach_unten.png) center bottom no-repeat !important;
	width: 53px;
	height: 30px;
}

#main .pfeil-nach-unten  a:hover {
	background:  url(img/pfeil_nach_unten_mo.png) center bottom no-repeat !important;
	width: 53px;
	height: 30px;
}

#main .pfeil-nach-oben a {
	background: none;
	background:  url(img/pfeil_nach_oben.png) center top no-repeat !important;
	width: 53px;
	height: 30px;
}

#main .pfeil-nach-oben a:hover {
	background:  url(img/pfeil_nach_oben_mo.png) center top no-repeat !important;
	width: 53px;
	height: 30px;
}

/* NEWS */
.page-id-48 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    padding: 0 0 0 0;
}

.page-id-48 div.wpb_column.vc_column_container.vc_col-sm-2 div.vc_column-inner {
	padding-top: 0;
}

.page-id-48 div.wpb_column.vc_column_container.vc_col-sm-8 div.vc_column-inner div.wpb_wrapper div.wpb_text_column.wpb_content_element div.wpb_wrapper p.bodytext,
.page-id-48 div.wpb_column.vc_column_container.vc_col-sm-2 div.vc_column-inner div.wpb_wrapper div.wpb_text_column.wpb_content_element div.wpb_wrapper p {
	margin: 0;
	padding: 0;
}

/* WP GoogleMap */
#wpgmza_map_2 .wpgmza_gd,
#wpgmza_map_3 .wpgmza_gd {
	display: none !important;
	font-size: 0px !important; 
}

/* POPUP */
.pum-container, 
.pum-theme-lightbox .pum-container {
    background-color: #005187 !important;
    border: 0 none #6e6b6c !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 25px !important;
}

.pum-title, 
.pum-theme-lightbox .pum-title {
	font-size: 20px !important;
	margin: 20px 0 18px 0 !important;
	color: #FFF !important;
	line-height: 20px !important;
	letter-spacing: 0.020em !important; 
	font-family: 'Montserrat', sans serif !important;
	font-weight: 700 !important;
}

form#mc-embedded-subscribe-form.validate fieldset div.mc-field-group label,
form.wpcf7-form,
#meine-frage-an-bca {
	overflow: hidden;
	/* font-family: 'Montserrat', sans serif !important; */ 
   color: #FFF;
}

#popmake-592,
#popmake-649 p,
#meine-frage-an-bca p {
	margin: 0 0 15px 0;
}

#popmake-592 input,
#popmake-649 input,
#meine-frage-an-bca input {
	margin: 5px 0 0 0 ;
}

.bca-popup-form p {
   margin: 0 0 15px 0;
}

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: 0 solid #ccc !important;
    border-radius: 0px !important;
    color: #6e6b6c !important;
    padding: 3px 8px !important;
}

#mc-embedded-subscribe,
input[type="submit"] {
    border: none !important;
    border-radius: 0 !important;
    border-width: 0 !important;
    color: #FFF !important;
    font-size: 17px !important;
    line-height: 1 !important;
    padding: 12px 15px !important;
	background: #cbd401 !important;
	text-transform: uppercase;
	letter-spacing: 0.2;
}

textarea.wpcf7-form-control.wpcf7-textarea,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	/* font-family: 'Montserrat', sans serif !important; */ 
	height: 200px !important;
}

/* MAIL CHIMP */
.pum-content.popmake-content .vc_row.wpb_row.vc_row-fluid {
   padding-left: 0px;
   padding-right: 0px;
}

#mergeRow-gdpr .content__gdpr {
   line-height: 1.25em;
   font-size: 16px;
}

#mergeRow-gdpr > div.content__gdpr > fieldset > label > span,
#mergeRow-gdpr .content__gdpr .mc_fieldset.gdprRequired.mc-field-group .checkbox.subfield {
   line-height: 1.25em;
   font-size: 16px;
}

.indicates-required {
   text-align: right;
}

#pum-592 .mc-field-group {
	margin-bottom: 10px;
}

label#mce-ANREDE select option,
select#mce-MMERGE3.klappmenu option {
    padding: 5px 0 !important;
}

#mce-ANREDE,
#mce-MMERGE2,
#mce-MMERGE3,
#mce-FNAME,
#mce-LNAME,
#mce-EMAIL,
form#mc-embedded-subscribe-form.validate fieldset div.mc-field-group label,
#pum-592 label {
	width: 100% !important;
	float: none;
}

fieldset {
	border: none;
}

#pum-592.pum.pum-overlay.pum-theme-496.popmake-overlay.pum-active div#popmake-592.pum-container.popmake.theme-496.pum-responsive.pum-responsive-small.responsive.size-small.active.custom-position div.pum-content.popmake-content div.vc_row.wpb_row.vc_row-fluid div.wpb_column.vc_column_container.vc_col-sm-12 div.vc_column-inner {
	padding: 0;
}

#pum-592 fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#mc-embedded-subscribe {
	background: #0099FF;
	color: #FFFFFF;
}

#pum-592 .nl-button {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*form#mc-embedded-subscribe-form.validate fieldset div.mc-field-group div.mce_inline_error {
	color: rgba(124,0,2,1.00);
	margin-top: 10px;
}*/

span.wpcf7-not-valid-tip {
    color: orangered;
   margin-top: 5px;
}

/* TRENNER VERLAUF */
.trenner-verlauf {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e6b6c+2,8e8d8e+17,a8a6a7+32,6e6b6c+86,6e6b6c+100 */
background: rgb(110,107,108); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjNmU2YjZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjOGU4ZDhlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjYThhNmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjNmU2YjZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlNmI2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(110,107,108,1) 2%, rgba(142,141,142,1) 17%, rgba(168,166,167,1) 32%, rgba(110,107,108,1) 86%, rgba(110,107,108,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right bottom, color-stop(2%,rgba(110,107,108,1)), color-stop(17%,rgba(142,141,142,1)), color-stop(32%,rgba(168,166,167,1)), color-stop(86%,rgba(110,107,108,1)), color-stop(100%,rgba(110,107,108,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(-45deg,  rgba(110,107,108,1) 2%,rgba(142,141,142,1) 17%,rgba(168,166,167,1) 32%,rgba(110,107,108,1) 86%,rgba(110,107,108,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(-45deg,  rgba(110,107,108,1) 2%,rgba(142,141,142,1) 17%,rgba(168,166,167,1) 32%,rgba(110,107,108,1) 86%,rgba(110,107,108,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(-45deg,  rgba(110,107,108,1) 2%,rgba(142,141,142,1) 17%,rgba(168,166,167,1) 32%,rgba(110,107,108,1) 86%,rgba(110,107,108,1) 100%); /* IE10 preview */
background: linear-gradient(135deg,  rgba(110,107,108,1) 2%,rgba(142,141,142,1) 17%,rgba(168,166,167,1) 32%,rgba(110,107,108,1) 86%,rgba(110,107,108,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6b6c', endColorstr='#6e6b6c',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.bg-content-slider {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e6b6c+0,6e6b6c+14,a8a6a7+68,8e8d8e+83,6e6b6c+98 */
background: rgb(110,107,108); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNmU2YjZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjNmU2YjZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjglIiBzdG9wLWNvbG9yPSIjYThhNmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODMlIiBzdG9wLWNvbG9yPSIjOGU4ZDhlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjNmU2YjZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(-45deg,  rgba(110,107,108,1) 0%, rgba(110,107,108,1) 14%, rgba(168,166,167,1) 68%, rgba(142,141,142,1) 83%, rgba(110,107,108,1) 98%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(110,107,108,1)), color-stop(14%,rgba(110,107,108,1)), color-stop(68%,rgba(168,166,167,1)), color-stop(83%,rgba(142,141,142,1)), color-stop(98%,rgba(110,107,108,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(-45deg,  rgba(110,107,108,1) 0%,rgba(110,107,108,1) 14%,rgba(168,166,167,1) 68%,rgba(142,141,142,1) 83%,rgba(110,107,108,1) 98%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(-45deg,  rgba(110,107,108,1) 0%,rgba(110,107,108,1) 14%,rgba(168,166,167,1) 68%,rgba(142,141,142,1) 83%,rgba(110,107,108,1) 98%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(-45deg,  rgba(110,107,108,1) 0%,rgba(110,107,108,1) 14%,rgba(168,166,167,1) 68%,rgba(142,141,142,1) 83%,rgba(110,107,108,1) 98%); /* IE10 preview */
background: linear-gradient(135deg,  rgba(110,107,108,1) 0%,rgba(110,107,108,1) 14%,rgba(168,166,167,1) 68%,rgba(142,141,142,1) 83%,rgba(110,107,108,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6b6c', endColorstr='#6e6b6c',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

a img,
a:hover img {
	background: none;
}

/* VIDEO POPUP */
.video-popup-bild figure.wpb_wrapper.vc_figure a.vc_single_image-wrapper.vc_box_border_grey.pum-trigger img.vc_single_image-img.attachment-full {
	padding: 0 0 0 0;
}

/* FOOTER */
#text-7 {margin-top: 30px;}

/* RESPONSIVE  */

#primary-menu li:first-child {
	display: none;
}

#primary-menu li li:first-child {
	display: block;
}

.mobile-only {display: none;}

.desktop-only {display: block;}

/* Nur Internet Explorer 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mobile-only {display: block;}

   .desktop-only {display: none;}
}

/* MAIL CHIMP ANMELDUNG */
#mce-success-response {
	padding-bottom: 20px !important;
}

/* MODULA */
/*---------------*/

#jtg-6133 .modula-items .figc p.description {
    line-height: 1.25em;
}

.modula .modula-item.effect-fluid-up p.description {
   bottom: 5em !important;
}

/*.modula .modula-item.effect-fluid-up .figc,
.modula .item.effect-fluid-up .figc {
   top: 0 !important;
   display: block;
   bottom: auto !important;
   padding: 25px!important;
   height: auto !important;
   background: transparent !important;
   -webkit-transition: -webkit-transform 0.35s;
   transition: transform 0.35s;
   -webkit-transform: translate3d(0,0,0) !important;
   transform: translate3d(0,0,0)  !important;
   height:auto !important;	
}

.modula .modula-item.effect-fluid-up p.description,
.modula .item.effect-fluid-up p.description {
   position: absolute;
   top: 25px !important;
   bottom: auto !important;
   text-align: left;
   text-transform: none;
   opacity: 0;
   left:0;
   margin:0;
   -webkit-transition: opacity 0.35s;
   transition: opacity 0.35s;
   -webkit-backface-visibility: hidden; 
   letter-spacing: 0.020em;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;  
}*/

/*.modula .items .item.effect-fluid-up h2 {
   float: left;
   color:#121212;
}*/

/*.modula .item.effect-fluid-up h2 {
   -webkit-transition: -webkit-transform 0.35s;
   transition: transform 0.35s;
   -webkit-transform: translate3d(0,200%,0);
   transform: translate3d(0,200%,0);
}

.modula .item.effect-fluid-up h2 {
   display: inline-block;
}*/

.modula .item.effect-fluid-up:hover p.description {
   opacity: 1;
}

.modula .item:not(.notitle).effect-fluid-up:hover .figc,
.modula .item:not(.notitle).effect-fluid-up:hover h2,
.modula .item:not(.notitle).effect-fluid-up:hover p.icon-links a {
   -webkit-transform: translate3d(0,0,0);
   /* transform: translate3d(0,0,0); */
}

/*.modula .item.effect-fluid-up:hover h2 {
   -webkit-transition-delay: 0.05s;
   transition-delay: 0.05s;
}  */  

.modula-item,
.modula-item a.tile-inner {
   letter-spacing: 0.020em;
   font-family: 'Montserrat', sans-serif;
   font-weight: 300;
}

/* TRANSISTION AUFHEBEN */
#page .modula-gallery .modula-items .modula-item.effect-fluid-up .figc {
    -webkit-transition: -webkit-transform .0s !important;
   transition: transform .0s  !important;
   -webkit-transform: translate3d(0,0%,0)  !important;
   transform: translate3d(0,0%,0)  !important;
}

.modula-gallery .modula-items .modula-item.effect-under .figc {
    padding: 25px !important;
}

/* Fake Accordion Workshops */

.accordion-fake-button {
   width: 100%;
   background: #FFF;
   padding: 16px 3% 16px 3% ; 
   position: relative;
   margin-bottom: 10px;
}

.accordion-fake-button h4 {
   margin: 0 0 0 0;
   line-height: 20px;
}

.afb-text {
   text-align: left;
   width: 80%;
   float:  left;
}

.afb-kuerzel {
   text-align: right;
   width: 15%;
   float:  right;
   padding-right: 80px;
}

.afb-triangle {
   position: absolute;
   right: 25px;
   top: 11px;
   width: 30px !important;
   height: 30px !important;
   background-position: -141px -73px !important;
   background-image: url(img/spritesheet.png) !important;
   background-repeat: no-repeat !important;
   display: block !important;
}

.accordion-fake-button a:hover i.afb-triangle {
   background-position: -181px -73px !important;
}

div.wpb_column.vc_column_container > div > div > div > div > ul {
   margin-top: 14px !important;
}

.ws-sidebutton-top,
.ws-sidebutton-bottom {
   width: 100%;
   text-align:  center;
   margin: 0 auto;
   font-size: 20px;
   font-family: 'Montserrat', sans-serif;
   letter-spacing: 0.020em;
   line-height: 24px;
   font-size: 20px;
   text-transform: none;
   font-weight: 700;
}

.ws-sidebutton-top {
   margin-top: 0px;
}

.ws-sidebutton-bottom {
   margin-top: 55px;
}

i.next-ws {
   position: absolute;
   bottom: -45px;
   left: 36%;
   width: 55px !important;
   height: 30px !important;
   background-position: -468px -371px !important;
   background-image: url(img/spritesheet.png) !important;
   background-repeat: no-repeat !important;
   display: block !important;
}

a:hover i.next-ws {
   background-position: -468px -342px !important;
}

i.back-to-ws {
   position: absolute;
   top: 10px;
   left: 36%;
   width: 55px !important;
   height: 30px !important;
   background-position: -468px -275px !important;
   background-image: url(img/spritesheet.png) !important;
   background-repeat: no-repeat !important;
   display: block !important;
}

a:hover i.back-to-ws {
   background-position: -468px -306px !important;
}

.p-no-top-margin p {
   margin-top: 0px;
}

/* RAUMBUCHUNG */

i.sprite-Raum-Icon {
   width: 46px !important;
   height: 46px !important;
   background-position: -253px -356px !important;
   background-image: url(img/spritesheet.png) !important;
   background-repeat: no-repeat !important;
   display: block !important;
}

a:hover i.sprite-Raum-Icon {
   background-position: -197px -356px !important;
}

#post-3977 > div > section.vc_section.vc_custom_1490366918555 > div:nth-child(3) > div.position-bottom.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > p,
#post-3965 > div > section.vc_section.vc_custom_1490366918555 > div:nth-child(3) > div.position-bottom.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > p,
#post-3979 > div > section.vc_section.vc_custom_1490366918555 > div:nth-child(3) > div:nth-child(1) > div > div > div > div > p {
   margin-top: 0px !important;
}

/* VIDEO */
div#popmake-1404.pum-container.popmake.theme-495.pum-responsive.pum-responsive-medium.responsive.size-medium.active.custom-position div.pum-content.popmake-content div.vc_row.wpb_row.vc_row-fluid {
   padding-left: 0px !important;
   padding-right: 0px !important;
}

.main-navigation ul ul a {
   line-height: 1.5em !important;
}

 #content a {
   color: #005187;
}

#content a:hover {
   color: #A8A6A7;
}

.dreiklang-titel{
   font-size: 20px;
   margin: 0 0 0 0;
   color: #6e6b6c;
   line-height: 31px;
   letter-spacing: 0.020em;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
} 

.dreiklang-icon {
   padding: 0 0 65px 0;
}

.dreiklang-titel-start {
    font-size: 20px;
   color: #6e6b6c;
   line-height: 31px;
   letter-spacing: 0.020em;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   margin: 0 0 20px 0;
}

.dreiklang-icon1-start {
   background: url(/wp-content/uploads/2019/04/dreiklang-business.png) 0px 1px  no-repeat;
   height: 135px;
}

.dreiklang-icon2-start {
   background: url(/wp-content/uploads/2019/04/dreiklang-coaching.png) 0px 1px  no-repeat;
   height: 135px;
}

.dreiklang-icon3-start {
   background: url(/wp-content/uploads/2019/04/dreiklang-akademie.png)  0px 1px  no-repeat;
   height: 135px;
}

.dreiklang-icon1-start:hover {
   background: url(/wp-content/uploads/2019/04/dreiklang-business.png)  0px -140px  no-repeat;
   height: 135px;
}

.dreiklang-icon2-start:hover {
   background: url(/wp-content/uploads/2019/04/dreiklang-coaching.png) 0px -140px  no-repeat;
   height: 135px;
}

.dreiklang-icon3-start:hover {
   background: url(/wp-content/uploads/2019/04/dreiklang-akademie.png) 0px -140px  no-repeat;
   height: 135px;
}

.dreiklang-text-start {
   margin-top: 20px;
}

#post-2 > div > section.vc_section.vc_custom_1490395937928.vc_section-has-fill > div.vc_row.wpb_row.vc_row-fluid.content-box.vc_custom_1555614861141 > div:nth-child(1),
#post-2 > div > section.vc_section.vc_custom_1490395937928.vc_section-has-fill > div.vc_row.wpb_row.vc_row-fluid.content-box.vc_custom_1555614861141 > div:nth-child(2),
#post-2 > div > section.vc_section.vc_custom_1490395937928.vc_section-has-fill > div.vc_row.wpb_row.vc_row-fluid.content-box.vc_custom_1555614861141 > div:nth-child(3){
   padding-right: 20px;
}

/* STARTSEITE */

#post-2 > div > section.vc_section.vc_custom_1490395937928.vc_section-has-fill > div.vc_row.wpb_row.vc_row-fluid.content-box.vc_custom_1490190041832.vc_row-has-fill > div:nth-child(1) > div > div > div.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1490089742339 > div:nth-child(1) {
   padding-left: 0px;
}

/* COACHING RETREATS */
#content .mylh-box a {
   color: #000;
   font-weight: bold;
   font-family: 'Montserrat', sans-serif;
}

#content .mylh-box p {
   color: #000;
   margin-top: 0px;
   margin-bottom: 15px;
   font-family: 'Montserrat', sans-serif;
}

#content .mylh-box h3 {
   color: #000;
   font-size: 17px;
   line-height: 28px;
   font-weight: bold; 
   margin-bottom: 0px;
   font-family: 'Montserrat', sans-serif;
}

/* ACCORDION - 4 Links nebeneinander */
@media screen and (max-width: 1200px) {
	.vc_custom_1490376169695 .vc_col-sm-3,
	.vc_custom_1490376213274 .vc_col-sm-3  {
		width: 50%;
	}
	
	.vc_custom_1490376169695 .vc_column_container > .vc_column-inner,
	.vc_custom_1490376213274 .vc_column_container > .vc_column-inner {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 880px) {
	#colophon .site-info {
		width: 100%;
		float: none;
		text-align:  left;
		padding-left: 0px;
	}

	#colophon .social-media-links {
		width: 100%;
		float: none;
		text-align:  left;
		margin-top: 75px;
	}
	
	#footer-widgets-wrap {
		padding: 0px;
	}
} 

@media screen and (max-width: 640px) {
	.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
		right: -10px !important;
	}
   
   h4.vc_tta-panel-title.vc_tta-controls-icon-position-right {
      pading-right: 20px;
   }
}

@media screen and (max-width: 680px) {
	.awsm-grid-wrapper .awsm-grid > .awsm-grid-card {
		width: 50% !important;
	}
	
	h1, 
	h2, 
	h3, 
	h4,
	.vc_tta-title-text {
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto; 
	}
}

@media screen and (max-width: 480px) {
   
	#main .supercrsl.pdgwnav .pagination a {
		margin: 0 5px;
	}
		
	.awsm-grid-wrapper .awsm-grid > .awsm-grid-card {
		width: 100% !important;
	}
	
	.main-navigation {
		/*position: absolute;*/
	}
	
	.vc_custom_1490351760664 {
		padding-left: 0px !important;
	}
	
	#header-nl  {
		top: 100px;
	}	
		
	.nl-desktop {
		display: none;
	}
	
	.nl-mobile {
		display: block;
		background: url(img/ic-newsletter-handy.png) center top no-repeat !important;
		width: 25px;
		height: 102px;
	}
	
	.nl-mobile:hover {
		background: url(img/ic-newsletter-handy_mo.png) center top no-repeat !important;
	}
   
   a span.weitere-experten {
      letter-spacing: 0;
   }
   
   .main-navigation {
      position: relative;
   }
   
   #header-image {
      padding-top: 0px;
   }
}

@media screen and (max-width: 768px) {
   
   .dreiklang-text-start {
      padding: 0 0 50px 0;
   }
   
   /* WORKSHOPS */
   .ws-sidebutton-bottom .bt-ws-text,
   .ws-sidebutton-top {
      display: none;
   }
   
   .ws-sidebutton-bottom .back-to-ws {
      margin-top: 40px;
   }
   
   i.back-to-ws {
      left: 40%;
   }
   
   .wpb_column.vc_column_container.vc_col-sm-8 h2 {
      margin-top: 0px;
   }
   
   .page-id-3155 .vc_column_container {
      margin-bottom: 0px;
   }
   
   /*section.vc_section .vc_row.wpb_row.vc_row-fluid.content-box .wpb_column.vc_column_container.vc_col-sm-6 {
      padding-left: 25px;
	}*/
   
   
   section.vc_section.vc_custom_1490295199274 > div:nth-child(4),
   section.vc_section.mobile-only.vc_custom_1548439091788 > div:nth-child(2) > div:nth-child(3),
   section.vc_section.mobile-only.vc_custom_1548439091788 > div:nth-child(3) > div:nth-child(3),
   section.vc_section.mobile-only.vc_custom_1548439091788 > div:nth-child(4) > div:nth-child(3),
   section.vc_section.mobile-only.vc_custom_1548439091788 > div:nth-child(5) > div:nth-child(3) {
      padding-bottom: 0px !important;
      margin-bottom: 0px !important;
   }
   
   .vc_column_container {
      margin-bottom: 20px;
   }
   
	.footer-widget-column {
		float: none;
		margin-right: 0;
		width: 100%;
		padding: 20px 0;
	}
	
	#main a.pum-trigger {
		padding-bottom: 50px;
	}
	
	.footer-widgets {
		padding-left: 0px;
	}
	
	.home .header-logo {
		/*display: none;*/
		left: 20px;
		position: absolute;
		top: 20px;
	}
	
	.home .header-logo img {
		display: none;
	}
	
	.mobile-only {display: block;}
   
   .desktop-only {display: none;}
	
	.vc_column_container > .vc_column-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.vc_custom_1489574018375 {
		margin-top: 100px;
	}
	
	#colophon .site-info {
		margin-left: 0px;
		line-height: 40px;
		padding-bottom: 30px;
	}
	
	/*.entry-content section.vc_section .vc_row.wpb_row.vc_row-fluid.content-box .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper h1,
	.entry-content section.vc_section .vc_row.wpb_row.vc_row-fluid.content-box .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper h2,
	.entry-content section.vc_section .vc_row.wpb_row.vc_row-fluid.content-box .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper p,
	#footer-widgets-wrap {
		padding: 0 15px;
	}*/
	
   #footer-widgets-wrap,
   #crumbs {
      padding-left: 15px;
      padding-right: 15px;
   }
   
	#footer-widgets-wrap,
	.vc_custom_1489739417056,
	.vc_custom_1490299414359,
	.vc_custom_1489694660165,
	.vc_custom_1490300895106,
	.vc_custom_1490301161751,
	.vc_custom_1490291720683,
	.vc_custom_1490295116236,
	.vc_custom_1490371640282,
	.vc_custom_1490130777097,
	.vc_custom_1490131612107,
	.vc_custom_1490130842231,
	.vc_custom_1490131924752,
	.vc_custom_1490130954296,
	.vc_custom_1490297931350,
	.vc_custom_1489828819891,
	.vc_custom_1489828880898,
	.vc_custom_1490171769194,
	.vc_custom_1490130135517,
	.vc_custom_1490171764782,
	.vc_custom_1490130456953,
	.vc_custom_1490129319917,
	.vc_custom_1490129343170,
	.vc_custom_1490129091386,
	.vc_custom_1489836825323,
	.vc_custom_1490341287769,
	.vc_custom_1489836853637,
	.vc_custom_1489836865237,
	.vc_custom_1489837428864,
	.vc_custom_1490341761771,
	.vc_custom_1490375467352,
	.vc_custom_1489830399082,
	.vc_custom_1490349380706,
	#main .vc_custom_1490349319801,
	.vc_custom_1489831043632,
	.vc_custom_1490349589580,
	#main .vc_custom_1490349528927,
	#main .vc_custom_1490375828049,
	#main .vc_custom_1490376494102,
	.vc_custom_1490376608432,
	#main .vc_custom_1490096047366,
	#main .vc_custom_1490096063643,
	.vc_custom_1490377089601,
	.vc_custom_1490377094741,
	.vc_custom_1490260931557,
	.vc_custom_1490267964888,
	.vc_custom_1490256113575,
	.vc_custom_1489689732767,
	.vc_custom_1490377336706,
	.vc_custom_1490347082954,
	.vc_custom_1490295260633,
	.vc_custom_1490378516715,
	.vc_custom_1489834094826,
	.vc_custom_1490173281875,
	.vc_custom_1490173073932,
	.vc_custom_1490378755454,
	.vc_custom_1489834503516,
	.vc_custom_1489613898704,
	.vc_custom_1490384424543,
	.vc_custom_1490383130457,
	.vc_custom_1490379277059,
	.vc_custom_1490379482634,
	.vc_custom_1493629441419,
	.vc_custom_1493629533009,
	.vc_custom_1493632714083,
	.vc_custom_1490379085814,
	.vc_custom_1490379698135,
	.vc_custom_1493727637815,
	.vc_custom_1490524328037,
	.vc_custom_1493627390882,
	.vc_custom_1490351710458,
	.vc_custom_1493628189376,
	.vc_custom_1493729024112,
	.vc_custom_1493628500516,
	.vc_custom_1493629012842,
	.vc_custom_1493629102620,
	.vc_custom_1493727301887,
	.vc_custom_1489836838246,
	.vc_custom_1489837751800,
	.vc_custom_1489745345509,
	.vc_custom_1489567425301,
	.vc_custom_1489567425301,
	.vc_custom_1489665418246,
	.vc_custom_1489567425301,
   .vc_custom_1549018141839 {
		/*padding-left: 15px !important;
		padding-right: 15px !important;*/
	}
	
	/*.vc_custom_1489759710676 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}*/
	
	vc_custom_1489928176631 {
		margin-bottom: 30px !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}	
	.vc_tta-title-text {
		line-height: 27px;
	}
	
	/* NEWS */
	.vc_custom_1489770810347 {
		border-top: 15px solid #FFF;
		border-bottom: 25px solid #FFF;
	}
	
	.vc_custom_1489524919413,
	.vc_custom_1489525184415,
	.vc_custom_1489525177471 {
		border-bottom: 25px solid #FFF;
	}
	
	.vc_tta-title-text {
		padding-right: 20px;
		margin-right: 20px;
	}
	
	/*#main .vc_active div.vc_tta-panel-heading h4.vc_tta-panel-title.vc_tta-controls-icon-position-right a, 
	#main h4 a, 
	#main h4 a:visited, 
	#main h4 a:active, 
	#main h4 a:hover, */
	#main .das-akkordion h4 a, 
	#main .das-akkordion-breit h4 a {
		font-weight: normal;
	}
   
   .dreiklang-icon {
      padding: 0 0 45px 0;
   }
}

@media screen and (max-width: 480px) {
   section.vc_section .vc_row.wpb_row.vc_row-fluid.content-box .wpb_column.vc_column_container.vc_col-sm-6 {
      padding-left: 0px;
	}
}

@media screen and (max-width: 990px) {
   .afb-kuerzel {
      display: none;
   }
   
   .afb-triangle {
      right: 15px;
   }
}
   
@media screen and (max-width: 1170px) {
	#site-branding {
		/*display: none;*/
	}
	
	/* LOGO */
	#site-navigation {
		box-shadow: none;
	}
	
	/* BURGER */
	.menu-toggle {
		/*margin-left: 100px;*/
		height: 58px;
		background: #6e6b6c;
		border: 0;
		font-size: 40px;
		line-height: 30px;
		color: #FFF;
		padding: 0 10px;
		border-radius: 0;
		position: relative;
		float: right;
	}
	
	.menu-toggle:hover {
		color: #6e6b6c;
		background: #d3d2d3;
	}
	
	/* MOBIL NAV */
	.main-navigation ul {
		/*display: none;*/
		list-style: none;
		margin: 0;
		padding-left: 0;
		margin-left: -100px;
		background: #6e6b6c;
		position: relative;
		float: none;
		clear: both;
	}
	
	.main-navigation li {
		float: none;
		position: relative;
		/*border-top: 1px solid #FFF;*/
	}
	
	.main-navigation ul ul,
	.main-navigation ul ul ul {
		box-shadow: none;
		float: none;
		top: 0;
		left: 0;
		z-index: auto;
		background: #FFF;
		margin-left: 0px;
		width: 100%;
		visibility: hidden;
		position: absolute;
	}
   
   .main-navigation ul ul li a{
      padding: 15px 20px;
   }

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul,
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		visibility: visible;
		position: relative;
	}
	
	.main-navigation ul ul li,
	.main-navigation ul ul ul li {
		background: #FFF;
		color: #6e6b6c;
		min-width: 100%;
		width: 100%;
		position: relative;
		border-bottom: 1px solid #CCC;
	}
	
	.main-navigation ul ul ul li {
		border-bottom: 0 solid #CCC;
	}
	
	.main-navigation li:hover > a,
	.main-navigation li.focus > a  {
		max-width: 100%;
		width: 100%;
		display: block;
	}
	
	/* NEU 06.07.2022 */
	.main-navigation ul ul ul li a {
		padding-left: 50px;
	} 
   
	/* ICON NAV */
	#icon-navigation {
		width: 58px;
	}
	
	#icon-navigation ul {
		float: right;
	}
	
	#icon-navigation li {
		float: left;
		border-top: none;
	}
	
	#icon-navigation li li {
		float: none;
	}
}


@media screen and (max-width: 1280px) {
	#header-image {
		 
	}
	
	#icon-navigation {
		width: 58px;
		right: 58px;
	}
}

@media screen and (max-width: 680px) {
	#row_corona .vc_column-inner {
      background-image: none !important;
     /* padding-left: 41px;
      padding-right: 41px;*/
      padding-top: 50px;
      padding-bottom: 20px;
   }
}

@media screen and (max-width: 768px) {
   .wpb_column.vc_column_container.vc_col-sm-8 h2,
   .vc_custom_1590657837307 .vc_single_image-wrapper.vc_box_border_grey {
      margin-top: 50px;
   }
}

/* - - - - - - - - - - */
/* LANGUAGE MENU */

ul.language.nav-menu li:last-child {
	/*display: none;*/
}

/* MouseOver > TEST */

/*.main-navigation .current_page_item a {
	color: red !important;
}

.main-navigation a:active {
	color: green !important;
}

.main-navigation a:hover {
	color: blue !important;
}

.main-navigation a:focus {
	color: yellow !important;
}*/

.wpcf7-form a {
	color: #cbd401 !important;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

a.gruen {
	color: #cbd401;
}

a.gruen:hover {
	text-decoration: underline;
}

#cn-notice-text a {
	color: #cbd401;
}


/* TEMP */
/*#icon-navigation {display: none;}
*/

/* EXPERTEN NEU */
/* EN */
.page-id-3746 #header-image .content-box,
.page-id-3746 #header-nl,
.page-id-3767 #header-image .content-box,
.page-id-3767 #header-nl,
.page-id-3758 #header-image .content-box,
.page-id-3758 #header-nl,
.page-id-3731 #header-image .content-box,
.page-id-3731 #header-nl,
.page-id-3737 #header-image .content-box,
.page-id-3737 #header-nl,
.page-id-3594 #header-image .content-box,
.page-id-3594 #header-nl,
.page-id-3734 #header-image .content-box,
.page-id-3734 #header-nl,
.page-id-3752 #header-image .content-box,
.page-id-3752 #header-nl,
.page-id-3729 #header-image .content-box,
.page-id-3729 #header-nl,
.page-id-3755 #header-image .content-box,
.page-id-3755 #header-nl,
.page-id-3724 #header-image .content-box,
.page-id-3724 #header-nl,
.page-id-3721 #header-image .content-box,
.page-id-3721 #header-nl,
.page-id-3761 #header-image .content-box,
.page-id-3761 #header-nl,
.page-id-3740 #header-image .content-box,
.page-id-3740 #header-nl,
.page-id-3770 #header-image .content-box,
.page-id-3770 #header-nl,
.page-id-3743 #header-image .content-box,
.page-id-3743 #header-nl,
.page-id-3749 #header-image .content-box,
.page-id-3749 #header-nl,
.page-id-3764 #header-image .content-box,
.page-id-3764 #header-nl,
.page-id-3764 #header-image .content-box,
.page-id-3764 #header-nl,
.page-id-4319 #header-image .content-box,
.page-id-4319 #header-nl,
/* DE */ 

.page-id-10781 #header-image .content-box,
.page-id-10781 #header-nl,
.page-id-11044 #header-image .content-box,
.page-id-11044 #header-nl,
.page-id-2955 #header-image .content-box,
.page-id-2955 #header-nl,
.page-id-2957 #header-image .content-box,
.page-id-2957 #header-nl,
.page-id-2959 #header-image .content-box,
.page-id-2959 #header-nl,
.page-id-2947 #header-image .content-box,
.page-id-2947 #header-nl,
.page-id-2953 #header-image .content-box,
.page-id-2953 #header-nl,
.page-id-2937 #header-image .content-box,
.page-id-2937 #header-nl,
.page-id-2949 #header-image .content-box,
.page-id-2949 #header-nl,
.page-id-2951 #header-image .content-box,
.page-id-2951 #header-nl,
.page-id-2935 #header-image .content-box,
.page-id-2935 #header-nl,
.page-id-2961 #header-image .content-box,
.page-id-2961 #header-nl,
.page-id-2955 #header-image .content-box,
.page-id-2955 #header-nl,
.page-id-2957 #header-image .content-box,
.page-id-2957 #header-nl,
.page-id-2959 #header-image .content-box,
.page-id-2959 #header-nl,
.page-id-2943 #header-image .content-box,
.page-id-2943 #header-nl,
.page-id-2939 #header-image .content-box,
.page-id-2939 #header-nl,
.page-id-2672 #header-image .content-box,
.page-id-2672 #header-nl,
.page-id-2941 #header-image .content-box,
.page-id-2941 #header-nl,
.page-id-2945 #header-image .content-box,
.page-id-2945 #header-nl,
.page-id-2933 #header-image .content-box,
.page-id-2933 #header-nl,
.page-id-2666 #header-image .content-box,
.page-id-2666 #header-nl,
.page-id-2617 #header-image .content-box,
.page-id-2617 #header-nl,
.page-id-3965 #header-image .content-box,
.page-id-3965 #header-nl,
.page-id-3977 #header-image .content-box,
.page-id-3977 #header-nl,
.page-id-3979 #header-image .content-box,
.page-id-3979 #header-nl,
.page-id-4315 #header-image .content-box,
.page-id-4315 #header-nl,
.page-id-4788 #header-image .content-box,
.page-id-4788 #header-nl,
.page-id-4793 #header-image .content-box,
.page-id-4793 #header-nl,
.page-id-10780 #header-image .content-box,
.page-id-10780 #header-nl, 
.page-id-10840 #header-image .content-box,
.page-id-10840 #header-nl,
.page-id-10891 #header-image .content-box,
.page-id-10891 #header-nl {
   display: none;
}


.items .figc .figc-inner p.description {
   color: #FFF;
   font-family: 'Montserrat', sans-serif;
   letter-spacing: 0.020em;
   line-height: normal;
   font-size: 20px !important;
   text-transform: none;
   font-weight: 700;
}

p.Jahrgang {
   margin: 0 0 1.5em 2px;
}

h2.Experten {
   margin: -5px 0 0 -2px;
}

.schatten-rechts-unten {
   padding-right: 5px;
   padding-bottom: 5px;
}

.schatten-rechts-unten figure.wpb_wrapper.vc_figure  {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(119, 119, 119, 0.5) !important;
	-moz-box-shadow: 1px 1px 3px 1px rgba(119, 119, 119, 0.5) !important;
   box-shadow: 1px 1px 3px 1px rgba(119, 119, 119, 0.5) !important;
}

.content-left {
   text-align: left;
}

.content-right {
   text-align: right;
}

.vc_column-inner.vc_custom_1545395451418,
.vc_column-inner.vc_custom_1545395459955 {
   padding-left: 0px;
   padding-right: 0px;
}

a .zur-uebersicht,
a:hover .zur-uebersicht,
a .weitere-experten,
a:hover .weitere-experten {
   /*padding: 15px 30px 15px 0;*/
} 

a .zur-uebersicht,
a .weitere-experten {
   color: #FFF;
   font-family: 'Montserrat', sans-serif;
   letter-spacing: 0.020em;
   line-height: 24px;
   font-size: 20px;
   text-transform: none;
   font-weight: 700;
}

a:hover .zur-uebersicht,
a:hover .weitere-experten {
   color: #A8A6A7;
}

a .zur-uebersicht {
   float: left;
}

#main i.sprite.sprite-uebersicht-Icon {
   width: 30px !important;
   height: 30px !important;
   background-position: -490px -212px !important;
   float: left;
   margin-bottom: 0px;
}

#main a:hover i.sprite.sprite-uebersicht-Icon {
   width: 30px !important;
   height: 30px !important;
   background-position: -463px -212px !important;
   float: left;
   margin-bottom: 0px;
}

#main i.sprite.sprite-experten-Icon {
   width: 30px !important;
   height: 30px !important;
   background-position: -179px -113px !important;
   float: right;
   margin-bottom: 0px;
}

#main a:hover i.sprite.sprite-experten-Icon {
   width: 30px !important;
   height: 30px !important;
   background-position: -139px -113px !important;
    float: right;
   margin-bottom: 0px;
}

#galerie > div > div > div > div.wpb_raw_code.wpb_content_element.wpb_raw_html > div > img {
   vertical-align: top;
   margin: 0 25px 25px 0;
   float: left;
}

.galerie_zeile1,
.galerie_zeile2,
.galerie_zeile4,
.galerie_zeile5 {
   -moz-column-count: 3;
   -webkit-column-count: 3;
   column-count: 3;
   -moz-column-gap: 25px;
   -webkit-column-gap: 25px;
   column-gap: 25px;
}

.galerie_zeile3 {
   -moz-column-count: 2;
   -webkit-column-count: 2;
   column-count: 2;
   -moz-column-gap: 25px;
   -webkit-column-gap: 25px;
   column-gap: 25px;
}

div.vc-hoverbox-block.vc-hoverbox-back > div > h2.vc_custom_heading > a {
   font-family: 'Montserrat', sans serif !important;
   font-weight: 800 !important;
}

div.vc-hoverbox-block.vc-hoverbox-back > div > p {
   text-align: left !important;
}

div.vc-hoverbox-block.vc-hoverbox-back > div > p > a {
   color: #FFF !important; 
}

div.vc-hoverbox-block.vc-hoverbox-back > div > p > a > span {
   font-family: 'Montserrat', sans serif !important;
   font-weight: 400 !important;
   color: #FFF !important; 
}

div.vc-hoverbox-block.vc-hoverbox-back > div > p > a:hover,
div.vc-hoverbox-block.vc-hoverbox-back > div > p > a:hover > span {
   color: #6e6b6c !important;
}

.smallandup {
   font-size: 75%;
   vertical-align: super; 
}

/* xxx */
#content .button_en a { 
   font-family: 'Montserrat', sans-serif;
   letter-spacing: 0.020em;
   margin-top: 20px;
   color: #fff;
	font-size: 14px !important;
	background-color: #767676;
	padding: 5px 15px;
	border-radius: 20px;
}

#content .button_en a:hover {
   background: #A8A6A7;
   color: #fff;
}

#content .button_remote a { 
   font-family: 'Montserrat', sans-serif;
   letter-spacing: 0.020em;
   padding: 3px 5px;
   margin-top: 5px;
   background: #1ab7ea;
   color: #fff;
}

#content .button_remote a:hover {
   background: #A8A6A7;
   color: #fff;
}

div.vc_btn3-container.button_en.vc_btn3-left {
   margin-bottom: 0px !important;
}

/* CORONA MELDUNG */
#section_corona {
   background-position: left !important;
}

#row_corona .vc_column-inner {
   background-position: right !important;
   padding-bottom: 70px;
}

.vc_custom_1490395937928 {
    margin-top: 0px !important;
}

/* Accordion 2 */
div#1599141513324-114f7d61-e602.vc_tta-panel.accordion_weiterlesen.vc_active div.vc_tta-panel-body  {
   padding: 0px !important;
}

.text-weiss h3,
.text-weiss {
   color: #FFF !important;
}

/* Download Button */
.vc_btn3-container.downloadpfeil.vc_btn3-left a {
   font-family: 'Montserrat', sans-serif;
   letter-spacing: 0.020em;
   font-size: 17px;
   line-height: 40px;
}

.vc_btn3-container.downloadpfeil.vc_btn3-left {
   margin-bottom: 0px;
}

.vc_btn3-container.downloadpfeil.vc_btn3-left .vc_btn3.vc_btn3-size-lg {
   padding-top: 0px;
   padding-bottom: 0px;
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left {
   padding-left: 35px !important;
}

.vc_btn3-icon.entypo-icon.entypo-icon-down-circled {
   left: 0px !important;
}

/* LANDING PAGE */
.page-id-7260 #header-image,
.page-id-7260 #footer-widgets-wrap,
.page-id-7260 #colophon,
.page-id-7260 #crumbs {
   display: none;
}

#post-7260 h2 {
   font-family: 'Montserrat', sans-serif;
   font-weight: 600;
}

#post-7260 h2.dancing {
   font-family: 'Dancing Script', sans-serif;
   font-weight: 600;
   color: #005188 !important;
}

#post-7260 h3.dancing {
    font-family: 'Dancing Script', sans-serif;
    font-weight: 600;
    color: #005188 !important;
    font-size: 37px !important;
    line-height: 1.25;
}

#post-7260 a:hover {
   color: #FFF;
}

#post-7260 h3 {
   font-weight: 600;
   color: #6e6b6c;
}

#post-7260 h4 {
   font-weight: 600;
   color: #FFF !important;
   font-size: 20px;
    line-height: 27px;
}

#post-7260 .wpb_wrapper  {
   max-width: 1280px;
   margin: 0 auto;
}

#post-7260 p {
   font-size: 21px;
}

#post-7260 .Montserrat20,
#post-7260 .Montserrat {
   color: #FFF;
}

#post-7260 .Montserrat_black {
   color: #606060;
}

#post-7260 h2.header_text_1 a {
   color: #FFF !important;
}

#post-7260 .font_weiss,
#post-7260 .font_weiss h3,
#post-7260 .font_weiss h4 {
   color: #FFF !important;
}

#post-7260 ul li {
   line-height: 1.5em !important;
   font-size: 21px;
   list-style-type:  none !important;
   padding-left: 0px;
   margin-bottom: 20px;
}

#post-7260 p.kleingedruckt {
   font-size: 17px !important;
}

#post-7260 .margin-top-minus {
   margin-top: -80px !important;
}

#post-7260 .wpb_single_image .vc_box_border.vc_box_border_peacoc, 
#post-7260 .wpb_single_image .vc_box_border_circle.vc_box_border_peacoc {
    background-color: #005188 !important;
}

#post-7260 .vc_custom_1626685905509 {
    background-position: right !important;
}
   
/* STOERER */
.stoerer {
	position: fixed;
	right: 0;
	top: 15%;
	z-index: 102;
   width: 130px;
   display: none;
}

.page-id-7260 .stoerer {
   display: block !important;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.stoerer1 {
	background: #c00;
	color: #FFF;
	z-index: 102;
   position: relative;
   padding: 10px 13px 10px 13px;
   margin-bottom: 0px;
   text-transform:  uppercase;
   text-align: center;
   background: #005188;
}

.stoerer1:hover {
   background: #cbd401;
}

.stoerer1 a {
   color: #FFF;
}

.font_white p {
	color: #FFF;
}

.vc_custom_1635765327932 {
	padding-left: 25px !important;
}

@media only screen and (max-width: 780px) {
   #post-7260 .margin-top-minus {
      margin-top: 40px !important;
   }
   
   #termine .vc_column_container {
       margin-bottom: 0px !important;
   }
   
   .stoerer {
         top: unset;
        bottom: 0;
	     width: 100%;
        padding: 2.5px 0 0 2.5px;
	}
   
   .stoerer1  {
        padding: 5px 8px;
        margin-bottom: 2.5px;
   }
}

/* WWDB */
.page-id-7260 h2.wpb_heading.wpb_singleimage_heading {
	color: #fff !important;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	h2,
	.drei_viertel h1,
	.drei_viertel h2,
	.ein_halb h1,
	.ein_halb h2,
	.ein_viertel h1,
	.ein_viertel h2,
	.ein_drittel h1,
	.ein_drittel h2,
	.zwei_drittel h1, 
	.zwei_drittel h2 {
		width: 100%;
	}
	
	.bg-designelement,
	.bg-designelement-kurz,
	.bg-designelement-null {
		display: none;
	}
}
