/*   
Theme Name: raumfinder
Theme URI: www.raumfinder.ch
Description: Hier finden Sie für jeden Anlass den richtigen Raum ... und mehr
Author: Bazu
Author URI: bazu.com
Version: 1.0.0
*/

@charset "utf-8";
/* CSS Document */
input{
	caret-color: #FEAA4C;
}

input,
select,
button{
	outline: none;
}

button:focus{
	outline: none;
}

h1{
	font-family: Luiss Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 56px;
	color: #000000;
	padding-top:16px;
	padding-bottom:16px;
}

h2{
	font-family: Luiss Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	color: #000000;
}
.header-menu li{
	float: left;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.header-menu li a{
	text-decoration: none;
}


.main-button{
	display: inline-block;
	align-items: center;
	padding: 0 20px;
	position: relative;
	z-index: 1;
	line-height: 50px;
	font-family: Fira Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	border: none;
	background: transparent;
}


.main-button:before{
	content: '';
	position: absolute;
	background: linear-gradient(180deg, #FF5734 0%, #FFCE00 100%);
	width: 100%;
	transform: translate(5px, -5px);
	z-index: -1;
	transition: transform .3s ease;
	top: 0;
	right: 0;
	height: 50px;
	border-radius: 25px;
}

.main-button:after{
	content: '';
	position: absolute;
	width: 100%;
	border: 2px solid black;
	z-index: 2;
	height: 50px;
	border-radius: 25px;
	left: 0;
	top:0;
}

.main-button:hover{
	color: #000000;
	text-decoration:none;
}

.main-button:hover:before{
	transform: translate(0,0);
}

.other-button{
	position: relative;
	display: flex;
	align-items: center;
	font-family: Fira Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	height: 50px;
	padding: 2px 18px;
}

.other-button:hover{
	color: #000000;
	border: 2px solid black;
	padding: 0px 16px;
	border-radius: 25px;
}


.menu-menu-container,
.menu-menu-logout-menu-container{
	margin-top:17px;
}

.header-search{
	float: left;
	max-width: 400px;
	margin-top:27px;
}

.header__border_bottom{
	padding-bottom: 20px;
	border-bottom: 2px solid black;
}

.navbar{
	padding:0;
}

#header_menu{
	margin-bottom: 0px;
}

#header__img{
	width: 122px;
	height: 60px;
	background-image: url(./img/logo_new.svg);
	background-size: cover;
	float: left;
	margin-left: 50px;
	margin-top:20px;
}

.header__mob-menu div{
	position: absolute;
	right: 100px;
	top:30px;
	background: url(./img/Menu.svg);
	background-size: cover;
	width: 44px;
	height: 44px;
	float: right;
	margin: 0;
	display:none;
}

.header__mob-menu:hover div{
	background: orange;
}

#searchsubmit{
	display: none;
}

#search-4{
	position: relative;
}

#search-4 .screen-reader-text{
	display: none;
}

#searchtext{
	width: 250px;
	height: 50px;
	border: 2px solid #000000;
	box-sizing: border-box;
	border-radius: 25px;
	padding-left: 16px;
	font-family: Fira Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	border-radius: 25px;
	outline: none;
}

#searchtext:hover{
	background: rgba(255, 157, 86, 0.07);
	border: 2px solid #FEAA4C;
	caret-color: #FEAA4C;
}

#searchtext:aktive{
	background: rgba(255, 157, 86, 0.07);
	border: 2px solid #FEAA4C;
}

#searchtext:focus{
	border: 2px solid #FEAA4C;
	caret-color: #FEAA4C;
}


#search-4 form:not(.search-applied):after{
	position: absolute;
	content:'';
	right: 17px;
	top: 16px;
	width: 20px;
	height: 20px;
	background-image: url(./img/search-left-1.svg);
	pointer-events: none;
}

