
/* ==================================================================
Weboo - Online Media
http://www.weboo.at
Copyright (C) 2014. All rights reserved.
================================================================== */

/* Large desktop */
@media (min-width: 1200px) {
}

/* Large desktop */ 
@media (max-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
}


/* General
================================================================== */

body, html {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color: #808081;
	background: #f9f9f9;
	background: #f5f5f5;
}

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

/* Fonts */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #222222;
}

h1.deco, h2.deco, h3.deco, h4.deco, h5.deco, h6.deco {
	font-family: 'Satisfy', cursive;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: normal;
}

h1.deco2, h2.deco2, h3.deco2, h4.deco2, h5.deco2, h6.deco2 {
	font-family: 'Libre Baskerville', serif;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: none;
}

a {
	-moz-transition: all 350ms;
	-o-transition: all 350ms;
	-webkit-transition: all 350ms;
	transition: all 350ms;
	color: #ba9c70;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

@media (max-width: 988px) {

	h1 {
		font-size: 42px;
	}
	
	h2 {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	
	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 28px;
	}
	
}

@media (max-width: 480px) {

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

}

p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.50em;
}

@media (max-width: 767px) {

p {
	font-size: 15px;
}
}

@media (max-width: 480px) {
p {
	font-size: 14px;
}
}

ul, ol {
	margin-bottom: 20px;
}

/* Button */

.btn {
	font-size: 15px;
	color: #ffffff;
	background: #287189;
	border-radius: 0;
	padding: 12px 20px;
	-moz-transition: all 350ms;
	-o-transition: all 350ms;
	-webkit-transition: all 350ms;
	transition: all 350ms;
	height: auto; 
	border: none; 
}

.btn:hover,
.btn:focus {
	color: #ffffff;
	background: #65739d;
}

.btn i {
	margin-left: 10px;
}

.btn.btn-icon {
	background: #5294aa;
}

.btn.btn-icon i {
	background: #287189;
	margin-left: 20px;
	padding: 12px 15px;
	float: right;
	margin-top: -12px;
	margin-right: -20px;
	line-height: 23px;
	height: 48px;
	-moz-transition: all 350ms;
	-o-transition: all 350ms;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.btn.btn-icon:hover {
	background: #7a8abc;
}

.btn.btn-icon:hover i {
	background: #65739d;
}

.btn.btn-lg,
.btn-group-lg > .btn {
	padding: 15px 20px;
	font-size: 20px;
	border-width: 2px !important;
}

@media (max-width: 480px) {
	.btn.btn-lg,
	.btn-group-lg > .btn {
		padding: 10px 20px;
		font-size: 17px;
	}
}


.btn-default {
}

.btn-default:hover, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus {
}

.btn-default.btn-white {
}

.btn-default.btn-white:hover, .btn-default.btn-white:focus {
}

.btn-primary {
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus {
}

/* Wrapper */

.content.wrapper, .banner-bottom.wrapper, .footerbottom.wrapper, .footer.wrapper, .banner-top.wrapper, .banner-footer.wrapper {
	padding: 50px 0;
}

.content.wrapper {
	border-bottom: 1px solid #eeeeee;
}

@media (max-width: 767px) {
	.content.wrapper, .banner-bottom.wrapper, .footerbottom.wrapper, .footer.wrapper, .banner-top.wrapper, .banner-footer.wrapper {
		padding: 50px 0;
	}
}

/*
.banner-bottom.wrapper, .banner-head.wrapper {
	background: #f2f2f2;
	background-image: url("../images/sestec-bg-bunt.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
}
*/

/* 5 Columns */

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

/* open sidebar 1200px */

@media (min-width: 1200px) {
	#wrapper #page-content-wrapper {
		width: 100% !important;
		position: relative;
	}
	.container {
		width: 100%;
		padding: 0 30px;
	}
	.overlay.is-open,
	.hamburger {
		display: none !important;
	}
	#wrapper #sidebar-wrapper {
		width: 270px;
		-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
		box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
	}
	#wrapper {
		padding-left: 270px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1140px;
		padding: 0 30px;
	}	
}

