
@font-face{

    font-family: 'Vidaloka';
    
    src: url('/hotels/parkhotel-altmuehltal/onts/Vidaloka-Regular.eot');
    
    src: url('/hotels/parkhotel-altmuehltal/onts/Vidaloka-Regular.eot?iefix') format('eot'),
    
    url('/hotels/parkhotel-altmuehltal/onts/Vidaloka-Regular.woff') format('woff'),
    
    url('/hotels/parkhotel-altmuehltal/onts/Vidaloka-Regular.ttf') format('truetype');
    
    font-weight: 400;
    
    font-style: normal;
    
    }

@font-face{

	font-family: 'PTSans';
	
	src: url('/hotels/parkhotel-altmuehltal/onts/PTSanstserrat-Regular.eot');
	
	src: url('/hotels/parkhotel-altmuehltal/onts/PTSans-Regular.eot?iefix') format('eot'),
	
	url('/hotels/parkhotel-altmuehltal/onts/PTSans-Regular.woff') format('woff'),
	
	url('/hotels/parkhotel-altmuehltal/onts/PTSans-Regular.ttf') format('truetype');
	
	font-weight: 400;
	
	font-style: normal;
	
	}

@font-face{

	font-family: 'PTSans';
	
	src: url('/hotels/parkhotel-altmuehltal/onts/PTSans-Bold.eot');
	
	src: url('/hotels/parkhotel-altmuehltal/onts/PTSans-Bold.eot?iefix') format('eot'),
	
	url('/hotels/parkhotel-altmuehltal/onts/PTSans-Bold.woff') format('woff'),
	
	url('/hotels/parkhotel-altmuehltal/onts/PTSans-Bold.ttf') format('truetype');
	
	font-weight: 700;
	
	font-style: normal;
	
	}
		

    
    
    body{
        color: #333;
        font-family: 'PTSans', sans-serif !important;
        font-size: 1em;
		font-weight: 400;
    }
    
    header{
        background-color: #fff;
        color: #333;
		font-size: 16px;
    }

    header p, header span{
        font-family: 'PTSans', sans-serif;;
        font-weight: 300;
    }

    #header-nav-6{
        flex-direction: column;
    }

	#header-nav-1{
		min-width: 200px;
	}

    #header-nav-6 #header_total_price{
        margin-bottom: 0;
        margin-top: 5px;
    }

    #header-nav-6 .mt-4.mx-2{
        margin-top: 0 !important;
    }


	#header-nav-1 a{
		display: block;
		position: absolute;
		top: 10px;
	}

    #template_body{
        margin-top: 90px;
    }
    
	.adults p.label, .children p.label, .childAge p.label, .rooms-quantity p.label, .promocode p.label{
		font-size: 16px;
	}

	footer .footer-links a{
		color: #fff;
		text-decoration: none;
		margin: 0 5px;
	}

	footer a{
		text-decoration: none;
		font-weight: 700;
	}

	footer a:hover{
		text-decoration: underline;
		color: #fff;
	}

	.footer-links img{
		width: 30px;
	}

	footer .info-wrap{
		display: flex;
		justify-content: center;
	}

	footer .info-wrap img{
		width: 22px;
		height: 22px;
		margin-right: 10px;
		filter: invert(100%);
	}

	.youtube img{
		width: 100px;
		margin-left: 20px;
	}

	.footer-links{
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.footer-links a{
		margin: 0 10px;
	}

	footer .info-wrap a{
		font-weight: 400;
	}

	.footer-map img{
		width: 300px;
	}

	.footer-links a.facebook img{
		width: 15px;
		margin-right: 10px;
	}
    
    a:hover{
        color: #007676;
        text-decoration: underline;
        transition: 0.3s;
    }
    
    header .gms-logo{
        bottom: 10px;
    }

	header img{
		width: 120px;
	}
	

    header div.active, header div.d-flex:first-child{
        background-color: #007676;
        color: #fff !important;
    }
    
	header div.d-flex{
		padding-bottom: 0;
	}


    header .gms-logo img,  .gms-logo img{
        width: 150px;
    }


    header::after{
        display: none;
    }

	.guest-div{
		background-color:#ffffffd9;
	}
	
    
    .guests-div-wrap{
        background-image: url('/hotels/parkhotel-altmuehltal/img/main2.jpg');
		min-height: 85vh;
    }
    
    .my-container{
        margin: 0 auto;
    }
    
    .main-row{
        display: flex;
        justify-content: center;
    }
    
    .main-row .col-1{
        display: none;
    }
    
    .ui-datepicker.ui-datepicker-multi{
        width: 100% !important;
    }
    
    .ui-datepicker-month, .ui-datepicker-year, .ui-datepicker td .ui-state-default{
        font-family: 'PTSans', sans-serif;
        font-weight: 300;
    }

    #searchFormBtn{
        margin-right: 15px;
    }
    
    .input-button, .form-button, .last-offer a.bookingBtn,
    .price-and-details, .book-button, .basket-button, .reservation-button,
    .show-button, .modal-close-button, .last-minute-offer a.standart_btn, .weiter-mobile, .calendar-weiter,
    .to-lastminutes .standart_btn, #searchFormBtn{
        background-color: #b4871b !important;
		border: 2px solid #b4871b!important;
        text-transform: inherit;
        color: #fff !important;
        font-size: 16px;
		letter-spacing: 0.1em;
        font-family: 'PTSans';
		border-radius: 0;
		text-decoration: none;
		text-transform: uppercase;
    }
    
    
    .input-button:hover, .form-button:hover, .last-offer a.bookingBtn:hover,
    .price-and-details:hover, .book-button:hover, .basket-button:hover, .reservation-button:hover,
    .show-button:hover, .modal-close-button:hover, .last-minute-offer a.standart_btn:hover, .calendar-weiter:hover,
	#searchFormBtn:hover{
        color: #b4871b !important;
        background-color: #fff !important;
        border-color: #b4871b !important;
        text-decoration: none;
    }

	.basket-wrapper .basket-button{
		margin-top: 15px;
	}
    
    .rooms-wrapper, #date_range, .services-container, .form-container,
	.dates_info{
        max-width: 100%;
        max-width: 1180px;
    }

	.last-minute-offer h3, .last-minute-offer p.m-0{
		padding-left: 15px;
	}

    #show-hide-basket-wrapper{
        left: -35px;
        background-color: #fff;
    }

    #basket .d-flex.justify-content-between.mx-4 h3{
        font-size: 18px;
        margin-top: 10px;
    }
    
    .slider-default-color-block {
        background: #007676;
    }
    .slider-default-color-block + h3 {
        color: #fff !important;
    }
    
    .header-info i{
        color: #007676;
    }
    
    footer{
        background-color: #007676;
        color: #fff;
		padding: 0;
		font-family: 'PTSans';
		font-size: 16px;
    }

	footer .brand h3{
		font-family: 'PTSans';
		font-size: 16px;
		margin-bottom: 20px;
		color: #fff;
		font-weight: 700;
	}

	footer .address{
		text-align: center;
	}

	.footer-logos{
		display: flex;
		padding: 20px 0 30px 0;
		color: #777777;
		font-size: 0.8em;
		text-align: center;
		justify-content: space-between;
	}

	.single-logo{
		display: inline-block;
    	vertical-align: middle;
    	padding: 10px;
	}

	.single-logo img{
		max-height: 60px;
		transition: filterease .7s;
    	-webkit-transition: filterease .7s;
	}

	footer .my-footer-container{
		background-color: #007676;
		padding: 40px 40px 80px 40px;
		width: 100%;
		position: relative;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		max-width: 1100px;
	}


	footer .col-lg-2, footer .col-lg-3{
		padding: 20px 0;
	}
    
    span.last-offer-total{
        color: #3D447D;
    }
    
    .up-button{
        position: absolute;
        z-index: 1000;
    }
    
    .main-section{
        margin: 1% 0 1% 0 !important;
    }
    

    
    .ui-datepicker-multi .ui-datepicker-group table{
        width: 100% !important;
    }
    
    .continute_button_wrapper, .ui-datepicker, .dates_info{
        width: 100% !important;
    }
    
    .room-state div:first-child{
        color: #007676;
    }
    
    .room-state div:nth-child(2) div{
        background-color: #FCC500;
    }
    
    .room-state div:nth-child(3) div{
        background-color: #bab8b8;
    }
    
    #guest_count{
        font-family: 'PTSans';
        font-size: 28px;
    }

    .button-wrap, .months-wrapper{
        display: none;
    }
    
    
    /*			rooms  	form	and extras	*/
    
    header .brand h3{
        display: none;
    }
    
    
    .services h1, .basket-wrapper h4, form h2, .thank-section h2, .info:first-child h4,
    .info h3{
        font-family: 'PTSans';
        color: #007676;
    
    }
    
    .basket-wrapper h4, .card-header h3, .add-service div, .details-and-image a,
    .info:first-child h4, .thank-section h2, .info h3, .modal-header h5, section.alternative h1, .last-minute-offer h3{
        color: #333;
        font-family: 'PTSans';
    }

	.calendar-col h1, .rooms-wrapper h1, .room-cell h4, .services h1,  form h2{
		font-family: "Vidaloka";	
		font-size: 32px;
		color: #b4871b;
        margin-bottom: 20px;
		font-weight: 400;
		letter-spacing: 0.05em;
	}

	.recommended-room h2, .recommended-room h3, .recommended-room .clickable-price span.h2,
	.recommended-room .clickable-price span.h3, .room-cell h4, .clickable-price span.h3, .clickable-price span.h2{
        font-family: 'Vidaloka';	
        font-weight: normal; 
		font-size: 28px;
		color: #b4871b;
		letter-spacing: 0.05em;
    }

	.calendar-col h1{
		margin-top: 40px;
	}


    .clickable-price, .clickable-price-second{
        text-decoration: none;
    }

	.room-cell h4{
		text-transform: inherit;
	}
    
    .basket h5, .basket p, .basket span, .basket a, .number-input label, .number-input label{
        font-size: 14px;
    }

	.number-input label{
		padding: 0;
	}
    
    .room-features{
        font-family: 'PTSans', sans-serif;;
		font-size: 16px;
    }
    
	.basket-arrow{
		border-color: #007676;
	}

    
    .size-and-price{
        padding: 0.5rem 0 0.5rem 0 !important;
    }
    
    .room-features-clickable{
        padding: 1rem 0 1rem 0 !important;
    }
    
    a.modal-info, form label a{
        color: #007676;
    }
    
    
    .booking-info, .basket_header, #basket_rooms .room, .total-price, section.alternative h1, .room-cell,
    .info-table thead.title-thead, .preloader-content div, .info:first-child h4{
        border-color:  #ddd;
    }

	.preloader-content div{
		border-color: #007676;
	}
    
    .breadcrumb .col-lg-3:after{
        background-color: #007676;
    }
    
    .cart-full{
        color: #007676;
        border: 1px solid #007676;
    }
    
    .card-header{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .card-header h4, .card-header h3, .card-header small{
        text-align: center;
		color: #333;
    }
    
    .add-service{
        margin: 15px auto !important;
		border: 0;
    }

	.checkbox_border.mr-2{
		margin-right: 10px;
	}

	select#title, select#country {
		background-color: #00767636;
		border-color: #ddd;
		font-weight: 300;
	}

	.form-block{
		border: 0;
	}
    
    section.services .sl-service, section.services .slick-track{
        width: 100% !important;
    }
    
    .services-container{
        width: 65%;
        margin: 0 25% 0 10%;
    }

    td[data-handler="selectDay"]::after, td[data-handler="selectDay"]::before{
        display: none;
    }

    .up-button{
        bottom: 10%;
    }

    .up-button:after{
        content: '';
        background-image: url(../parkhotel-altmuehltal/img/up_ederer.png);
        width: 50px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .up-button img{
        display: none;
    }
    
	.weiter-mobile{
		bottom: -45px;
	}

	.form-block{
		padding: 12px;
	}

    #calendar_anfrage_btn{
        display: none;
    }

    .en-input-wrapper{
        padding: 10px;
        display: flex;
        justify-content: flex-start;
    }

    input.en-input{
        border-radius: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        border: 0;
		font-size: 16px;
		font-weight: 300;
    }

	.modal-header{
		padding: 0 20px;
	}

	.modal-header span{
		font-size: 40px;
	}

    .en-input-wrapper__confirm{
        cursor: pointer;
        background-color: #b4871b !important;
        border-color: #b4871b !important;
        text-transform: inherit;
        color: #fff !important;
        font-size: 16px;
        border: 0;
        border-radius: 0;
        padding: 7px 10px;
    }

    #basket_rooms .room-name{
        font-family: 'PTSans', sans-serif;
    }

    .title-row .info-table-title, .table-info-row .price .ab, .price{
        font-family: 'PTSans', sans-serif;
		font-weight: 500;
    }

    .ui-datepicker td .ui-state-default{
        background-color: #fff;
        color: #333;
    } 

    .ui-datepicker-unselectable.ui-state-disabled.unavailable .ui-state-default{
        background-color: transparent;
        color: #fff;
    }


    .ui-datepicker td.highlighted .ui-state-default{
        background-color: transparent !important;
        color: #333;
    }
    
    .ui-datepicker td.selected .ui-state-default{
        background-color: #007676 !important;
    }
    
    .ui-datepicker td.highlighted a.ui-state-default:after{
        background-color: rgb(254, 226, 125) !important;
        color: #333 !important;
    }

    .selected.selected-start .ui-state-default, 
    .selected.selected-end.ui-datepicker-current-day .ui-state-default,
    .selected .ui-state-default{
        background-color: #007676 !important;
		color: #fff !important;
    }

    .ui-datepicker td a.ui-state-default:after, .ui-datepicker td a.ui-state-default.ui-state-active:after,
    .room-state div div:first-child{
        color: #fff !important;
		background-color: #007676 !important;
    }

    td.unavailable .ui-state-default:after, .highlighted a:before, 
    td.highlighted a.ui-state-default:after{
        color: #333;
    }

    .room-state div:nth-child(2) div{
        background-color: #ffe99a !important;
    }

    .room-state div:nth-child(3) div{
        background-color: #bab8b8 !important;
    }


    .jufa-agb{
        display: none;
    }

	footer .gms-logo img{
		width: 150px;
	}


	.language-switcher {
		position: absolute;
		bottom: -10px;
		transform: translateY(100%);
		right: 0px;
		background-color: #eee;
		padding: 5px;
		display: flex;
		align-items: center;
		color: #333 !important;
	}

	#form-container .col-md-4.chainedButton{
		width: auto !important;
	}

    .recommended-room{
        margin-bottom: 30px;
    }

	.footer-list{
		list-style: none;
	}

	.footer-list li a{
		position: relative;
	}

	.footer-list li a:after{
		background: url(img/arrow.svg) no-repeat;
		background-size: 12px;
		content: "";
		display: inline-block;
		height: 12px;
		left: -20px;
		position: absolute;
		top: .25em;
		width: 18px;
	}
	



    
    
    /*		media  queries  		*/

    @media(min-width: 1440px){
        .dates_info .form-button{
            transform: translateX(150px);
        }
    }
    
    
    
    @media(max-width: 1224px){
        .main-section{
            padding: 0;
        }
    
        .main-section .my-container{
            width: 100% !important;
        }
    

        .services-container{
            width: 70%;
            margin: 0 24% 0 1%;
        }

        .ui-datepicker-row-break{
            display: none;
        }

		.header div.d-flex{
			padding-left: 5px;
		}
    
    }
    
    @media (max-width: 992px){
        .main-section .my-container {
            margin: 0;
        }
    
        .rooms-wrapper{
            margin-bottom: 0 !important;
        }
    
        .basket-wrapper{
            top: 110px !important;
        }
    
        .fa-shopping-cart:before{
            content: "\f07a";
        }
    
        .basket-wrapper .basket_header i{
            display: block !important;
        }
    
        .basket-wrapper .basket_header i:before{
            content: "x";
        }
    
        .services-container, .rooms-wrapper, .form-container{
            width: 95%;
            margin: 0 auto;
        }
    
        #template_body {
            margin-top: 0;
        }
    
        #additional-services .weiter-mobile:nth-child(1){
            display: block !important;
            background-color: #ec6726 !important;
            position: fixed;
            bottom: 30px;
            right: 12px;
            z-index: 1000000;
        }

        header:after{
            height: 8px !important;
            bottom: 0;
        }
    
        footer .gms-logo img{
            width: 200px;
        }
    
        footer .adress, footer .contacts{
            align-items: center !important;
            text-align: center;
        }
    
        .services-container, .form-container{
            width: 90%;
            margin: 0 auto;
        }
    
        .services h1{
            margin-left: 0 !important;
        }

		footer .col-right ul li{
			text-align: left;
		}

		footer .col-lg-3 img{
			max-width: 300px;
		}

		footer .col-lg-3,footer .col-lg-2{
			margin-top: 20px;
		}

		.my-footer-container{
			padding-bottom: 70px;
		}

		.footer-logos{
			flex-direction: column;
		}
	
    }
    
    @media (max-width: 768px){
        header{
            padding: 0px;
            justify-content: space-between;
        }

		.table-info-row-mobile .info-text{
			background-color: transparent;
		}

		#header-nav-1{
			min-width: auto;
			padding: 0 !important;
		}

		#header-nav-1 img{
			margin-left: 0;
		}

		.calendar-col h1, .rooms-wrapper h1, .room-cell h4, .services h1, form h2{
			font-size: 26px;
		}

		header div.d-flex:first-child a img{
			bottom: 0;
		}
    
        header div.d-flex:first-child{
            display: block !important;
            border-right: 0;
        }
    
        .fa-shopping-cart:before{
            content: inherit;
        }

		.guests-div-wrap{
			min-height: 60vh;
		}

    
        .main-section{
            padding: 0;
            margin-top: 0 !important;
        }

		footer .brand h3{
			text-align: left;
		}
    
        .main-section .my-container{
            width: 100% !important;
        }
    
        #template_body {
            margin-top: 0;
        }
    
        .page-nav{
            left: 10px;
        }

        .cart-button{
            color: #fff;
            font-size: 28px;
        }    
    
        header div.d-flex.cart-block{
            display: flex !important;
        }

        #date_range{
            padding: 0;
        }

        .calendar-weiter{
            display: none;
        }

        #calendar_anfrage_btn{
            margin-right: 10px;
        }


		#date_range, .services-container, .form-container{
			width: 100%;
			margin: 0 auto;
		}

		#header-nav-1{
			display: flex !important;
		}


        header{
            padding-top: 50px;
        }

        #header-nav-4, #header-nav-5, #header-nav-6{
            height: 70px;
            padding-bottom: 15px;
        }

        header.d-flex p{
            margin-bottom: 0;
        }

		.basket-wrapper{
			max-height: 550px;
		}

		footer .my-footer-container{
			padding: 30px 0;
		}

		#header-nav-1 a{
			top: 0;
		}

		#header-nav-1 img{
			width: 50px !important;
		}
    
    }

	@media(max-width: 576px){
		.ui-datepicker td a.ui-state-default:after{
			font-size: 10px;
		}

		header p {
			font-size: 20px;
		}

		.single-logo img{
			max-height: 35px;
		}
	}


    

    
