﻿/* TYPOGRAPHY */

html * {
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html {
	font-weight:300;
	font-size:62.5%;
}
body {
 font-size:1.4rem;
 background: #f1f1f1;
}

.RootLayout {
margin: 15px auto;
padding-bottom: 10px;
border: none;
width: calc(100% - 32px);
max-width: 1140px;
}

#link-Modus-Anfrage{
	display: none;
}

.easyTable-Text h3 {
 /* font: 400 22px/28px 'Playfair Display',serif; */
 font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 /* font-size: 30px; */
 color: rgb(176, 43, 44);
 font-weight: 100;
white-space: normal; 
letter-spacing: 1px;
 background: none !important;
 margin: 0 0 5px 460px;
 text-transform: uppercase;
 font-style: normal;
 font-variant-caps: normal;
font-variant-east-asian: normal;
 font-variant-ligatures: normal;
 font-variant-numeric: normal;
}

h2, h3, h4, .hauptauswahl-box h4 , .button_line .btn-easy, .ButtonPayment{
    /* font-family: 'Playfair Display', serif; */
}
.button_line .btn-easy {
 font-size: 18px;
 line-height: 22px;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 1.6rem;
}

/* .olb_cb_arr>.open>.inner .text{ */
	/* text-transform: uppercase; */
/* } */

.olb_cb_arr>.open>.inner .text:hover{
	color: rgb(176, 43, 44);
}

/* PLATZMERKMALE */

.easyTable-Row{
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	min-height: 300px;
}

.easyTable-Buchen select{
	color: #333;
	background-color: white;
}

.zusatzunterDatum{
	font-size: x-large;
	padding-bottom: 11px;
}

.easy-checkbox::before {
	color: #990000;
    opacity: .2;
}
.tick::before {
 color: #990000;
}
  /* Bilder: */
.easyTable-LangText .wrapper {
width: 450px !important;
 margin-right:10px !important;
 position:relative;  
 float:left; 
 height: 254px !important;
}
.easyTable-Text img {
    margin: -48px 20px 0 -10px;
    width: 450px;
	max-width: 450px;
}
.PMM-nixfrei-msg {
    color: #fff;
}

/* Buchungsseite */
h3.buchungZsfsg {
    margin: 40px 5px 15px;
}

.trennlinieAGB{
	display: none;
}

/* Alle Radien entfernen: */
html :not(.spinner_button) {
border-radius:0 !important
}

/* Zusatzleistungen Symbol ausblenden */
.zl-h2::after {
    content: '' !important;
}

/* Neutrale Animation */
.waitAnimation-outer .icon {
	display:none;
}
.waitAnimation-outer:before {
	display:block;
	font-family: 'Glyphicons Halflings';
	content: "\e031";
	font-size: 4em;
	color: #222;
	animation: rotate 3000ms infinite ease-in-out;
	margin:0 10px 10px 0;
}
.waitAnimation-outer .sr-only {
	position:static;
	width:auto;
	height:auto;
	font: 400 22px/28px 'Playfair Display',serif;
	animation: rotate 3000ms infinite ease-in-out;
	transform:none !important;
}

@keyframes rotate {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }
    50% {
        opacity: 1;
    }
    70% {
        transform: rotate(360deg);
    }
    100% {
        opacity: 0.1;
        transform: rotate(360deg);
    }
}

/* Zusatztext am Ende der Buchungsstrecke */
/* Sie übernehmen damit auch die Verantwortung für die anderen Reiseteilnehmer. */

#txt_zusatz_agb_azur{
	font-size: 14px;
	font-weight: 300;
	color: black;
}
#agbInfoResp{
	display: none;
}
.hauptauswahl-box h4{
	font-size: 22px;
}

 /* SK =>Habe hier schon mal etwas eingefügt */
/* Sollen wir das anzeigen? evtl bei den Mietobjekten interessant ??  */
.pmm_verfuegbar, .pmm_anz_verfuegbar, .pmm_ausgebucht {
 display: none;
}

/* Responsive Layout */

@media (max-width:768px){
  .easyTable-Text h3 {
    line-height: 22px;
    background: rgba(242, 242, 242, 0.9) !important;
    margin: 0 0 10px 0;
  }
  
  .datetimepicker{
	display: none !important;
  }
}
@media (max-width:576px){
.RootLayout {
 width: 100%;
}	
 .easyTable-LangText .wrapper {
  float:none !important;
  width: calc(100% + 20px) !important;
  margin: 0 0 10px 0 !important;
 }
 .easyTable-Text img {
	 float:none !important;
    margin-right:0;
    max-width: 100%;
 }
}

/* 2024066874 Anpassungen für Payment */
#ButtonPayment_Meteor_NonRefund, #ButtonPayment_Mailing{
	display: none;
}

    
/* Custom Snippet hinzugefÃ¼gt */
@media (max-width: 564px) {
    .daterangepicker .next {
        right: 14px;
    }
}
