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

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

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}



body {
	padding-top: 87px;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Nunito Sans', sans-serif;*/
	font-weight:400;

}
body.start {
	background:none;	
}

h1{ /*page*/
	text-transform: uppercase;	
	margin: 0;
	text-align:center;
	font-size:30px;
}
.start h1::after {
    border-bottom: 2px solid rgba(80, 80, 80, 0.2);
    content: "";
    display: block;
    margin: 10px auto;
    width: 10%;
	}
.start h1::after {
    border-bottom: 3px solid grey;
    margin: 30px auto;
}	
h1, .start h3, .start h1 {
    letter-spacing: 3px;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, p {
    font-family: 'Open Sans', sans-serif;
	/*font-family: 'Nunito Sans', sans-serif;*/
	font-weight:300;
	margin-bottom: 14px;
    margin-top: 0;
	line-height: 1.4;
		
}
h1 {
	margin-bottom: 0;		
}
h2 {
	margin-bottom: 22px;
		
}
h3{
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 14px;
}
h4{
	font-weight:700;
		
}

p, li, figcaption{
	font-weight:400;
	line-height: 1.6;
	color:#666;
	font-size: 15px;
}
figcaption{
	font-size: 14px;
	margin-top: 3px;
}

strong, b{
	font-weight:600;
}
.lead {
    font-size: 20px;
    font-weight:300;
}
.text-green{
	color:#093;
}


a:focus {
	outline: none !important;
}
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.small {
	color: inherit !important;
}
.nowrap {
	white-space: nowrap;
}
.stripe_hr { 
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); 
	}

figure.image {
	position: relative;
}
iframe {
    border: none;
}

/*--- Layout ---*/
#content{
	min-height:400px;	
}
.linkToTop {
    text-align: right;
	font-size:13px;
}


:target:before
/*:before*/
{ 
	display: block; 
	content: " "; 
	margin-top:-155px; 
	height:155px; 
/*	width: 10px; */
	visibility: hidden; 
}
.btn {
	font-weight: 500;
	font-size: 1em;
	padding: 6px 20px;
	border:none;
	border-radius: 0;
}

.btn-download, .gray-darker a.btn-default {
	color: #fff !important;
	background :#333;
}
.btn-download:hover, .gray-darker a.btn-default:hover,
.btn-download:active, .gray-darker a.btn-default:active,
.btn-download:focus, .gray-darker a.btn-default:focus
 {
	background : #000000;
}
.bg-primary .btn {
	background: #fff !important;
	color: #888 !important;
}
.bg-primary .btn:hover,
.bg-primary .btn:active,
.bg-primary .btn:focus
 {
	background :#fff !important;
	color: #666 !important;
}
/*TOGGLEBOX*/
.toggle_ce {
margin:0 0 25px 0
}
.toggle_ce .toggle-hide {
display:none;
}
.toggle_ce .toggler {
	color: #093;
	cursor: pointer;
	font-size: 13px;
	text-decoration: underline;
}
.toggle_ce .toggler:hover {
	color: #007025;
}
.toggle_ce .close-x {
display:none;
}
.toggle_ce .opened .close-x {
display:block;
}
.toggle_ce .opened .open {
display:none;
}


/* section_frame */
.c_red, .c_blue, .c_white, c_white_red {
  padding: 1.8em 8% 3.6em;
}
.c_red {
	background-color: #f5e3ce;
}
.c_red h2 {
	border-bottom-color: #D78935 !important;
}
.c_blue {
	color: #fff;
	background-color: #9cbacc;
	margin:10px 8%;  
}
.c_blue a {
	color: #fff;
	text-decoration: underline;
}
.c_white, c_white_red {
  background-color: #fff;
}
.c_white_red h2 {
	border-bottom-color: #cbaa9e !important;
}
::selection {
	background: rgba(0,0,0,0.2);
}
::-moz-selection {
	background: rgba(0,0,0,0.2);
}

/* Form */

label {
    font-weight: normal;
}
.form-inline .form-control {
    width: 100%;
	border: 2px solid #cbaa9e;
}
form{
	margin:30px 0;
}



/* tabs */
ul.nav-tabs {
  margin-bottom: 0.5em;
}

