/*
	Theme Name: Parkandwatch Theme
	Theme URI: parkwin.de
	Description:  Wordpress Template Theme für Parkandwatch Theme
	Author: Parkwin
	Version: 1.0
*/

/*
	1. Allgemein
	2. Header
	3. Offcanvas Menü
	4. Responsive
	5. Parkwin Anpassungen
	6. Footer
	7. Preistabelle
	8. Sidebar
	9. Inhaltselemente

	Blau : #244c84
	Rot  : #e7191f

	Schwarz: #232423



*/

 

/*-----------------
	1. Alllgemein
-----------------------*/

body {
	font-family: 'Elaine Sans Regular';
}

bold, strong { 
	font-family: 'Elaine Sans Bold';
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4, bold, strong { 
	font-family: 'Elaine Sans ExtraBold';
}

/* Allgemeine Menü-Styling */
#mainmenu-desktop {
    display: inline;
    margin: 40px 0 0 0;
    padding: 0;
}

#mainmenu-desktop li {
	margin-left: 25px;
	margin-top: 10px;
	float: left;
}

#mainmenu-desktop li a {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Elaine Sans Regular';
}

@media only screen and (max-width: 1200px) {
    #mainmenu-desktop {
        display: none;
    }
}


#phone {
	color: #ca1f26;
	font-size: 36px;
	font-weight: bold;
	text-decoration: underline;
}

#phone:hover { 
	text-decoration: none;
}

.bg-grau {
	background-color: #f2f3f1;
}

.bg-blau {
	background-color: #cce5ff;
}

.bg-orange {
	background-color: #fff8f4;
}

.pt0 {
	padding-top: 0!important;
}

.ptb100 {
	padding: 100px 0;
}

.ptb50 {
	padding: 50px 0;
}

.pb50 {
	padding-bottom: 50px;
}

.details-left-wrapper h1 {
	margin-bottom: 20px;
}

.details-left-wrapper ul,
.about-area ul {
	list-style: none;
    margin: 20px 0px;
	padding: 0;
}

.details-left-wrapper ul li,
.about-area ul li {
	line-height: 26px;
    margin-bottom: 5px;
    position: relative;
    padding: 8px 0px 8px 45px;
}

.details-left-wrapper ul li:before,
.about-area ul li:before {
    content: "\f00c";
    position: absolute;
    font-size: 20px;
    line-height: 30px;
	font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-weight: 900;
    left: 0px;
    top: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
    align-items: center;
    color: var(--secondary-color);
    border-radius: 50%;
}

.room-search-outer .preis_wrapper {
	width: 100%;
	text-align: center;
	font-size: 22px;
}

.room-search-outer .dauer_wrapper {
	width: 100%;
	text-align: center;
	font-size: 22px;
}


.mb-20 { 
	margin-bottom: 20px;
}

.sigma_subheader { 
	background-size: cover;
}

.sidebar .appointment-two__form { 
	margin: 0;
}

img.alignright, picture.alignright { 
	float: right;
	margin: 0 0 10px 10px;
}

img.alignleft, picture.alignleft { 
	float: left;
	margin: 0 10px 10px 0;
}

.main-footer p ,
.main-footer h3 {
	color: #fff;
}

.form-group select {
	height: 50px !important;
}


.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.sidebar-page-container h1 {
	margin-bottom: 20px;
}

.blog-single ul {
	margin: 20px 0;
}

.parkwin_wrapper div {
	font-family: 'Elaine Sans Regular';
}

.form_buchungsanfrage input[type="submit"] {
	margin-top: 20px;
	width: 100%;
}

.form_buchungsanfrage .dauer_wrapper p,
.form_buchungsanfrage .dauer_wrapper span,
.form_buchungsanfrage .preis_wrapper p,
.form_buchungsanfrage .preis_wrapper span {
	font-size: 22px;
}

.form_buchungsanfrage .form-group {
	margin-bottom: 20px;
}

