/* Add your CSS @import rules after this line */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}/* FRONTEND CSS
*********************************************/
/* Farben*/
@hellgrau: #dfdad6;
@blaugruen: #468d96;



/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
       url('../fonts/open-sans-condensed-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v14-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}



html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}


body {
    background-color: #FFFFFF;
    padding: 0; 
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #468d96;
    width: 100%;
}

h1, h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: none;
    color: #468d96;
}
 
h1{
    font-size: 32px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
	letter-spacing: 3px;
} 

/*h1 {
   display: flex;
}
h1::before,
h1::after {
   content: " ";
   background-image: linear-gradient(to bottom, transparent, transparent 49%, #468d96 49%, #468d96 51%, transparent 51%, transparent 100%);
   background: url(../images/conle-h1-linie.jpg) 0px 16px repeat-x; 
   flex: 1 1 1px;
}*/
h1::before {
   margin-right: 3rem;
}
h1::after {
   margin-left: 3rem;
}



h2{
    font-size: 32px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
	letter-spacing: 3px;
}



/*h2 {
   display: flex;
}
h2::before,
h2::after {
   content: " ";
  background-image: linear-gradient(to bottom, transparent, transparent 49%, #498e96 49%, #498e96 51%, transparent 51%, transparent 100%);
  background: url(../images/conle-h1-linie.jpg) 0px 16px repeat-x; 
   flex: 1 1 1px;
}*/

h2::before {
   margin-right: 5rem;
}
h2::after {
   margin-left: 3rem;
}

.vierer H2{
    margin-bottom: 35px;
}


h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 2;
	padding-bottom: 18px;
	margin-top: 0px;
    color: #468d96;
	font-size: 20px;
    font-weight: bold;
} 

/*
#afterContent1Cont h3{
    background: none;
    text-align: left;
    display: flex;
    margin-bottom: 40px;
}
#afterContent1Cont h3::before,
#afterContent1Cont h3::after {
   content: " ";
   /*background-image: linear-gradient(to bottom, transparent, transparent 49%, #498e96 49%, #498e96 51%, transparent 51%, transparent 100%);*/
/*
   flex: 1 1 1px;
}
*/
/*

#afterContent1Cont h3::before {
   margin-right: 3rem;
}
#afterContent1Cont h3::after {
   margin-left: 3rem;
}

#afterContent1Cont .ba-caption-content h3{
   display: block; 
}
#afterContent1Cont .ba-caption-content h3::before,
#afterContent1Cont .ba-caption-content h3::after {
    content: ""; 
    background: none;
    margin: 0;
}

h4{ 
    font-size: 17px;
    font-weight: bold;
   line-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
} 

h5{ 
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
} 

*/




a{
    color: #468d96;
    text-decoration: underline;
    transition: all .3s;
}
 a:hover,  a:focus{
    color: #498e96;
}

p{
    margin-bottom: 15px;
}


.clr{
    clear: both;
}




/* zweispaltiger Text bei Desktop */

@media (min-width: 992px) {
	.text-columns{
		column-count: 2;
		column-gap: 40px;
	}
}




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

img.no-responsive{
    width: auto;
    height: auto;
}

.img-responsive{
	display: block;
	max-width: none;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}

#pageContent UL LI{
    padding-left: 10px;
    margin-bottom: 12px;
}

#logo{
    margin-top: 30px;
    margin-bottom: 30px;
}
#logo img{
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-logo {
	height: 340px;
	width: auto;
}

#preContent1 {
	padding-left: 0px;
	padding-right:0px;
}

#preContent1 .custom{
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

#bildGross{
    padding: 0;
}


#pageContent{
    margin-top: 40px;
}






/*  Menue  */
DIV .toggleMenu{
    background-color: #ffffff;
    /* margin-bottom: 20px; */
	margin-left: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
}

#mainMenu{
    margin-bottom:0px;
    min-height: 20px;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-color: #ffffff;
	z-index: 999;
}