/* lightbox */
a.lightbox {
	position: relative;
	text-align: center;
}
a.lightbox i {
	position: absolute;
	top:  50%;
	left: 45%;
	
	width: 36px;
	height: 36px;
	padding: .2em;
	margin: auto;
	border-radius: 50%;
	
	font-size: 1.6em;
	text-align: center;
	color: #fff;
	color: rgba(255,255,255,1);
	background: #444;
	background: rgba(0,0,0,.1);
	transition: all ease-in-out 0.4s;
}
a.lightbox:hover i {
	background: rgba(0,0,0,.3);
}

a.magnificpopup div.search {
    background: rgba(0, 0, 0, 0.1) url("/fileadmin/media/common/search.png") no-repeat scroll 2px 2px;
    bottom: 0;
    /*color: rgba(255, 255, 255, 1);
    font-size: 1.6em;*/
    height: 36px;
    margin: auto;
    padding: 0.2em;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 36px;
}

a.magnificpopup:hover div.search {
  background: rgba(0,0,0,.3) url("/fileadmin/media/common/search.png") no-repeat scroll 2px 2px;
}

/* flexible Medien*/
img, embed, object, video {
 max-width: 100%;
 height: auto;
 width: auto;
}

    /* Ein Bild pro Zeile */
    .ce-gallery .ce-column {
        margin: 0 0 8px;
        width: 100%;
        box-sizing: border-box;
		position: relative;
    }
 
    /* Fluid Image Tags */
    .ce-gallery img,
    .ce-gallery picture {
        max-width: 100%;
        height: auto;
    }
	
	.ce-gallery figure {
		display: block;
	} 
	.ce-gallery figcaption {
		display: block;
	}
.ce-border img, .ce-border iframe {
    border: 1px solid rgba(200,200,200,1);
}	

/* Parallax*/
.parallax-window {
    min-height: 400px;
    background: transparent;
	position:relative;

}
.parallax-window .ce-bodytext {
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	position:absolute;
	width: 100%;
	text-shadow: 1px 1px 2px #000;
}
.parallax-window p{
	color:#fff;
}
/* Hover-Box hover-box*/
.hover-box {
    padding: 0 15px;
}
.hover-box .ce-container.row .ce-column, .ce-container.row .ce-gallery .ce-column {
    margin: 0;
}
.hover-box .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom:0;
}
.hover-box .ce-border img, .hover-box .ce-border iframe {
    border: 2px solid rgba(255,255,255,1);
}
.hover-box .ce-gallery {
    position: relative;
}
.hover-box .ce-bodytext {
    background: rgba(255, 255, 255, 0.6);
	left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
    width: 100%;
	height:100%;
	transition: background-color 500ms linear;
	
}
.hover-box .ce-bodytext:hover {
    background: rgba(255, 255, 255, 0);
	color:#fff;
	text-shadow: 1px 1px 4px #000;
	
}
.hover-box .ce-bodytext:hover a {

	text-shadow: none;
	
}
.hover-box .ce-textpic {
    height: auto;
    position: relative;
}
.hover-box .ce-bodytext > div{
	left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
	bottom:20%;
	
}



/*owl */

.owl-carousel .owl-item img {
    display: block;
    transform-style: preserve-3d;
    width: 100vw;
}


.owl-item .csc-textpic-text,
.owl-item .caption
{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0.2em 2% .6em;
	color: #fff;
	color: rgba(255,255,255,1) !important;
	background: #444;
	background-color:rgba(0,0,0,0.4) !important;
}
.owl-item .csc-textpic-text p,
.owl-item .caption
 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*	Platz für caption */
.owl-item .csc-textpic-text {
	padding-bottom: 2em;
}


.owl-theme i {
    margin: 0.4em auto;
}
.owl-theme i {
	margin: 0.4em auto;
    font-size: 5em;
}
.owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
}
.owl .ce-gallery .ce-column, .owl .ce-intext.ce-right .ce-gallery {
    margin: 0;
}
/*weitere defs in owl.theme.default.css */


