/*
 Theme Name:     Divi Child
 Theme URI:      https://www.pixelnet-media.com
 Description:    Divi Child Theme
 Author:         pixelnet-media
 Author URI:     https://www.pixelnet-media.com
 Template:       Divi
 Version:        1.0.0
*/
 
@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.entry-content a {
    color: #f9b200 !important;
    transition: color 300ms ease 0ms;
}

.entry-content a:hover {
    color: #000000 !important;
    transition: color 300ms ease 0ms;
}

.spacer10 {
    width: 100%;
    height: 10px;
}

.spacer20 {
    width: 100%;
    height: 20px;
}

.spacer30 {
    width: 100%;
    height: 30px;
}

.spacer40 {
    width: 100%;
    height: 40px;
}

.spacer50 {
    width: 100%;
    height: 50px;
}

.spacer60 {
    width: 100%;
    height: 60px;
}

.contentspacer {
    height: 6px;
    background-color: #F8B300;
    width: 45px;
    text-align: left;
    margin-bottom: 25px !important;
    margin-left: -35px;
}

.contentspacer2 {
    height: 6px;
    background-color: #000000;
    width: 45px;
    text-align: left;
    margin-bottom: 25px !important;
    margin-left: -35px;
}

.pa-highlight {
    color: #ffffff;
    background-color: #000000;
    padding-bottom: 0px;
    display: inline;
    box-shadow: 15px 0 0px 0px #000000, -15px 0 0px 0px #000000;
    box-decoration-break: clone;
    padding: 3px 0px;
}

.pa-highlight2 {
    color: #ffffff;
    background-color: #F8B300;
    padding-bottom: 0px;
    display: inline;
    box-shadow: 15px 0 0px 0px #F8B300, -15px 0 0px 0px #F8B300;
    box-decoration-break: clone;
    padding: 3px 0px;
}

.bold {
    font-family: 'barlow-v12-latin-600',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
.balken {
    display: none !important;
}
}

/* sticky */
#stickynormal .sticky  {
    position: relative;
    z-index: 500;
    width: 90px;
    line-height: 0px;
    top: -170px;
}
#stickynormal .sticky img {
    width: 90px;
    transition: all .2s ease-in-out;
}

#stickynormal .sticky img:hover {
    transition: all .2s ease-in-out;
}

@media only screen and (max-width: 980px) {
#stickynormal .sticky  {
    top: -70px;
    width: 70px !important;
}
#stickynormal .sticky img {
    width: 70px !important;
}
}
@media only screen and (max-width: 767px) {
#stickynormal .sticky  {
    top: -60px;
    width: 60px !important;
}
#stickynormal .sticky img {
    width: 60px !important;
}
}
@media only screen and (max-width: 499px) {
#stickynormal .sticky  {
    display: none;
}
}

/* Counter */
.section.values p.value {
    background-color: #000 !important;
    line-height: normal;
    padding: 60px 15px;
}

.et_pb_countdown_timer .section.values {
    width: 135px;
}

.et_pb_countdown_timer .section.seconds {
    display:none;
}

.et_pb_countdown_timer .sep {
    padding: 15px;
}

.et_pb_countdown_timer_container .section.sep p{
    line-height: 170px !important;
}

@media only screen and (min-width: 981px) and (max-width: 1240px) {
.et_pb_countdown_timer .section.values {
    width: auto;
}
.section.values p.value {
    background-color: #000 !important;
    line-height: normal;
    padding: 40px 5px !important;

}
.et_pb_countdown_timer_container .section.sep p{
    line-height: 135px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.et_pb_countdown_timer .section.values {
    width: 120px;
}
.section.values p.value {
    background-color: #000 !important;
    line-height: normal;
    padding: 50px 15px !important;
}
.et_pb_countdown_timer_container .section.sep p{
    line-height: 130px !important;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
.et_pb_countdown_timer .section.values {
    width: 90px;
}
.section.values p.value {
    background-color: #000 !important;
    line-height: normal;
    padding: 45px 15px !important;
}
.et_pb_countdown_timer_container .section.sep p{
    line-height: 85px !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
.et_pb_countdown_timer .section.values {
    width: 60px;
}
.section.values p.value {
    background-color: #000 !important;
    line-height: normal;
    padding: 30px 5px !important;
}
.et_pb_countdown_timer_container .section.sep p{
  line-height: 70px !important;
}
.et_pb_countdown_timer .sep {
    padding: 5px;
}
}

@media only screen and (max-width: 400px) {
.contentspacer {
    height: 6px;
    background-color: #F8B300;
    width: 45px;
    text-align: left;
    margin-bottom: 25px !important;
    margin-left: -25px;
}

.contentspacer2 {
    height: 6px;
    background-color: #000000;
    width: 45px;
    text-align: left;
    margin-bottom: 25px !important;
    margin-left: -25px;
}

.pa-highlight {
    color: #ffffff;
    background-color: #000000;
    padding-bottom: 0px;
    display: inline;
    box-shadow: 10px 0 0px 0px #000000, -10px 0 0px 0px #000000;
    box-decoration-break: clone;
    padding: 3px 0px;
}

.pa-highlight2 {
    color: #ffffff;
    background-color: #F8B300;
    padding-bottom: 0px;
    display: inline;
    box-shadow: 10px 0 0px 0px #F8B300, -10px 0 0px 0px #F8B300;
    box-decoration-break: clone;
    padding: 3px 0px;
}
}

.aussteller ul {
    list-style: none;
    padding: 0px;
    line-height: inherit;
}
@media only screen and (max-width: 980px) {
.aussteller ul {
    list-style: disc;
    padding: 0 0 0 1em;
}
}

.plan table:not(.variations) {
    border: 0px;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}

.plan tr td {
    border-top: 0px;
    padding: 5px 15px 5px 0px;
    vertical-align: top;
}

.plan ul {
    list-style: none;
}

.plan ul li::before{
	color: #F8B300;
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	margin-left: -0.8em;
    width: 0.8em;
}

.videoslider .et-pb-controllers {
    display: none;
}

.videoslider .et-pb-slider-arrows {
    color: #ffffff !important;
    opacity: 1;
}

/* Hide Mobile Menu in Footer */
@media only screen and (max-width: 980px) {
.footer .et_pb_menu__menu {
    display: block !important;
}
.footer #et_mobile_nav_menu, .footer .et_mobile_nav_menu { 
    display: none !important;
}
}

.footer a {
    color: #000000 !important;
    transition: color 300ms ease 0ms;
}

.footer a:hover {
    color: #ffffff !important;
    transition: color 300ms ease 0ms;
}

@media only screen and (min-width: 981px) {
.dl-v-menu .et_pb_menu_inner_container,
.dl-v-menu .et_pb_menu__wrap,
.dl-v-menu .et_pb_menu__menu,
.dl-v-menu.et_pb_menu .et_pb_menu__menu>nav,
.dl-v-menu.et_pb_menu .et_pb_menu__menu>nav>ul {
    display: block;
}

.dl-v-menu .et_mobile_nav_menu {
    display: none;
}
}

.dl-v-menu .et_pb_menu__wrap {
    justify-content: center !important;
}