#search-4 form:not(.search-applied):hover:after,
#search-4 form:not(.search-applied):focus-within:after{
	background-image: url(./img/search_left_hover.svg);
}
#search-4 form:not(.search-applied) .search-clear-icon {
	display: none;
}

#search-4 form.search-applied .search-clear-icon {
	position: absolute;
	right: 17px;
	top: 16px;
	width: 20px;
	height: 20px;
	background-image: url(./img/search_clear_icon.svg);
	cursor: pointer;
	pointer-events: auto;
}

#search-4 form.search-applied:hover .search-clear-icon,
#search-4 form.search-applied:focus-within .search-clear-icon{
	background-image: url(./img/search_clear_icon_hover.svg);
	cursor: pointer;
}


.separator{
	display: block;
	height: 17px;
}

.footer__field-center{
	display: flex;
	justify-content: space-around;
}

.footer__field-right{
	display: flex;
	justify-content: space-around;
}

.separator_none_all{
	display: block;
	height: 0;
}

.mobile-show{
	display: none;
}

.pagination .nav-links{
	display: flex;
	justify-content: start;
	width: 100%;
}

.posts{
	min-height: 600px;
}

.link h2:hover,
.link h1:hover{
	color: #FEAA4C;
	text-decoration: none;
}

.circle-button{
	display: inline-block;
	align-items: center;
	padding: 0px 22px;
	position: relative;
	z-index: 1;
	line-height: 50px;
	font-family: Fira Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	border-radius:25px;
	margin: 0 10px;
	margin-top:2px;
}

.circle-button:after{
	content: "";
	position: absolute;
	top:0px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border:2px solid black;
	border-radius: 25px;
	margin: auto;
}

.circle-button-no-active{
	display: inline-block;
	align-items: center;
	padding: 2px 22px;
	position: relative;
	z-index: 1;
	line-height: 50px;
	font-family: Fira Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	margin: 0 10px;
}
.circle-button-no-active:hover{
	text-decoration: none;
	color:#FEAA4C;
}
.circle-button-no-active:hover:after{
	content: "";
	position: absolute;
	top:0px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border:2px solid #FEAA4C;
	border-radius: 25px;
	margin: auto;
}

.footer-link{
	color: #000000;
	height: 20px;
}

.footer-link-orange,
.footer-link-orange:hover{
	color: #FEAA4C;
}

.footer-link:hover{
	color: #FEAA4C;
	text-decoration: none;
	transition: color .3s ease;
}

.container-fluid_rooms {
	border-top: 1px dashed black;
	padding-top: 20px;
}

.coll-footer-room{
	margin-bottom: 20px;
	padding: 0;
}

.footer__field-right{
	/*justify-content: space-between;*/
}

.header-search{
	margin-left: -60px;
}

.box-text_footer{
	padding-left: 15px;
	display: inherit;
}

.navbar-light .navbar-toggler{
	border:transparent;
}

.profile-menu{
	display: none;
	background: #FFFFFF;
	border: 2px solid #FEAA4C;
	border-radius: 16px;
}

.menu-item-has-children .other-button:hover{
	border: 2px solid transparent;
	color: #FEAA4C;
}

.menu-item-has-children .other-button:focus{
	border: 2px solid transparent;
	color: #FEAA4C;
	padding: 0px 16px;
}

.menu-item-has-children .main-button:after{
	border:none;
	height: 0;
}

.menu-item-has-children .main-button:before{
	background: transparent;
	height: 0;
}

.menu-item-has-children .main-button{
	color: #FEAA4C;
}

.menu-item-has-children > .other-button:after{
	content:"";
	position: absolute;
	width: 10px;
	height: 5px;
	right: 0;
	top: 22px;
	background: url('img/point_rooms.svg');
	background-size: contain;
	background-repeat: no-repeat;
}


