/*
Theme Name: Getaway Child
Theme URI: http://getaway.qodeinteractive.com
Description: A child theme of Getaway Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.1
Text Domain: getaway
Template: getaway
*/


/* CSS von Susanne */

/* bis 767px - Handy */
@media (max-width: 767px){





.single-tour-item .qodef-tour-fws-mark{
    display: none !important;}

.qodef-section-title-holder.qodef-st-with-border .qodef-st-text {
  padding-left: 0;}

.qodef-grid-col-9 {
  width:100%;
  padding-left:0px;
  padding-right:0px;
 }
.vc_column_container.vc_column-inner {
  padding-left:8px;
  padding-right:15px;
  width:100%;
}

.qodef-grid-col-9 {
  width:100%;
  padding-left:5px;
  padding-right:5px;
  }

.footer.widget ul li {
  margin:0;
  padding: 5px;}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-text {
  font-size: 1.3rem;
  text-align: left!important;;
}
.qodef-tour-item-single-holder article .qodef-tour-main-info-holder li {
  padding:1em;
}

}



/* Autorennamen der Zitate schwarz, nicht gelb */

.qodef-testimonials-author-name {color: #000;}


/* Generelle Schriftgröße p */

p 
{ 
  font-size: 1rem;
}


/* Preise fett und mit gelbem Hintergrund */

.single-tour-item .qodef-tour-item-price-holder .qodef-tour-item-price
 {
	color:black!important;
  font-weight: 800 !important;
 	background-color: #fcb900;
  padding-top: 0.2rem !important;
	padding-bottom: 0.25rem !important;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}

/* Reisepreis in gelb */

.qodef-tours-item-price  {
  font-weight:bold;
  color: #000;}



/* Übersichtsseite Reisen mit weniger padding 


.qodef-tours-standard-item .qodef-tours-standard-item-content-inner {
  padding:1rem;}
 */


/* Text beim Preis auch mit gelbem HG */

.qodef-content .qodef-content-inner .qodef-tour-fullwidth-featured-image-holder.qodef-tour-section-light .qodef-tour-item-price-text {
  color:black !important;
  font-weight: 800 !important;
	background-color: #fcb900;  
	padding: 0.3rem; 
}


/* Kategorie im gelben Feld auf der Reise-Detailseite nicht anzeigen */

.qodef-tours-tour-categories-holder {
display: none !important;
}

/* Symbol für Reiseziel im gelben Feld auf der Reise-Detailseite nicht anzeigen */

.qodef-tours-tour-destination-holder {
display: none !important;
}

/* Symbol Uhr und Dauer der Reise linksbündig */


.qodef-tour-item-single-holder article .qodef-tour-item-short-info {
  text-align:left;
  padding-left: 2em;

}

/* Pfeile im Slider dunkles Gelb */

#SR7_4_1 .qodef-getaway-regular.sr7-arrows {
background-color: #fcb900 !important; } 

/* keine Linie im Footermenü */

footer .widget ul .sub-menu {
  border: none;
}

/* Adresse Schriftfarbe weiss und gleich groß wie anderer Text im Footer*/

footer .qodef-icon-widget-holder .qodef-icon-text {
  color: #fff;
  font-size: 1rem;
}


/*bodytext 16px und schwarz statt grau und 400 statt 300*/ 

body {
  font-size: 1rem;
  color: #000;
  font-weight: 400 !important;
}

.qodef-section-title-holder .qodef-st-text {
  display:block;
  margin:23px 0 0;
  color:#000
}

h4.qodef-tour-title {font-weight: bold;}


/*damit bei "Mehrtagesreisen" und "Eintagesreisen" oben nicht "all" steht */ 

.qodef-tours-list-holder .qodef-tours-list-filter-holder ul {
  display: none;
}


/*Lupe - Suchfunktion oben im Menü ausblenden */ 

.qodef-search-opener .qodef-search-opener-wrapper {
  display: none  !important;
}

.qodef-tours-single-info-item{
  text-align: left;
}


/* Text im gelben Balken auf Reisedetail-Seite größer */ 

.qodef-tour-item-price-holder .qodef-tour-item-price .qodef-tours-price-holder .qodef-tour-item-price-text
{
background-color: #fcb900;
  display: block;
  text-align: center;
  font-size: 2em !important;
}

/* Headerbild bei Reisedetails nur einmal */ 
@media only screen and (min-width: 1921px) {
.single-tour-item .qodef-content .qodef-content-inner .qodef-tour-fullwidth-featured-image-holder {
   min-height: 600px;
   background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.single-tour-item .qodef-content .qodef-content-inner .qodef-tour-fullwidth-featured-image-holder img {
    display: none;
}
}


/* Newsletter Formular bündig mit Text */ 

div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
    margin: 0.4em !important;
    width: 100%;
}

/* Schriftgröße Beschriftung Formularfelder bei Newsletter Bestellung */ 

.tnp-subscription label,
.tnp-profile label
{
    font-size: 1em !important;
}

/* Absätze bei Reisebeschreibung */ 

.qodef-tabs .qodef-tab-container p {
  margin-bottom: 1em;
}
.qodef-tour-item-single-holder article .qodef-tour-main-info-holder li .qodef-info {
  width:30% !important;
}