.responsiveMenuTheme2{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    
}


/* Menue Desktop */

/* zentrierung*/
.responsiveMenuTheme2.isDesktop{
    width: auto;
    text-align: center; /* zentrierung*/
}
 .responsiveMenuTheme2.isDesktop li{
     display: inline-block;
     float: none;
 }


/* zentrierung*/

.responsiveMenuTheme2.isDesktop span.opener{
    display: none;
}
.responsiveMenuTheme2.isDesktop span.linker{
    padding: 0 0;
}

.responsiveMenuTheme2.isDesktop li a{
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    padding-right: 14px;
}
.responsiveMenuTheme2.isDesktop > li.parent > a{
    padding-right: 15px;
}

.responsiveMenuTheme2.isDesktop a:hover, .responsiveMenuTheme2.isDesktop li.active > a{
    background-color: #FFF;
    color: #498e96;
}
.responsiveMenuTheme2.isDesktop li a.separator{
    padding: 0 0;
}
.responsiveMenuTheme2.isDesktop li .separator IMG{
    width: 1px;
    height: 14px;
    margin-top: -3px;
}
.responsiveMenuTheme2.isDesktop a.separator:hover{
    border: none;
}

.responsiveMenuTheme2.isDesktop .deeper::after{
    height: 7px;
    content: '';
}

DIV .responsiveMenuTheme2.isMobile li a:hover, .responsiveMenuTheme2.isMobile li.active > a, DIV .responsiveMenuTheme2.isMobile li > span.separator:hover{
    background-color:  #F8F6F3;
    
}

.responsiveMenuTheme2.isDesktop > li > a {
	border: 0px !important;
}



/* Menue Mobil */

.responsiveMenuTheme2.isMobile a.separator{display: none;}

.responsiveMenuTheme2.isMobile li .trennerx{
    display: none;
}
.responsiveMenuTheme2.isMobile > li{
    border-top: 1px solid #F8F6F3;
}
.responsiveMenuTheme2.isMobile > li:first-child{
    border-top: 2px solid #F8F6F3;
}

/*  2. Ebene */

.responsiveMenuTheme2.isDesktop li ul{
   position: absolute;
   max-width: 100%;
   background-color: rgba(255,255,255,0.8);
   padding: 6px 0px 8px 0px ;
   top: 44px;
   z-index: 99;
   
}
.responsiveMenuTheme2.isDesktop li li {
    float: none;
    right: 0;
    line-height: 1;
    margin-bottom: 8px;
    background-color: transparent;
    padding-bottom: 5px;
}

.responsiveMenuTheme2.isDesktop li li a{
    border: none;
    font-size: 0.7em;
    letter-spacing: 1px;
    background-color: transparent;
    margin-right: 15px;
    margin-left: 10px;
    padding: 0;
    padding-bottom: 5px;
      
}

.responsiveMenuTheme2.isDesktop li li .linker{
     white-space: normal;
}
.responsiveMenuTheme2.isDesktop li li:first-child a{
    padding-top: 10px;
}
.responsiveMenuTheme2.isDesktop li li a:hover, .responsiveMenuTheme2.isDesktop li li.active > a{
    background-color: transparent;
    color: #498e96;
    border-bottom: 1px solid #498e96;
   
    /*background: url("../images/conle-menue-li.png") 0px 5px no-repeat;*/
}

/*.responsiveMenuTheme2.isMobile span.opener{
    background-image: url("../images/conle-down-bg.png");*/
    
}
.responsiveMenuTheme2.isMobile li li a{
    padding-left: 30px;
    font-size: 15px;
    
}
DIV .responsiveMenuTheme2.isMobile li li a:hover, DIV .responsiveMenuTheme2.isMobile li li.active > a, DIV .responsiveMenuTheme2.isMobile li li > span.separator:hover{
    color: #498e96;
    background-color: #F8F6F3;
}