/*accordion 
.panel-heading,
.panel-title {
	margin: 0;
	padding: 0;
}
.panel-title a {
	padding: 0.4em 1em;
	display: block;
	color: #444;
    color: rgba(0,0,0,.4);
	text-decoration: none;
}
.panel-title a:hover {
	background: #eee;
	background: rgba(0,0,0,.06);
}
.panel-title a:focus {
	outline: none !important;
}
.acc-arrow {
    color: rgba(0,0,0,.4);
}
.acc-arrow:before {
    content: "\f078";
}
.opened .acc-arrow:before {
    content: "\f077";
}
*/
/*accordion */
.panel-heading,
.panel-title {
  margin: 0;
  padding: 0;
  font-weight:500;
  position:relative;
}
.panel-title .pull-right {
    float: right;
    position: absolute;
    right: 10px;
    top: 11px;
}

.panel-title a {
  padding: 0.4em 35px 0.4em 1em;
  display: block;
  color: #444;
  color: rgba(0,0,0,.4);
  text-decoration: none;
}
.panel-title a:hover {
  background: #eee;
  background: rgba(0,0,0,.06);
}
.panel-title a:focus {
  outline: none !important;
}

.panel-body img {
    /*margin-bottom: 25px;*/
    width: auto;
}
/*
.acc-arrow {
    color: rgba(0,0,0,.4);
}
.acc-arrow:before {
    content: "\f107";
}
.opened .acc-arrow:before {
    content: "\f106";
}
*/

.panel-default > .panel-heading a:after {
	content: "\f107";
	font-size:26px;	
	color: rgba(255,255,255,1);  
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
	content: "\f107";  	
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
	content: "\f107";	
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}


.panel {
    background-color:#f5f5f5;
    border: none;
    box-shadow:none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top:none;
}
.panel-body {
    color: #fff;
}
.panel-default > .panel-heading {
    background-color: #009933;
    border-bottom: none;
    border-color: none;
}  
.panel-title a {
    color: rgba(255, 255, 255, 1);
}  
.acc-arrow {
    /*color: rgba(255, 255, 255, 0.8);*/
    color: inherit;
} 




/*top * * * * */
.navbar .top {
	display:block;
	margin: 20px 0 4px !important;
}
.navbar .top > li > a {
	color:#b6b6b6;
	font-size:14px;
	border-bottom:solid 1px #b6b6b6;
	text-transform: none;
    line-height: 1em;
    padding: 10px;
	border-right:none;

}
.navbar .top > li > a:hover {
	color:#333;
}
.navbar .top > li:last-child > a {
	border-right:none;
}
.navbar-nav.top > li > a:hover {
	border-bottom:solid 1px #b6b6b6;
}

.navbar.top a i {
	font-size: 1.1em;
}


/* nav */
.navbar{
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
	padding:0;
}
.navbar > li > a{
	
	
}
.navbar-nav > li > a {
    margin: 0;
	padding: 10px;
	color:#333;
	border-bottom: 1px solid #ccc;
}
.navbar-nav > li > a:hover {
	/*border-bottom:1px solid #ccc;*/
}
.dropdown {
    padding-left: 5px;
}

.navbar-nav > li > a .fa {
    padding-left: 5px;
}
.navbar-nav > li.active > a {
    color:#009933;
	border-bottom:4px solid #009933;
}

.navbar-nav > li.active.open > a, .navbar-nav > li.active.open > a:hover{
	border-bottom:4px solid #009933;
	color:#009933;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
	border-bottom:1px solid #fff;
	background:rgba(0,0,0,0.08);
}
.navbar-nav .open .dropdown-menu > li > a:hover{
	background:rgba(0,0,0,0.13);
}
.navbar-nav .open .dropdown-menu > li.current > a, 
.navbar-nav .open .dropdown-menu > li.current > a:hover, 
.navbar-nav .open .dropdown-menu > li.current > a:focus {
    background-color: rgba(0,153,51,1);
	color:#fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    color:#333;
	border-bottom:4px solid rgba(0,0,0,0.1);
}
.navbar-nav{
	text-transform: uppercase;
	font-size:15px;
}

.nav-expand .navbar-nav  {
	margin-top: 0;		
}
.navbar-nav {
	margin-top: 0;
}
.navbar-right {
    margin-right: 0;
	clear: right;
}

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
	background:none;
}
.navbar-nav .dropdown-menu {
    text-transform: none;
}


.nav-expand #logo, #logo {
	width: 245px;
	margin: 10px 0 10px 10px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.dropdown-menu, .dropdown-submenu {
    list-style: outside none none;
    margin: 0;
    padding: 0;	
	/*background: #fff;*/
	font-size:15px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgba(0,153,51,0.09);
	color:#333;
}