.menu-item-has-children > .other-button:hover:after{
	content:"";
	position: absolute;
	width: 10px;
	height: 5px;
	right: -2px;
	top: 20px;
	background: url('img/point_rooms-hover.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.menu-item-has-children > .other-button:focus:after{
	content:"";
	position: absolute;
	width: 10px;
	height: 5px;
	right: -2px;
	top: 20px;
	background: url('img/point_rooms-focus.svg');
	background-size: contain;
}



.menu-item-has-children .other-button:focus +.profile-menu{
	display: flex;
	flex-direction: column;
	padding-left: 0;
	position: absolute;
	top: 70px;
	margin: auto;
	z-index: 2;
}

.profile-menu li a{
	font-family: Fira Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	color: #000000;
	white-space: nowrap;
}


.profile-menu .main-button{
	padding: 2px 18px;
}

.menu-item-has-children{
	position: static;
}

.menu-item-has-children:hover{
	color: #FEAA4C;
}

.menu-item-has-children .sub-menu,
.menu-item-has-children .profile-menu{
	padding-top: 12px;
}


.menu-item-has-children:hover .sub-menu,
.menu-item-has-children:hover .profile-menu{
	display: flex;
	flex-direction: column;
	padding-left: 0;
	position: absolute;
	top: 70px;
	margin: auto;
	z-index: 3;
	/*padding-top: 10px;*/
}

.menu-item-has-children:hover .profile-menu .right{
	order: 4;
}

.menu-item-has-children .other-button:focus +.profile-menu .right{
	order: 4;
}

.menu-item-has-children > a{
	position: relative;
}

.profile-menu .other-button{
	height: auto;
}

.profile-menu .right{
	margin-bottom: 12px;
}

.sub-menu li{
	margin-top:0px;
	margin-bottom: 0px;
}

.profil-menu-login li:last-child{
	margin-bottom: 12px;
}

.icon-list-success{
	content: '';
	display: block;
	float: left;
	margin-right: 5px;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(./img/success.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.descriptions-second-bottom-link{
	display: block;
	position: relative;
	z-index: 1;
	width: 575px;
	margin: auto;
	height: 100%;
	border-radius: 150px;
}


@media screen and (max-width: 1850px){
	.header-menu li {
		margin: 5px 3px;
	}

	#header__img {
		margin-left: 40px;
	}

	.header-search {
		margin-top: 22px;
	}

	.other-button {
		font-size: 17px;
		padding: 2px 15px;
	}

	.other-button:hover,
	.other-button:focus{
		font-size: 17px;
		padding: 0px 13px;
	}

	.sub-menu .other-button:hover, .sub-menu .other-button:focus{
		font-size: 15px;
	}

	.menu-item-has-children .other-button:focus{
		border: 2px solid transparent;
		color: #FEAA4C;
		padding: 0px 13px;
	}

	#header_menu .main-button{
		font-size: 17px;
	}

	#header_menu .main-button:hover{
		font-size: 17px;
	}

	#searchtext{
		font-size: 17px;
	}

	#header_menu .profile-menu .main-button{
		font-size: 15px;
	}

	.profile-menu .main-button{
		padding: 2px 15px;
	}

}

.navbar-light .navbar-toggler-icon{
	background: url(./img/new-menu-icon.svg);
	width: 44px;
	height: 44px;
	background-size: contain;
	background-repeat: no-repeat;
}