.parkwin-form #pw-waeschen,
.parkwin-form #pw-dienstleistungen {
	margin: 30px 0;
}


.fi_galerie img,
.footer-galerie img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 8px;
}

.footer-galerie h4 {
	color: #fff;
}

.fi_text h1,
.fi_text h2,
.fi_text h3,
.fi_text h4 {
	margin-bottom: 20px;
}

.parkwin-form .form-group {
	margin-bottom: 20px;
}

.parkwin-form .form-group label {
	font-size: 16px;
}

.fi_bild_text img {
	border-radius: 8px;
} 

.fi_bild_text .order-1,
.fi_bild_text .order-2 {
	padding: 0 20px;
}

.fi_bild_text h1,
.fi_bild_text h2,
.fi_bild_text h3,
.fi_bild_text h4 {
	margin-bottom: 20px;
}


.form-group {
	position: relative;
}

.form-group span.required {
	font-weight: bold;
	font-size: 22px;
	color: red;
}

.text-right {
	text-align: right;
}

.btn-block {
	width: 100%;
}

.btn-bg-green {
	background-color: #e7191f;
	border: none;
	color: #fff !important;
}

.btn-success {
	background-color: #e7191f!important;
	border-color: #e7191f!important;
}

/*-----------------
	2. Header
-----------------------*/

.wp-megamenu li a {
	font-family: 'Elaine Sans Regular';
}

.logo-wrapper img {
	margin-top: 5px;
	width: 260px;
}

body .wp-megamenu-wrap .wpmm-nav-wrap > ul {
	margin-top: 10px!important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
	color: #333!important;
}

.wp-megamenu li img {
	border-radius: 8px;
	width: 220px;
	float: right;
}

.wp-megamenu-sub-menu {
	padding: 10px 0!important;
}

.wp-megamenu-sub-menu h4 {
	font-size: 22px!important;
	font-weight: bold!important;
}

.wp-megamenu-sub-menu li a {
	font-size: 18px !important;
}

.header-style-01 {
	padding: 20px 0;
	position: relative;
}

.header-news {
	padding: 5px 0;
    background-color: #bf0013;
	font-weight: bold;
	text-align: center;
}

.header-news p { 
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.top-header {
	padding: 10px 0;
    background-color: #244c84;
	font-size: 15px;
	font-weight: bold;
}

.top-header div,
.top-header a,
.top-header i{
	color: #fff;
}


.top-header i {
	margin-right: 5px;
}

.top-header i.fa-envelope {
	margin-left: 10px;
}

.header-sticky {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 30px 40px 0px rgb(0 16 35 / 12%);
    padding: 10px 0 !important;
	background-color: #fff;
}


/*-----------------
	3. Offcanvas Menü
-----------------------*/

.mob-nav2 {
	list-style: none;
}

#offcanvas_menue.site-menu {
	display: none;
}

.mobile-menu2 {
	position: absolute;
	right: 20px;
	top: 0px;
	visibility: hidden;
}

/*-----------------
	4. Responsive
-----------------------*/

.showonlymobile {
	visibility: hidden;
}

@media only screen and (max-width: 1200px){
	
	.showonlymobile {
		visibility: visible;
	}

	.banner-area-two .banner-label {
		display: none;
	}

	.mobile-menu2 {
		visibility: visible;
	}

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

	#wp-megamenu-primary {
		display: none;
	}

	.banner-area-two {
		padding: 40px 0;
	}

	.ptb100 {
		padding: 50px 0;
	}

	.footer-wrapper {
		text-align: center;
	}

	.banner-single-content-title h1, .banner-single-content-title h2, .banner-single-content-title h3 {
		font-size: 36px;
		line-height: 46px;
	}

	.banner-single-content-title p {
		font-size: 19px;
		line-height: 29px;
	}

	.top-header .right-kontaktdaten,
	.top-header .left-kontaktdaten .mail {
		display: none;
	}

	.header-news p { 
		font-size: 12px;
	}

}

@media (min-width: 992px) {
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
}