.dropdown-submenu > li > a {
    border-bottom: 1px solid #ccc;
    color: #333;
    display: block;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
	white-space:nowrap;
}
.dropdown-submenu > li > a:hover{
	background: #E1E1E1;
}
.dropdown-submenu > li.current > a, .dropdown-submenu > li.current > a:hover{
	background: rgba(0,153,51,0.09);
	color:#333;
}




.nav_anchor h1 + div{
	margin-top: 10px;
}

.nav_anchor li a {
    color: #888;
    padding-right: 15px;
	font-size: 14px;	
    border-right: 1px solid #ccc;
    padding: 0 7px;
}
.nav_anchor li:last-child a {	
    border-right:none;
}
.nav_anchor li a:hover, .nav_anchor li a:focus {
	color: #093;
	text-decoration: none;
}
.nav_anchor .fa {
    padding-right: 3px;
}
.nav_anchor ul {
    padding:0;
	margin:0;
	text-align:center;
}
.nav_anchor li {
    display: inline-block;
}


/* Language */
.dropdown-menu > li img {
    width: 24px;
}



/*stripes */
.stripes { 
	/*padding: 20px 0;*/
	background: #fff;
}

.stripes.noborder {
	padding: 0;
	
}



.white, .red, .blue, .green, .yellow, .gray, .maron {
	background: #fff;
	border-top:solid 6px #F00;
	padding: 55px 15px 10px 15px;
}
.white{
	border-top: 6px solid #fff;
}
.gray{
	border-top: 6px solid #e7e7e7;
}
.red{
	border-top: 6px solid #f00;
}
.blue{
	border-top: 6px solid #496094;
}
.green{
	border-top: 6px solid #009933;
}
.yellow{
	border-top: 6px solid #f4cd5c;
}
.maron{
	border-top: 6px solid #b79c6f;
}

/*fade in animation header-backgroundimages (.bgstretch .fadeIn)*/
         
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
    100% {opacity: 1;}
}
         
@keyframes fadeIn {
	0% {opacity: 0;}
    100% {opacity: 1;}
}
         
