/*
 Theme Name:     Dolzer
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Dolzer Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* --- Update 2024 --- */

h3 {
	font-family: "Averta Regular" !important;
}

a {
	color: #0a2227 !important;
	text-decoration-color: #0a2227 !important;
	transition: all 0.2s;
}

a:hover {
	color: #154751 !important;
	text-decoration-color: #154751 !important;
}

#info-banner {
	height: 32px;
	transition: all 0.2s;
	position: fixed;
	left: 0;
	right: 0;
	top: 0px;
	transition: all 0.2s;
	overflow: hidden;
}

#info-banner.show-background {
	top: -32px !important;
}

#info-banner nav,
#info-banner div {
	width: 100%;
	height: 100%;
}

#info-banner nav {
	padding: 0 20px;
}

#info-banner ul {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}

#info-banner ul li {
	display: flex;
	height: 32px !important;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}

#info-banner ul li a {
	padding: 0 !important;
	margin: 0 !important;
}

#top-bar-container {
	background-color: rgba(0, 0, 0, 0) !important;
	transition: all 0.2s;
	top: 32px;
}

#top-bar-container.show-background {
	top: 0px;
	background-color: #002328 !important;
}

#top-bar {
	display: flex;
	align-items: center;
	transition: all 0.4s;
}

#main-menu {
	max-width: 860px;
	max-height: 52px;
	padding: 0 !important;
	align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

#main-menu .et-menu .menu-item-has-children>a:first-child:after {
	position: relative !important;
	opacity: 0.6;
	margin-left: 2px;
}

#main-menu nav,
#main-menu div {
	width: 100%;
	height: 100%;
	max-height: 52px;
}

#main-menu ul {
	display: flex;
	width: 100%;
	height: 100%;
	height: 52px;
	max-height: 52px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom: 2px !important;
}

#main-menu ul li {
	flex: 1;
	display: flex;
	height: 100%;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
	border-radius: 4px;
}

#main-menu ul li.hovered,
#main-menu ul li:hover {
	background-color: #002328EE;
}

#main-menu ul li a {
	text-align: center;
	width: 100%;
	padding: 3px 0 !important;
	margin: 13px 0 !important;
	border-right: solid 1px rgba(255, 255, 255, 0.1);
}

#main-menu ul li:last-child a {
	border-right: none;
}

#main-menu ul li a:hover {
	opacity: 1 !important;
}

.main-menu-overlay {
	position: fixed;
	top: 115px;
	left: 0;
	right: 0;
}

.main-menu-overlay > div {
	border-radius: 8px;
}

.menu-overlay-item {
	overflow: hidden;
	transition: all 0.2s !important;
}

.menu-overlay-item-link {
	display: block;
	margin-top: 20px;
	opacity: 0;
	overflow: hidden;
	transition: all 0.2s;
}

.menu-overlay-item:hover .menu-overlay-item-link {
	margin-top: 10px;
	opacity: 1;
}

#top-bar-button {
		opacity: 0 !important;
		pointer-events: none;
		color: rgba(255, 255, 255, 0.85);
    background-color: #FF5D11;
    border: solid 1px #FF5D11;
    outline: solid 3px #FF5D11;
		height: 48px;
    align-self: center;
    text-transform: uppercase;
    padding: 0 24px 2px 24px;
    font-weight: 300;
    align-items: center;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    letter-spacing: 1px;
	justify-content: center;
	border-radius: 2px !important;
  outline: solid 3px #FF5D11;
	border-color: white;
	height: 52px;
	width: 250px;
	transition: all 0.4s;
}

#top-bar .et_pb_column_1_tb_header {
	width: 90%;
}

#top-bar-button:hover {
	outline: solid 3px #FFFFFF;
}

#top-bar.show-background {
	background-color: #002328;
}

#top-bar.show-background #top-bar-button {
	opacity: 1;
	pointer-events: all;
}

#top-bar-mobile {
	display: flex;
	flex-direction: row;
}

#top-bar-mobile .et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar {
	top: -4px;
}

#top-bar-mobile .et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar:before {
	color: rgba(255, 255, 255, 0.6);
}

.SBW-button.SBW-right, #top-bar-book-button, .orange-cta-button {
	height: 48px;
	border-radius: 2px;
	font-family: "Averta Light" !important;
	font-size: 16px !important;
	text-transform: uppercase;
	background-color: #002328 !important;
	outline: solid 3px #002328;
	box-sizing: border-box;
	font-weight: 300 !important;
	letter-spacing: 1px !important;
	border: solid 1px white !important;
	color: white !important;
	transition: all 0.4s;
}