/* Team Spalten Breakpoints */

@media (min-width: 505px) and (max-width: 990px) {
	.teams-spalten{
		max-width: 505px;
		margin: 0 auto;
	}
}




/* 4er Home

.flex-container{
    display: flex;
    flex-wrap: wrap;
}
.hbraun{
    background-color: #F8F6F3;
    padding: 40px 30px 10px 30px;
}
.dbraun{
    background-color: #498e96;
    color: #FFF;
    padding: 40px 30px 10px 30px;
}

.hbraun .borderLeft{
    border-left: 1px solid #498e96;
    padding-left: 15px;
}
.hbraun .borderLeft p{
    line-height: 1;
    margin-bottom: 25px;
}


.vierer .nummer IMG{
    width: 36px;
    height: 36px;
    display: block;
    margin: auto;
}
.vierer .nummerText{
    text-align: center;
    margin-top: 10px;
}

.vierer .nummerCont{
    width: 100%;
    padding-bottom: 30px;
}
*/


/*
.vierer  ol {
   list-style: none;
   counter-reset: item;
   padding-left: 0;
 }
 .vierer  .zweiteListe ol {
   counter-reset: item 5;  
 }
.vierer li {
   counter-increment: item;
   margin-bottom: 25px;
   line-height: 35px;
 }
.vierer li:before {
   margin-right: 20px;
   content: counter(item);
   background: #FFF;
   border-radius: 100%;
   color: #498e96;
   width: 2.2em;
   text-align: center;
   display: inline-block;
}*/

/* 4er Home  */

/* Slider */
img.next-button, img.prev-button{
    width: auto;
}

/* aftercontent */
.afterContentCont{
   margin-top: 100px;
   margin-bottom: 60px;
}
#afterContent1Cont{
    background-color: #F8F6F3;
    padding: 30px;
   padding-top: 50px;
   padding-bottom: 50px;
}
#afterContent1Cont .vierer{
    float: left;
    padding: 8px; 
    
}

#afterContent2Cont{
    padding-left: 0;
    padding-right: 0;
}

#afterContent3Cont{
    padding-left: 0;
    padding-right: 0;
}
#afterContent3Cont .lgx-parallax-content .lgx-parallax-content-wrapper{
    text-align: left;
}



/* Formular CSS */

.ba-form-acceptance-field.agb-formular .ba-form-acceptance-html p{
    font-size: 12px;
    line-height: 1.5;
	font-weight: 400;
}

.ba-form-field-item .ba-alert-tooltip {
    background: #468d96 !important;
}

.ba-form-field-item .ba-alert-tooltip:before {
    border-bottom: 5px solid #468d96 !important;
}

.ba-alert.ba-forms-authorize-field-wrapper input[type="text"], .ba-alert.calendar-field-wrapper input[type="text"], .ba-alert .upload-file-input, .ba-alert .ba-field-container select, .ba-alert .ba-field-container textarea, .ba-form-calendar-field:not(.ba-form-calendar-field) .ba-alert .ba-field-container input[type="text"], .ba-alert .ba-field-container input[type="text"], .ba-alert .ba-field-container input[type="number"], .ba-alert .ba-field-container input[type="password"], .ba-alert .ba-field-container input[type="email"] {
    border-color: #468d96 !important;
	box-shadow: inset 0px 0px 0px calc(2px - var(--field-border-width)*var(--field-border-right)*var(--field-border-left)*var(--field-border-bottom)*var(--field-border-top)) #468d96 !important;
}
#pageContent .ba-form-acceptance-field .ba-alert label.ba-form-checkbox > span {
border: 2px solid #468d96 !important;
}

/* Presse */
.presse .col-xs-12{
    margin-bottom: 40px;
}

/* Presse */

/* Zukunft  */

