/* Version 1.7.3 */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

* {
	outline:none!important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
sup {
}
sub {
}

ol {
}
ul {
}
img {
	max-width: 100%;
	height:auto;	
}

.alignleft {
	float:left;
    margin: 0 10px 10px 0;
}
.alignright {
	float:right;
    margin: 0 0 10px 10px;
}
.aligncenter {
	margin:0 auto;
	display:block;
}
.left {
	text-align: left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}

.pad-10 {
	padding:10px;
}
.pad-top-10 {
	padding-top:10px;
}

.button {
	background: #f48038;
	color: #fff;
	border: 2px solid #772f22;
	border-radius:5px;
	font-size:17px;
	text-decoration:none;
	padding: 5px 10px;
	-webkit-transition : all .5s ease;
	-moz-transition    : all .5s ease;
	-ms-transition     : all .5s ease;
	-o-transition      : all .5s ease;
	transition         : all .5s ease;
}
.button:hover {
	background: #0098ca;
	color: #fff;
}

/* Container */
.container {
	max-width: 1140px;
	margin: 0 auto;
	min-width:320px;
}

/* Header */
header {
	width:100%;
	min-width:320px;
	margin:0px;
	background:#fff;	
/*	-webkit-box-shadow: 0 1px 2px 1px rgba(000,000,000,0.5);
	box-shadow: 0 1px 2px 1px rgba(000,000,000,0.5);
	z-index:99999;
*/	
	-webkit-transition : all .5s ease;
	-moz-transition    : all .5s ease;
	-ms-transition     : all .5s ease;
	-o-transition      : all .5s ease;
	transition         : all .5s ease;

}

header.fixed #header-top,
header.fixed-mobile #header-top {
	position: fixed;
	top:0px;
}
header.fixed #header,
header.fixed-mobile #header {
	position: fixed;
	top:30px;
}
header.fixed .header-spaceholder
header.fixed-mobile .header-spaceholder {
	height:100px;
	display:block;
}
header.show-header-top .header-spaceholder {
	height:80px;
}
header.fixed-mobile.hide-header-top .header-spaceholder {
	height:70px;
	display:block;
}


/* Höhen anpassen wenn #header-top auf .hide gesetzt ist */
header.hide-header-top #header-top {
	display:none;
}
header.fixed.hide-header-top #header,
header.fixed-mobile.hide-header-top #header {
	top: 0px;
	height:50px;
}
header.fixed.hide-header-top .header-spaceholder,
header.fixed-mobile.hide-header-top .header-spaceholder {
	height:50px;
}
header.fixed #topnav,
header.fixed-mobile #topnav {
	top:80px;
}
header.fixed.hide-header-top #topnav,
header.fixed-mobile.hide-header-top #topnav {
	top:50px;
}



#header-top {
	width:100%;
	height: 30px;
	line-height: 30px;
	display:block;
	text-align: right;
	background:#fff;
	z-index:100;
}
#header-top.line {
	border-bottom: 1px solid #d6d6d6;
}
#header-top.hide {
	display:none;
}

#header-top .links {
	
}
#header-top .language {
	
}

#header {
	width:100%;
	background:#fff;
	z-index:100;
}
#header.line {
	border-bottom: 1px solid #d6d6d6;
}

#header #logo {
	margin:5px 0 5px 5px;
}
#header #logo a {
	float:left;
}
#header #logo a img {
	height:40px;
	max-width:100%;
}

#header #meta {
	float:right;
}


/* Mobile Navigation Icon */   
.burger-box {
	float:right;
	margin: 10px 0 0 0;
	position:relative;
	display: block;
	height: 33px;
	width: 28px;
}

.burger,
.burger:before,
.burger:after {
	position: absolute;
	left: 6px;
	top: 10px;
	width: 16px;
	height: 3px;
	background: #000;
	cursor: pointer;
	-webkit-transition: background 0.3s, -webkit-transform 1s, top 1s;
	-webkit-transition : all .5s ease;
	-moz-transition    : all .5s ease;
	-ms-transition     : all .5s ease;
	-o-transition      : all .5s ease;
	transition         : all .5s ease;
	display: block;
}