.orange-cta-button {
	line-height: 42px !important;
    padding: 0 48px 0 30px !important;
	background-color: #FF5D11 !important;
	outline-color: #FF5D11 !important;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.orange-cta-button::after {
	margin-top: 10px;
}

#top-bar-book-button {
	line-height: 35px !important;
}

#top-bar-socials li {
	transition: all 0.2s;
	transform: scale(1);
}

#top-bar-socials li a {
	border-radius: 6px !important;
	background-color: transparent !important;
}

#top-bar-socials li:hover {
	transform: scale(1.15);
}

.SBW-button.SBW-right {
	bottom: 50px !important;
	right: 50px !important;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.SBW-button.SBW-right svg {
	display: none;
}

.SBW-button.SBW-right:hover, #top-bar-book-button:hover, .orange-cta-button:hover {
	background-color: white !important;
    border-color: #002328 !important;
    outline-color: #FFFFFF;
    color: #002328 !important;
}

body .et_pb_bg_layout_light.et_pb_button.orange-cta-button:hover {
	background-color: white !important;
    border-color: #002328 !important;
    outline-color: #FFFFFF !important;
    color: #002328 !important;
}

.SBW-button.SBW-right {
	opacity: 1 !important;
}

.SBW-button.SBW-right.SBW-button--opened {
	bottom: 16px !important;
	right: 6px !important
}

.SBW-button.SBW-right.SBW-button--opened svg {
	margin-top: -4px;
    display: block;
    left: -1px;
    position: relative;
}

#main-content-hero {
	height: 100vh;
	position: fixed;
	top: 0;
}

#main-slider {
	margin-top: 0 !important;
}

#main-slider .et_pb_slides .et_pb_slider_container_inner {
	vertical-align: bottom;
}

#main-slider .et_pb_slide_description {
	padding-bottom: 10%;
}

#main-slider h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -2px;
	line-height: 40px;
}

#main-slider h3 {
	font-family: "Averta Light";

    font-size: 16px;
    opacity: 0.8;
    text-transform: uppercase;
}

#main-scroll-icon {
	position: fixed;
	bottom: 25px;
	left: 50%;
    transform: translateX(-50%);
	opacity: 0.6;
}

#main-scroll-icon span {
	color: white;
	font-size: 22px;
	font-weight: 300;
	animation-name: move-icon;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

#inspiration-grid {
	width: 100%;
	max-width: 1480px;
	padding-left: 2.5% !important;
	padding-top: 15px !important;
}

#inspiration-grid .et_pb_column {
	width: 31% !important;
	margin-right: 2% !important;
	height: 600px;
}

#inspiration-grid .et_pb_column img {
	height: 600px;
}

#men-women-grid {
	width: 100%;
	max-width: 1480px;
	padding-left: 2.5% !important;
	padding-top: 33px !important;
}

#men-women-grid .et_pb_column {
	width: 47% !important;
	margin-right: 2% !important;
	height: 250px;
}

#men-women-grid .et_pb_column img {
	height: 250px;
}

.flex-30-70, 
.flex-70-30 {
	width: 100%;
	max-width: 1440px;
	display: flex;
}

.flex-30-70 > div:first-child,
.flex-70-30 > div:nth-child(2) {
	flex: 0.3;
	margin: 0;
	overflow: hidden;
	border: solid 1px #E5E5E5;
}

.flex-30-70 > div:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.flex-70-30 > div:nth-child(2) {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.flex-30-70 > div:first-child .et_pb_module,
.flex-70-30 > div:nth-child(2) .et_pb_module {
	width: 100%;
	height: 100%;
}

.flex-30-70 > div:first-child .et_pb_image_wrap,
.flex-70-30 > div:nth-child(2) .et_pb_image_wrap {
	width: 100%;
	height: 100%;
}

.flex-30-70 > div:first-child .et_pb_image_wrap img,
.flex-70-30 > div:nth-child(2) .et_pb_image_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s;
	transform: scale(1);
}

.flex-30-70 > div:first-child .et_pb_image_wrap img:hover,
.flex-70-30 > div:nth-child(2) .et_pb_image_wrap img:hover {
	transform: scale(1.05);
}

.flex-30-70 > div:nth-child(2), 
.flex-70-30 > div:first-child {
	flex: 0.7;
	margin: 0;
	padding: 50px !important;
	background-color: #edf0ed;
	overflow: hidden;
}

