/*!
Theme Name: Paradies theme
Theme URI: 
Author: Paradies
Description: Description
Version: 1.0.0
*/

.welt_con .item img{
    max-width: 250px;
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: cover;
}

.nav{
    position: relative;
    z-index: 999;
}
.edac-generated-label{
	color: #fff
}
.rt_boing ul li .textfiled1{
	font-size: 16px;
}
.fixed-btns{
    position: absolute;
    top: 100%;
    right: 0;
    width: 72px;
    background: #F7EFE8;
    display: flex;
    flex-direction: column;
    z-index: 999;
    align-items: center;
    row-gap: 15px;
    padding: 14px 0;
}

.fixed-btns a, .fixed-btns button{
    background: #51120E;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fixed-btns img{
    width: 28px;
    height: auto;
}

@media (max-width: 767px) {
    .nav-icon {
        top: 26px;
    }
    .fixed-btns{
        width: 52px;
    }
    .fixed-btns a, .fixed-btns button{
        width: 40px;
        height: 40px;
    }
    .fixed-btns img{
        width: 24px;
    }
    .bunt_content1 {
        padding: 45px 0 55px 0;
    }
}


.menu-sec {
  padding: 10px 0 60px
}
@media screen and (max-width:1266px) {
  .menu-sec {
    padding: 1px 0 60px
}
}
.menu-sec .container {
  max-width: 1525px;
  width: 100%;
  padding: 0 20px
}
@media screen and (max-width:1266px) {
  .menu-sec .container {
    width: 98%
}
}
.menu-sec .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 60px;
	width: 100%;
	float: none;
}
@media screen and (max-width:575.98px) {
  .menu-sec .tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 60px
}
}
.menu-sec .tab-menu li {
  font-family: Raleway,sans-serif;
  min-width: 244px;
  height: 65px;
  background: #51120e;
  border-radius: 33px;
  color: #f7efe8;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}
.menu-sec .tab-menu li.active {
  background: #1f0200;
  color: #fff
}
.menu-sec .tab-content {
  display: none
}
.menu-sec .tab-content.active {
  display: block
}
.menu-sec .tab-content h2 {
  font-family: Damion,cursive;
  text-align: center;
  color: #51120e;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 80px
}
@media screen and (max-width:575.98px) {
  .menu-sec .tab-content h2 {
    margin-bottom: 40px;
    font-size: 32px
}
}
.menu-sec .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  row-gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width:575.98px) {
  .menu-sec .flex {
    row-gap: 15px
}
}
.menu-sec .flex .col {
  padding: 0 15px;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%
}
@media screen and (max-width:1266px) {
  .menu-sec .flex .col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}
}
@media screen and (max-width:767.98px) {
  .menu-sec .flex .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}
}
.menu-sec h3 {
  font-family: Damion,cursive;
  text-align: center;
  color: #51120e;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 30px
}
@media screen and (max-width:575.98px) {
  .menu-sec h3 {
    font-size: 25px
}
}
.menu-sec h5 {
  font-family: Raleway,sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0
}
@media screen and (max-width:575.98px) {
  .menu-sec h5 {
    font-size: 22px
}
}
.menu-sec p {
  font-family: Raleway,sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px
}
@media screen and (max-width:575.98px) {
  .menu-sec p {
    font-size: 16px;
    margin-bottom: 25px
}
}

.dark-theme body {
  background: #fff;
  color: #000
}
.dark-theme .top_nav {
  background: #000
}
.dark-theme .top_nav ul li span {
  color: #fff
}
.dark-theme .nav {
  background: #fff;
  -webkit-box-shadow: 0 -15px 20px rgba(0,0,0,.5);
  box-shadow: 0 -15px 20px rgba(0,0,0,.5)
}
.dark-theme .right_bunt h3,
.dark-theme .right_bunt p {
  color: #000
}
.dark-theme .right_bunt a.btn {
  background: #000;
  color: #fff
}
.dark-theme .lt_finden a,
.dark-theme .lt_finden h3,
.dark-theme .lt_finden p {
  color: #000
}
.dark-theme .rt_finden a {
  background: #000;
  color: #fff
}
.dark-theme footer {
  background: #000
}
.dark-theme footer .footer_mid h4,
.dark-theme footer .footer_mid p,
.dark-theme footer .footer_mid p a,
.dark-theme footer .footer_mid span,
.dark-theme footer .footer_mid ul li a {
  color: #fff
}
.dark-theme .fixed-btns {
  background: #fff
}
.dark-theme .fixed-btns .tab-menu li {
  background: #000
}
.dark-theme .fixed-btns a,
.dark-theme .fixed-btns button {
  background: #000
}
.dark-theme .menu-sec h2,
.dark-theme .menu-sec h3,
.dark-theme .menu-sec h5,
.dark-theme .menu-sec p {
  color: #000
}
.dark-theme .welt_con {
  background: #000
}
.dark-theme .static_content h3,
.dark-theme .static_content p {
  color: #000
}
.dark-theme .headerbar_left {
  color: #fff
}
.dark-theme .headerbar_left a {
  color: #fff
}

:focus {
    outline: 3px solid #0056b3;
    outline-offset: 2px;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus, .ddcommon:focus{
    outline: 2px solid  #0056b3;
    outline-offset: 3px;
}

li.bor span {
    color: #f9efe7;
}