﻿@charset "UTF-8";
/*
 Theme Name: Divi-AF2
 Theme URI:
 Description: Divi Child-Theme ScottyScout Ausflugsführer
 Author: Christoph Steyer
 Author URI: http://www.scottyscout.com/
 Template: Divi
 Version: 1.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Travel
*/

@import url("../Divi/style.css");

/* CSS SCOTTYSCOUT AUSFLUGSFUEHRER */

.scottyscout-marker-layer {
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent;
	z-index: 1000;
	padding: 6px;
}

.scottyscout-marker-layer img {
	max-width: 80%;
	height: auto;
	border: 0;
	-webkit-box-shadow: 0px 8px 10px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 10px -2px rgba(0,0,0,0.3);
	box-shadow: 0px 8px 10px -2px rgba(0,0,0,0.3);
}

/****************/
/** Typography **/
/****************/



/*******************/
/* Links / Buttons */
/*******************/









/*******************/
/** Header / Menu **/
/*******************/



/********************************/
/** Blog Grid / Blog Meta-Data **/
/********************************/





/*************/
/** Widgets **/
/*************/






/**************/
/** Contents **/
/**************/

/* Hintergrundbilder */

.scottyscout-header, .scottyscout-scout-header, .scottyscout-modul, .scottyscout-product, .scottyscout-handhabung {
	background-repeat: none !important;
	background-position: center center !important;
	background-color: #308f3c;
}

.scottyscout-scout-header {
	/* background: url(bg-scout.jpg); */
        background-color: #f4f4f4 !important;
	background-size: cover;
}

/* Page Header --> Bild und Einführungstexte */
/* Page Product --> Produktdarstellungen Buch / E-Book (nicht im Shop) */


.scottyscout-header .et_pb_image, .scottyscout-scout-header .et_pb_image, .scottyscout-product .et_pb_image {
	text-align: center;
	margin: 0 auto;
}



.scottyscout-product .et_pb_image img {
	max-width: 100%;
	height: auto;
}


/* Page Block --> Bild oder Text mit Hintergrundbild/farbe */

.scottyscout-modul .et_pb_row {
	padding-top: 0;
	padding-bottom: 0;
}
.scottyscout-modul .et_pb_text h2, .scottyscout-modul .et_pb_text h3, .scottyscout-modul .et_pb_text p {
	text-shadow: 1px 2px 2px rgba(53,181,69,0.66);
	color: #fff;
}
/* Page Scout --> Scout Interview */


/* Blog Modul --> Beiträge auf Übersichtsseiten Scouts / Themen / Regionen */



/* Page Karte --> Übersichtskarten Themenseiten */
/* Page Teaserboxen --> Zwischenüberschriften Übersichtsseiten */

.scottyscout-subheadline,
.scottyscout-subheadline .et_pb_row {
	padding-bottom: 0 !important;
}

/* Page Hinweis Benutzung --> Startseite */

.scottyscout-handhabung .et_pb_row {
	padding-top: 0;
	padding-bottom: 0;
}

.scottyscout-handhabung .et_pb_row p a {
	color: #fff;
	font-weight: 600;
}
.scottyscout-handhabung .et_pb_row p a:hover, .scottyscout-handhabung .et_pb_row p a:active, .scottyscout-handhabung .et_pb_row p a:focus {
	color: #fff;
	color: rgba(255,255,255,0.5);
	outline: none;
}

.scottyscout-handhabung .et_pb_toggle_close,
.scottyscout-handhabung .et_pb_toggle_open {
	padding: 0;
	background: transparent;
        border: transparent;
}

.scottyscout-handhabung h5.et_pb_toggle_title {
	font-size: 18px;
	color: #ffffff;
}

.scottyscout-handhabung .et_pb_toggle_title::before {
    color: #fff;
    font-size: 24px;
}