.flex-30-70 > div:nth-child(2) {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.flex-70-30 > div:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.bento-grid .et_pb_module {
	height: 100%;
}

.bento-grid .et_pb_image_wrap {
	width: 100%;
	height: 100%;
}

.bento-grid .et_pb_column {
    overflow: hidden;
    background-color: #000;
    border-radius: 8px;
	height: 100%;
}

.bento-grid .et_pb_column .et_pb_module img {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	object-fit: cover;
	transition: all 0.2s;
	transform: scale(1);
	opacity: 0.8;
}

.bento-grid .et_pb_column .et_pb_module:hover img {
	transform: scale(1.05);
}

.bento-grid .et_pb_column .et_pb_text_inner {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	padding: 20px;
	flex-direction: column;
}

.bento-grid .et_pb_column .grid-title {
	font-family: "Averta Light";
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    font-weight: lighter;
    text-align: center;
    padding: 16px 22px 18px 22px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.bento-grid .et_pb_column .grid-link {
	height: 0px;
	margin: 0 !important;
	padding: 0 !important;
    font-family: "Averta Light";
    font-size: 16px;
    letter-spacing: 1px;
    color: white;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
    pointer-events: none;
    text-decoration: underline;
    transition: all 0.2s;
    overflow: hidden;
}

.bento-grid .et_pb_column .et_pb_module:hover .grid-link {
	height: 30px;
}

.process-steps > div {
	margin-top: 10px;
	height: 545px;
	flex: 1;
	padding: 30px 26px !important;
	padding-bottom: 30px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	border: dotted 1px #CCC;
}

.process-steps-title {
	font-family: "TT Nooks";
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #002328;
    margin-bottom: 4px
}

.process-steps-icon {
	margin-top: 10px;
    width: 180px;
    height: 180px;
    align-self: center;
    box-sizing: border-box;
}

.process-steps-text {
	flex: 1;
    width: 100%;
    margin-top: 10px;
    font-family: "Averta Light";
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.5em;
    text-align: left;
    color: #002328;
}

#main-menu-herren, 
#main-menu-damen, 
#main-menu-hochzeit,
#main-menu-filialen {
	display: none;
}

#main-menu-herren.show-background, 
#main-menu-damen.show-background, 
#main-menu-hochzeit.show-background,
#main-menu-filialen.show-background {
	top: 83px;
}


.gutenberg-content-area .wp-block-button__link {
    background-color: white!important;}



@media (min-width: 981px) {
	#top-bar .et_pb_gutters3 .et_pb_column_1_5 {
    width: 16.6% !important;
	}
	
	#top-bar .et_pb_column {
		margin-right: 3.5% !important;
	}
}

.full-width-content {
	width: 100%;
}

@media (max-width: 980px) {
	#menu-footer {
		margin-bottom: 56px;
	}
	
	.SBW-button.SBW-right {
		width: calc(100% - 6px);
	    color: white !important;
	    bottom: 3px !important;
	    left: 3px !important;
    	margin: 0 !important;
	    font-size: 16px !important;
    	border-radius: 0px !important;
	}
}

@media (max-width: 480px) {
	.bento-grid {
		display: flex;
		flex-direction: column;
	}
	
	#inspiration-grid .et_pb_column, 
	#men-women-grid .et_pb_column {
		width: 100% !important;
	}
	
	.flex-30-70 {
		flex-direction: column;
	}
	
	.flex-30-70 > div:first-child,
	.flex-70-30 > div:nth-child(2) {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}
	
	.flex-30-70 > div:nth-child(2), 
	.flex-70-30 > div:first-child {
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	
	.flex-70-30 {
		flex-direction: column-reverse;
	}
	
	.flex-70-30 > div:nth-child(2) {
		margin-bottom: 0 !important;
	}
	
	.et_pb_section_0 {
		max-height: 222px !important;
	}
	
	.et_pb_section_1.et_pb_section {

	}
	
	#main-slider {
		margin-top: 60px !important;	
	}
	
	#main-slider h3 {
		font-size: 16px !important;
	}
	
	#main-slider h2 {
		line-height: normal;
		font-size: 18px !important;
	}
	
	.bento-grid .et_pb_column .et_pb_module {
		margin-top: 0 !important;
	}
	
	.bento-grid .et_pb_image_wrap img {
		width: 100% !important;
	}
}

@keyframes move-icon {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }
	
  100% {
    transform: translateY(0px);
  }
}