@charset "utf-8";
/* CSS Document */

/*
 Theme Name:     Sesido
 Theme URI:      https://www.sesido.com
 Description:    Sesido Theme
 Author:         ROM AG
 Author URI:     https://www.sesido.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


html,
body {
	width: 100vw;
	overflow-x: hidden !important;
}



/*--------------------------------------------------------------
# Fonts & Typo
--------------------------------------------------------------*/

@font-face {
	font-family:"Caveat LOCAL";
	font-display:swap;
	src:url("https://staging.sesido.com/wp-content/uploads/et-fonts/Caveat-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family:"Nacelle Regular LOCAL";
	font-display:swap;
	src:url("https://staging.sesido.com/wp-content/uploads/et-fonts/Nacelle-Regular.otf") format("opentype");
}

@font-face {
	font-family:"Nacelle SemiBold LOCAL";
	font-display:swap;
	src:url("https://staging.sesido.com/wp-content/uploads/et-fonts/Nacelle-SemiBold.otf") format("opentype");
}

@font-face {
	font-family:"Nacelle Bold LOCAL";
	font-display:swap;
	src:url("https://staging.sesido.com/wp-content/uploads/et-fonts/Nacelle-Bold.otf") format("opentype");
}

@font-face {
	font-family:"Nacelle Black LOCAL";
	font-display:swap;
	src:url("https://staging.sesido.com/wp-content/uploads/et-fonts/Nacelle-Black.otf") format("opentype");
}


b, strong {
	font-family:"Nacelle SemiBold LOCAL";
	color: #03212B;
	font-weight: normal;
}



/*--------------------------------------------------------------
# Hacks
--------------------------------------------------------------*/


.sesido-fullwidth-slider .swiper-container {
	overflow: visible !important;
}


.wptb-table-container table {}

.wptb-text-container {
	font-size: 24px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	text-align: center;
}

.et_pb_post_content h1,
.et_pb_post_content h2,
.et_pb_post_content h3,
.et_pb_post_content h4,
.et_pb_post_content h5 {
	margin: 1em 0 .4em 0;
}
.et_pb_post_content > *:first-of-type {
	margin-top: 0;
}


.dsm_icon_list_image img {
	margin-top: -2px;
}


/*--------------------------------------------------------------
# Allgemeine Klassen
--------------------------------------------------------------*/




/* Nutzt die Schreibschrift ----------- */

.sesido-alterfont {
	font-family: 'Caveat LOCAL',Comic Sans,Helvetica,Arial,Lucida,sans-serif;
	text-transform: none !important;
	font-size: 1.1em;
	vertical-align: .01em;
}


/* Schrift orange ----------- */

.sesido-fontorange {
	color: #F58860;
}


/* Für Sektionen die eine Border am Ende haben ----------- */

.sesido-hasborder {}
.sesido-hasborder:after {
	content:"";
	height: 0;
	width: 100%;
	max-width: 1080px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 1px dashed #E4E6EC;
}


/* Buttons ----------- */

.sesido-button,
.gform_button {
	display: inline-block;
	text-align: center !important;
	font-size: 16px !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer !important;
	padding: .65em 2em .5em 2em !important;
	background: #F58860 !important;
	background-color: #F58860 !important;
	border: 2px solid #F58860 !important;
	border-radius: 50vh !important;
	outline: none !important;
	box-shadow: 0px 4px 8px -6px rgba(3,33,43,0.2) !important;
	transition: all ease .25s !important;
}

.sesido-button:hover,
.sesido-button:active,
.sesido-button:focus,
.gform_button:hover,
.gform_button:active,
.gform_button:focus,
.lsd-search-buttons-submit .lsd-search-button:hover,
.lsd-search-button:active,
.lsd-search-button:focus{
	background: #F56893 !important;
	background-color: #F58860 !important;
	border: 2px solid #F56893 !important;
}





/* Hängt an Links den Pfeil an ----------- */

.sesido-arrowlink {}

.sesido-arrowlink > div.et_pb_text_inner {
	position: relative;
	display: inline;
}

.sesido-arrowlink > div.et_pb_text_inner,
.sesido-arrowlink > div.et_pb_text_inner p {
	position: relative;
	display: inline;
}

.sesido-arrowlink > div.et_pb_text_inner:after {
	content: "\24";
	font-family: "ETModules";
	color: #F58860;
	font-size: 28px;
	position: absolute;
	transform: translate(.05em,-.05em);
} 



/* Testimonial ----------- */

.sesido-testimonial {}

@media (max-width: 980px) {
	.sesido-testimonial .dsm_card_image_wrapper {
		max-width: 160px;
		margin: 0 auto;
	}
}


/* Gridgallery ----------- */

.sesido-gridgallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0;
}



