/*
 Theme Name:   Tyringe Kurhotell 2023
 Theme URI:    https://tyringekurhotell.se/
 Description:  Tyringe Kurhotell 2023
 Author:       Majoda
 Author URI:   http://majoda.com
 Template:     understrap
 Version:      1.1.4
*/

/*
f3f0ee
ljust block bg */
body {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #534e4a;	/* Även button bg */
}
.container {
	max-width: 1430px;
	padding: 0 15px;
}
h1 {
	margin-bottom: .7rem;
}
h2, h3, h4, h5, h6 {
	margin-bottom: .7rem;
	font-family: 'Bitter', serif;
}
h1 {
	font-size: 28px;
	font-weight: 400;
/*	color: #e3dbd7 */
	color: #a8a59e;
	text-transform: uppercase;
}
h2 {
	font-weight: 600;
	color: #7b7e75;		/* block bg */
	font-size: 42px;
}
h3 {
	font-weight: 600;
	color: #7b7e75;		/* block bg */
	font-size: 22px;
}

.puff_content h2 {
	text-shadow: 2px 2px 2px rgba(1, 1, 1, 0.8);
}
.puff_content p {
	text-shadow: 2px 2px 2px rgba(1, 1, 1, 0.8);
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
}
.footerblock a:hover {
    color: #fff !important;
    text-decoration: underline;
}
a:hover {
    color: #000 !important;
    text-decoration: underline;
}
a {
	color: #000;
}
.banner {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.picalign {
	text-align: center;
}
.far.fa-file-pdf {
    font-size: 23px;
}
.btn-outline-primary:hover, .wpcf7 input:hover[type="submit"] {
    color: #fff;
    background-color: #7a7e74;
    border-color: #7a7e74;
}
.btn-outline-primary, .wpcf7 input[type="submit"] {
    color: #7a7e74;
    border-color: #7a7e74;
}
.elementor-kit-1601 .elementor-button {
  border-width: 0;
}
#kurhotelletheader {
	z-index: 10000;
	top: 0;
	width: 100%;	
	background: #f3f0ee;
	height: 150px;
	transition: all 0.6s;	
}
.bg-dark {
	background: transparent !important;
}
.navcontainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
	position: relative;
	top: 0;
	background: transparent;
	width: 100%;
	z-index: 2000;
	padding: 20px 0;
}
.navcontainer .navbar {
	width: 1400px;
	margin: 0 auto;
}	
.navbar ul {
/*	margin-top: 82px;  */
	margin-top: 16px;  
 	list-style: none;
	width: 100%;
}
.navbar ul li {
	display: inline;
	padding: 10px 5px;
	margin-left: .5rem;
/*	width: calc((100% - 260px) / 6); */
	width: calc(100% / 6);
}
.navbar ul li.menu_leftmarg {
	margin-left: 260px;
}
.nav-link {
	font-family: 'Bitter', serif;
	font-size: 21px;
	font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link, .navbar ul li a {
	color: #534e4a;
}
.navbar-brand {
	margin-right: 0;
}
.navbar ul li#menu-item-2427 {
	margin-left: 320px;
}
.navbar ul li#menu-item-757 {
	margin-left: 320px;
	white-space: nowrap;
}
.navbar-toggler {
	right: 10px;
	position: absolute;
	top: 30px;
	z-index: 2000;
}
.navbar-dark .navbar-toggler, .navbar-dark .navbar-toggler:hover, .navbar-dark .navbar-toggler:focus {
	color: rgba(255,255,255,.8);
	border-color: #7b7e75;
	background-color: #7b7e75;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: ""; 
	background-size: 100% 100%;
/*	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f0c9"; */
/*	f0c9 */
}
.logo {
	left: 50%;
	position: absolute;
	margin-top: 40px;
	top: 0;
	text-align: center;
	transform: translateX(-50%);
	z-index: 3000;	
}
.logo img {
	width: 150px;
	transition: all 0.6s;	
}
#kurhotelletheader .navbar ul {
	transition: all 0.6s;	
	padding-bottom: 0;
}
#kurhotelletheader.scrolled .navbar ul {
	margin-top: 58px;
}
#kurhotelletheader.scrolled .logo {
	margin-top: 15px;
}
#kurhotelletheader.scrolled .logo img {
	width: 180px;
}
.menubut a {
	background: #7b7e75;
	text-align: center;
	color: #f3f0ee !important;
}
.site-main {
	width: 100%;
}
.pagecontainer {
	margin-top: 30px;
}
.home .pagecontainer, .page-id-3009 .pagecontainer, .page-id-3072 .pagecontainer {
	margin-top: 0px;
}
.video-wrapper {
/*
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	overflow:hidden;
*/
	height: calc(100vh - 150px);
	width: 100%;	
}
.video-wrapper video {
/*	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	margin-top: -56px;
	*/
    max-width: 100%;
    height: calc(100vh - 150px);
	object-fit: cover;
	width: 100%;	
}
.video-wrapper .video-section {
    height: calc(100vh - 150px);	
}
.intro_right {
	width: 50%;
	float: right;
}
.intro_left {
	width: 50%;
	float: left;
	display: flex;
	height: 100%;
	padding-right: 25px;
}
.intro_left.nopos, .intro_right.nopos {
	height: auto;
	padding-top: 10px;
}
.intro_text {
	position: relative;
	width: 100%;
}
.intro_textblock {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	padding-right: 25px;
	margin-bottom: 10px;
}