@media (min-width: 1500px) {
	.container {
		width: 1240px;
		padding: 0 30px;
	}	
}

/* navigation
================================================================================================ */

.navbar-brand {
    height: 230px;
    width: 270px;
    padding: 15px 70px;
    float: none;
    margin: 10px auto;
    display: block;
}

.sidebar-nav {
	position: relative;
}

.sidebar-nav > li.parent:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	border-left: 2px solid transparent;
	border-top: 2px solid transparent;
	transform: rotate(45deg);
	margin-right: 0.5em;
	right: 10px;
	top: 13px;
}

.sidebar-nav > li.parent.open:before {
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 2px solid #dcdcdc;
	border-top: 2px solid #dcdcdc;
	top: 18px;
}

/* sidebar button */

.sidebar-button {
	margin: 30px 0;
	text-align: center;
	width: 270px;
}

.sidebar-button a.btn {
	height: auto;
	text-transform: uppercase;
}

.sidebar-button a.btn i {
	margin: 0 7px 0 0;
}

.btn-gold,
.sidebar-button a.btn-gold,
.sidebar-button a.btn-facebook {
	height: auto;
	background: transparent;
	border: 1px solid #ba9c70;
	color: #ba9c70;
	display: inline-block;
	margin: 5px;
}

.sidebar-button a.btn-facebook {
	border: 1px solid #4267b2;
	color: #4267b2;
}

.btn-gold:hover,
.btn-gold:focus,
.sidebar-button a.btn-gold:hover,
.sidebar-button a.btn-gold:focus {
	opacity: 0.5;
	background: transparent;
	color: #ba9c70;
}

.sidebar-button a.btn-facebook:hover,
.sidebar-button a.btn-facebook:focus {
	opacity: 0.5;
	background: transparent;
	color: #29487d;
}

/* sidebar bottom menu */

.sidebar-bottom-menu {
	margin: 60px 0 40px 0;
	text-align: center;
	width: 270px;/* display: none;
margin: 0;
padding: 10px 0 20px 0;
text-align: center;
width: 270px;
background: #fff;
position: absolute;
bottom: 0; */
}

.toggled .sidebar-bottom-menu {
/* display: block; */
}

.sidebar-bottom-menu > li {
	display: inline-block;
}

.sidebar-bottom-menu > li > a {
	background: transparent;
	margin: 0;
	padding: 0;
	color: #989898;
}

.sidebar-bottom-menu > li > span.separator {
	margin: 0 5px;
	display: inline-block;
	color: #989898;
}

/* Breadcrumb
================================================================== */

.breadcrumb {
	background: none;
	border-radius: 0;
	float: right;
	margin-bottom: -36px;
}

@media (max-width: 767px) {
	.breadcrumb {
		margin-bottom: 18px;
		margin-top: -36px;
		margin-left: 50px;
	}
}

@media (max-width: 480px) {
	.breadcrumb {
		display: none;
	}
}

.breadcrumb > li {
	color: #808083;
}

.breadcrumb > .active {
	color: #808083;
}

.breadcrumb > li+li:before {
	padding: 0;
    color: trasparent;
    content: "";
} 

.breadcrumb > li .divider {
    margin: 5px;
}

/* Content 
================================================================== */

