/*
 Theme Name:     BDK Child Theme
 Theme URI:      https://www.bording.dk
 Description:    BDK Child Theme
 Author:         Bording Danmark
 Author URI:     https://www.bording.dk
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
#screenshot {
    width: 1200px;
    height: 900px;
    background: url('screenshot.png') no-repeat center center;
    background-size: cover;
}
/* =Theme Admin customization ends here
------------------------------------------------------- */

.expandimg {
  height: auto !important;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.30);
}
.expand-black {
    background-image: url(https://aarsberetning.pluskort.dk/wp-content/uploads/2024/04/expand_btn_black.svg) !important;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
#expandedVideo img {
    width: 990px;
    height: auto;
    padding: 30px;
  }

.b-shadow {
  	box-shadow: 3px 3px 6px rgba(0,0,0,0.30);
}

#videoContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-right: 6px;
}
#video {
    width: 100%;
    height: 100%;
}
#expandedVideo {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 990px;
    height: 560px;
    z-index: 9999999999 !important;
}
#expandedVideoElement {
    box-shadow: 3px 3px 6px rgba(0,0,0,0.30);
}

@media (max-width: 980px){
#expandedVideo {
    width: 95%;
    height: auto;
}
  #expandedVideo img {
    padding: 15px !important;
  }
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9995;
}
#expandBtn, #closeExpandedBtn {
    display: block;
    margin: 12px 15px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
}
#closeExpandedBtn {
    margin: 12px 12px !important;
}
#expandBtn{
    background-image: url(https://aarsberetning.pluskort.dk/wp-content/uploads/2024/04/expand_btn_white.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
#closeExpandedBtn{
    background-image: url(https://aarsberetning.pluskort.dk/wp-content/uploads/2024/04/close_btn.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

@media screen and (min-device-width: 981px) and (max-device-width: 1024px) { 
 .et_pb_section.et_pb_section_3.et_pb_with_background.et_section_regular {
	margin-top: 100px;
	}
.et_pb_section.et_pb_section_5.et_pb_with_background.et_section_regular {
   	margin-top: 60px;
	}
.et_pb_section.et_pb_section_15.et_pb_with_background.et_section_regular {
    margin-top: 60px;
	}
}
