/*
Theme Name: Cimbike theme
Theme URI: http://cimbike.hu/cimbike-theme
Author: Voros Lilla
Author URI: http://cimbike.hu
Description: Cimbike theme by Voros Lilla
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cimbike-theme
*/


html { 
	height:100%;
}

:focus	{
	outline: none;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

em	{
	font-style: italic;
}

body	{
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #6F665F;
}

.header-background	{
	background: #F3EFED;
	padding: 25px 0;
}

#logo	{
	display: inline-flex;
    align-items: center;
	margin-bottom: 40px;
}

#logo img	{
	width: 200px;
	height: auto;
}

#logo a	{
	display: flex;
}

.menu-container	{
	display: flex;
	justify-content: center;
}

#main-menu li a	{
	color: #B3A396;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px 45px 0 45px;
	text-transform: lowercase;
}

#main-menu li	{
	float: left;
}

#main-menu a:hover	{
	color: #CFBBA6;
	transition: 1s ease;
}

#cart-menu	{
	position: absolute;
	right: 150px;
}

#cart-menu a	{
	display: flex;
}

#cart-menu img	{
	width: 30px;
    height: auto;
}

a	{
	text-decoration: none;
}

h1	{
	font-family: 'Old Standard TT', serif;
	font-size: 30px;
}

h2	{
	font-family: 'Old Standard TT', serif;
	font-size: 28px;
}

h3	{
	font-family: 'Old Standard TT', serif;
	font-size: 26px;
}

h4	{
	font-family: 'Old Standard TT', serif;
	font-size: 22px;
}

.button	{
	display: inline-block;
	background-color: #9DA4A2;
	color: #FFF;
	text-transform: lowercase;
	font-family: "Old Standard TT", serif;
	max-width: 350px;
	padding: 5px 35px;
	border-radius: 40px;
	font-weight: 600;
	border: none;
}

.button:hover	{
	background: #D0D3D2;
	color:#555E5B;
	transition: 1s ease;
}

.carousel-item	{
	white-space: initial;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
	white-space: nowrap;
	height: 650px;
	display: flex;
    align-items: center;
}

.carousel-inner img {
	height: 650px;
    object-fit: cover;
}

.carousel-control-prev-icon {
    background-image: url(img/prev-slide.svg);
	background-size: 40px;
	width: 50px;
	height: 50px;
}

.carousel-control-next-icon {
    background-image: url(img/next-slide.svg);
	background-size: 40px;
	width: 50px;
	height: 50px;
}

.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
	background-color: #FFF;
	margin-right: 5px;
    margin-left: 5px;
    transition: background-color .6s ease;
	opacity: 1;
}

.carousel-indicators .active {
    background-color: #B3A396;
}

@media (max-width: 767px) {
    .carousel-2 .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-2 .carousel-inner .carousel-item > div:first-child {
        display: block;
    }

	.col-md-3 {
		width: 100%;
	}
}

.carousel-2 .carousel-inner .carousel-item.active,
.carousel-2 .carousel-inner .carousel-item-next,
.carousel-2 .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-2 .carousel-inner .carousel-item-end.active,
    .carousel-2 .carousel-inner .carousel-item-next {
      transform: translateX(20%);
    }
    
    .carousel-2 .carousel-inner .carousel-item-start.active, 
    .carousel-2 .carousel-inner .carousel-item-prev {
      transform: translateX(-20%);
    }
}

.carousel-2 .carousel-inner .carousel-item-end,
.carousel-2 .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.info-text	{
	background: #D2BFBB;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
}

.info-text p	{
	display: inline;
	font-family: "Old Standard TT", serif;
	font-size: 24px;
	padding: 0 25px;
	text-align: center;
}

.info-text img	{
	display: inline-flex;
	width: 30px;
	height: auto;
}

.italic	{
	font-style: italic;
}

.termekek	{
	background: #F7F5F3;
	padding: 80px 0;
}

.rolam	{
	background: #D0D3D2;
	color: #555E5B;
	padding: 80px 0;
}