.span-4{
    margin-bottom: 30px;
}
.zukunft1{
    background: url("../images/conle-property-group-nachhaltigkeit.jpg") no-repeat;
    height: 570px;

}
.zukunft2{
    background: url("../images/conle-property-group-generationen.jpg") no-repeat;
    height: 570px;
 
}
.zukunft3{
    background: url("../images/conle-property-group-bezahlbarer-wohnraum.jpg") no-repeat;
    height: 570px;
   
}
.zukunftText, .zukunftText H5, .zukunftText a{
    color: #FFF;
}
.zukunftText H5{
    margin-bottom: 30px;
}
 .zukunftText p, .zukunftText a{
    font-size: 15px; 
 }
 .zukunftText{
    height: 570px;
    background-color: rgba(163, 147, 123, 0.7);
    width: 100%;
    padding: 10px;
    line-height: 1.1;
  }

p.zukunftNummer {
    font-size: 38px;
}

/* Zukunft  */

 /* Projekte */
.readmore .btn{
    padding-left: 0;
    font-size: 15px;
}
.readmore  a.btn:hover{
    text-decoration: underline;
    color: #498e96;
}
.span0 p{
     font-size: 15px;
}
.span0 .item-image{
    margin-bottom: 20px;
}
.projekte .span0{
      margin-bottom: 50px;
   }

/* Projektbilder */
.projektBilder IMG{
    width: 30%;
    margin-right: 10px;
    float: left;
}

/* Mieten */
.abstandOben{
   margin-top: 40px; 
}

/* slider */
#bildGross .navigation-container-custom{
    top: 90%;
    left: 50%;
    margin-left: -45%;
    position: absolute;
    text-align: center;
    display: none;
}
#bildGross .djslider-default .load-button{
    width: 14px;
    height: 14px;
    border: 1px solid #FFF;
    background: #F8F6F3;
}
#bildGross .djslider-default .load-button-active{
    border: 1px solid #FFF;
    background: #498e96;
}






/*  footer  */
#footerCont{
    background-color: #468d96;
    color: #ffffff; 
    margin-top: 40px;
}
#footer{
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#footer a{
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover{
    color: #ffffff;
}






/* ---Cookies--- */

/* cookies */

/* für Block */
div.cc-window.cc-floating {
	border: 2px solid #ffffff;
}

a.cc-btn.cc-allow {
	line-height: 20px;
	text-decoration: none !important;
	padding: 4px 20px !important;
} 

div.cc-checkboxes-container a.cc-btn.cc-allow {
	height: 18px !important;
	margin-top: 10px;
}

div.cc-compliance > a.cc-btn {
	padding: 7px 10px 5px;
}

span.cc-message span.cc-cookie-settings-toggle {
	padding: 0px !important;
	margin-top:0px !important;
}

/* Alle */
span.cc-message span.cc-cookie-settings-toggle, div.cc-settings-label, span.cc-cookie-settings-toggle {
	font-size: 14px !important;
	line-height: 20px;
}

.cc-message-text {
	line-height: 20px !important;
}

a.cc-btn.cc-allow {
	line-height: 20px;
}

span.cc-message span.cc-cookie-settings-toggle {
	padding: 0px;
}

div.cc-checkboxes-container a.cc-btn.cc-allow {
	height: 18px !important;
}

.cc-revoke, .cc-window {
	font-family: 'Exo 2', Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	color: #ffffff;
}

.cc-window h4 {
	color: #ffffff;
}

.cc-banner .cc-btn.cc-allow, div.cc-compliance > a.cc-btn, div.cc-compliance > a.cc-btn:hover, a.cc-btn.cc-deny:hover, .cc-revoke.cc-bottom:hover, .cc-revoke.cc-center.cc-revoke-bottom:hover {
	text-decoration: none !important;
}


input.cc-cookie-checkbox+span {
	color: #fff;
}


a.cc-link.cc-cookie {display: none;}

/* keine auswahl */