/*-----------------
	5. Parkwin Anpassungen
-----------------------*/

.locker span {
	font-size: 40px!important;
}

#bewertung-abgeben-form {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
}

.parkwin_optionale_flugdaten, 
.parkwin_hinflug_rueckflug_nummer,
.flugdaten_fahrzeugdaten_title,
.checkbox_hinweis_rechnung_wrapper,
.hinweis_checkbox_newsletter_wrapper {
	display: none;
}

.parkwin_vorteile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.parkwin_vorteile ul .fa.fa-check {
	display: none;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
}

.parkwin_wrapper .buchen_sidebar .buchen_sidebar_hinflug {
	display: none;
  }
  
.parkwin_wrapper .card .card-body {
	background-color: #fff;
}
  
.parkwin_wrapper .card .card-header {
	background-color: #244c84;
}

.parkwin_wrapper .card .card-header .card-title {
	color: #fff;
}

.parkwin_wrapper {
	background-color: #f2f3f1;
}

.card-header:first-child {
	border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0!important;
}

.parkwin_buchen_abschluss_abschluss_text {
	margin: 20px 0;
}

.templates_pw-booking .section-bg-2 .row buchen_schritt_1 {
	z-index: 3;
}


.parkwin_wrapper .bewertung.well {
	background-color: #fff;
	margin: 30px 0;
	padding: 20px;
	border-radius: 8px;
}


/*-----------------
	6. Footer
-----------------------*/

.footer-widget-logo img {
	height: 260px;
} 

footer p,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
	color: #fff;
}

/*-----------------
	7. Preistabelle
-----------------------*/

section.pricing-tables {
    background: #f0f0f0;
}

.pricing-table {
    position: relative;
    background: #fff;
    padding: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.pricing-table .pricing {
    color: #555;
	text-align: right;
}

.pricing-table .pricing .currency {
    font-size: 18px;
    font-weight: bold;
}

.pricing-table .pricing .amount {
    font-size: 38px;
    font-weight: bold;
    vertical-align: middle;
}

.pricing-table .pricing .month {

    vertical-align: bottom;
    line-height: 40px;
    font-weight: 600;
}

.pricing-table .pricing-footer {
    margin-top: 40px;
}

.pricing-table p {
	margin-top: 10px;
}

/*-----------------
	8. Sidebar
-----------------------*/

#sidebar {
	padding: 0px 20px;
}

#sidebar .details-sidebar-header {
	background: #244c84;
	color: #fff;
	text-align: center;
}

#sidebar .details-sidebar-header h3 {
	color: #fff;
	font-size: 20px;
}

#sidebar .details-sidebar-header h3 i {
	font-size: 20px !important;
	margin-left: 5px;
	color: #fff;
}

#sidebar .details-sidebar .custom-form .single-input {
	margin-bottom: 30px;
}

#sidebar .preis_wrapper, #sidebar .dauer_wrapper {
	font-weight: bold;
}

#sidebar .preis_wrapper label, 
#sidebar .preis_wrapper p, 
#sidebar .dauer_wrapper label,
#sidebar .dauer_wrapper p {
	font-size: 20px;
}


/*-----------------
	9. Inhaltselemente
-----------------------*/

.fi_kundenbewertungen .item {
	margin: 20px 0;
	background-color: #f2f3f1;
	padding: 20px;
	border-radius: 8px;
	min-height: 250px;
}

.fi_kundenbewertungen .item .bewertung_name {
	font-weight: bold;
}

.fi_kundenbewertungen .section-title {
	font-size: 24px;
	font-weight: bold;
}

.fi_kundenbewertungen .owl-nav {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.fi_kundenbewertungen .owl-nav .owl-prev i,
.fi_kundenbewertungen .owl-nav .owl-next i {
	font-size: 22px !important;
}

.fi_kundenbewertungen .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
}

.fi_kundenbewertungen .owl-nav .owl-next {
	position: absolute;
	right: 0px;
}