.rolam .row	{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.rolam .two-third	{
	text-align: left;
	padding-left: 40px;
}

.rolam img	{
	display: flex;
	width: 100%;
	height: auto;
}

.rolam p,
.rolam h3	{
	text-align: left;
}

.rolam h3	{
	padding-bottom: 25px;
	z-index: 10;
	display: inline-flex;
	position: relative;
    left: -45px;
	font-style: italic;
}

.rolam .rainbow	{
    background-image: url(img/rainbow.svg);
    width: 45px;
    height: 35px;
    left: 0;
    background-size: 45px;
    background-repeat: no-repeat;
    display: inline-flex;
    z-index: 1;
	position: relative;
	position: relative;
    top: 10px;
    left: -15px;
}

.blog-posts-h3	{
	padding-bottom: 40px;
	z-index: 10;
	display: inline-flex;
	position: relative;
	font-style: italic;
}

.blog-posts .star-front-page	{
    background-image: url(img/star-1.svg);
    width: 35px;
    height: 35px;
    background-size: 35px;
    background-repeat: no-repeat;
    display: inline-flex;
    z-index: 1;
	position: relative;
    top: 10px;
    left: 20px;
}

.blogpost ul	{
	list-style: inside;
	text-align: left;
}

.blogpost ol	{
	list-style: decimal;
	text-align: left;
}

.rolam p	{
	padding-bottom: 15px;
}

.two-img	{
	display: flex;
}

.two-img .one-half	{
	padding-left: 0;
	padding-right: 0;
}

.two-img img	{
	display: flex;
	width: 100%;
	height: auto;
}

.blog-section	{
	padding: 80px 0;
}

.blog-box	{
	background: #F7F5F3;
}

.blog-box img	{
	display: flex;
	width: 100%;
	height: auto;
}

.blog-content	{
	padding: 10px 15px 25px 15px;
}

.blog-content h3	{
	font-family:'Poppins', sans-serif;
	font-size: 22px;
	padding-bottom: 15px;
	color: #6F665F;
}

.blog-row	{
	display: flex;
	flex-wrap: wrap;
}

.blog-row .one-half	{
	display: flex;
	margin-bottom: 35px;
}

.blog-row .blog-box	{
	display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.blog-row .blog-content	{
	display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
	justify-content: space-between;
	align-items: center;
}

.blog-posts	{
	padding: 80px 0
}

.display-posts-listing	{
	display: flex;
	flex-direction: row;
}

.display-posts-listing .blog-box	{
	width: 33.33%;
	padding: 0 20px;
	background: none;
	display: flex;
    flex-direction: column;
    flex: 1;
}

.display-posts-listing .blog-content	{
	background: #F7F5F3;
	height: 100%;
    flex: 1;
    flex-direction: column;
    display: flex;
	justify-content: space-between;
	align-items: center;
}

.display-posts-listing img	{
	width: 100%;
	height: auto;
	display: flex;
}


.info-text-2	{
	background: #D2BFBB;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}

.widget	{
	background: #F7F5F3;
	border-radius: 5px;
	padding: 15px;
}

.widget	h3 {
	padding-bottom: 15px;
}

.wp-block-tag-cloud	a	{
	font-size: 14px!important;
	font-family: 'Poppins', sans-serif;
	background-color: #9DA4A2;
	display: inline-block;
	background-color: #9DA4A2;
	color: #FFF;
	text-transform: lowercase;
	max-width: 350px;
	padding: 5px 20px;
	border-radius: 40px;
	margin-bottom: 10px;

}

.kapcsolat	{
	background: #F3EFED;
	padding: 80px 0;
}

.kapcsolat .row	{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.kapcsolat .two-third	{
	text-align: left;
	padding: 0 40px;
}

.kapcsolat img	{
	display: flex;
	width: 100%;
	height: auto;
}

.kapcsolat p	{
	text-align: left;
	padding-bottom: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #F3EFED!important;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    background:#F3EFED;
    color:#6F665F;
}

.wpcf7-not-valid-tip {
    background:#D2BFBB;
    color:#FFF!important;
    margin-top: 15px;
    padding: 5px;
}

.map	{
	padding: 60px 0;
}

.map_wrapper .imapsLabel foreignObject .imapsInnerTooltip {
    color: #6F665F!important;
	font-size: 10px!important;
}

.imapsInnerTooltip {
    color: #6F665F!important;
	font-size: 10px!important;
}

.map_container	{
	color: #6F665F;
}

.partnerek	{
	margin-bottom: 55px;
}

.partnerek-container	{
	display: flex;
	flex-direction: column;
}

.partnerek-container .row	{
	width: 850px;
	align-self: center;
	margin-bottom: 25px;
}

.partnerek h2	{
	margin-bottom: 30px;
}

.drop-down-button-container	{
	border: 1px solid #9DA4A2;
	background: #D0D3D2;
}

.dropbtn	{
	position: relative;
}

.drop-down-button	{
	position: relative;
	display: block;
	z-index: 10;
	padding: 10px;
	cursor: pointer;
}

.drop-down-button h4	{ 
	z-index: -15;
	text-align: left;
	position: relative;
}

.drop-down-button h4:after	{
	content: '';
    position: absolute;
	background: url(img/drop-down-arrow.svg) top center;
    height: 35px;
    width: 35px;
    background-size: 35px;
    display: inline-flex;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
}

.drop-down-button:has(+ .show-dropdown-content)  h4:after	{
	content: '';
    position: absolute;
	background: url(img/drop-down-arrow.svg) top center;
    height: 35px;
    width: 35px;
    background-size: 35px;
    display: inline-flex;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
	transform: rotate(180deg);
}

.dropdown {
	position: relative;
	display: block;
}
  
.dropdown-content	{
	display: none;
	min-width: 160px;
	overflow: auto;
	z-index: 1;
}

.show-dropdown-content	{
	padding-bottom: 15px;
	display: block;
	padding: 0 25px 15px 25px;
}

.contact-form	{
	background: url(img/kapcsolat-hatter.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.contact-form h2	{
	color: #FFF;
	display: inline;
	z-index: 10;
	position: relative;
}

.star-contact	{
    background-image: url(img/star-2.svg);
    width: 35px;
    height: 35px;
    left: 20px;
    background-size: 35px;
    background-repeat: no-repeat;
    display: inline-flex;
    z-index: 1;
	position: relative;
    top: 5px;
}

.contact-form-container	{
	margin-top: 25px;
}

.contact-form-container form	{
	max-width: 650px;
    margin: 0 auto;
	color:#6F665F;
}

.contact-form-container form p	{
	text-align: left;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form input[type="tel"],
.contact-form form textarea	{
	width: 100%;
	border: none;
	border-radius: unset;
	padding: 5px;
}

.form-p	{
	padding-top: 20px;
	color: #FFF;
}

.form-p-accept	{
	color: #FFF;
	font-size: 16px;
	padding-top: 10px;
}

.form-p-accept a	{
	color: #FFF;
	text-decoration: underline;
}

.form-submit-container	{
	margin-top: 40px;
}

.contact-form-container form .form-submit-container p	{
	text-align: center;
}

.wpcf7-list-item	{
	margin: 0!important;
}

.wpcf7-spinner	{
	display: none!important;
}

input[type=checkbox] {
	position: relative;
	cursor: pointer;
	margin-right: 5px;
}

input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: -2px;
	left: 0;
	background-color:#FFF;
	border: 1px solid #615C5C;
	border-radius: 0;
}

input[type=checkbox]:checked:before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: -2px;
	left: 0;
	background-color:#B3A396;
}
input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 1px;
	left: 6px;
}

#facebook	{
	background: url(img/facebook.svg);
    height: 25px;
    width: 12px;
    background-size: 12px;
    background-repeat: no-repeat;
	display: inline-flex;
	margin: 0 5px;
}

#instagram	{
	background: url(img/instagram.svg);
    height: 25px;
    width: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
	display: inline-flex;
	margin: 0 5px;
}

#tiktok	{
	background: url(img/tiktok.svg);
    height: 25px;
    width: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
	display: inline-flex;
	margin: 0 5px;
}

footer	{
	background-color: #F3EFED;
	color: #B3A396;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0;
	position: relative;
    z-index: 5;
}

footer a	{
	color: #B3A396;
}

.footer-nav	{
	margin: 15px 0;
	display: flex;
	justify-content: center;
}

.footer-nav li	{
	text-transform: uppercase;
	font-size: 16px;
	float: left;
	padding: 0 15px;
}

#menu-foot-menu	{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.credits-p	{
	display: inline;
}