.itemid-101 .page-header, 
.footer .page-header, 
.page-header.page-header-gold, 
.team .page-header,
.packages .page-header {
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.itemid-101 .page-header-left, 
.footer .page-header-left, 
.page-header.page-header-gold.page-header-left {
	text-align: left;
}

.itemid-101 .page-header h2, 
.footer .page-header h2, 
.page-header.page-header-gold h2, 
.team .page-header h2,
.packages .page-header h2 {
	font-size: 15px;
	color: #4b4c4c;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.itemid-101 .page-header h2:after, 
.footer .page-header h2:after, 
.team .page-header h2:after,
.packages .page-header h2:after {
	content: "";
	display: block;
	width: 90px;
	height: 2px;
	background: #eeeeee;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	margin-top: 10px;
}

.itemid-101 .page-header-left h2:after, 
.footer .page-header-left h2:after {
	left: auto;
	margin-left: 0;
}

.page-header {
	padding-bottom: 10px;
	margin: 0 0 40px;
}

@media (max-width: 767px) {
	
}

@media (max-width: 480px) {
	.page-header {
		margin-top: 20px;
	}
}

.page-header h2 {
	font-family: 'Libre Baskerville', serif;
	text-transform: none;
}

.page-header.page-header-gold h2 {
	color: #ba9c70;
}

.page-header.page-header-gold h2:after {
	display: none;
}

.item-page > .item-image {
	margin-bottom: 30px;
}

@media (max-width: 480px) {
	.item-page > .item-image {
		margin-bottom: 20px;
	}
}

/* Slider Home
================================================================== */

@-webkit-keyframes scroll-ani {
	
	0% {
		opacity: 1;
		top: 29%;
	}
	
	15% {
		opacity: 1;
		top: 50%;
	}
	
	50% {
		opacity: 0;
		top: 50%;
	}
	
	100% {
		opacity: 0;
		top: 29%;
	}
	
}

@-moz-keyframes scroll-ani {
	
	0% {
		opacity: 1;
		top: 29%;
	}
	
	15% {
		opacity: 1;
		top: 50%;
	}
	
	50% {
		opacity: 0;
		top: 50%;
	}
	
	100% {
		opacity: 0;
		top: 29%;
	}
	
}

@keyframes scroll-ani {
	
	0% {
		opacity: 1;
		top: 29%;
	}
	
	15% {
		opacity: 1;
		top: 50%;
	}
	
	50% {
		opacity: 0;
		top: 50%;
	}
	
	100% {
		opacity: 0;
		top: 29%;
	}
	
}

.mouse-scroll {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7F8C8D;
	color: #FFF;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
	cursor: pointer;
}

.mouse-scroll .mouse {
	position: relative;
	display: block;
	width: 30px;
	height: 50px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #FFF;
	border-radius: 23px;
}

.mouse-scroll .mouse .mouse-movement {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: scroll-ani 3s linear infinite;
	-moz-animation: scroll-ani 3s linear infinite;
	animation: scroll-ani 3s linear infinite;
}

.mouse-scroll .mouse-message {
	float: left;
	margin: -200px 0 0 7px;
	padding: 0;
	-webkit-animation: scroll-ani 3s linear infinite;
	-moz-animation: scroll-ani 3s linear infinite;
	animation: scroll-ani 3s linear infinite;
	color: #ffffff;
}

.mouse-scroll:hover .mouse-message {
	margin-top: 0;
}

/* Slider Content
================================================================== */

.carousel-button {
	position: absolute;
    bottom: 40px;
    width: 100%;
    top: auto;
    text-align: center;
    left: auto;
    right: 0;
}

.content-carousel .carousel-button > li:before {
	display: none;
}

.content-carousel .carousel-button > li {
	float: inherit;
	display: inline-block;
	background-color: transparent;
	border: none;
	width: auto;
	height: auto;
	position: relative;
	margin: 0 5px;
	padding: 0;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
	text-indent: inherit;
}

.content-carousel .carousel-button > li.active, 
.content-carousel .carousel-button > li:focus, 
.content-carousel .carousel-button > li:hover {
	margin: 5px;
	background-color: transparent;
	border: none;
	width: auto;
	height: auto;
	box-shadow: none;
}

.content-carousel .carousel-button > li .btn, 
.content-carousel .carousel-button > li .btn, 
.content-carousel .carousel-button > li .btn {
	height: auto;
	background: rgba(0,0,0,0.1);
	border: 2px solid #ffffff;
	color: #ffffff;
}

.content-carousel .carousel-button > li.active .btn, 
.content-carousel .carousel-button > li:focus .btn, 
.content-carousel .carousel-button > li:hover .btn {
	background: #ffffff;
	color: #287189;
}

/* Galerien Home
================================================================== */

.itemid-101 .content.wrapper {
	background: #ffffff;
}

.galerie {
	margin-bottom: 30px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

@media (max-width: 767px) {
	.col-md-4:last-child .galerie {
		margin-bottom: 0px;
	}
}

@media (max-width: 480px) {
	.galerie {
		margin-bottom: 20px;
	}
}


.galerie:before {
	content: "";
	display: block;
	padding-top: 65%;
	background-color: #080d15;
	background-color: transparent;
	opacity: .15;
}

.galerie:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
	opacity: .5;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 97%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 97%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 97%, rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}

.galerie-text {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 2;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,.25);
}

.galerie h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

.galerie p {
	margin-bottom: 0;
	font-weight: 400;
}


/* modal */

#cboxTitle,
#cboxCurrent,
#cboxNext,
#cboxPrevious {
	display: none !important; 
}

