/*
Theme Name: latraviata_theme
Theme URI: 
Author: Martin Pelijak
Template: genesis
Description: Webseite für LaTraviata
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 


*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */



html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline:none;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

*{
	box-sizing: border-box;
}

html {
	font-size: 10px; /* 10px browser default */
	box-sizing: border-box;
}

.bx-wrapper{
	height: 600px !important;
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #f8f8f8;
	color: #333;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	line-height: 1.44;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}


a {
	color: #333;
}

a p{
	/*text-decoration: underline;*/
}

a:focus,
a:hover {
	
	
}

p {
	margin: 0 0 14px 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: bold;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.genesis-nav-menu {
}

.nav-primary{
	float: right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0 25px;
	padding-bottom: 0;
	text-align: center;
	font-size: 20px;
}

.genesis-nav-menu .menu-item:nth-of-type(1){
	margin-left: 0;
}

.genesis-nav-menu .menu-item:last-of-type{
	margin-right: 0;
}

.genesis-nav-menu a {
	transition: color 0.3s;
	color: #261b19;
	display: block;
	text-decoration: none;
	margin: 5px 0;
	text-shadow: 1px 1px 12px rgba(255, 255, 255, 0.26)
}

.genesis-nav-menu a:hover,.genesis-nav-menu .current-menu-item.no a:hover{
	color: #be9b46;
}

.genesis-nav-menu .current-menu-item a{
	color: #be9b46;
}

.genesis-nav-menu .current-menu-item.no a{
	color: inherit;
}

.genesis-nav-menu .menu-item:hover::after {
    width: 100%;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	/*text-decoration: underline;*/
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(82, 82, 82, 0.71);
	border-top: 0;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .sub-menu .menu-item {
	border-left: 4px solid;
}

.genesis-nav-menu .sub-menu .menu-item:last-of-type{
	border-radius: 0 0 0 8px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.genesis-nav-menu .widget {
	float: right;
}

.genesis-nav-menu .simple-social-icons ul li {
	margin-bottom: 0 !important;
	margin-top: 0.7rem !important;
}

.genesis-nav-menu .widget-area{
	display: inline-block;
	float: right;
}

.genesis-nav-menu .widget-area img{
	height: 1em !important;
	width: auto;
	/*margin: 0 10px;*/
}

div.wpcf7-response-output{
	border: none;
}
/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	
}

.pers{
	perspective: 1000px;
	perspective-origin:50% 50%;
}

.cube{
	margin: 0 auto;
	position: relative;
	width: 500px;
	height: 300px;
	transform-style: preserve-3d;
}

.flach{
	width: 500px;
    height: 300px;
    background-color: #eee;
    position: absolute;
    opacity: 0.5;
}

.flach.top{
	transform: rotateX(90deg) translateZ(150px) translateY(-150px);
	background-color: red;
}

.flach.bottom{
	transform: rotateX(90deg) translateZ(-150px) translateY(-150px);
	background-color: blue;
}

.flach.front{
	background-color: green;
}

.flach.back{
	transform: translateZ(-300px);
	background-color: black;
}

.flach.left{
	width: 300px;
	transform: rotateY(90deg) translateZ(-150px) translateX(150px);
	background-color: orange;
}

.flach.right{
	width: 300px;
	transform: rotateY(90deg) translateZ(350px) translateX(150px);
	background-color: orange;
}

.site-header{
	max-width: 1110px;
    width: 90%;
    height: 60px;
    position: absolute;
    z-index: 10000;
    display: block;
    margin-top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.site-header #title-area{
	display: flex;
    align-items: center;
}

.site-header #title-area img{
	height: 60px;
	width: auto;
}

.site-header #title-area .nav-primary{
	margin-left: auto;
}

.site-title{
	display: none;
}

.site-description{
	display: none;
}

.header{
	position: relative;
}

section{
	width: 100%;
	margin-top: 100px;
}

section.wrapper_full{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 100px;
	background-color: #fff;
}

.page-id-160 section.wrapper_full, .page-id-879 section.wrapper_full{
	padding-bottom: 0px;
}

.page-id-879 section.wrapper_contact{
	margin-top: 54px;
}
section h1.menu_titel{
	opacity: 0;
	font-size: 18px;
	color: #be9b46;
	margin-bottom: 10px;
	text-transform: uppercase;
}

section h1.menu_titel.in-view{
	animation: titel-in-view 1.5s forwards;
}

section h1.menu_titel.in-view + h2.ueberschrift{
	animation: titel-in-view 1.5s forwards;
	animation-delay: 0.5s;
}


@keyframes titel-in-view{
	0% {  transform: translateX(20px); opacity: 0;}
	100% { transform: translateX(0px); opacity: 1;}
}

section h2.ueberschrift{
	font-size: 36px;
	font-weight: normal;
}

section h1.menu_titel + h2.ueberschrift{
	opacity: 0;
}

section .wrapper_neue_seite{
	text-align: left;
	margin-top: 30px;
	margin-bottom: 0;
}

section .wrapper_neue_seite.center{
	text-align: center;
}

section.wrapper_projekt .wrapper_neue_seite{
	margin-top: 40px;
	text-align: center;
}

section .wrapper_neue_seite a{
	text-decoration: none;
}

section .wrapper_neue_seite .neue_seite{
	transition: background-color 0.5s;
	display: inline-block;
	padding: 13px 40px;
	background-color: #be9b46;
	color: #fff;
	border: 1px solid #be9b46;
}

section .wrapper_neue_seite .neue_seite:hover{
	background-color: #261b19;
	cursor: pointer;
}

section.wrapper_slider{
	margin-top: 0px;
}

section.wrapper_slider + section, .hinweis + section{
	margin-top: 40px;
}

section.wrapper_slider + section.dunkel{
	margin-top: 0;
}

section .weite{
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
}

section .weite .flex-container{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

section .weite .flex-container .flex-item{
	width: calc(50% - 15px);
}

section .weite .flex-container .flex-item .flex-item{
	width: 100%;
}

section .wrapper_story .weite .flex-container .trenner{
	width: 100%;
	margin: 10px 0 0;
}

section .wrapper_story .weite .flex-container .flex-item, section .wrapper_referenzen .weite .flex-container .flex-item .referenzen, section .wrapper_arbeiten .weite .flex-container .flex-item.hoehe{
	margin: 20px 0;
}

section .wrapper_story .weite .flex-container .flex-item:nth-of-type(odd), section .wrapper_arbeiten .weite .flex-container .flex-item:nth-of-type(odd), section .wrapper_referenzen .weite .flex-container .flex-item:nth-of-type(odd), section .wrapper_bewertung .weite .flex-container .flex-item:nth-of-type(odd){
	margin-right: 15px;
}

section .wrapper_story .weite .flex-container .flex-item:nth-of-type(even), section .wrapper_arbeiten .weite .flex-container .flex-item:nth-of-type(even), section .wrapper_referenzen .weite .flex-container .flex-item:nth-of-type(even), section .wrapper_bewertung .weite .flex-container .flex-item:nth-of-type(even){
	margin-left: 15px;
}

section .wrapper_contact .flex-container .flex-item .bild, section .wrapper_story .weite .flex-container .flex-item .bild, section .wrapper_arbeiten .weite .flex-container .flex-item .bild, section .wrapper_referenzen .weite .flex-container .flex-item .bild{
	height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section .wrapper_contact .flex-container .flex-item .bild{
	height: 100%;
}

.bx-wrapper{
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

.bx-wrapper .bild{
	height: 600px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bx-pager.bx-default-pager{
	bottom: 40px;
}

.bx-wrapper .bx-controls-direction a{
	height: 40px;
	width: 80px;
	text-indent: 0;
	font-size: 0;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus{
	background-position: 0;
}

.bx-wrapper .bx-prev{
	background-repeat: no-repeat;
	transform: rotate(90deg);
	background: url(https://latraviata.ch/wp-content/uploads/2018/07/Dropdown-Pfeil-slider.svg);
	background-size: contain;
}

.bx-wrapper .bx-next{
	background-repeat: no-repeat;
	transform: rotate(-90deg);
	background: url(https://latraviata.ch/wp-content/uploads/2018/07/Dropdown-Pfeil-slider.svg);
	background-size: contain;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	border: 2px solid #333;
	background-color: rgba(221, 221, 221, 0.52);
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0 15px;
    border-radius: 50%;
    box-sizing: border-box;
}

section.wrapper_slider .slider{
		position: initial !important;
	}

	section.wrapper_slider .slider_info{
		position: absolute;
	    bottom: 50px;
	    transform: translateX(-50%);
	    left: 50%;
	    z-index: 9998;
	}

	section.wrapper_slider .slider_info .scroll-downs {
		margin: auto;
		display: block;
		margin-bottom: 30px;
	}
	section.wrapper_slider .slider_info .mousey {
		padding: 10px 14px;
		height: 60px;
		width: 38px;
		border: 2px solid #333;
		border-radius: 25px;
		margin: 0 auto;
	}
	section.wrapper_slider .slider_info .scroller {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #333;
		animation: scroll 2.2s infinite;
	}
	@keyframes scroll {
		0% {  transform: translateY(0px); opacity: 0; }
		10% { opacity: 1; }
		100% { transform: translateY(30px); opacity: 0;}
	}

section .wrapper_arbeiten .weite .flex-container .hide{
	display: none;
	max-width: 1100px;
}

section .wrapper_arbeiten .weite .flex-container .flex-item .hide .flex-item .arbeiten p:first-of-type{
	display: none;
}

section .wrapper_story{
	margin-top: 80px;
}

section .wrapper_story .weite .flex-container .flex-item .story{
	margin-top: 20px;
}

.hinweis{
	text-transform: uppercase;
	padding: 3px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #be9b46;
}

section .wrapper_balken{
	background-color: rgba(190, 155, 70, 0.2);
  	border-top: solid 2px #be9b46;
  	border-bottom: solid 2px #be9b46;
  	text-align: center;
  	margin-top: 100px;
  	padding: 30px 0;
}

section .wrapper_balken h2.ueberschrift{
	margin-bottom: 0;
}

section .wrapper_balken + section{
  	margin-top: 40px;
}

section .wrapper_balken h3{
	margin: 27px 0;
}

/*section .wrapper_balken.finder{
	margin-top: 100px;
}*/

section.wrapper_projekt, section.wrapper_wichtig{
	background-color: #261b19;
	padding: 60px 0;
}

section.wrapper_wichtig .flex-container .flex-item .icon{
	width: 100%;
	padding-bottom: 100%;
}

section.wrapper_wichtig .flex-container .flex-item{
	width: 100%;
	border-left: 10px solid #be9b46;
	background-color: #fff;
	padding: 20px 30px;
	position: relative;
	margin-bottom: 20px;
	display: flex;
    align-items: center;
}

section.wrapper_wichtig .flex-container .flex-item .text h3{
	margin-bottom: 10px;
}

section.wrapper_wichtig .flex-container .flex-item .text{
	/*top: 50%;*/
    /*position: absolute;*/
    text-align: left;
    /*transform: translateY(-50%);*/
}

section.wrapper_breit .dunkel{
	padding-top: 40px;
}

section.wrapper_danke, section.wrapper_wichtig, section.wrapper_suchprofil, section.wrapper_werte, section.wrapper_breit, section.wrapper_waswir, section.wrapper_projekt, section.wrapper_bewertung, section.wrapper_einzelnes{
	text-align: center;
}

section.wrapper_werte{
	margin-top: 60px;
}

section.wrapper_projekt .weite .hideProjekte{
	display: none;
}

section.wrapper_projekt .weite .flex-container .einzelnes_projekt{
	width: calc(33.333% - 20px);
	background-color: #fff;
	position: relative;
	display: flex;
    flex-flow: column;
    margin-bottom: 30px;
    text-decoration: none;
}

section.wrapper_projekt h2.ueberschrift, section.wrapper_wichtig h2.ueberschrift, section.wrapper_suchprofil h2.ueberschrift{
	color: #fff;
	margin-bottom: 40px;
}

/*section.wrapper_projekt .weite .einzelnes_projekt:nth-of-type(3n+2){
	margin-left: 30px;
	margin-right: 30px;
}*/

section.wrapper_projekt .weite .flex-container .einzelnes_projekt .bild, section.wrapper_referenzen .weite .bild{
	width: 100%;
	padding-bottom: 56%;
	background-position: center;
	background-size: cover;
}

section.wrapper_projekt .weite .flex-container .einzelnes_projekt .kategorie{
	width: 100%;
	background-color: #be9b46;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

section.wrapper_projekt .weite .flex-container .einzelnes_projekt .inner_text{
	width: 100%;
	padding: 20px 30px 50px;
	text-align: left;
	height: 100%;
	display: flex;
    flex-direction: column;
}

section.wrapper_projekt .weite .flex-container .einzelnes_projekt .inner_text .text h3{
	margin-bottom: 10px;
}

section.wrapper_projekt .weite .flex-container .einzelnes_projekt .inner_text .link{
	position: absolute;
    font-style: italic;
    text-decoration: underline;
    bottom: 20px;
}

section .wrapper_einzelnes .weite .flex-container{
	margin-top: 40px;
}

section .wrapper_einzelnes .weite .flex-container .flex-item.twoImages{
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

section .wrapper_einzelnes .weite .flex-container .flex-item.twoImages:nth-of-type(odd){
	margin-right: 15px;
}

section .wrapper_einzelnes .weite .flex-container .flex-item.twoImages:nth-of-type(even){
	margin-left: 15px;
}

section .wrapper_einzelnes .weite .flex-container .flex-item.moreImages{
	width: calc(33.333% - 20px);
	margin-bottom: 30px;
}

section.wrapper_einzelnes .weite .flex-container .flex-item.moreImages:nth-of-type(3n+2){
	margin-left: 30px;
	margin-right: 30px;
}

section .wrapper_einzelnes .weite .flex-container .flex-item .bild{
	width: 100%;
	padding-bottom: 75%;
	position: relative;
	background-position: center;
	background-size: cover;
}

section .wrapper_einzelnes .weite .flex-container .flex-item .bild .overlay{
	cursor: pointer;
	transition: opacity 0.5s;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	opacity: 0;
}

section .wrapper_einzelnes .weite .flex-container .flex-item .bild:hover .overlay{
	opacity: 0.2;
}

section .wrapper_einzelnes .weite .flex-container .flex-item .bild:hover .lupe{
	opacity: 1;
}

section .wrapper_einzelnes .weite .flex-container .flex-item .bild .triangle{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 82px solid #be9b46;
	border-left: 82px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}

section .wrapper_einzelnes .weite .flex-container .flex-item .bild .lupe{
	transition: opacity 0.5s;
    background: url(https://latraviata.ch/wp-content/uploads/2018/06/search.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    opacity: 0.8;
}

section .full-width{
	background-color: #261b19;
	width: 100%;
	padding: 60px 0;
}

section.wrapper_suchprofil{
	position: relative;
}

section.wrapper_suchprofil img{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 178px;
}

section.wrapper_suchprofil .weite .gesuche{
	padding: 30px;
	margin-bottom: 20px;
	background-color: #fff;
	border-left: 10px solid #be9b46;
	color: black;
	width: 100%;
	text-align: left;
}

section.wrapper_suchprofil .weite .suchprofil_anmerkung{
	text-align: center;
	color: #fff;
	max-width: 920px;
	margin: 60px auto 0;
}

section.wrapper_bauland .weite .flex-container{
	display: flex;
	flex-wrap: wrap;
}

section.wrapper_bauland .weite .flex-container .flex-item{
	background-color: #fff;
	width: 760px;
	padding: 30px;
	margin: 0;
}

section.wrapper_bauland .weite .flex-container .flex-item:nth-of-type(1){
}

section.wrapper_bauland .weite .flex-container .flex-item:nth-of-type(2){
	width: min-content;
}

section.wrapper_bauland .weite .flex-container .flex-item .text{
	padding-right: 65px;
}

section.wrapper_bauland .weite .flex-item:nth-of-type(2){
	background-position: top;
	background-size: cover;
	width: 350px;
}

section.wrapper_bewertung .weite .flex-container{
	margin-top: 12px;
}

section.wrapper_bewertung .weite .flex-container .flex-item{
	margin-top: 28px;
	opacity: 0;
}

section.wrapper_bewertung .weite .flex-container .flex-item.in-view{
	animation: in-view 1.5s forwards;
}

section.wrapper_bewertung .weite .flex-container .flex-item.in-view:nth-of-type(even){
	animation: in-view 1.5s forwards;
	animation-delay: 0.2s;
}

@keyframes in-view{
	0% {  transform: translateY(50px); opacity: 0;}
	100% { transform: translateY(0px); opacity: 1;}
}

section.wrapper_bewertung .weite .flex-container .flex-item .bewertung{
	text-align: left;
	font-style: italic;
	position: relative;
	padding: 30px;
	border: 1px solid #be9b46;
	height: 100%;
	display: flex;
    flex-direction: column;
}

section.wrapper_bewertung .weite .flex-container .flex-item .bewertung .von{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: auto; 
}

section.wrapper_bewertung .weite .flex-container .flex-item .bewertung .text{
	margin-bottom: 20px;
}

section.wrapper_bewertung .weite .flex-container .flex-item .bewertung .von span{
	width: calc(100% - 80px);
}

section.wrapper_bewertung .weite .flex-container .flex-item .bewertung .von .rund{
	height: 70px;
	width: 70px;
	background-color: #d8d8d8;
	border-radius: 50%;
	margin-right: 10px;
	background-size: cover;
	background-position: center;
}

section.wrapper_bewertung .weite .flex-container .flex-item .bewertung:before{
	content: '\201D';
	display: block;
	position: absolute;
	top: -14px;
    left: 30px;
    background: #fff;
    width: 4rem;
    height: 35px;
    font-size: 6em;
    line-height: 0.8em;
	color: #be9b46;
	text-align: center;
}

section.wrapper_voraussetzung .weite{
	max-width: 920px;
}

section.wrapper_voraussetzung .weite ul{
	list-style-position: inside;
	padding-left: 10px;
}

section.wrapper_voraussetzung .weite .lohn_wrap{
	margin-top: 46px;
}

section.wrapper_voraussetzung .weite .lohn_wrap .lohn{
	padding: 13px 30px;
	overflow: hidden;
	display: flex;
    align-items: center;
}

section.wrapper_voraussetzung .weite .lohn_wrap .lohn.mittel{
	background-color: rgba(190, 155, 70, 0.2);
}

section.wrapper_voraussetzung .weite .lohn_wrap .lohn.dunkel{
	background-color: #be9b46;
}

section.wrapper_voraussetzung .weite .lohn_wrap .lohn .dreieck{
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	vertical-align: middle;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #be9b46;
}

section.wrapper_voraussetzung .weite .lohn_wrap .lohn.dunkel .dreieck{
	border-color: transparent transparent transparent #fff;
}

section.wrapper_voraussetzung .weite .lohn_wrap .lohn p{
	width: calc(50% - 10px);
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}

section.wrapper_voraussetzung .weite .lohn_wrap .lohn p:nth-of-type(2){
	text-align: right;
}

.site-footer{
	width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #261b19;
    color: #fff;
}

section.wrapper_impressum{
	margin-top: 0px;
}

section.wrapper_impressum .weite .viertel{
	width: calc(25% - 20px);
	margin-right: 20px;
	position: relative;
}

section.wrapper_impressum .weite .drei_viertel{
	width: calc(75%);
	align-self: center;
}

section.wrapper_impressum .weite .viertel .adresse .logo{
	width: 178px;
}

section.wrapper_impressum .weite .viertel .adresse p{
	margin: 0;
}

section.wrapper_impressum .weite .drei_viertel .inline{
	text-align: right;
}

section.wrapper_impressum .weite .drei_viertel .inline .schnell .link span{
	margin-bottom: 0;
	margin-right: 25px;
}

section.wrapper_impressum .weite .drei_viertel .inline .schnell .link span a{
	color: #fff;
    text-decoration: none;
}

section.wrapper_impressum .weite .drei_viertel .inline .schnell .link span:last-of-type{
	margin-right: 0;
}

section.wrapper_daten-imp .weite #impressum, section.wrapper_daten-imp .weite #datenschutz{
	padding-top: 30px;
}

section.wrapper_slider#slide .nextend-arrow{
	width: 80px;
	height: 80px;
}

section.wrapper_slider#slide div .nextend-bullet-bar > div.n2-active{
	background-color: #333;
}

section.wrapper_slider#slide div .nextend-bullet-bar > div{
	background-color: initial;
	border: 2px solid #333;
	height: 20px;
	width: 20px;
	padding: 0;
	margin: 0 15px;
	box-sizing: border-box;
}

section.wrapper_slider#slide div .nextend-bullet-bar > div:hover{
	background-color: #333;
}

section.wrapper_contact .wpcf7{
	margin: 0 auto;
	width: 90%;
	max-width: 920px;
	overflow: hidden;
}

section.wrapper_contact .wpcf7 br{ 
	display: none;
}

section.wrapper_contact .wpcf7 .bugfix{ 
	display: none;
}

section.wrapper_contact .wpcf7 .wpcf7-form-control-wrap{ 
	width: 100%;
    float: left;
    margin: 20px auto;
}

section.wrapper_contact span .wpcf7-not-valid{
	border: 2px solid #992525 !important;
}

section.wrapper_contact span.acceptance-462 .wpcf7-not-valid{
	border: none !important;
}

/*section.wrapper_contact span.wpcf7-not-valid-tip {
    display: none;
}*/

section.wrapper_contact .wpcf7 p{
	float: left;
	width: calc(50% - 15px);
	margin-bottom: 20px;
}

section.wrapper_contact .wpcf7 p:nth-of-type(odd){
	margin-right: 15px
}

section.wrapper_contact .wpcf7 p:nth-of-type(even){
	margin-left: 15px
}

section.wrapper_contact .wpcf7 .flex-container{
	display: flex;
	flex-wrap: wrap;
}

section.wrapper_contact .wpcf7 .flex-container .flex-item{
	margin-right: 15px;
}

section.wrapper_contact .wpcf7 .flex-container .flex-item:nth-of-type(2){
	margin-right: 0;
	margin-left: 15px;
}

section.wrapper_contact .wpcf7 .flex-container .flex-item p{
	width: 100%;
    margin-right: 0;
    margin-left: 0;
}

section.wrapper_contact .wpcf7 .flex-container .flex-item p:nth-of-type(1){
	width: calc(50% - 15px);
    margin-right: 15px;
}

section.wrapper_contact .wpcf7 .flex-container .flex-item p:nth-of-type(2){
	width: calc(50% - 15px);
    margin-left: 15px;
}

section.wrapper_contact .bilddatei{
	display: none;
}

section.wrapper_contact .wpcf7 p .label{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #be9b46;
}

section.wrapper_contact .wpcf7 p input, section.wrapper_contact .wpcf7 p textarea{
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #be9b46;
}

section.wrapper_contact .wpcf7 p select{
	cursor: pointer;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #be9b46;
	position: relative;
}

section.wrapper_contact .wpcf7 p select option{

}

section.wrapper_contact .wpcf7 p select:focus, section.wrapper_contact .wpcf7 p input:focus, section.wrapper_contact .wpcf7 p textarea:focus{
	outline: none;
}

section.wrapper_contact .wpcf7 p input[type="submit"]{
	transition: background-color 0.5s;
	 -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	width: 100%;
	max-width: 230px;
	color: #fff;
	background-color: #be9b46;
	border: 1px solid #be9b46;
}

section.wrapper_contact .wpcf7 p input[type="submit"]:hover{
	background-color: #261b19;
	cursor: pointer;
}
section.wrapper_contact .wpcf7 p span.anrede:before, section.wrapper_contact .wpcf7 p span.titel:before{
	content: "";
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
    height: 8px;
	position: absolute;
	right: 20px;
	background-image: url(https://latraviata.ch/wp-content/uploads/2018/06/Dropdown-Pfeil.svg);
	background-repeat: no-repeat;
	pointer-events: none;
}

section.wrapper_contact .wpcf7 p.geteilt span{
	float: left;
}

section.wrapper_contact .wpcf7 p.geteilt + p{
	display: none;
}

section.wrapper_contact .wpcf7 p.adresse1 .strasse{
	width: calc(100% - 65px);
}

section.wrapper_contact .wpcf7 p.adresse1 .hausnummer{
	width: 65px;
}

section.wrapper_contact .wpcf7 p.adresse1 .hausnummer input{
	border-left: 0;
}

section.wrapper_contact .wpcf7 p.adresse2 .postleitzahl{
	width: 92px;
}

section.wrapper_contact .wpcf7 p.adresse2 .ort{
	width: calc(100% - 96px);
}

section.wrapper_contact .wpcf7 p.adresse2 .postleitzahl input{
	border-right: 0;
}

section.wrapper_contact .wpcf7 p.full{
	width: 100%;
	margin: 0;
}

section.wrapper_contact .wpcf7 h2{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}

section.wrapper_contact .wpcf7 .full.center{
	text-align: center;
	margin-bottom: 0;
}

section.wrapper_contact .wpcf7 .full.center90 span.wpcf7-list-item{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

section.wrapper_contact .wpcf7 .full.top_mehr{
	margin: 26px 0 30px;
}

section.wrapper_contact .wpcf7 .full.bottom_etwasmehr{
	margin-bottom: 20px;
}

section.wrapper_contact .wpcf7 .full.bottom_etwasmehr br{
	display: block;
}

section.wrapper_contact .wpcf7 .full.bottom_mehr{
	margin-bottom: 40px;
}

section.wrapper_contact div.wpcf7-validation-errors, section.wrapper_contact div.wpcf7-acceptance-missing{
	border: none;
	padding: 0;
	margin-top: 20px;
    margin-left: 0;
	color: #992525;
	display: inline-block;
}

section.wrapper_contact span.wpcf7-not-valid-tip{
	color: #992525;
}

section.wrapper_contact .weite{
	text-align: center;
}

section.wrapper_contact .weite h2{
	margin-bottom: 60px;
}

section.wrapper_contact .wpcf7 span.wpcf7-list-item input{
	width: 20px;
	display: inline-block;
}

section.wrapper_contact .wpcf7 span.wpcf7-list-item{
	width: 100%;
	display: block;
	margin-left: 0;
	margin-bottom: 20px;
}

section.wrapper_contact .wpcf7 span.wpcf7-list-item label{
	display: flex;
	align-items: center;
}

section.wrapper_contact .wpcf7 p input[type='radio'], section.wrapper_contact .wpcf7 p input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  padding: 0;
  border: none;
  width: auto;
} 

/* graceful degradation for ie8 */
section.wrapper_contact input[type='radio'], section.wrapper_contact .wpcf7 p input[type='checkbox'] {
 cursor: pointer;
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

/*input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}*/

section.wrapper_contact input[type='radio'] + label, section.wrapper_contact input[type='checkbox'] + label {
  cursor: pointer;
}

section.wrapper_contact input[type='radio']:checked::before,
section.wrapper_contact input[type='radio']:not(:checked)::before,
section.wrapper_contact input[type='checkbox']:checked::before,
section.wrapper_contact input[type='checkbox']:not(:checked)::before {
    content:' ';
    display:inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top:4px;
    border: 1px solid #be9b46;
    background: white;
    margin-right: 20px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

section.wrapper_contact input[type=radio]:checked::before,
section.wrapper_contact input[type=radio]:not(:checked)::before{
  border-radius: 30px;
}

section.wrapper_contact input[type='radio']:hover::before,
section.wrapper_contact input[type='checkbox']:hover::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}

section.wrapper_contact input[type='radio']:checked::before,
section.wrapper_contact input[type='checkbox']:checked::before {
  background: #be9b46;;
  box-shadow: inset 0 0 0 2px white;
}

section.wrapper_contact div.wpcf7-mail-sent-ok{
	display: none !important;
}
/* ## Responsive Nav CSS
---------------------------------------------------------------------------------------------------- */
.responsive-menu-icon {
	cursor: pointer;
	display: none;
}
.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #333;
}

@media only screen and (min-width: 923px) {
	section.wrapper_projekt .weite .einzelnes_projekt:nth-of-type(3n+2){
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	.genesis-nav-menu .menu-item{
	    margin: 0 15px;
	}

	section.wrapper_impressum .weite .viertel, section.wrapper_impressum .weite .drei_viertel{
		width: 100%;
	}

	section.wrapper_impressum .weite .drei_viertel{
		margin: 20px 0 0;
	}
}

@media only screen and (max-width: 922px) {

	section{
		margin-top: 60px;
	}

	section.wrapper_full{
		padding-bottom: 60px;
	}

	section.wrapper_projekt .weite .flex-container .einzelnes_projekt{
		width: calc(50% - 15px);
	}

	section.wrapper_projekt .weite .flex-container .einzelnes_projekt:nth-of-type(odd){
		margin-right: 15px;
	}

	section.wrapper_projekt .weite .flex-container .einzelnes_projekt:nth-of-type(even){
		margin-left: 15px;
	}

	section.wrapper_impressum .weite .drei_viertel .inline .schnell .link span{
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {

	section.wrapper_suchprofil .full-width{
		padding-top: 80px;
	}
	
    section .weite .flex-container .flex-item, section.wrapper_projekt .weite .flex-container .einzelnes_projekt{
		width: 100%;
	}

	section.wrapper_projekt .weite .flex-container .einzelnes_projekt:nth-of-type(even), section .wrapper_story .weite .flex-container .flex-item:nth-of-type(even), section .wrapper_arbeiten .weite .flex-container .flex-item:nth-of-type(even), section .wrapper_referenzen .weite .flex-container .flex-item:nth-of-type(even), section .wrapper_bewertung .weite .flex-container .flex-item:nth-of-type(even){
		margin-left: 0;
	}

	section.wrapper_projekt .weite .flex-container .einzelnes_projekt:nth-of-type(odd), section .wrapper_story .weite .flex-container .flex-item:nth-of-type(odd), section .wrapper_arbeiten .weite .flex-container .flex-item:nth-of-type(odd), section .wrapper_referenzen .weite .flex-container .flex-item:nth-of-type(odd), section .wrapper_bewertung .weite .flex-container .flex-item:nth-of-type(odd){
		margin-right: 0;
	}

	section.wrapper_projekt .weite .flex-container .einzelnes_projekt .bild, section.wrapper_referenzen .weite .bild, section .wrapper_contact .flex-container .flex-item .bild, section .wrapper_story .weite .flex-container .flex-item .bild, section .wrapper_arbeiten .weite .flex-container .flex-item .bild, section .wrapper_referenzen .weite .flex-container .flex-item .bild{
		padding-bottom: 56%;
	}

	section.wrapper_bauland .weite .flex-container{
		flex-direction: column-reverse;
	}

	section.wrapper_bauland .weite .flex-container .flex-item:nth-of-type(2){
		padding-bottom: 0;
    	background-position: top;
	}

	section.wrapper_bauland .weite .flex-container .flex-item:nth-of-type(1), section.wrapper_bauland .weite .flex-container .flex-item:nth-of-type(2){
		width: 100%;
	}

	section.wrapper_impressum .weite .viertel{
		align-self: center;
	}

	section.wrapper_impressum .weite .viertel, section.wrapper_impressum .weite .drei_viertel{
		margin-right: 0;
		margin-left: 0;
	}

	section.wrapper_impressum .weite .viertel{
		text-align: center;
	}

	section.wrapper_impressum .weite .drei_viertel .inline
	{
		text-align: center;
	}

	section.wrapper_contact .wpcf7 .flex-container .flex-item:nth-of-type(2){
		display: none;
	}

	section.wrapper_contact .wpcf7 .flex-container .flex-item{
		width: 100%;
	}

	.site-header #title-area{
		display: block;
		text-align: center;
	}

	.nav-primary{
		float: none;
	}

	.site-header{
		max-width: 1110px;
	    width: 100%;
	    height: 60px;
	    position: fixed;
	    margin: 0 auto;
	    display: block;
	    left: 0; 
	    -webkit-transform: translateX(0%); 
	    transform: translateX(0%); 
	}

	.site-header > .wrap{
		padding: 10px;
		background-color: #fff;
		border-bottom: 5px solid #be9b46;
	}

	.site-inner{
		margin-top: 136px;
	}

	body > div {
		font-size: 16px;
		font-size: 1.6rem;
	}

	section h2.ueberschrift{
		font-size: 32px;
		font-weight: normal;
	}

	section h1.menu_titel{
		font-size: 16px;
	}

	h1 {
	font-size: 36px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	section.wrapper_voraussetzung .weite .lohn_wrap .lohn p{
		font-size: 18px;
	}

	section.wrapper_contact .wpcf7 p{
		width: 100%;
	}

	section.wrapper_contact .wpcf7 p:nth-of-type(odd){
		margin-right: 0;
	}

	section.wrapper_contact .wpcf7 p:nth-of-type(even){
		margin-left: 0;
	}

	.bx-wrapper{
		height: 400px !important;
	}

	.bx-wrapper .bild{
		height: 400px;
	}

	.bx-wrapper .bx-controls-direction a{
		height: 25px;
		width: 50px;
	}
}


/* ## Media Queries Genesis
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 922px) {

	.site-header #title-area{
		display: block;
		text-align: center;
	}

	.nav-primary{
		float: none;
	}

	.site-header{
		max-width: 1110px;
	    width: 100%;
	    height: 60px;
	    position: absolute;
	    margin: 0 auto;
	    display: block;
	    left: 0; 
	    -webkit-transform: translateX(0%); 
	    transform: translateX(0%); 
	}

	.site-header > .wrap{
		padding: 10px;
		background-color: #fff;
		border-bottom: 5px solid #be9b46;
	}

	.site-inner{
		margin-top: 136px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		margin: 0 auto;
	}
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		display: block;
		line-height: 1;
		padding: 12px 0;
	}
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
	}
	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
	}

}

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

	section.wrapper_full, .site-footer{
		max-width: 1920px;
	}

	.bx-wrapper .bild{
		height: 800px;
	}

	.bx-wrapper{
		height: 800px !important;
	}

}