.barion	{
	padding-top: 10px;
}

.barion img	{
	max-width: 300px;
	height: auto;
}

.error404	{
	position:absolute; 
	top:0; 
	bottom:0; 
	right:0; 
	left:0;
}

.error404 footer	{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: -10px;
}

.error404 main	{
	margin: 80px 0;
}

.error404 p	{
	padding-bottom: 40px;
}

.single-post main	{
	padding: 80px 0;
}

.blogpost img	{
	width: 100%;
	height: auto;
}

.blogpost p	{
	text-align: left;
	padding: 10px 0;
}

.blogpost h2,
.blogpost h3,
.blogpost h4,
.blogpost h6	{
	text-align: left;
	padding: 10px 0;
}

.blogpost h1	{
	padding-bottom: 15px;
}

.blogpost .date	{
	padding: 15px 0;
}

.line	{
	width: 100px;
	height: 1px;
	background:#6F665F;
	margin: 0 auto;
}

.blog-section .nav-links	{
	color: #6F665F;
	font-family: 'Old Standard TT', serif;
	font-size: 22px;
}

.pagination	{
	padding-left: 20px;
}

.pagination a	{
	color: #6F665F;
}

.pagination .current	{
	text-decoration: underline;
}

.impressum	{
	padding: 80px 0;
}