.fadeIn {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.bgstretch.white,
.bgstretch.red,
.bgstretch.blue,
.bgstretch.green,
.bgstretch.yellow,
.bgstretch.gray,
.bgstretch.maron {
	border-bottom:solid 6px #fff;
	border-top:none;
}
.bgstretch.white{
	border-bottom: 6px solid #fff;
}
.bgstretch.gray{
	border-bottom: 6px solid #666;
}
.bgstretch.red{
	border-bottom: 6px solid #f00;
}
.bgstretch.blue{
	border-bottom: 6px solid #496094;
}
.bgstretch.green{
	border-bottom: 6px solid #009933;
}
.bgstretch.yellow{
	border-bottom: 6px solid #f4cd5c;
}
.bgstretch.maron{
	border-bottom: 6px solid #b79c6f;
}
.bgstretch.noborder{
	border-bottom: none;
	border-top: none;
}


.stripes.gray-lighter {
	background: #f2f2f2;
	padding: 20px 0;
}
.bg-primary {
    background-color: #c8dfd0;
    color: #333;

}
.gray-darker {
	color: #fff;
	background: #888;
}
.gray-darker .panel-group {
    color: #333;
}


.gray-darker a {
	color: #ccc;
}
.gray-darker a:hover {
	color: #fff;
}

.bgstretch{
	height:250px;
	background-repeat: no-repeat;
	background-size:cover;
}


footer.footer {
	padding: 30px 0;
    background: #888;
	color:#fff;
}
footer.footer p, footer.footer li {
	text-align: left;
	font-size: 14px;
	color:#fff;
}
.footer ul {
    margin: 0;
    padding: 0;
	list-style-type: none;
}

footer.footer a {
	color: rgba(255,255,255,0.7);
	text-decoration: underline;
}
footer.footer a:hover {
	color: rgba(255,255,255,1);
}
@media (max-width:480px) {
	
	
}


/* Kleine Geräte (Tablets, 768px und breiter) */
@media (min-width:768px) {
	
	
h1{ /*page*/
	font-size:35px;
}	
h1 {
	/*margin-bottom: 15px;*/		
}
.nav-expand #logo, #logo {
	margin: 10px 0;
}

.navbar .top > li > a {
	color:#b6b6b6;
	font-size:14px;
	border-bottom:none;
	text-transform: none;
    line-height: 1em;
    padding: 1px 10px;
	border-right:solid 1px #b6b6b6;
}
.navbar-nav.top > li > a:hover {
	border-bottom:none;
}
.navbar-nav > li > a {
    padding: 0 8px 13px 8px;
	border-bottom:4px solid rgba(0,0,0,0);
}
.navbar-nav > li > a:hover {
	border-bottom:4px solid rgba(0, 0, 0, 0.1);
}
.dropdown {
    padding-left: none;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}
.dropdown-submenu > li > a{
	padding: 3px 10px 3px 30px;	
	border:none;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	/*border-bottom:none;*/
}




.navbar .top {
	display:block;
	margin: 10px 0 4px !important;
}
.nav-expand .navbar-nav, .navbar-nav  {
	margin-top: 18px;	
}

	.bgstretch{
		height:350px;
	}

    .ce-gallery .ce-column {
        margin-right: 8px;
        /* Abstand zwischen Bildern 
        padding: 0 5px;
        box-sizing: border-box;*/
    }
	
 

    /* Kein Abstand beim ersten und letzten Bild */
    .ce-gallery .ce-column:first-child {
        /*margin-left: 0;*/
    }
    .ce-gallery .ce-column:last-child {
        margin-right: 0;
    }
 
    /* Fluid Image Tags */
    .ce-gallery img,
    .ce-gallery picture {
        max-width: 100%;
        height: auto;
    }	
 
    /* Spaltenbreiten je nach eingestellten Columns */
    .ce-gallery[data-ce-columns="2"] .ce-column {
        width: calc(50% - 4px);
    }
 
    .ce-gallery[data-ce-columns="3"] .ce-column {
        width: calc(33.3% - 6px);
    }
 
    .ce-gallery[data-ce-columns="4"] .ce-column {
        width: calc(25% - 6px);
    }
 
    .ce-gallery[data-ce-columns="5"] .ce-column {
        width: calc(20% - 7px);
    }
	
  .ce-gallery[data-ce-columns="6"] .ce-column:first-child {
        width: calc(66% - 6px);
    }	
    .ce-gallery[data-ce-columns="6"] .ce-column {
        width: calc(33.3% - 6px);
    }
	
	.ce-row {
	    margin-bottom: 0;
	}	
	
.parallax-window {
    min-height: 500px;
}	
.parallax-window .ce-bodytext {
	width: 750px;
}
	

}

/* Mittlere Geräte (Desktop-PCs, 992px und breiter) */
@media (min-width:992px) { 
body {
    padding-top: 150px;
}

.navbar .top {
	display:inline-flex;
	margin: 20px 0 4px !important;
}	
.navbar-nav > li > a {
	padding: 0 8px 13px;
	transition: all 0.8s ease-in-out 0s;
}
.nav-expand .navbar-nav > li > a {
    padding: 0 12px 33px 12px;
	transition: all 0.8s ease-in-out 0s;
}

.nav-expand .navbar-nav {
    /*	margin-top: 50px;*/	
	transition: all 0.8s ease-in-out 0s;
}
.nav-expand .navbar-nav.top > li > a{
	padding: 1px 10px;
}
.navbar-nav {
    margin-top: 11px;
	transition: all 0.8s ease-in-out 0s;
}

.nav-expand #logo {
	margin: 20px 0;
	width:400px;
	transition: all 0.8s ease-in-out 0s;
}
#logo {
	margin: 10px 0;
	width:250px;
	transition: all 0.8s ease-in-out 0s;
}	
.bgstretch{
	height:450px;
}
.parallax-window {
    min-height: 600px;
}
.parallax-window .ce-bodytext {
	width: 970px;
}

	
}

/* Große Geräte (Desktop-PCs, 1200px und breiter) */
@media (min-width:1200px) { 
body {
    padding-top: 165px;
}
.nav-expand .navbar-nav {
    /*margin-top: 66px;*/
}
.nav-expand #logo {
	width:458px;
}
.bgstretch{
	height:500px;
}
.parallax-window {
    min-height: 700px;
}
.parallax-window .ce-bodytext {
	width: 1170px;
}

}


@media (min-width:1800px) { 

.bgstretch{
	height:600px;
}


}