.intro_right .intro_textblock {
	left: 50%;
	padding-right: 0;
	margin-bottom: 10px;
}
.intro_textblock p {
	margin-bottom: 0;
}
.intro_textblock.nopos {
	padding-top: 10px;
	position: relative;
	left: 0 !important;
	width: 100%;
}
.ca_button {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	padding: 10px 39px;
}
.content_small {
	max-width: 100%;
	margin: 0 auto;
	width: 650px;		
}
/* Puffar */ 
.puffar {
	width: 100%;
	display: contents;
	margin-bottom: 30px;
}
.puff_inner {
	position: relative;
	margin-bottom: 20px;
		margin-top: 10px;
}
.puff_content {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 90%;
	color: #fff;
	text-align: center;
}
.puff_content h2 {
	color: #fff;
	font-size: 27px;
}
.puff_button {
	background: #fff;
	color: #918F7D;
	font-weight: 700;
}
.bookingcontainer { 
	margin-bottom: 80px;
}
/* Footer */
#wrapper-footer {
	background-color: #7a7e74;
/*	padding-left: 40px; */
	margin: 0;
	max-width: none;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0; 
}
footer {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 25px 0px;
	color: #fff;
}
footer a {
	color: #fff;
	text-decoration: none;
}
.footerblock ul {
	list-style-type: none;
	text-transform: uppercase;
}
.footerblock .fab {
	font-size: 26px;
	margin-right: 6px;
}
/* Swiper */
.swiper-pagination-bullet {
	width: 14px !important;
	height: 14px !important;
	background: #fff !important; 
	opacity: 1.0 !important;
}
.swiper-pagination-bullet-active {
	background: #7a7e74 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 45px !important;
}
.swipesection { 
	width: 100%;
	position: relative;
}
.swipesection img {
	width: 100%;
}