.impressum h1	{
	padding-bottom: 40px;
}

.impressum h2	{
	padding-bottom: 20px;
}

.impressum-container	{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.impressum-container-1,
.impressum-container-2	{
	background: #F7F5F3;
    border-radius: 5px;
    padding: 25px;
	display: inline-flex;
    flex-direction: column;
	width: 700px;
}

.impressum-container-1	{
	margin-bottom: 35px;
}

.visszakuldes	{
	margin: 80px 0;
}

.visszakuldes p	{
	text-align: left;
	padding-bottom: 10px;
}

.fotok-felhasznalasa	{
	margin: 80px 0;
}

.page-id-235 footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: -10px;
}

#gendoc_at,
#gendoc_aszf	{
	text-align: left;
}

#gendoc_at a,
#gendoc_aszf a	{
	color:#6F665F!important;
	text-decoration: underline;
	overflow-wrap: break-word;
}

#gendoc_at ul,
#gendoc_aszf .preview_anchor ul,
#gendoc_aszf ol {
	list-style: inside;
	padding: 10px 0;
}

#gendoc_at h1,
#gendoc_at h2	{
	padding: 15px 0 10px;
}

#gendoc_at h3,
#gendoc_at h4	{
	padding: 10px 0 5px;
}

#gendoc_at .inserted_var ul	{
	list-style: none;
}

#embed-hud h1,
#embed-hud-2 h1,
#gendoc_aszf h1	{
	font-family: 'Old Standard TT', serif!important;
	font-size: 30px!important;
	font-weight: normal!important;
	padding: 15px 0 10px;
}

#embed-hud h2,
#embed-hud-2 h2,
#gendoc_aszf h2	{
	font-family: 'Old Standard TT', serif!important;
	font-size: 28px!important;
	font-weight: normal!important;
	padding: 15px 0 10px;
}

#embed-hud h3,
#embed-hud-2 h3,
#gendoc_aszf h3	{
	font-family: 'Old Standard TT', serif!important;
	font-size: 26px!important;
	font-weight: normal!important;
	padding: 10px 0 5px;
}

#embed-hud h4,
#embed-hud-2 h4,
#gendoc_aszf h4	{
	font-family: 'Old Standard TT', serif!important;
	font-size: 22px!important;
	font-weight: normal!important;
	padding: 10px 0 5px;
}