.navbar-light .navbar-toggler-icon:before{
	content: '';
	position: absolute;
	background: linear-gradient(180deg, #FF5734 0%, #FFCE00 100%);
	width: 45px;
	transform: translate(-5px, 0px);
	z-index: -1;
	transition: transform .3s ease;
	top: 0;
	right: 0;
	height: 40px;
	border-radius: 25px;
}

.navbar-toggler:hover .navbar-toggler-icon:before{
	width: 40px;
	height: 40px;
	transform: translate(-15px, 6px);
	transition: transform .3s ease;
}

.container-fluid_rooms {
	max-width: 1140px;
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 1440px){
	#header__img{
		margin-left: 0px;
	}

	.header-search{
		width: 250px;
	}

	#searchtext{
		width: 250px;
	}

	.current-menu-item a{
		font-size: 15px;
	}

	#header-mobile-menu{
		position: absolute;
		right: 0px;
		top: 20px;
		z-index: 1;
	}

	.header__mob-menu div{
		right: 20px;
		top: 15px;
		pointer-events: none;
	}

	.menu-menu-container,
	.menu-menu-logout-menu-container{
	}

	.other-button{
		width: max-content;
	}

	.container-fluid_rooms {
		max-width: 1140px;
		padding-left: 0;
		padding-right: 0;
	}

	.other-button{
		font-size: 15px;
		padding: 2px 10px;
	}
	.other-button:hover{
		font-size: 15px;
		padding: 0px 8px;
	}

	.menu-item-has-children .other-button:focus{
		font-size: 15px;
		padding: 0px 8px;
	}

	#header_menu .profile-menu .main-button{
		font-size: 15px;
	}

	#header_menu .active{
		font-size: 15px;
		padding: 0px 15px;
	}

	#header_menu .profile-menu .active{
		padding: 0;
	}

	#header_menu .profile-menu .main-button{
		padding: 2px 10px;
	}

	.header-menu li {
		margin: 5px 2px;
	}

	#searchtext{
		font-size: 15px;
	}

	.descriptions-second-bottom-link{
		width: 480px;
		height: 450px;
	}

}


@media screen and (max-width: 1199px){
	.menu-menu-container,
	.menu-menu-logout-menu-container {
		margin-top: 20px;
	}
	.footer__field-center{
		padding-bottom: 20px;
		margin-top: 20px;
	}

	.footer__field-right{
		padding: 30px;
	}

	.footer__field-center,
	.footer__field-right{
		justify-content: space-between;
		padding-left: 0;
		margin-left: 15px;
		max-width: 960px;
		padding-right: 0;
	}

	#footer{
		padding-left: 15px;
		padding-right: 15px;
	}

	.coll-footer-room{
		margin-bottom: 0px;
		padding: 0;
	}
	#searchtext{
		width: 150px;
		font-size: 15px;
	}

	#search-4{
		width: 150px;
	}

	.header-search{
		width: 150px;
		margin-top:25px;
	}

	.other-button{
		padding: 2px 4px;
		letter-spacing: -0.02em;
	}
	.other-button:hover{
		padding: 0px 2px;
	}

	.header-search{
		margin-left: 0px;
	}
	.current-menu-item a{
		padding: 0 12px;
	}
	#header_menu .active {
		padding: 0px;
	}

	.container-fluid_rooms{
		max-width: 960px;
	}
	.menu-item-has-children > .other-button:after{
		right: -8px;
	}
	.menu-item-has-children > .other-button:hover:after {
		right: -10px;
	}
	.menu-item-has-children .other-button:focus{
		padding: 0px 2px;
	}
	.menu-item-has-children > .other-button:focus:after{
		right: -10px;
	}
	#header_menu .profile-menu .main-button {
		padding: 2px 4px;
	}

	.descriptions-second-bottom-link{
		width: 380px;
		height: 350px;
	}

}

