body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
.lazyload,.lazyloading,.lazyloaded{opacity:0;will-change:opacity;transition:all 0.3s ease-in-out}.lazyloaded{opacity:1}.lazyload.thumb,.lazyloading.thumb,.lazyloaded.thumb{opacity:1}.intrinsic-ratio-wrapper{display:inline-block;max-width:100%}.intrinsic-ratio-wrapper.width-rel{width:100%}.intrinsic-ratio{position:relative;height:0;max-width:100%}.intrinsic-ratio > img,.intrinsic-ratio > picture{position:absolute;top:0;left:0;width:100%}.intrinsic-ratio > .thumb{height:100%}
/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_nav {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -32px;
	display: block;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
	border: 0;
	border-radius: 5px;
	width: 32px;
	height: 32px;
	font-size: 0;
	line-height: 0;
	opacity: 0.5;
	background: rgba(255,255,255,0.5) no-repeat center center;
	background-size: contain;
}

.rslides_nav.prev {
	left: 15px;
  background-image: url("/files/layout/images/Icon_prev_160x240.png");
}
.rslides_nav.next {
	right: 15px;
  background-image: url("/files/layout/images/Icon_next_160x240.png");
}

.rslides_nav:hover {
	opacity: 1;
	background-color: rgba(255,255,255,0.5);
}