@media only screen and (max-width: 960px)	{
	#logo	{
		display: flex;
		justify-content: center;
	}
	
	.menu-container	{
		display: flex;
		justify-content: left;
	}
	
	#main-menu	{
		width: 100%;
		max-height: 0;
		transition: all 0.3s ease-in-out;
		opacity: 0;
		overflow: visible;
		display: none;
		text-align: right;
		padding-right: 25px;
	}
	
	#menu-main-menu	{
		display: block;
	}
		
	#main-menu li	{
		float: unset;
	}
		
	#main-menu li a	{
		margin: 0;
		display: block;
		padding: 5px;
	}

	#hamburger	{
        width: 40px;
        height: 22px;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
	}
		
	#hamburger.open span	{
		display: none;
	}
		
	#hamburger.open	{
		justify-content: center;
	}
		
	#hamburger.open span:first-of-type	{
		display: block;
	}
		
	#hamburger span	{
		display: block;
		background: #B3A396;
		height: 2.5px;
	}
	
	#hamburger.open+#main-menu	{
		max-height: 100%;
        opacity: 1;
        display: block;
        position: absolute;
        top: 240px;
        left: 0;
        right: 0;
        background: #F3EFED;
        z-index: 25;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        width: 95%;
        margin: 0 auto;
        text-align: left;
        padding: 15px;
	}

	#cart-menu {
		right: 20px;
	}

	.partnerek-container .row {
		width: 730px;
	}

	.page-id-235 footer {
		position: unset;
	}
}

@media only screen and (max-width: 768px)	{
	h1	{
		font-size: 26px;
	}

	h2	{
		font-size: 24px;
	}

	h3	{
		font-size: 22px;
	}
	
	#logo img {
		width: 120px;
		height: auto;
	}

	#hamburger.open+#main-menu {
        top: 185px;
    }

	.carousel-inner {
		height: 450px;
	}
	
	.carousel-inner img {
		height: 450px;
		object-fit: cover;
	}

	.termekek,
	.rolam	{
		padding: 60px 0;
	}

	.rolam img	{
		margin-bottom: 40px;
	}

	.rolam .two-third {
		text-align: left;
		padding-left: 20px;
	}

	.two-img	{
		flex-wrap: wrap;
	}

	.blog-posts {
		padding: 60px 0 20px 0;
	}

	.display-posts-listing	{
		flex-wrap: wrap;
		flex-direction: column;
	}

	.blog-content h3 {
		font-size: 20px;
	}

	.display-posts-listing .blog-box {
		width: 100%;
		padding: 0;
        margin-bottom: 40px;
	}

	.blog-row .one-half	{
		padding: 0;
	}

	.single-post main {
		padding: 60px 0;
	}

	.footer-nav	{
		position: relative;
		padding: 15px 0;
	}

	.footer-nav:before	{
		content: '';
		position: absolute;
		background: #B3A396;
		height: 2px;
		width: 100px;
		margin: 0 auto;
		background-size: 35px;
		display: inline-flex;
		top: 0;
		background-repeat: no-repeat;
	}

	.footer-nav:after	{
		content: '';
		position: absolute;
		background: #B3A396;
		height: 2px;
		width: 100px;
		margin: 0 auto;
		background-size: 35px;
		display: inline-flex;
		bottom: 0;
		background-repeat: no-repeat;
	}

	.footer-nav li {
		float: none;
		padding: 5px 0;
	}

	.credits-p	{
		display: block;
	}

	.widget {
		margin-top: 35px;
	}

	.kapcsolat {
		padding: 60px 0;
	}

	.kapcsolat img	{
		padding-top: 40px;
	}

	.woocommerce-Price-amount	{
		text-wrap: nowrap;
	}

	.partnerek	{
		margin-bottom: 35px;
	}

	.partnerek-container .row {
		width: 100%;
		margin-bottom: 0;
	}

	.partnerek-container .one-half	{
		margin-bottom: 25px;
	}

	.impressum-container-1, .impressum-container-2 {
		width: 100%;
	}
}
	


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

}