.burger:before {
	top: -5px;
	left: 0;
	content: "";
}

.burger:after {
	top: 5px;
	left: 0;
	content: "";
}
.open .burger {
	background: transparent;
}

.open .burger:before {
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.open .burger:after {
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, -410deg);
	-moz-transform: rotate3d(0, 0, 1, -410deg);
	-ms-transform: rotate3d(0, 0, 1, -410deg);
	transform: rotate3d(0, 0, 1, -410deg);
}

/* Mobiles Menü */
.li-only-desktop {
	display:none;
}

#topnav {
	margin:0;
	padding:0;
	overflow-y:scroll;
	height:0px; /* Genaue Höhe per JS festlegen */
	width:100%;
	background:#282828;
	list-style:none;
	z-index:99999;
	/*position:absolute;*/
	position:fixed;
}
#topnav li {
	min-height:40px;
	padding:0;
	margin:0;
	list-style:none;
}
#topnav li a {
	line-height:40px;
	display:block;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:8px;
	text-decoration:none;
	color: #fff;
	border-bottom:1px solid #333;
}
#topnav li ul {
	margin:0;
	padding:0;
	padding-left:15px;
}

/* Sprachauswahl */
#lng-selector {
	margin:0;
	padding:0;
	overflow-y:scroll;
	height:0px; /* Genaue Höhe per JS festlegen */
	width:100%;
	background:#282828;
	list-style:none;
	z-index:99999;
	/*position:absolute;*/
	position:fixed;
}
#lng-selector li {
	min-height:40px;
	padding:0;
	margin:0;
	list-style:none;
}
#lng-selector li a {
	line-height:40px;
	display:block;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:8px;
	text-decoration:none;
	color: #fff;
	border-bottom:1px solid #333;
}

/* Breadcrumb */
#breadcrumb {
	font-size:12px;
	
}
#breadcrumb ul {
	list-style: none;
	padding:0;
}
#breadcrumb ul li {
	font-size:13px;
	float:left;
	padding:5px 0;
}
#breadcrumb ul li a {
	font-size:13px;
}
#breadcrumb ul li a:hover {
}
#breadcrumb ul li:after {
    content: '›';
    color: #282828;
    padding-right: 10px;
    margin-left: 10px;
}
#breadcrumb ul:last-child li:after {
    content: '';
}
#breadcrumb ul li:first-child a {
    padding-left: 0px;
}



/* Hilfsklassen für Effekte */

.shadow {
	-webkit-box-shadow: 0 1px 2px 1px rgba(000,000,000,0.5);
	box-shadow: 0 1px 2px 1px rgba(000,000,000,0.5);	
}





footer {
}
footer.line {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
}
footer ul {
	margin: 0;
	padding:0;
}
footer ul li {
	list-style: none;
}


#top{
	position:fixed;
	z-index:1000;
	right:0;
	bottom:0;
	width:40px;
	height:40px;
	background:#1f496a;
	margin:20px;
	cursor:pointer;
	display:none;
	text-align:center;
	line-height:44px;
	border:1px solid #fff;
}
#top i {
	color:#fff;
	font-size:24px;
}

.row {
	width:100%;
}

.col_2_1,
.col_2_2 {
	width:100%;
	float:none;
}


.col_3_1,
.col_3_2,
.col_3_3 {
	width:100%;
	float:none;
}


.col_4_1,
.col_4_2,
.col_4_3,
.col_4_4 {
	width:100%;
	float:none;
}

.col_5_1,
.col_5_2,
.col_5_3,
.col_5_4,
.col_5_5 {
	width:100%;
	float:none;
}


.col_8_1,
.col_8_2,
.col_8_3,
.col_8_4,
.col_8_5,
.col_8_6,
.col_8_7,
.col_8_8 {
	width:100%;
	float:none;
}

/* 8er Raster, w = breite */
.col_8er_w1,
.col_8er_w2,
.col_8er_w3,
.col_8er_w4,
.col_8er_w5,
.col_8er_w6,
.col_8er_w7,
.col_8er_w8 {
	width:100%;
	float:none;
}