.rslides_tabs {
	position: absolute;
	right: 0;
	bottom: 25px;
	z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

.rslides_tabs li {
	display: inline;
	font-size: 0;
	line-height: 1;
	margin: 0; padding: 0;
}

.rslides_tabs li a {
	display: inline-block;
	height: 8px;
	width: 8px;
	margin: 0 3px;
	border-radius: 4px;
	background: #C5C5C5;
}

.rslides_tabs li a:hover,
.rslides_tabs .rslides_here a {
	background: #4E4E4E;
}

.layout_slider {
	padding-bottom: 20px;
}

@media ( min-width: 1000px ) {
	.layout_slider {
		padding-bottom: 0;
	}
	.rslides_nav {
		width: 64px;
		height: 64px;
		background-color: transparent;
	}
	.rslides_tabs {
	  position: absolute;
	  z-index: 10;
	  right: 0;
	  bottom: 8px;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
	
	.rslides_tabs li {
		display: inline;
		font-size: 0;
		line-height: 1;
		margin: 0; padding: 0;
	}
	
	.rslides_tabs li a {
		display: inline-block;
		height: 4px;
		width: 50px;
		margin: 0 0 0 5px;
		border-radius: 1px;
	}
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column.first,
  .columns.first,
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .column.first,
  .columns.first {
	  clear: left;
  }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
/* baseline grid based on gridlover.net */
html {
/*   font-size: 14px; */
  font-size: 62.5%; 
  line-height: 21px;
}
body {
  font-size: 1.3em; /* currently ems cause chrome bug misinterpreting rems on body element */
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-family: "Trebuchet MS", Verdana, Tahoma, "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  color: #5c5c5c; 
}

@media (min-width: 400px) {
  body {
    font-size: 13px;
	  line-height: 20px;
  }
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400; 
}

h1, .h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
	font-family: Georgia, serif;  
}
h2, .h2 {
  font-size: 25px;
  line-height: 40px;
  	font-family: Georgia, serif;
  	font-weight: ;
}
h3, .h3 {
  font-size: 2.0rem;
  line-height: 2.1rem;
  	font-family: Georgia, serif;
}
h4, .h4 {
  font-size: 1.8rem;
  line-height: 2.1rem;
  	font-family: Georgia, serif;
}
h5, .h5 {
  font-size: 1.6rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  	font-family: Georgia, serif;
}
.serif {
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 25px;
	color: #666;
	line-height: 30px;
	text-align: center;
}

@media (min-width: 400px) {
  .serif {
    font-size: 30px;
	  line-height: 40px;
  }
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #3B3D87; }
a:hover {
  color: #6466a1; }
.stationova a {
  color: #6D9404; }
.stationova a:hover {
  color: #799727; }



/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #bbb;
  border-radius: 0;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color: #fff;
  background-color: #333;
  border-color: #333;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #3b3d87;
  border-color: #3b3d87; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #2e3076;
  border-color: #2e3076; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #3d3d87;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: square outside; }
ol {
  list-style: decimal outside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ol, ul.square, ul.circle, ul.disc, ul {
  margin-left: 30px;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
li {
  margin-bottom: 20px; 
}
ol li, ul li, ul.square li, ul.circle li, ul.disc li {
  margin-bottom: 0;
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.fullwidth, .ce_image.fullwidth img {
	width: 100%;
	display: block;
	height: auto;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 0; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 20px; }
pre,
blockquote,
dl,
table,
p,
ul,
ol,
form {
  margin-top: 0rem;
  margin-bottom: 20px;
}

/* Let's make sure all's aligned */
a, b, i, strong, em, small, code {
  line-height: 0;
}
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
 

figure {
	margin: 0 0 3.5rem;
	line-height: 0;
}
figure figcaption {
	line-height: 1.5;
	display: block;
	margin: 0.5rem 0;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Let's make sure all's aligned */
hr, .hr {
  border: 1px solid;
  margin: -1px 0;
}
hr {
	margin-top: 2.9rem;
	margin-bottom: 2.9rem;
	border-width: 0;
  border-top: 1px solid #d1d1d1;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	/* 2 text columsn */
	.textcolumns {
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-moz-column-rule: none;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		-webkit-column-rule: none;
		column-count: 2;
		column-gap: 30px;
		column-rule: none;
		margin-top: 20px;	
	}
	
	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* Layout */
body {
	background: #dddddd;
	background: #eaeaea;
	hyphens: auto;
}
#wrapper {
	background: #fff;
	padding: 0;
}
@media ( min-width: 1250px ) {
	#wrapper {  }
}

/* Animation */
a, input[type="submit"], .projekte .item h2,
.projekte .item img,
.projekte .item .details {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;	
  -o-transition: all 0.2s linear;	
  transition: all 0.2s linear;	
}

/*--- Header ---*/
.header-wrapper { 
	position: relative; 
	padding: 0 25px; 
	display: grid;
	grid-template-columns: 1fr; /**/
	grid-template-rows: 3fr;
  grid-gap: 0;	
}
.logo-wrapper-right { text-align: center; padding-top: 0px; }
.logo-wrapper-left { text-align: center; padding-top: 0px; }
.logo-wrapper-left a, .logo-wrapper-right a { display: block; }
.logo-wrapper-left img, .logo-wrapper-right img { display: block; margin: 0 auto; }
.topbar {
	clear: both;
}

.slogan {
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 2.0rem;
  color:#5c5c5c;
  padding: 15px 60px 0 20px;
  margin: 10px 0 ;
  border-top: 1px solid #ddd;
  display: none;
}

@media ( max-width: 320px ) {
	.logo-wrapper-left img { margin-left: 0;}
}

@media ( min-width: 1250px ) {
	.header-wrapper { 
		position: relative; 
		padding: 0 25px; 
		display: grid;
		grid-template-columns: 1fr 2fr 1fr;
		grid-template-rows: 1fr;
	}
	
	.logo-wrapper-left { 
		order: 1; 
		margin-top: 30px;
	} 
	.logo-wrapper-left img { display: inline-block; width: auto;} 
	.logo-wrapper-right { 
		order: 3; 
		margin-top: 30px;
	} 
	.logo-wrapper-right img { display: inline-block; width: auto; }

	.slogan { 
		order: 2;
		grid-column: 2 / 3;
	  grid-row: 1 / 1;
		padding: 45px 0 0 0px; 
		margin: 0;
		border: 0;
		text-align: center;
		display: block;
	}
	.topbar { margin: 30px 0 ; }
}

@media (max-width: 1249px) {
	.header-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: center;
	}
	.logo-wrapper-left {
	    text-align: center;
	    width: 50%;
	    flex: 0 1 45%;
	    margin: 10px auto 0 0;
	    padding: 0;
	}
	.logo-wrapper-right {
	    text-align: center;
	    flex: 0 1 45%;
	    margin: 10px 0 0 auto;
	}
	.logo-wrapper-banner {
	    position: absolute; left: 0; top: 200px;
	    width: 30%;
	}

	.slogan {
	    font-size: 1.2rem;
	    padding: 15px 30px 50px 30px;
	    text-align: center;
	    border-top: 0 !important;
	    flex: 1 1 auto;
	    margin: 0;
	    display: block !important;
	}

}


/*--- Navigation ---*/
.mainNav {
	clear: left;
	display: block;
	padding: 0 ;
	margin: 0;
	border-top: 1px solid #ddd;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25 );
	font-size: 1.6rem;
	position: relative;
}
.mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainNav li {
	display: block;
	margin: 0;
	padding: 0;
}
.mainNav li a,
.mainNav li span {
	display: block;
	text-decoration: none;
	color: #5c5c5c;
	padding: 0 20px;
	line-height: 32px;
}
.mainNav li a:hover { 
	color: #303030;
}
.mainNav .trail a,
.mainNav .active > * { 
	background: #ccc;
	color: #343434;
}
/* Menu class .neu */
.mainNav li.neu a::after,
.mainNav li.neu span::after {
    content: "neu";
    display: inline-block;
    background: #6D9404; /* gruen #6D9404 */
    color: #fff;
    padding: 2px 3px;
    font-size: 11px;
    line-height: 1;
    margin: 0 0 0 5px;
    text-transform: uppercase;
}

/* Mobile Menu */
#toggle {
  position: absolute;
  appearance:none;
  cursor:pointer;
  left:-100%;
  top:-100%;
}

#toggle + label {
	position: absolute;
  top: 50px;
  right: 20px;
  margin: 0;
	background: url(/files/layout/images/Icon_Dropdown_40x40.png) no-repeat center top;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	transition:all 500ms ease;
	z-index: 3;
	display: none;
}
.mobile #toggle + label { display: block; }
.mobile .topbar nav {
	background:#fff;
	height: 0;
	transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
  left: 0;
  right: 0;
  z-index: 12;
	box-shadow: 0 3px 3px rgba(55,55,55,0.25); 
}
#toggle:checked ~ nav {
  height: auto;
}
#toggle:checked + label {
	background-position: center bottom
}
#toggle:checked + label:after {}

@media (min-width: 550px) and (max-width: 1249px) {
  .mobile #toggle + label {
    top: 70px;
    right: 20px;
  }
}

@media ( min-width: 1250px ) {
	.mainNav {
    clear: left;
    display: block;
		border-bottom: 1px solid #ddd;
		box-shadow: none;
		margin: 20px 0 20px;
    padding: 10px 0;
    text-align: center;
    
    padding: 0;
    overflow: visible;
}
	.mainNav li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	.mainNav li a,
	.mainNav li span {
		display: inline-block;
		padding: 0 18px;
		line-height: 24px;
		
		padding: 0 20px;
		line-height: 40px;
		margin-bottom: -1px;
	}
	.mainNav li a.active,
	.mainNav li.active span,
	.mainNav li.trail > a {
		border-bottom: 2px solid #6D9404;
		color: #6D9404;
		background: #fff;
	}
}


/*--- Content ---*/
#container {
	padding: 20px;
}
@media ( min-width: 1250px ) {
	#container { padding: 10px 25px; }
}


/* Team */
#team .columns.three {
	margin-bottom: 20px;
}
#team figure {
	background: #fff;
}

.aktuell {
	position: absolute;
	top: -40px;
	right: -40px;
	z-index: 10;	
}
#bahnstadt-report {}
#bahnstadt-report .ce_download { position: relative; overflow: visible; }
#bahnstadt-report .ce_download,
#bahnstadt-report .ce_download + .ce_text { 
	padding-left: 60px; 
}
#bahnstadt-report .ce_download img { 
	display: block;
	height: 0; width: 0; 
}
#bahnstadt-report .ce_download a {
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 20px;
}
#bahnstadt-report .ce_download a:before {
	background: transparent url(/files/layout/images/pdf-icon-small.png) no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
}