#colorbox {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: none;
}

#cboxLoadedContent {
    margin-top: 22px !important; 
}

#cboxOverlay {
    background-color: #ffffff;
    opacity: 0.9 !important;
    filter: alpha(opacity=90) !important;
}


/* Passbilder
================================================================================================ */

.passbilder {
	padding: 50px 50px 160px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	.passbilder {
		padding: 30px 0 180px;
	}
}

.passbilder-content {
	margin-top: 180px;
	padding: 30px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

@media (min-width: 979px) and (max-width: 1400px) {
	.passbilder-content {
		margin-top: 50px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.passbilder-content {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.passbilder-content {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.passbilder-content {
		margin-top: 20px;
		padding: 20px;
	}
}

.passbilder-image-top {
	display: none;
	text-align: center;
}


@media (min-width: 768px) and (max-width: 979px) {
	.passbilder-image-top {
		display: block;
	}
	.passbilder-image-right {
		display: none;
	}
}

@media (max-width: 767px) {
	.passbilder-image-top {
		display: block;
	}
	.passbilder-image-right {
		display: none;
	}
}

/* Portrait tablet to landscape and desktop */




/* Footer 1
================================================================== */

.footer.wrapper, .banner-footer.wrapper {
	background: #fff;
}


@media (min-width: 768px) and (max-width: 979px) {
	.about-text {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.about-text {
		margin-top: 30px;
	}
	
}

@media (max-width: 480px) {
	.about-text {
		margin-top: 20px;
	}
}




/* Footer 2
================================================================== */


.footer-bottom {
	background: #ffffff;
}

.footer-bottom .nav {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 10px;
}

@media (max-width: 480px) {
	.footer-bottom .nav {
		margin-left: 0;
		margin-right: 0;
	}
}

.footer-bottom .nav > li {
	display: inline-block;
}

.footer-bottom .nav > li > a {
	color: #383838;
	background: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
}

@media (max-width: 480px) {
	.footer-bottom .nav > li > a {
		padding: 4px 6px;
	}
}

.footer-bottom .nav > li > a:hover, 
.footer-bottom .nav > li > a:focus,
.footer-bottom .nav > li.active > a {
	color: #ba9c70;
}

.footer-bottom .nav > li > a > i {
	margin-right: 7px;
}

.footer-bottom-1 {
	border-top: 1px solid #eeeeee;
	padding: 20px 15px;
}

.footer-bottom .copyright {
    float: right;
    margin-top: -18px;
}

@media (min-width: 768px) and (max-width: 979px) {
	.footer-bottom .copyright {
		float: none;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.footer-bottom .copyright {
		float: none;
		margin-top: 0;
	}
}

.footer-bottom .copyright p {
	color: #808083;
	font-size: 12px;
}




/* Gallery
================================================================== */

.mosaicflow {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -30px;
}

.mosaicflow__column {
	float: left;
	padding: 0 5px;
}

.mosaicflow__item {
	padding-bottom: 10px;
	display: block;
}

.mosaicflow__item img {
	display: block;
	width: 100%;
	height: auto;
}

/* Price Packages
================================================================== */

/*
.banner-bottom.wrapper {
	background: #ffffff; 
}
*/

/* title */

.price-packages-title {
	
}

/* content */

.price-packages-content {
    margin-top: 25px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
	.price-packages-content {
		margin-top: 5px;
		margin-bottom: 50px;
	}
}

.price-packages {
	text-align: center;
	background: #ffffff;
	padding: 30px 20px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

@media (max-width: 767px) {
	.price-packages {
		margin-bottom: 30px;
	}
	
	.col-sm-4:last-child .price-packages {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.price-packages {
		margin-bottom: 20px;
	}
}

.price-packages.popular {
	border: 5px solid #ba9c70;
    margin: -20px -5px;
    padding: 50px 20px; 
}

@media (min-width: 768px) and (max-width: 979px) {
	
}

@media (max-width: 767px) {
	.price-packages.popular {
		border: 5px solid #ba9c70;
		margin: 0 0 20px 0;
		padding: 30px 20px;
	}
}

@media (max-width: 480px) {

}

.price-packages-inner {

}

.price-packages h2 {
	font-family: 'Libre Baskerville', serif;
	text-transform: none;
}

.price-packages h4 {
	font-family: 'Libre Baskerville', serif;
	padding-bottom: 10px;
	margin: 0;
	color: #ba9c70;
	text-transform: none;
}

.price-packages ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	border-top: 1px solid #eeeeee;
}

.price-packages ul li {
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
}

.price-packages a.btn {
}

/* button */

.price-packages-button {
	text-align: center;
}

/* Team
================================================================================================ */

.team {
	text-align: center;
}

.team .team-content {
	margin-top: 10px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-bottom: -50px;
}


@media (max-width: 767px) {
	.team .team-item {
		width: 50%;
		float: left;
		margin-bottom: 40px;
	}
	.team .team-item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.team .team-item {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.team .team-item:last-child {
		margin-bottom: 0;
	}
}


.team .team-item h4 {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 15px;
}

.team .team-item p {
	font-size: 12px;
	font-weight: 100;
	margin: 0;
}


.team .team-item .img-intro- {
    padding: 0 30px;
}

.team .team-item img {
	border-radius: 50%;
	margin-bottom: 20px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1);
	-moz-transition: all 350ms;
	-o-transition: all 350ms;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}


@media (min-width: 768px) and (max-width: 979px) {
	.team .team-item img {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.team .team-item img {
		padding: 0 60px;
	}
}

@media (max-width: 480px) {
	.team .team-item img {
		padding: 0 60px;
	}
}

.team .team-item:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: url(desaturate.svg#grayscale);
	filter: gray;
	-webkit-filter: grayscale(0);
}

/* Fotostudio
================================================================== */


.fotostudio-image {
	margin-bottom: 30px;
}

@media (max-width: 480px) {
	.fotostudio-image {
		margin-bottom: 20px;
	}
}

.fotostudio-content h1,
.fotostudio-content h2,
.fotostudio-content h3,
.fotostudio-content h4 {
	font-family: 'Libre Baskerville', serif;
	text-transform: none;
}

.fotostudio-content-inner {
	background: #ffffff;
	padding: 30px 30px 10px;
}

@media (max-width: 480px) {
	.fotostudio-content-inner {
		padding: 20px 20px 1px;
	}
}

/* slider */

.about-carousel .slides > div:after {
	content: "";
    display: block;
    padding-top: 50%; 
}

/* Testimonial	
================================================================== */

.testimonial {
}

@media (max-width: 767px) {

.testimonial {
	margin-left: 50px;
}
}

.testimonial .img-fulltext- {
	margin: 0 20% 0 0;
}

.testimonial .img-fulltext- img {
	border-radius: 50%;
}

@media (max-width: 767px) {

.testimonial .img-fulltext- {
	margin: 0 0 20px 0;
}

.testimonial .img-fulltext- img {
	width: 110px;
}
}

.testimonial img {
}

/*
.testimonial .fulltext {
position: relative;
}

.testimonial .fulltext:before,
.testimonial .fulltext:after {
content: '"';
font-size: 80px;
line-height: 80px;
position: absolute;
left: -45px;
top: -13px;
font-style: italic;
color: #b1b1b1;
}

.testimonial .fulltext:after {
left: auto;
right: -45px;
top: auto;
botto: 0;
}
*/

.testimonial .fulltext {
	position: relative;
	padding-bottom: 25px;
}

.testimonial .fulltext p {
	position: relative;
	display: inline;
	font-style: italic;
}

.testimonial .fulltext p:before {
	content: '"';
    font-size: 50px;
    line-height: 80px;
    position: absolute;
    left: -30px;
    top: -25px;
    font-style: italic;
    color: #ba9c70;
}

/*
.testimonial .fulltext p:after {
	left: auto;
	right: -35px;
	top: auto;
	botto: 0;
}
*/

.testimonial p {
	font-size: 18px;
	line-height: 28px;
	color: #ba9c70;
}

/*
.testimonial .testimonial-name {
color: #54523d;
position: relative;
margin-right: 50px;
}
*/

.testimonial .testimonial-name {
	position: absolute;
	right: 0;
	bottom: 0;
}

.testimonial .testimonial-name:before {
	content: " ";
    height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #808081;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: -20px;
    top: 10px;
    width: 10px;
}

/*
.testimonial .testimonial-name:after {
	left: auto;
	right: -50px;
	top: 10px;
}
*/

/*  Testimonial Sidebar */

.testimonial-sidebar .testimonial {
	padding-left: 20px;
	margin-top: 30px;
}

@media (max-width: 767px) {

.testimonial {
	margin-left: 30px;
}
}

.testimonial-sidebar .testimonial [class*="span"] {
	float: none;
	margin: 0;
	width: 100%;
}

.testimonial-sidebar .testimonial p {
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.testimonial-sidebar .testimonial p {
		font-size: 17px;
		line-height: 23px;
	}
}

@media (max-width: 480px) {
	.testimonial-sidebar .testimonial p {
		font-size: 16px;
		line-height: 22px;
	}
}

.testimonial-sidebar .testimonial .img-fulltext- {
	margin: 0 0 20px 0;
}

@media (max-width: 767px) {
	.testimonial-sidebar .testimonial .img-fulltext- {
	}
}

.testimonial-sidebar .testimonial .img-fulltext- img {
	width: 30%;
}

@media (max-width: 767px) {
	.testimonial-sidebar .testimonial .img-fulltext- img {
		width: 110px;
	}
}

.testimonial-sidebar .testimonial .testimonial-name {
	font-size: 12px;
	margin-top: -10px;
}

@media (max-width: 767px) {
	.testimonial-sidebar .testimonial .testimonial-name {
		margin-top: 0;
	}
}



/* Kontakt
================================================================== */

/* map */ 

.map {
	margin-bottom: 30px;
}

/* kontaktformular */

/* --- left */

div#fox-container-m101 input,
div#fox-container-m101 select,
div#fox-container-m101 textarea, 
div#fox-container-m101 .chzn-container,
div#fox-container-m101 .fox-form-stacked .fox-item-checkbox .controls,
div#fox-container-m101 .fox-form-stacked .fox-item-captcha .controls {
    width: 100% !important;
}

div#fox-container-m101 input[type="text"], 
div#fox-container-m101 input[type="email"] {
    padding: 20px 15px !important;
	border: 1px solid #eeeeee !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
}

div#fox-container-m101 textarea {
    padding: 10px 15px !important;
	border: 1px solid #eeeeee !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
}

div#fox-container-m101 img.fox-item-captcha-img {
    border: 1px solid #eeeeee !important;
	border: 1px solid transparent !important;
}

div#fox-container-m101 .control-group.error input[type="text"], 
div#fox-container-m101 .control-group.error select, 
div#fox-container-m101 .control-group.error textarea, 
div#fox-container-m101 .control-group.error a.chzn-single, 
div#fox-container-m101 .control-group.error .fox-item-captcha-cnt img {
    border-color: #b94a48 !important;
}

div#fox-container-m101 .control-group.success input[type="text"], 
div#fox-container-m101 .control-group.success select, 
div#fox-container-m101 .control-group.success textarea, 
div#fox-container-m101 .control-group.success a.chzn-single, 
div#fox-container-m101 .control-group.success .fox-item-captcha-cnt img {
    border-color: #468847 !important;
}

div#fox-container-m101 .required:after, 
div#fox-container-m101 .asterisk:after {
	display: none;
}

div#fox-container-m101 .fox-form-stacked .controls {
    float: none !important;
}