/* 25%, 75% */
.col_25_left,
.col_25_right {
	width:100%;
	float:none;
}
.col_75_left,
.col_75_right {
	width:100%;
	float:none;
}

.only-desktop {
	display:none;
}

.parallax-container {
	position: relative;
	overflow: hidden;
}
.parallax-container .parallax {
 	position: absolute;
	max-width: none;
}
.parallax-container .content {
  position: absolute;
  height: 100%;
  width: 100%;
}

.parallax-container .teaser {
  position: absolute;
  height: 100%;
  width: 100%;
  color: white;
  text-shadow: 0 0 5px black;
  text-align: center;
  font-size: 2rem;
}
/*
.teaser h1 {
  margin-top: 0;
  text-transform: uppercase;
}

.teaser .content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

*/

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 640px) {
	.col_2_1,
	.col_2_2 {
		width:50%;
		float:left;
	}
	.col_3_1,
	.col_3_2,
	.col_3_3 {
		width:50%;
		float:left;
	}
	.col_3_3 {
		width:100%;
	}
	.col_4_1,
	.col_4_2,
	.col_4_3,
	.col_4_4 {
		width:50%;
		float:left;
	}
	
	.col_5_1,
	.col_5_2,
	.col_5_3,
	.col_5_4 {
		width:50%;
		float:left;
	}
	.col_5_5 {
		width:100%;
		float:none;
	}
	
	/* 8er Raster, w = breite */
	.col_8er_w1 {
		width:12.5%;
		float:left;
	}
	.col_8er_w2 {
		width:25%;
		float:left;
	}
	.col_8er_w3 {
		width:37.5%;
		float:left;
	}
	.col_8er_w4 {
		width:50%;
		float:left;
	}
	.col_8er_w5 {
		width:62.5%;
		float:left;
	}
	.col_8er_w6 {
		width:75%;
		float:left;
	}
	.col_8er_w7 {
		width:87,5%;
		float:left;
	}
	.col_8er_w8 {
		width:100%;
		float:none;
	}

	/* 25%, 75% */
	.col_25_left {
		width:50%;
		float:left;
	}
	.col_25_right {
		width:50%;
		float:right;
	}
	.col_75_left {
		width:50%;
		float:left;
	}
	.col_75_right {
		width:50%;
		float:right;
	}

}

@media only screen and (min-width: 768px) {
	.callbacks .caption {
		top:70px;
		left:50px;
	}

}

@media only screen and (min-width: 960px) {
	.col_3_1,
	.col_3_2,
	.col_3_3 {
		width:33.3333%;
		float:left;
	}
	.col_4_1,
	.col_4_2,
	.col_4_3,
	.col_4_4 {
		width:25%;
		float:left;
	}
	
	.col_5_1,
	.col_5_2,
	.col_5_3,
	.col_5_4,
	.col_5_5 {
		width:20%;
		float:left;
	}

	/* 25%, 75% */
	.col_25_left {
		width:25%;
		float:left;
	}
	.col_25_right {
		width:25%;
		float:right;
	}
	.col_75_left {
		width:75%;
		float:left;
	}
	.col_75_right {
		width:75%;
		float:right;
	}

}

@media only screen and (min-width: 1024px) {
	header.fixed-mobile #header-top {
		position: relative;
	}
	header.fixed-mobile #header {
		position: relative;
	}
	header.fixed-mobile #header_nav_container {
		position: relative;
	}
	header.fixed-mobile #topnav {
		position: relative;
	}
	header.fixed-mobile .header-spaceholder {
		height:0px!important;
	}
	header.fixed-mobile.hide-header-top #topnav {
		top: 0px!important;
	}
	#header_nav_container.fixed-nav-scroll {
		position: fixed!important;
		top:0px;
	}
	#header_nav_container.fixed-nav-scroll #topnav{
		position: fixed!important;
		top:0px;
	}

	header.fixed-mobile.hide-header-top #header {
		height:100px;
	}

	
	
	#header #logo {
		margin: 15px 0 0 5px;
		height:100px;
	}
	#header #logo a img {
		height:75px;
		max-width:100%;
	}
	
	#header-bottom {
		display:none;
	}

	#mob_nav_trigger,
	#mob_lng_trigger {
		display:none;
	}
	.li-impressum {
		display:none;
	}
	header.fixed  #header_nav_container {
		position: fixed;
		width: 100%;
		top:140px;
		z-index: 100;
	}
	header.fixed.hide-header-top #header_nav_container {
		top:110px;
	}
	
	
	header.fixed .header-spaceholder {
		height:170px;
	}
	header.fixed.hide-header-top .header-spaceholder {
		height:140px;
	}

	header.fixed #topnav {
	    top: 0px!important;
	}
	
	#header_nav_container {
		height:40px;
		background:#282828;
	}
	
	#header_nav_container nav {
		margin:0 auto;
		max-width:1140px;
		width:100%;
	}
	
	.li-only-mobile {
		display:none;
	}
	.li-only-desktop {
		display:block;
	}

	#topnav {
		min-height:40px;
		height:auto;
