/*
 Theme Name:   Tag des Waldes Theme
 Theme URI:    https://www.tagdeswaldes.ch
 Description:  Child Theme for tagdeswaldes.ch
 Author:       Rob Schneider
 Author URI:   https://jugend-access.ch
 Template:     bs4wpbt
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  tagdeswaldes-child
*/

/* Base */
body {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Header */
h1 {
    font-size: 62px;
    font-weight: 300;
}

h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    margin: 30px 0;
}

h3 {
    font-size: 43px;
    line-height: 43px;
    margin: 30px 0;
    font-weight: 300;
}

.tagdeswaldes-logo {
    margin-left: auto;
    margin-right: auto;
}

/* Slider */
.broschure_xl {
  display: block;
}
.broschure_sm {
  display: none;
}

#layerslider_1 h1 {
    font-size: 62px;
    color: #fff;
}

#layerslider_1 p {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}

/* Page */
.content {
	margin: 40px 0 40px 0;
    padding: 30px;
	background: #fff;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.5);
}

.content .sektions-container {
}

.wp-block-columns {
    margin: 0;
}

/* Home Page */


/* Footer */
.copyright-wrapper {
	background-color: transparent !important;
	text-align: center;
}

/* Background video */
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
	object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

/* Angebot Map */
.angebot-map-mobile {
    display: none;
}

.angebot-map {
    width: 880px;
    max-width: 100%;
    height: 509px;
    max-height: 100%;
    position: relative;
    background: url("https://www.jugend-access.ch/_test/tagdeswaldes/wp-content/uploads/2020/02/map_landingpage.jpg") no-repeat center;
}

.invisible-area {
    position: absolute;
    cursor: pointer;
    height: 42px;
    width: 42px;
    z-index: 100;
}

.invisible-area img {
    width: 100%;
    z-index: 100;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.invisible-area:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.vogel {
    top: 155px;
    left: 545px;
}

.pilz {
    top: 193px;
    left: 385px;
}

.baueme {
    top: 250px;
    left: 560px;
}

.vogel_zwei {
    top: 270px;
    left: 650px;
}

.jogger {
    top: 305px;
    left: 485px;
}

.jagd {
    top: 320px;
    left: 270px;
}

.stift {
    top: 370px;
    left: 350px;
}

.info {
    top: 400px;
    left: 400px;
}

.multi {
    top: 425px;
    left: 440px;
}

.spielplatz {
    top: 445px;
    left: 485px;
}

.parking {
    top: 420px;
    left: 565px;
}

.infotab {
    padding: 5px 10px 5px;
    width: 200px;
    height: 150px;
    visibility: hidden;
    opacity: 0;
    background-color: yellow;
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 11px;
    z-index: 99;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.infotab p {
    padding-right: 10px;
}

.infotab strong {
    font-weight: 700;
    font-size: 13px;
}

.invisible-area:hover .infotab {
    display: block;
    visibility: visible;
    opacity: 1;
}

.wp-block-lazyblock-akkordion-container {
    padding: 20px 0;
}

.wp-block-lazyblock-akkordion-button .btn-primary {
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    color: #000;
    border-bottom: 1px solid #000;
    padding-left: 0;
    padding-right: 0px;
}

.wp-block-lazyblock-akkordion-button .btn-primary:active {
    background: transparent !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #000 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000 !important;
}

.wp-block-lazyblock-akkordion-button .btn-primary:hover {
    background: rgba(0,0,0, 0.1);
}

.wp-block-lazyblock-akkordion-button .btn-primary:focus {
  outline: none;
  box-shadow: none;
  background: none;
}

.wp-block-lazyblock-akkordion-button .glyphicon {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.wp-block-lazyblock-akkordion-button .glyphicon.caret-right {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z' clip-rule='evenodd'/></svg>");
}

.wp-block-lazyblock-akkordion-button .glyphicon.caret-down {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z' clip-rule='evenodd'/></svg>");
}


.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  flex-grow: 0 !important;
}

/* MEDIA QUERIES */

/* !Media max-width 1600px */
@media all and (max-width: 1600px) {
	
}

/* !Media max-width 1530px */
@media all and (max-width: 1530px) {
	
}

/* !Media max-width 1440px */
@media all and (max-width: 1440px) {
	
}

/* !Media max-width 1366px */
@media all and (max-width: 1366px) {
	
}

/* !Media max-width 1280px */
@media all and (max-width: 1280px) {
	
}

/* !Media max-width 1024px landscape */
@media all and (max-width: 1024px) and (orientation: landscape) {
	
}

/* !Media max-width 768px */
@media all and (max-width: 768px) {
	.fullscreen-bg {
        background: url('img/landingpage_bg.jpg') center center / cover no-repeat;
    }
    .fullscreen-bg__video {
        display: none;
    }
}

/* !Media max-width 736px */
@media all and (max-width: 896px) and (orientation: landscape) {
	
}

/* !Media max-width 414px */
@media all and (max-width: 414px) {
    body {
        width: 100vw;
        overflow-x: hidden;
    }
    h1 {
        font-size: 27px;
    }
    h2 {
        font-size: 21px;
        line-height: 21px;
        margin: 15px 0;
    }
    h3 {
        font-size: 18px;
        line-height: 18px;
        margin: 15px 0;
    }
    .tagdeswaldes-logo {
        margin-top: 20px;
    }
    .broschure_xl {
        display: none;
    }
    .broschure_sm {
        display: block;
    }
    /* Slider */
    #layerslider_1 h1 {
        font-size: 20px;
        color: #fff;
    }
    
    #layerslider_1 p {
        font-size: 15px;
        line-height: 18px;
        color: #fff;
    }
    .content {
        margin: 40px 0 40px 0;
        padding: 15px;
        background: #fff;
        box-shadow: 3px 3px 15px rgba(0,0,0,0.5);
    }
    .angebot-map-mobile .wp-block-column {
        flex-basis: 50%!important;
    }
    .personen .wp-block-column {
        padding: 10px;
        flex-basis: 50%!important;
    }
    .angebot-map {
        display: none;
    }
    .angebot-map-mobile {
        display: block;
    }
    .angebot-map-mobile img {
        max-width: 100%;
        height: auto;
    }
}

/* !Media max-width 378px */
@media all and (max-width: 378px) {
	
}