@media screen and (max-width: 991px){
	.row{
		margin: 0 auto;
	}

	.col-12{
		padding: 0px;
	}

	.menu-menu-container #header_menu{
		margin-bottom: -1px;
	}

	.container-fluid{
		padding-left: 0;
		padding-right: 0;
	}

	.main-button{
		font-size: 16px;
	}

	.main-button{
		line-height: 40px;
	}

	.icon {
		top:10px;
	}

	.main-button:before{
		width: 100%;
		height: 40px;
		border-radius: 20px;
	}

	.main-button:after{
		height: 40px;
		border-radius: 20px;
	}

	#header-mobile-menu{
		position: absolute;
		right: 0px;
		top: -60px;
	}

	#header_menu{
		text-align: center;
	}

	#header__img {
		margin-left: 20px;
	}



	.navbar-toggler-icon {
		width: 44px;
		height: 44px;
	}

	.header__mob-menu{
		display: none;
	}
	.header-search{
		max-width: 290px;
		float: none;
		margin:30px auto 0px;
		margin-top: -55px;
		margin-left: 200px;
	}


	.menu-item-has-children .other-button:focus +.profile-menu{
		position: inherit;
	}
	.menu-item-has-children:hover .sub-menu, .menu-item-has-children:hover .profile-menu{
		position: inherit;
	}

	.profile-menu{
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		flex-direction: column;
	}

	.profile-menu{
		border: none;
		border-radius: none;
	}
	.profile-menu-logout{
		display: none !important;
	}


	.show{
		display: flex !important;
		flex-wrap: wrap;
		padding-left: 0;
		flex-direction: column;
		transition: all 0.5s ease-out;
	}

	.right{
		order: 4;
	}

	.menu-item-has-children > .other-button:after{
		top: 15px;
	}

	.menu-item-has-children > .other-button:after {
		right: 5px;
	}


	.other-button {
		display: inline-block;
		justify-content: center;
		line-height: 60px;
		font-size: 16px;
		padding: 2px 20px;
		height: 40px;
		line-height: 37px;
		font-size: 17px;
	}

	.other-button:hover{
		padding: 0px 18px;
		height: 40px;
		line-height: 37px;
		font-size: 17px;
	}

	#header_menu .active{
		padding: 0px 20px;
		font-size: 17px;
	}


	.header__border_bottom{
		border:none;
	}

	#search-4{
		width: 290px;
		margin:auto;
	}

	#searchtext{
		width: 300px;
	}


	.separator_none_mobile{
		height: 0px;
	}

	.mobile-hide{
		display: none;
	}

	.mobile-show{
		display: inline-block;
	}

	.footer__left-bord{
		position: relative;
		left: -15px;
	}
	.footer__right-bord{
		/*right: -20px;*/
		position: relative;
	}

	.other-button:hover:after{
		height: 2em;
	}

	.menu-menu-container,
	.menu-menu-logout-menu-container{
		margin-top:20px;
	}

	.footer__field-center{
		padding-bottom: 20px;
		margin-top: 20px;
	}

	.footer__field-right{
		padding: 30px;
		padding-left: 0px !important;
		padding-right: 0 !important;
		margin-left: 0;
	}

	.coll-footer-room{
		padding-left: 0%;
		margin-left: -20px;
	}
	.box-text_footer{
		padding-left: 0;
	}

	.footer__field-center{
		margin-left: 0;
	}
	.coll-footer-room{
		margin-left: 0px;
	}

	.menu-menu-container{
		width: 100%;
	}

	.header-menu li {
		margin: 0px 2px !important;
		border-top: 1px solid black;
		border-bottom: 1px solid transparent;
	}

	.profil-menu-login{
		padding-top: 0 !important;
	}

	.sub-menu li{
		height: 40px;
		line-height: 40px;
	}

	.sub-menu li:last-child{
		/*border-bottom: 1px solid black;*/
	}
	#header_menu{
		text-align: left;
	}
	.profile-menu li a{
		line-height: 37px;
		font-size: 17px;
	}
	.profile-menu li{
		height: 42px;
	}

	.other-button:hover	{
		padding: 2px 20px;
		border:none;
		color: #FEAA4C;;
	}

	#header_menu .main-button:before{
		display: none;
	}
	#header_menu .main-button:after{
		display: none;
	}

	#header_menu .main-button{
		color: #FEAA4C;
		padding: 0;
		/*padding: 2px 20px;*/
	}

	#header_menu .sub-menu .main-button{
		color: #FEAA4C;
		padding: 2px 20px;
		font-size: 17px;
	}

	.menu-item-has-children .other-button:hover{
		border: none;
	}
	.sub-menu .other-button:hover, .sub-menu .other-button:focus{
		line-height: 37px;
		font-size: 17px;
	}

	.menu-menu-logout-menu-container{
		width: 100%;
	}

	.menu-item-has-children .other-button:focus{
		padding: 2px 20px;
		/*outline: none;*/
		/*font-size: 17px;*/
		height: 40px;
		line-height: 37px;
		font-size: 17px;
		border: none;
		color: #FEAA4C;
	}
	.menu-menu-container .menu-item-has-children>a:after{
		display: none !important;
	}

	.profile-menu-logout{
		padding-top: 0 !important;
	}

	.profile-menu-logout .right{
		/*border-bottom: 1px solid black;*/
	}

	.profil-menu-login li:last-child{
		border-bottom: 1px solid black;
	}

	.menu-item-has-children > .other-button:focus:after {
		right: 6px;
		background-repeat: no-repeat;
	}


	.menu-item-has-children > .other-button:after{
		top: 17px;
	}
	.menu-item-has-children > .other-button:hover:after {
		right: 5px;
	}

	.menu-menu-logout-menu-container #header_menu{
		border-bottom: 1px solid black;
	}

	.sub-menu li:hover a{
		color: #FEAA4C !important;
	}

	.menu-item-has-children > .other-button:hover:after{
		top:17px;
	}
	.menu-item-has-children .other-button:focus{
		color: black;
		outline: none;
	}

	.menu-item-has-children .other-button:hover{
		color: #FEAA4C;
	}

	.menu-item-has-children > .other-button:focus:after{
		background: url(img/point_rooms.svg);
		background-size: contain;
		top: 17px;
		background-repeat: no-repeat;
		right: 5px;
	}

	.menu-item-has-children > .other-button:hover:after {
		background: url(img/point_rooms-hover.svg);
		background-size: contain;
	}

	.menu-item-has-children .active-position{
		color: #FEAA4C !important;
		transition: all 0.5s ease-out;
	}

	.menu-item-has-children .active-position:after{
		background: url(img/point_rooms-focus.svg) !important;
	}

	.navbar-collapse{
		position: absolute;
		width: calc(100% + 15px);
		top: 0px;
		z-index: 10;
		background: white;
		margin-left: -15px;
		transition: all 0.5s ease-out;
	}

	.backdrop{
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.9);
		opacity: 0;
		transition: opacity 1s ease;
		z-index: 2;
		pointer-events: none;
	}
	.layout-on + .backdrop{
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.9);
		opacity: 1;
		transition: opacity 1s ease;
		z-index: 4;
		pointer-events: all;
	}

	.header__border_bottom{
		position: relative;
		background: white;
		z-index: 5;
	}

	.descriptions-second-bottom-link{
		margin-right: 0;
		border-top-right-radius: inherit;
		border-bottom-right-radius: inherit;
		width: 250px;
	}



}

@media screen and (max-width: 767px){
	.header-search{
		margin-top: 30px;
	}
	#header-mobile-menu{
		top: -155px;
	}

	.head-mobile-border{
		border-top: 2px solid black;
		margin-top: 15px;
	}

	.coll-footer-room{
		padding-left: 0%;
	}

	.mobile-hide-footer{
		/*display: none;*/
	}

	.header-search{
		margin: 30px auto 0px;
	}

	.container-fluid_rooms {
		max-width: 540px;
	}

	#header_menu{
		/*margin-top: -10px;*/
	}

	.page-template-content-simple-page #search-4 form:not(.search-applied):after{
		right: 53px;
	}

	.footer__field-right{
		flex-wrap: wrap;
	}

	.footer__right-bord{
		right: 0;
	}

	.footer-3{
		margin-left: -15px;
		/*margin-right: 15px;*/
	}

	.descriptions-second-bottom-link{
		margin-right: 0;
		border-radius: inherit;
		width: 100%;
		height: 100%;
	}
	.description-third__button{
		font-size: 14px;
		padding-left: 7px;
		padding-right: 35px;
	}

}