/*		width:100%;*/
		width:auto;
		margin:0;
		padding:0;
		overflow-y:visible!important;
		overflow:visible!important;
		position: absolute;
	}

	#topnav li {
		height:40px;
		float:left;
		margin: 0;
		
/*
		-webkit-transition: all 250ms linear;
		-moz-transition: all 250ms linear;
		-ms-transition: all 250ms linear;
		-o-transition: all 250ms linear;
		transition: all 250ms linear;	
		*/
	}
	#topnav li a {
		height:40px;
		line-height:40px;
		display:block;
		padding:0px 8px;
		text-decoration:none;
		color: #fff;
	}
	
	#topnav li ul {

		display:none;
		position:absolute;
		
		margin:0;
		padding:0;
		
		list-style:none;
		padding:0 0px 0 0px;
		z-index:9999;
		min-width:150px;

	}
	#topnav li:hover {
	}

	#topnav li:hover ul {
		display:block;
	}
	
	#topnav li ul li {
		float:none;
		margin:0;
		padding:0 5px;
		height:40px;
	/*	padding:0 8px 0 8px;
		height:22px;*/
	}
	#topnav li ul li a {
	/*	color:#fff;
		height: 15px;
		line-height:10px;
		padding:5px 8px;
		margin:0;*/
		border-bottom:0px solid #fff;
		height:40px;	
		padding-top:0px;	

	}
	#topnav li ul li:hover {
	}
	
	.current-page-ancestor {
	}
	.current-menu-item {
	}
	
	.current-menu-item > ul {
	}

}

@media only screen and (min-width: 1200px) {
	.container {
/*	padding:0px;*/
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
	clear:both;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

 /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 998030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 998060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 998040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 998040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 998040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 998010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 998050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 998050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/*Contact Form 7*/
.wpcf7-text, .wpcf7-textarea{
	width: 100%;
	height: 36px;
	border: 1px solid #38AAE1;
	padding: 0px 5px;
}
.wpcf7-textarea{
	height: 100px;
}
.wpcf7-select{
	border: 1px solid #38AAE1;
}
.wpcf7-select option{
	border-left: 1px solid #38AAE1;
	border-right: 1px solid #38AAE1;
}
.wpcf7-select option:first-child{
	border-top: 1px solid #38AAE1;
	border-left: 1px solid #38AAE1;
	border-right: 1px solid #38AAE1;
}
.wpcf7-select option:last-child{
	border-bottom: 1px solid #38AAE1;
	border-left: 1px solid #38AAE1;
	border-right: 1px solid #38AAE1;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #20293f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #20293f;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #20293f;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #20293f;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #20293f;
}

.gmaps{
/*padding-bottom: 340px;*/
	max-height:420px;
}
.gmaps iframe {
	max-height:420px;
}

/* Effekte */
.blur{
	filter:blur(2px);
	-webkit-filter:blur(2px);
	-moz-filter:blur(2px);
	-o-filter:blur(2px);
	-ms-filter:blur(2px);
}

/* TESTS */
.slider-slick {
	margin-bottom:2px;
}
.slider-slick .slide,
.frontpage-box-slick .slide{
	position: relative;
}


.slider-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
	font-size: 46px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: uppercase;
}