div#fox-container-m101 .control-group {
    margin-bottom: 10px !important;
}

div#fox-container-m101 .control-group#fox-m101-submit-box {
	margin: 15px 0 0 0 !important;
}


div#fox-container-m101 .alert {
    border-radius: 0 !important;
}

div#fox-container-m101 .fox-item-captcha-cnt {
    max-width: 100% !important;
	width: 100%;
}

#fox-m101-captcha {
	 position: absolute;
	 border-radius: 0 !important;
}

.fox-item-captcha-cnt > div {
    margin-left: 160px;
}

div#fox-container-m101 .btn {
	font-size: 15px !important;
	color: #ffffff !important;
	background: #287189 !important;
	border-radius: 0 !important;
	padding: 12px 20px !important;
	-moz-transition: all 350ms !important;
	-o-transition: all 350ms !important;
	-webkit-transition: all 350ms !important;
	transition: all 350ms !important;
	height: auto !important;
	border: none !important;
}

div#fox-container-m101 .btn:hover,
div#fox-container-m101 .btn:focus {
	color: #ffffff !important;
	background: #65739d !important;
}

div#fox-container-m101 .btn span {
	color: #ffffff !important;
	text-shadow: none !important;
}


/* --- right */

.fox-column4 .fox-item-html-labels {
	padding: 30px;
    background: #fff;
    border: 1px solid #eeeeee;
	border: 1px solid transparent;
}


/* Scroll Top
================================================================== */

.scroll-top-container {
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	
.scroll-top-container.show {
	opacity: 1;
	filter: alpha(opacity=100);
	}

	
.scroll-top-container .scroll-btn {	
	font-weight: 300;
    font-size: 20px;
    line-height: 42px;
    width: 48px;
	height: 48px;
    text-align: center;
    color: #ffffff;
    display: block;
    background: #287189;
	border: 2px solid #287189;
    float: left;
    margin: 0 5px;
	-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;
} 

.scroll-top-container .scroll-btn.startpage {	
    background-color: transparent;
	color: #287189;
} 

@media (max-width: 480px) {		
	.scroll-top-container .scroll-top {	
		font-size: 14px;
		line-height: 18px;
	}
}

.scroll-top-container .scroll-top:hover {	
	background: #65739d;
}

.scroll-top-container .scroll-btn.startpage:hover {	
    background-color: transparent;
	border-color: #65739d;
	color: #65739d;
} 


/* Large desktop */
@media (min-width: 1200px) {
}

/* Large desktop */
@media (max-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
}


/* Mosaic Flow
================================================================== */
.mosaicflow__column {
	float: left;
}
 
.mosaicflow__column img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}