input.cc-cookie-checkbox + span::before {
	background-color: #efefef;
}
DIV input.cc-cookie-checkbox + span::after {
	border-width: 0px; 
	background-image: none !important;
}

/* abgelehnt */
div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled + span::after {
	left: 4px;
	top:-2px;
}












/*Autoplay carousel*/
/*
@mixin white-gradient {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

$animationSpeed: 40s;
*/

/*Animation*/
/*
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}
*/

/*Styling*/
/*
.slider {
	background: white;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: 1140px;
}
	
&::before,
&::after {
	@include white-gradient;
	content: "";
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

&::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

&::before {
	left: 0;
	top: 0;
}

.slide-track{
	animation: scroll $animationSpeed linear infinite;
	display: flex;
	width: calc(250px * 14);
}

.slide{
	height: 100px;
	width: 250px;
}

*/









/* MEDIA QUERIES
*********************************************/

@media (min-width: 480px) {
   .vierer .nummer, .vierer .nummerText{
        float: left;
    }
    .vierer .nummer{
       margin-right: 20px;
       margin-top: -4px;
       width: 8%;
    }
    
    .vierer .nummerText{
        width: 80%;
        text-align: left;
        margin-top: 0;
    }
    
     .zukunftText{
        width: 65%;
    }
    
   /* Projekte */
   .projekte .span0{
       width: 45%;
       float: left;
       margin: 0px 10px 40px 10px;
   } 

}



/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
   #afterContent3Cont .lgx-parallax-inner{
        width: 50%;
    }
    .das-team .img-hover:hover .hovtext {
        width: 70%;
    }
    
   /* Zukunft  */
    .span-4{
        float: left;
        width: 32%;
        margin-bottom: 0;
    }
    .span-4.zukunft3{
        float: right;
    }
    .span-4.zukunft1{
        margin-right: 14px;
    }
    .zukunftText{
        height: 570px;
        background-color: rgba(163, 147, 123, 0.7);
        width: 80%;
        padding: 10px;
    }
    
   /* Projekte */
   .projekte .span0{
      margin: 0px 15px 40px 15px;
   }
   
      /* Mieten */
    .abstandOben{
       margin-top: 0px; 
    }
    
    /* Slider */
    #bildGross .navigation-container-custom{
        display: inline-block;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    DIV .responsiveMenuTheme2.isDesktop li{
        letter-spacing: 2px;
    }
     DIV .responsiveMenuTheme2.isDesktop > li > a {
       padding-right: 26px;
       padding-left: 26px;
    }
    .responsiveMenuTheme2.isDesktop > li.parent > a{
        padding-right: 26px;
    }
    #footerLi{
        float: left;
    }
    #footerRe{
        float: right;
        text-align: right;
    }
    .vierer H4{
        font-size: 1.8em;
    }
         /* Presse */
    .presse .col-xs-12{
        margin-bottom: 0px;
    }
    /* Zukunft  */
    .span-4{
        float: left;
        width: 32%;
    }
    .span-4.zukunft3{
        float: right;
    }
    .span-4.zukunft1{
        margin-right: 20px;
    }
    .zukunftText{
        height: 570px;
        background-color: rgba(163, 147, 123, 0.7);
        width: 65%;
        padding: 10px;
    }
    
    /* Projekte */
   .projekte .span0{
       width: 31%;
       float: left;
       margin: 0px 10px 40px 10px;
   }
   
  
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   DIV .responsiveMenuTheme2.isDesktop > li > a {
       padding-right: 28px;
       padding-left: 28px;
    }
    .responsiveMenuTheme2.isDesktop > li.parent > a{
        padding-right: 28px;
    }
      /* Zukunft  */
     .span-4.zukunft1{
        margin-right: 23px;
    }
    .zukunftText{
        width: 50%;
    }
    
    /* Projekte */
   .projekte .span0{
      margin: 0px 13px 40px 13px;
   }
    /* slider */
    #bildGross .navigation-container-custom{
        top: 93%;
    }

}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