.sesido-gridgalleryitem {
	height: 360px !important;
}

.sesido-gridgallery .et_pb_column:last-of-type .sesido-gridgalleryitem:last-of-type {
	height: calc(360px * 2) !important;
}

.sesido-gridgalleryitem .et_pb_text_inner {
	display: inline-block;
	padding: 20px 60px 20px 40px;
	background: rgba(2,89,112,.8);
	width: fit-content;
}

.sesido-gridgalleryitem p {
	display: inline-block;
	font-size: 32px !important;
}

.sesido-gridgalleryitem p:after {
	content: "\24";
	font-family: "ETModules";
	color: #F58860;
	font-size: 28px;
	position: absolute;
	transform: translate(.2em,-.05em);
} 

@media (max-width: 980px) {
	
	.sesido-gridgalleryitem {
		height: 240px !important;
	}

	.sesido-gridgallery .et_pb_column:last-of-type .sesido-gridgalleryitem:last-of-type {
		height: calc(240px * 2) !important;
	}
	
	.sesido-gridgalleryitem p {
		font-size: 24px !important;
	}
}

@media (max-width: 767px) {
	
	.sesido-gridgallery {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	
	.sesido-gridgalleryitem {
		height: 200px !important;
	}

	.sesido-gridgallery .et_pb_column:last-of-type .sesido-gridgalleryitem:last-of-type {
		height: 200px !important;
	}
	
	.sesido-gridgalleryitem p {
		font-size: 16px !important;
	}
}


/*--------------------------------------------------------------
# Sesido Header
--------------------------------------------------------------*/

.sesido-header {}

.sesido-header .et_pb_column {
	margin: 0;
}

.sesido-header .et_pb_menu .et_pb_menu__wrap {
	margin-top: 13px;
}

.sesido-header .et_pb_menu .et-menu > li {
	padding-left: 0;
	padding-right: 0px;
	margin: 0 10px;
}

.sesido-header .et_pb_menu .et-menu > li a {
	padding: 5px !important;
}

.et-menu .menu-item-has-children > a:first-child::after {
	right: -12px !important;
}

.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a::after {
	top: 50% !important;
	-webkit-transform: translateY(-70%) !important;
	transform: translateY(-70%) !important;
}

@media (max-width: 980px) {
	.sesido-header .et_pb_menu .et_pb_menu__wrap {
		margin-top: 0;
	}
}

li.customlanguage {
	display: none !important;
}

.custom-switcher img {
	width: 24px;
	margin-right: 10px;
	position: relative;
	top: 5px;
}


/*--------------------------------------------------------------
# Sesido Steps
--------------------------------------------------------------*/

.sesido-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 0;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.sesido-steps .et_pb_column {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

/* Image */

.sesido-stepmodule .et_pb_main_blurb_image {
	display: block;
	position: relative;
	width: 100% !important;
	text-align: center;
}

.sesido-stepmodule .et_pb_main_blurb_image img {
	width: 56px;
}

.sesido-stepmodule .et_pb_main_blurb_image:before {
	display: block;
	content: "";
	position: absolute;
	right: calc(-50% + 42px);
	top: 50%;
	width: calc(100% - 84px);
	height: 2px;
	background: #E4E6EC;
}

.sesido-stepmodule .et_pb_main_blurb_image:after {
	display: block;
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	border-top: 2px solid #E4E6EC;
	border-right: 2px solid #E4E6EC;
	transform: rotate(45deg);
	top: 41%;
	right: calc(-50% + 42px);
}

.sesido-steps .sesido-stepmodule:last-of-type .et_pb_main_blurb_image:before,
.sesido-steps .sesido-stepmodule:last-of-type .et_pb_main_blurb_image:after {
	display: none;
}


/* Content */

.sesido-stepmodule.isactive .et_pb_module_header:after {
	display: block;
	content: "";
	height: 30px;
	width: 2px;
	background: #E4E6EC;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateY(26px);
}

.sesido-stepmodule .et_pb_blurb_description {
	display: none;
	position: absolute;
	left: 0;
	width: 480px;
	bottom: -30px;
	transform: translateY(100%);
}

.sesido-steps .sesido-stepmodule:nth-of-type(3) .et_pb_blurb_description {
	left: 50%;
	transform: translateY(100%) translateX(-50%);
	text-align: center;
}

.sesido-steps .sesido-stepmodule:nth-of-type(4) .et_pb_blurb_description,
.sesido-steps .sesido-stepmodule:nth-of-type(5) .et_pb_blurb_description {
	right: 0;
	left: unset;
	transform: translateY(100%);
	text-align: right;
}

.sesido-stepmodule.isactive .et_pb_blurb_description {
	display: block;
}





@media all and (max-width: 760px) {
	
	.sesido-steps {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 0;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}
		
	.sesido-stepmodule .et_pb_main_blurb_image {
		margin: 0;
	}	
	
	.sesido-stepmodule .et_pb_image_wrap {
		display: flex;
		flex-flow: column;
		text-align: right;
	}
	
	.sesido-stepmodule.isactive .et_pb_image_wrap {
		display: flex;
		flex-flow: column;
		text-align: center;
	}

	.sesido-steps .sesido-stepmodule .et_pb_main_blurb_image:after {
		display: none;
	}
	
	.sesido-stepmodule .et_pb_main_blurb_image:before {
		display: block;
		content: "";
		position: absolute;
		height: 20px;
		width: 10px;
		border-left: 2px solid #E4E6EC;
		border-bottom: 2px solid #E4E6EC;
		left: 0;
		top: -5px;
		background: transparent;
	}
	
	
	.sesido-steps .sesido-stepmodule:last-of-type .et_pb_main_blurb_image:before {
		display: block;
	}
	
	.sesido-steps .sesido-stepmodule:first-of-type .et_pb_main_blurb_image:before,
	.sesido-steps .sesido-stepmodule.isactive .et_pb_main_blurb_image:before{
		display: none;
	}

	
	.sesido-stepmodule .et_pb_blurb_container {
		padding: 0;
	}
	
	.sesido-stepmodule .et_pb_blurb_content {
		display: grid;
		grid-template-columns: 48px auto;
		grid-gap: 10px;
		padding: 0 !important;
		align-items: center;
	}
	
	.sesido-stepmodule.isactive .et_pb_blurb_content {
		align-items: flex-start;
	}	

	.sesido-stepmodule .et_pb_module_header {
		text-align: left;
	}
			
	.sesido-stepmodule.isactive .et_pb_module_header:after {
		display: none;
	}
	
	.sesido-stepmodule .et_pb_blurb_description {
		display: none;
		position: static !important;
		width: auto !important;
		transform: translate(0) !important;
		text-align: left !important;
	}
		
}



/*--------------------------------------------------------------
# Sesido Sofasgrid
--------------------------------------------------------------*/

.sesido-sofasgrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	grid-gap: 40px;
}

.sesido-sofasgrid .et_pb_column {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}



/*--------------------------------------------------------------
# Sesido Produkte
--------------------------------------------------------------*/

/* List Highlights */

.sesido-list-highlights {
	list-style: none !important;
	margin: 0 0 0 1.5em;
	padding: 0;
}

.sesido-list-highlights li {
	position: relative;
	margin-bottom: .4em;
	line-height: 1.7;
	font-size: 24px;
	font-family:"Nacelle Bold LOCAL";
	color: #03212b;
}

.sesido-list-highlights li:last-of-type {
	margin-bottom: 0;
}

.sesido-list-highlights li:before {
	position: absolute;
	left: -1.5em;
	content: "\52";
	font-family: "ETModules";
	color: #F58860;
	font-size: 1em;
	vertical-align: .15em;
	font-weight: normal;
}

@media all and (max-width: 760px) {
	
	.sesido-list-highlights li {
		font-size: 20px;
	}	
	
}

/* Sizing Table */


.sesido-sizing-switch {}

.sesido-sizing-switch .dsm-toggle {
	position: relative;
	z-index: 2;
}

.sesido-sizing-switch .dsm-toggle:before {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 540px;
	border-radius: 50vh;
	height: 100%;
	background: #fff;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.sesido-sizing-table table {
	table-layout: fixed;
	max-width: 100% !important;
	width: unset !important;
}

.sesido-sizing-table tr td:first-of-type {
	width: 33% !important;
}

.sesido-sizing-table tr td:last-of-type {
	width: 66% !important;
}

@media all and (max-width: 760px) {
	
	.sesido-sizing-switch .dsm-toggle:before {
		width: calc(100% - 40px);
		max-width: unset;
	}
	
}



/*--------------------------------------------------------------
# Sesido Elemente
--------------------------------------------------------------*/

.sesido-productwidecard {}

.sesido-productwidecard .dsm_card_subtitle {
	margin: 0 0 20px 0;
}


/*--------------------------------------------------------------
# Sesido Händlersuche
--------------------------------------------------------------*/

.lsd-font-m,
.lsd-font-m {
  font-family: "Nacelle Regular LOCAL" !important;
}

.lsd-single-page-wrapper h1.lsd-single-title {
	padding: 0;
	font-size: 32px;
	line-height: inherit !important;
	margin:0 !important;
	text-transform: uppercase;
}


.sesido-hs-search .lsd-search {
	margin-bottom: 0 !important;
}

.lsd-search .lsd-search-row .lsd-radius-search-double-fields {
	display: grid !important;
	grid-template-columns: auto 100px !important;
	grid-gap: 20px !important;
}

.lsd-search .lsd-search-row-more-options {
  text-align: left !important;
}

.lsd-search.lsd-search-default-style .lsd-search-row .lsd-search-buttons .lsd-search-buttons-submit .lsd-search-button {
	display: flex !important;
	flex-flow: column !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 50px;
	justify-content: center;
	padding: 0 !important;
	text-align: center !important;
	font-size: 16px !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer !important;
	background: none !important;
	background-color: #fff !important;
	border: 2px solid #E4E6EC !important;
	border-radius: 4px !important;
	outline: none !important;
	/* box-shadow: 0px 4px 8px -6px rgba(3,33,43,0.2) !important; */
	transition: all ease .25s !important;
	font-family: 'Nacelle Regular LOCAL',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: normal !important;
	position: relative;
}

.lsd-search.lsd-search-default-style .lsd-search-row .lsd-search-buttons .lsd-search-buttons-submit .lsd-search-button:after {
	content:"\1F50D";
}

.lsd-search .lsd-search-row .lsd-search-buttons .lsd-search-buttons-submit {
	display: flex !important;
	flex-flow: column !important;
	height: 100% !important;
	
}





.lsd-row div[class*="lsd-col-"] input[type="text"], .lsd-row div[class*="lsd-col-"] input[type="number"], .lsd-row div[class*="lsd-col-"] textarea, .lsd-row div[class*="lsd-col-"] input[type="email"], .lsd-row div[class*="lsd-col-"] input[type="password"], .lsd-row div[class*="lsd-col-"] input[type="tel"], .lsd-row div[class*="lsd-col-"] input[type="url"], .lsd-row div[class*="lsd-col-"] input[type="search"], .lsd-row div[class*="lsd-col-"] input[type="date"], .lsd-row div[class*="lsd-col-"] select, .lsd-form-row div[class*="lsd-col-"] input[type="text"], .lsd-form-row div[class*="lsd-col-"] input[type="number"], .lsd-form-row div[class*="lsd-col-"] textarea, .lsd-form-row div[class*="lsd-col-"] input[type="email"], .lsd-form-row div[class*="lsd-col-"] input[type="password"], .lsd-form-row div[class*="lsd-col-"] input[type="tel"], .lsd-form-row div[class*="lsd-col-"] input[type="url"], .lsd-form-row div[class*="lsd-col-"] input[type="search"], .lsd-form-row div[class*="lsd-col-"] input[type="date"], .lsd-form-row div[class*="lsd-col-"] select {
	width: 100%;
	max-width: unset;
	background-color: #E4E6EC !important;
	border: none;
	border-radius: 4px;
	border-left: 3px solid #E4E6EC !important;
	border-bottom: none;
	padding: 5px 15px;
	height: 50px;
}

.lsd-single-page-wrapper .lsd-single-page-section-title {
	font-weight: normal !important;
}

.lsd-halfmap-view-wrapper .lsd-listing-map-fixed {
	position: static !important;
}



body i.lsd-icon, body span.lsd-icon {
	font-size: 12px !important;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}

.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-list .lsd-listing > div.lsd-listing-body .lsd-listing-contact-info ul li i,
.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-grid .lsd-row > div .lsd-listing .lsd-listing-body .lsd-listing-contact-info ul li i {
	background-color: #6F7480 !important;
	border-radius: 50vh !important;
	margin-right: 5px;
}


.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-grid .lsd-row > div .lsd-listing .lsd-listing-body .lsd-listing-contact-info ul li a,
.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-grid .lsd-row > div .lsd-listing .lsd-listing-body .lsd-listing-contact-info ul li,
.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-list .lsd-listing > div.lsd-listing-body .lsd-listing-contact-info ul li {
	color: #6F7480 !important;
	font-size: 16px !important;
}


.lsd-listing-bottom-bar {
	display: none !important;
}

.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-grid .lsd-row > div .lsd-listing .lsd-listing-body,
.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-list .lsd-listing > div.lsd-listing-body {
	border: 1px #E4E6EC solid !important;
	border-radius: 4px !important;
	background-color: #ffffff;
	padding: 20px !important;
}

.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-list .lsd-listing,
.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-grid .lsd-row > div .lsd-listing {
	border: none !important;
	margin-bottom: 0px !important;
}

.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-grid .lsd-row > div {
	margin-bottom: 20px !important;
	flex: unset !important;
	max-width: 100% !important;
}

.lsd-view-switcher-sortbar-wrapper {
	display: none !important;
}



.lsd-single-page-wrapper.lsd-single-style1 .lsd-single-page-section-contact {
	width: 50% !important;
}


.lsd-listing .lsd-listing-body .lsd-listing-title,
.lsd-listing .lsd-listing-body .lsd-listing-title strong {
	font-family:"Nacelle Black LOCAL" !important;
	font-weight: regular !important;
}


.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-grid .lsd-row > div .lsd-listing .lsd-listing-body .lsd-listing-title a,
.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-grid .lsd-row > div .lsd-listing .lsd-listing-body .lsd-listing-title a strong {
	color: #03212B  !important;
}

.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-grid .lsd-row > div .lsd-listing .lsd-listing-body .lsd-listing-title a:hover,
.lsd-halfmap-view-wrapper.lsd-style-style1 .lsd-halfmap-view-listings-wrapper.lsd-viewstyle-grid .lsd-row > div .lsd-listing .lsd-listing-body .lsd-listing-title a:hover strong {
	color: #F58860 !important;
}

/*--------------------------------------------------------------
# Formulare
--------------------------------------------------------------*/

.sesido-form {}

.gfield_label {
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #F58860 !important;
}

.gfield_required {
  color: #6F7480  !important;
  font-size: 12px  !important;
}

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  background-color: #E4E6EC;
  border: 1px solid #E4E6EC;
  color: #6F7480;
  border-radius: 4px;
}


input.text:focus,
input.title:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #F58860;
}

.gform_footer {
	padding-bottom: 0 !important;
	margin: 0 !important;
}