.caption_holder {
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}
.bildspel_caption {
	position: absolute;
	bottom: 0%;
	right: 5%;
	color: #fff;
	padding-bottom: 10%;	
	text-align: öeft;
}
.bildspel_caption h2 {
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(1, 1, 1, 0.6);
}
.bildspel_caption a {
	text-decoration: none;
	color: #68cdef;
	text-transform: uppercase;
	font-weight: 700;
}
.bildspel_caption a:after {
    content: " ›";
}
.bildspel_caption .captiontext {
	font-size: 30px;
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(1, 1, 1, 0.6);
}
.bildspel_caption .captiontext h1, .bildspel_caption .captiontext h2 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}
.bildspel_caption .captiontext h3 {
	color: #fff;	
}
.navbar-light .navbar-nav .nav-link {
	margin-left: 35px;
	margin-right: 35px;
	padding-left: 0px;
	padding-right: 0px;
}
.dropdown-menu {
	border-radius: 0;
	color: #534e4a;
/*	text-transform: uppercase; */
	left: 0;
	background-color: #f3f0ee;
	text-align: left;
	border: none;
	width: 260px !important;
}
.dropdown-item {
	padding: 5px 10px;
	font-family: 'Bitter', serif;
}
#navbarNavDropdown ul ul li a {
	font-size: 17px;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navbarNavDropdown ul ul li a:hover {
	color: #000;
	background-color: transparent;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #fff !important;
    border: none !important;
    background-color: #70746a !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #fff !important;
    border: none !important;
    background-color: #7a7e74 !important;
	background-image: none;
}
.vc_btn3.vc_btn3-size-md {
    padding-left: 39px !important;
    padding-right: 39px !important;
	font-weight: 700 !important;
}
.vc_general.vc_cta3.vc_cta3-style-classic {
    border: none;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #7a7e74 !important;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    color: #fff;
    background-color: #70746a !important;
}
.kurhotellet_cta {
	text-transform: uppercase;
}
.wide_headline {
	height: 200px;
	position: relative;
	margin-bottom: 40px;
	background-size: cover;
	background-position: right;
	background-image: url('/wp-content/uploads/2019/07/topbild.jpg');
}
.wide_headline img {
/*    height: 200px; */
}
.wide_headline_inner {
    position:absolute;
    top: 28%;
    left:0;
    width: 100%;
}
.wide_headline_inner_headline {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    height: 200px;
}
.wide_headline_inner_headline h1 {
    display: inline-block;
    line-height: 70px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px #000;
}
.wpml-ls-legacy-list-vertical a {
	padding: 5px 0;
}
.wpb_vc_table td.vc_table_cell {
	padding: 6px 30px 6px 0px;
}
.grayback {
	background: #7a7e74;
	padding: 30px 0 0;
	margin-bottom: 30px;
}
.nopmargin p {
	margin-bottom: 0;
}
.nowrap2 { white-space: nowrap; vertical-align: top; }
.lighttext h1, .lighttext h2, .lighttext h3, .lighttext p, .lighttext { color: #e3dbd7; }
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext p, .whitetext { color: #fff; }
.whitetext a { color: #e3dbd7; }
.lighttext a { color: #fff; }
.centerbox { text-align: center; }
.elementor-button { background: #534e4a !important; border-color: #534e4a !important; color: #ece6e4 !important; }
.elementor-button:hover, .elementor-button:active, .elementor-button:focus { background: #fff !important; color: #534e4a !important; }
.but_light .elementor-button { background: #e3dbd7; border-color: #e3dbd7; color: #7b7e75; }
.but_light .elementor-button:hover, .but_light .elementor-button:active, .but_light .elementor-button:focus { background: #fff; color: #7b7e75; }
.but_white .elementor-button { background: #fff !important; border-color: #fff !important; color: #534e4a !important; }
.but_white .elementor-button:hover, .but_white .elementor-button:active, .but_light .elementor-button:focus { background: transparent !important; color: #fff !important; }
.pointlist tr td { padding: 20px 0; }
.pointlist tr td.point { padding-right: 30px; font-size: 42px; font-weight: 700; color: #a8a59e; }
.imageboxes .elementor-column .elementor-image-box-img { height: 320px; width: 100%; }
.imageboxes .elementor-column .elementor-widget-image-box img { height: 320px; width: 100%; object-fit: cover; }
.imageboxes .elementor-image-box-content { padding: 0 15px 15px 15px; text-align: left !important; }
.imageboxes .elementor-column  .elementor-image-box-title { font-weight: 700; } 
.imageboxes_center .elementor-column .elementor-image-box-img { height: 320px; width: 100%; }
.imageboxes_center .elementor-column .elementor-widget-image-box img { height: 320px; width: 100%; object-fit: cover; }
.imageboxes_center .elementor-image-box-content { padding: 0 15px 15px 15px; text-align: center !important; }
.imageboxes_center .elementor-column  .elementor-image-box-title { font-weight: 700; } 
.imageboxes_center h2, .imageboxes h2 { font-size: 26px; }
.coverfit, .coverfit .elementor-widget-container { width: 100%; height: 100%; }
.coverfit .elementor-widget-container img { width: 100%; height: 100%; object-fit: cover; }
.btn { 
	font-size: 20px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	display: inline-block;
	line-height: 1;
	padding: 12px 24px;
	border-radius: 3px;
	fill: #fff;
	text-align: center;
	transition: all .3s;
}	
.btn.dark {
	background: #534e4a !important;
	border-color: #534e4a !important;
	color: #ece6e4 !important;
}
.btn.dark:hover {
	background: #fff !important;
	color: #534e4a !important;
}
.lagertab td { padding: 6px 30px 6px 0; }
.recensioner hr { width: 50%; margin: 20px auto !important; }
.elementor-element-0345d98 .elementor-element-populated { padding: 0 !important; }

.startblock { background: #534e4a; }
.startblock .elementor-column { padding: 10px 5px; }
.startblock .firstblock { padding-left: 10px; }
.startblock .lastblock { padding-right: 10px; }
.startblock h2 { display: inline-block; font-size: 26px; border-bottom: 1px solid #222; padding-bottom: 20px; }
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type="color"]:focus, .wpcf7 input[type="date"]:focus, .wpcf7 input[type="datetime-local"]:focus, .wpcf7 input[type="datetime"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="file"]:focus, .wpcf7 input[type="month"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="range"]:focus, .wpcf7 input[type="search"]:focus, .wpcf7 input[type="submit"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="time"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="week"]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
	border-color: #222;
	box-shadow: none;
}
.btn-outline-primary:hover, .wpcf7 input:hover[type="submit"] { color: #222; }
/* Reponsiv */
@media all and (max-width: 1600px) {
.bildspel_caption  { left: 15px; }
}
@media all and (min-width: 1440px) {
.fullwidth_fixmarg { margin-right: calc((100vw - 1400px) / 2); max-width: calc((100vw + 200px) - ((100vw - 1400px) / 2)); }	
.fullwidth_fixmarg_left { margin-left: calc((100vw - 1400px) / 2); max-width: calc((100vw + 200px) - ((100vw - 1400px) / 2)); }		
}
@media all and (max-width: 1439px) {
.fullwidth_fixmarg, .fullwidth_fixmarg_left { padding: 40px 15px; }	
}
@media all and (min-width: 1200px) {
.pagetop .swipesection img { max-height: 75vh; width: 100%; object-fit: cover;}	
}	
@media all and (min-width: 993px) {
}
@media all and (max-width: 992px) {
#kurhotelletheader { height: 112px; }
.navbar-collapse { background: #f3f0ee; }
.navbar-collapse > ul { display: block; height: 100%; top: 100%; z-index:1000; width: calc(100% - 30px); margin-left: 15px; margin-top: 80px; }
.menubut { display: none !important; }
.navbar ul li { width: 100%; display: inline-block; padding: 0; margin-left: 0; }
.navbar ul li.menu_leftmarg { margin-left: 0; }
.navbar ul li#menu-item-2427 { margin-left: 0; }
.video-wrapper { height: 60vh; }
.video-wrapper .video-section { height: 60vh; }
.video-wrapper video { height: 60vh; }
.navcontainer { padding: 0; }
.logo img { width: 150px; margin-top: -20px; }
h1 { font-size: 22px; }
h2 { font-size: 32px; }
h3 { font-size: 20px: }
.bildspel_caption h1, .bildspel_caption h2, .bildspel_caption .captiontext h1, .bildspel_caption .captiontext h2 { font-size: 26px; }
.startblock .elementor-column { padding: 5px 10px; }
.startblock .firstblock { padding-top: 10px; padding-left: 10px; }
.startblock .lastblock { padding-bottom: 10px; padding-right: 10px; }
}
@media all and (min-width: 767px) {
.nowrap1 { white-space: nowrap; }
.smallcol { max-width: 1000px; margin: 0 auto !important; }

}
@media all and (max-width: 1300px) {
.intro_textblock { font-size: 14px; line-height: 19px; }
}
@media all and (max-width: 1180px) {
.menuouter .menu { padding: 0; }
.navbar-light .navbar-nav .nav-link { margin-left: 22px; margin-right: 22px; }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 768px) and (max-width: 1120px) {
.puffar .col-md-3 { flex: 0 0 50%; max-width: 50%; }
}
@media all and (max-width: 1100px) {
.intro_left { width: 100%; float: none; margin-right: 0; display: inline-block; margin-top: 20px; padding-right: 0; height: auto; }		
.intro_right { width: 100%; padding-right: 0; float: none; margin-top: 20px; height: auto; }
.intro_textblock { position: relative; width: 100%; padding-right: 0; font-size: 16px; line-height: 22px; }
.intro_right .intro_textblock { left: 0; }
.captiontext h1 { font-size: 36px; }
.bildspel_caption .captiontext { font-size: 24px; }

}
@media all and (max-width: 1040px) {
.navbar-light .navbar-nav .nav-link { margin-left: 12px; margin-right: 12px; }
}
@media all and (max-width: 900px) {
.captiontext h1 { font-size: 30px; }
.bildspel_caption .captiontext { font-size: 20px; }
.navbar { padding-left: 2px; padding-right: 2px; }
.navbar-light .navbar-nav .nav-link { margin-left: 6px; margin-right: 6px; }
}
@media all and (max-width: 768px) {
/* h1 { font-size: 46px; } */
/*.navbar { display: contents; }
.navbar-toggler { position: absolute; top: 4%; right: 1%; }
*/
.menuouter .navbar { border-top: 0; }
.puffar { display: inline-block; }
.puff_inner { margin-bottom: 30px; }
.captiontext h1 { font-size: 26px; }
.bildspel_caption { padding-bottom: 15px; left: 2%; right: 2%; }
.bildspel_caption .captiontext { font-size: 18px; line-height: 22px; }
.footerblock { margin-bottom: 20px; }
.footerblock ul { padding-left: 0; }
.overlap_mobile { background-image: linear-gradient(180deg, #a8a59e 50%, #a8a59e 50%) !important; }
.attgora .elementor-container { grid-template-columns: 1fr 1fr; }
.page-id-3009 .swipesection img { height: 55vh; object-fit: cover; object-position: 18% top; }
}
@media all and (max-width: 576px) {
.wpb_vc_table td.vc_table_cell { width: 100%; display: block; padding-right: 0; }
.wpb_vc_table td:nth-child(even) {margin-bottom: 12px; }
.video-wrapper { height: auto; }
.video-wrapper .video-section { height: auto; }
.video-wrapper video { height: auto; }
.logo img { width: 120px; }
}
@media all and (max-width: 540px) {
.captiontext h1 { font-size: 22px; }
.bildspel_caption { padding-bottom: 10px; }
.bildspel_caption .captiontext { font-size: 16px; line-height: 18px; }
}
@media all and (max-width: 400px) {
.bildspel_caption { padding-bottom: 0px; }
.bildspel_caption .captiontext p { display: none; }
}