/*--- Projekte ---*/
.projekte {
	display: flex;
	flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.projekte .item {
  flex: 0 0 100%;
  margin: 0 1% 2% /* 0 3% 3% 0 */;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 4px solid transparent;  
}
.edge .projekte .item {
	min-width: 0; 
	margin-bottom: 20px;
}
@media (min-width: 550px) {
	.projekte .item { flex: 0 0 47.5%; }
}

@media (min-width: 750px) {
}

@media (min-width: 1000px) {
	.projekte .item { flex: 0 0 31.33333%; }
}

.projekte.weitere .item {
	opacity: 0.8;
}
.projekte.weitere .item.has_link {
	opacity: 1;
}
  
.js .projekte .item {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.js .projekte .item.visible {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.projekte .item:hover {}
.projekte .item h2 {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0;
	line-height: 20px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 14px;
}
.projekte .item:hover h2 {
	background-color: rgba(0,0,0,0.8);
}

.projekte .item h3 { /* weitere Projekte */
	padding: 0.5rem 1rem;
	margin: 0;
	line-height: 20px;
	background: #f5f5f5;
	font-size: 14px;
}

.projekte .item figure {
	margin: 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.projekte .item img {
	width: 100%;
	display: block;
	height: auto;
}
.projekte.aktuelle .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.projekte .item .details {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	text-indent: -9999px;
	z-index: 4;
}
.projekte.aktuelle .item .details:hover {
	background-color: rgba(0,0,0,0.3);
}

.ce_metamodels_frontendfilter label { display: none; }
#filter-list {
	max-width: 700px;
	list-style: none;
	padding: 0;
	margin: 0 auto 3rem;
	text-align: center;
}
#filter-list li {
	display: inline;
	list-style: none;
	margin: 0; padding: 0;
}
#filter-list li:before {
	content: '/';
	display: inline;
  color: #a1a1a1;
}
#filter-list li.first:before {
	display: none;
}
#filter-list a {
	text-decoration: none;
	display: inline-block;
	padding: 0 8px;
  color: #a1a1a1;
}
#filter-list .current {
	color: #272727;
}

