/*
Theme Name: neue-weststadt
Description: Child theme for neue-weststadt.de
Author: Marius Mueller
Author URI: http://www.marius-mueller.info
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/*
	yellow: #ffed00
	background-color: #f6f6f4
	Brown: #bab5aa
	Typo: #1d1d1b
	
*/


@font-face{
font-family: 'OpenSans';
src: url('fonts/open-sans-v34-latin-regular.eot');
src: url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
url('fonts/open-sans-v34-latin-regular.woff') format('woff'),
url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
url('fonts/open-sans-v34-latin-regular.svg#webfont') format('svg');
}

@font-face{
font-family: 'DosisMedium';
src: url('fonts/dosis-v27-latin-600.eot');
src: url('fonts/dosis-v27-latin-600.eot?#iefix') format('embedded-opentype'),
url('fonts/dosis-v27-latin-600.woff') format('woff'),
url('fonts/dosis-v27-latin-600.ttf') format('truetype'),
url('fonts/dosis-v27-latin-600.svg#webfont') format('svg');
}


/******************** Hauptnavigation ********************/

@media (min-width: 1670px) {
	.menu-container {
		background-image: url(img/Nav_Shape_Background.jpg) !important;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

/* Menu yellow Border */
@media (min-width: 960px) {
	.menu-smart .current-menu-item a, .menu-smart .active a{
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
		border-bottom: 4px solid #ffed00 !important;
	}
}


.wpml-ls-item a{
	font-size: 12px !important;
}

#menu-item-wpml-ls-2-lspr{display: none;}



/******************** Shift ********************/

@media (max-width: 1499px){
	body:not(.vc-safe-mode) .shift_y_neg_quad:not(.shift_y_fixed) {
		margin-top: -120px !important;
	}
}


/******************** Typo ********************/

h1, h2{text-transform: uppercase;}
h1, h2, h3, h4, h5{letter-spacing: 0.07em;}

i.icon-big{font-size: 38px;}

.uncell p a{
	text-decoration: underline;
}


/******************** Buttons ********************/
a.button-brand-color{color: #1d1d1b !important}
.btn, .btn-link{font-size: 14px;}



/******************** Image Slider ********************/

/* Dots Navigation */
.owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0px 6px;
}


/******************** Zitat ********************/

.quotation{
	font-size: 28px;
}
.quote{
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	font-size: 53px;
	line-height: 20px;
}
.quote-last{
	float: right;
	line-height: 120px;
	margin-bottom: 0px;
}

/******************** Veranstaltungen ********************/

#vsel .vsel-content {
    margin: 0px 0px 30px 0px;
    padding: 40px;
    border-bottom: 0px solid #ccc;
    background-color: #f6f6f4;
}

.vsel-meta p{
	font-size: 14px;
	margin: 0px;
}
.vsel-meta p span{
	font-weight: 600;
}