/*--- Projektteaser Home ---*/
.layout_slider {
	position: relative;
}
.layout_slider .slide {
	overflow: visible;
	padding-bottom: 25px;
	width: 100%;
}
.layout_slider h3 {
	position: absolute;
	bottom: 0;
	left: 0;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #888;
}
.rslides1_on h3.invisible {
	border: 0;
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	width: auto;	
}

/*--- Projektdetails ---*/
.projektdetails {}
.projektdetails h2,
.projektdetails h2 .caption {
	margin-bottom: 0;	
}
.projektdetails > h2 {
	margin-top: 0;
}
.projektdetails .header-image img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.projektdetails .details {
	display: grid;
	grid-template-columns: 1fr ; /**/
	grid-template-rows: 1fr;
  grid-gap: 30px 30px;	
}
.projektdetails .images {
	order: 2;
}
.projektdetails .facts {
	order: 1;
	background: #eaeaea;
	padding: 1.5rem;
	position: relative;
	top: 0rem;
}
.projektdetails .facts > a {
	float: right;
	margin: 0 0 1.5rem;
}
.projektdetails .facts h3 {
	margin-top: 0;
}
.projektdetails figcaption {
	margin-bottom: 0;
}
.mini-headline {
	margin: 1.5rem 0 0;
	font-weight: bold;
}
@media ( min-width: 550px ) {
	.projektdetails .details {
		display: grid;
		grid-template-columns: 1fr 1fr ; /**/
		grid-template-rows: 1fr;
	  grid-gap: 30px 20px;	
	}
	
	.projektdetails .images { order: 1; }
	.projektdetails .facts { order: 1; }
}

@media ( min-width: 1000px ) {
	.projektdetails .details {
		display: grid;
		grid-template-columns: 5fr 3fr ; /**/
		grid-template-rows: 1fr;
	  grid-gap: 30px 30px;	
	}
	
	.projektdetails .images { order: 1; }
	.projektdetails .facts { order: 2; border-bottom: 38px solid #fff;}
}

/*--- Kontakt ---*/
.kontaktform {}
.kontaktform input[type="email"], 
.kontaktform input[type="number"], 
.kontaktform input[type="search"], 
.kontaktform input[type="text"], 
.kontaktform input[type="tel"], 
.kontaktform input[type="url"], 
.kontaktform input[type="password"], 
.kontaktform textarea {
	width: 100%;
	max-width: 450px;
	box-sizing: border-box;
}
.kontaktform .checkbox_container input,
.kontaktform .checkbox_container label {
	display: inline;
	width: auto !important;
	font-weight: 400;
}


/*--- Footer ---*/
.copyright {
	font-size: 1.0rem;
	padding: 3rem 0 3rem;
}

/*--- Farbkodierung ---*/
div.colorstripe {
  margin: 0;
}

div.colorstripe-small {
	width: 340px;
	padding-bottom: 20px;
}

div.green {
	background-color: #6D9404;
  height: 4px;
  width:50%;
  float: right;
}

div.green-full {
  background-color: #6D9404;
  height: 4px;
  width:100%;
  float: right;
}

.stationova {
  border-top: 4px solid #6D9404;
}
.stationova > *:first-child {
	margin-top: 2rem;
}

div.blue {
  background-color: #6D9404;
  height: 4px;
  width:50%;
  float: left;
}

div.blue-full {
  background-color: #6D9404;
  height: 4px;
  width:100%;
  float: left;
}

.bahnstadt {
	border-top: 4px solid #6D9404;
}

.bahnstadt > *:first-child {
	margin-top: 2rem;
}

.bahnstadt-stationova {}
.facts.bahnstadt-stationova {
  border-top: 4px solid #6D9404;
}

.facts.bahnstadt-stationova:before  {
  border-top: 4px solid #6D9404;
  content: '';
  display: block;
  position: absolute;
  left: 0; top: -4px;
  width: 50%;
	border-top: 4px solid #6D9404;
	z-index: 3;
}
/* disable borders */
.projekte .item, 
#projektliste .item { /*border-top: 0 !important;*/ }
#projektliste .bahnstadt-stationova:before,
.facts.bahnstadt-stationova:before { /*display: none;*/}
