/* @import url("./blocks-css.css"); */
*:hover,
*:focus {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .1s ease-in-out;
}

/* font-family: 'Poppins-Medium'; */
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
      font-display: swap;
    font-style: normal;
}

@font-face {
   font-family: 'Poppins-Bold';
   src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
   font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/poppins/Poppins-Light.woff2') format('woff2');
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
     font-weight: 300; 
font-display: swap; 
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url('../fonts/poppins/Poppins-Thin.woff2') format('woff2');
    font-weight: 300; 
font-display: swap; 
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-ExtraLight';
   src: url('../fonts/poppins/Poppins-Thin.ttf') format('truetype');
font-weight: 300; 
font-display: swap; 
  font-style: normal;
}




body {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #323232;
    letter-spacing: 0.48px;
}


p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Poppins-Light';
    font-weight: var(--s-light);
    color: #323232;
    margin-bottom: 16px;
    letter-spacing: 0.48px;
}

h1,
.h1 {
    font-family: 'Poppins-Thin';
    font-size: 48px;
    line-height: normal;
    line-height: 1.5;
    /* font-weight: 275; */
    letter-spacing: 12.9px;
    text-transform: uppercase;
}

h2,
.h2 {
    font-family: 'Poppins-Regular';
    font-size: 36px;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.9px;
    font-weight: var(--s-regular);
}




h3,
.h3 {
    /* font-family: 'Poppins-Regular'; */
    /* font-family: 'Poppins-Bold'; */
    /* font-family: 'Poppins-SemiBold'; */
    font-size: 24px;
    line-height: initial;
    font-weight: normal;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: 0.48px;
}

h4,
.h4 {
    font-family: 'Poppins-Regular';
    font-size: 20px;
    margin-top: 0;
    line-height: 1.2;
    font-weight: normal;
}

h5,
.h5 {
    font-family: 'Poppins-Regular';
    font-size: 18px;
}



span.one-word {
    white-space: nowrap;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}




.gradient {
    background: linear-gradient(108.07deg, #004392 5.57%, #0070B5 51.02%, #66A07C 98.32%);
}

.gradient-text-color {
    background: linear-gradient(to top, #004392 0%, #66A07C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.section.content-section .content-block-row.video-row {
    margin-top: 70px;
}

.section.content-section .content-block-row.video-row img {
    width: 100%;
}


.section.content-section .content-block-row.video-row  .video-thum-image-holder {
    position: relative;
}
.section.content-section .content-block-row.video-row  .video-thum-image-holder img {
    width: 200px;
    max-width: 200px;
    position: absolute;
    right: -30px;
    top: -100px;
    z-index: 1;
}


/* Image Section Start */
.section.content-section .content-block-row .content-image-holder {
    position: relative;
    margin-bottom: 2rem;
}



/* Image with Video  */

.section.content-section .content-block-row.video-row {
    margin-top: 0;
    margin-bottom: 4rem;
}

.section.content-section .content-block-row .content-image-holder .vid-icon {
    /* border: 1px solid; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000002b;
    /* border-radius: 100%; */
}

.section.content-section .content-block-row .content-image-holder .vid-icon .play-button {
    font-size: 20px;
    /* background: #0005c; */
    background: hsl(0deg 0% 0% / 25%);
    /* border: 1px solid #D9D9D9; */
    max-width: 100%;
    min-width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding-left: 8px;
    color: #000000 !important;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 0.42px;
}

.section.content-section .content-block-row .content-image-holder .vid-icon .play-button i {
    color: #ffffff;
}

.section.content-section .content-block-row .content-image-holder .vid-icon .play-button:hover,
.section.content-section .content-block-row .content-image-holder .vid-icon .play-button:focus {
    transform: scale(1.1);
    /* box-shadow: 0px 0px 32px 1px rgb(0 0 0 / 20%); */
    text-decoration: none;
}

.section.content-section .content-block-row .content-image-holder.image-type-cover.video-holder {
    height: 610px;
    /* width: 400px; */
    background-size: cover !important;
    background-position: center center !important;
    /* border-radius: 100%; */
}




/* Image Section End */




/* Button Start */
.btn-holder {
    margin-top: 4rem;
}

.btn-holder .btn {
    font-family: 'Poppins-Medium';
    /* border: 1px solid #000000; */
    position: relative;
    padding: 12px 12px 12px 12px;
    font-size: 14px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1.82px;
}

.btn-holder .btn i {
    padding-left: 6px;
}


.section .content-block-row .content-block-body .btn-holder .btn i {
    color: inherit;
    /* border: 1px solid #000 !important; */
    position: absolute;
    right: 7px;
    top: 6px;
    width: 35px;
    height: 35px;
    font-size: 36px;
    /* transform: rotate(3deg); */
    background: url('../images/ic24-plus-white.svg');
    /* border: 1px solid; */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border-radius: 100%;
}


.section .content-block-row .content-block-body .btn-holder .btn i::before {
    /* content: "+"; */
    content: "";
    /* position: absolute;
    font-family: inherit;
     border:1px solid #f0f; 
     background: url('../images/ic24-plus.svg'); */

}


/* Button style 1 */
.btn-holder .btn.button-primary {
    background: #A8802D;
    color: #fff;
    margin-right: 20px;
border-radius: 0 0 10px 0; /* Oben links, oben rechts, unten rechts, unten links */

}

.btn-readmore {
margin-top: 1em;
    background: #fff;
    color: #A8802D;
    margin-right: 20px;
}

.btn-holder .btn.button-primary:focus,
.btn-holder .btn.button-primary:hover {
    background: #6D4C26;
    color: #ffffff;
    box-shadow: none;
}



/* Button style 2 */
.btn-holder .btn.button-outline {
    color: #000000;
    border: 1px solid #000000;
border-radius: 0 0 10px 0; /* Oben links, oben rechts, unten rechts, unten links */

}

.btn-holder .btn.button-outline:focus,
.btn-holder .btn.button-outline:hover {
    /* background: #000; */
    color: #6D4C26;
    border: 1px solid #6D4C26;
}

/* Button style 3 */
.btn-holder .btn.button-simple {
    color: #A8802D;
    border: 0px;
    padding-left: 0;
}

.btn-holder .btn.button-simple:focus,
.btn-holder .btn.button-simple:hover { 
    color: #000000;
    border: 0px;
}




.section .content-block-row .content-block-body .btn-holder .btn.button-outline i {
    color: inherit;
    /* border:1px solid #f00; */
    background: url('../images/ic24-plus.svg');
    background: url(../images/ic24-plus-red.svg);
}


/* Button style 3 */
.btn-holder .btn.button-white {
    border: 1px solid transparent;
    background-color: #fff;
    color: #000;
}

.btn-holder .btn.button-white:focus,
.btn-holder .btn.button-white:hover {
    background: #eff1f6;
    background-color: #000000;
    color: #fff;
}








.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.custom-pt-0 {
    padding-top: 0px !important;
}

.custom-pb-0 {
    padding-bottom: 0px !important;
}




.section ul {
    list-style: none; 
    padding-left: 0;
}

.section ul>li {
    position: relative;
}

.section ul li {
    list-style-type: none;
    padding-left: 38px;
    margin-bottom: 0px;
    font-size: 16px;
    /* border: 1px solid; */
    padding: 0px 10px 0px 24px;
}

.section ul li:before {
    z-index: 0;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 900;
    vertical-align: middle;
    /* border: 1px solid; */
    width: 20px;
    height: 25px;
    line-height: 27px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 0;
    color: #000000;
    /* background: #E38B06; */
    border-radius: 100px;
}

.section ul li li {
    padding-left: 15px;
}

.section ul li:before {}


.section .liststyle2-ul-holder {}

.section .liststyle2-ul-holder ul {
    padding-left: 0;
    margin-top: 19px;
}

.section .liststyle2-ul-holder ul li {
    padding-left: 0;
    margin-bottom: 2rem;
    font-size: 19px;
}

.section .liststyle2-ul-holder ul li strong,
.section .liststyle2-ul-holder ul li b {
    /* border: 1px solid; */
    display: block;
    color: #E38B06;
    font-family: 'Poppins-SemiBold';
}

.section .liststyle2-ul-holder ul li:before {
    display: none;
}


/* List Items  */
.section .content-block-row .content-block-body ul.counter-ul {
    display: inline-flex;
}

.section .content-block-row .content-block-body ul.counter-ul li {
    padding-left: 0px;
}

.section .content-block-row .content-block-body ul.counter-ul li::before {
    display: none;
}

.section .content-block-row .content-block-body ul.counter-ul li .c_title {
    font-size: 32px;
    font-family: 'Poppins-Medium';
    color: #000000;
}

.section .content-block-row .content-block-body ul.counter-ul li .c_text {}

.section .content-block-row .content-block-body ul.counter-ul li .c_text.bold {}


.right-padding {
    padding-left: 0;
    padding-right: 13%;
}

.left-padding {
    padding-right: 0;
    padding-left: 13%;
}

.ptage-no-margin-padding-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* 
light-section default-bg : Default Background
light-section custom-bg1-1 : Background 1 ( Light Background - Light Gray #E3DFE2 )
light-section custom-bg1 : Background 2 ( Light Background - Light Brown 2 #E3DFE2 )
dark-section custom-bg2 : Background 3 ( Dark Background - Dark Golden  #A8802D )
dark-section custom-bg3 : Background 3 ( Dark Background - Dark Black  #1D1D1B )
dark-section custom-bg4 : Background 4 ( Dark Background - Dark Blue  #013ED6 ) */

.default-bg {
    background: #ffffff;
}


.custom-bg1-1 {
    background: #F3F3F3;
}

.custom-bg1 {
    background: #E3DFE2;
}
/* dark section */
.custom-bg2 {
    background: #A8802D;
}
.custom-bg3 {
    background: #1D1D1B;
}
.custom-bg4 {
    background: #013ED6;
}
.custom-bg5 {
    background: #000000;
}

/* Gradient Background */
.custom-bg8 {
    background: linear-gradient(108.07deg, #004392 5.57%, #0070B5 51.02%, #66A07C 98.32%);

}




.light-bg-section {
    background: url('../images/light-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section {
    padding: 100px 0px;
}



.custom-border-top {
    border-top: 2px solid #000;
    padding-top: 2rem;
}

.section .content-block-row .content-block-body h2 {
    border-top: 1px solid #000;
    padding-top: 2rem;
}

.section .content-block-row {}

.section .content-block-row.heading-row {
    margin-bottom: 2rem;
}



.section .content-block-row .content-block-body {}



.section .content-block-row .content-block-body .pre-title {
    position: relative;
    margin-bottom: 8px;
    padding-left: 0;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    margin-top: 0;
    line-height: 1.2;
    display: block;
    color: #000000;
}

.section .content-block-row .content-block-body .pre-title:after {
    content: '';
    width: 0;
    height: 2px;
    background: #e38b0600;
    position: absolute;
    left: 0;
    top: 43%;
}






.section .content-block-row .content-block-body.center {
    text-align: center;
}

.section .content-block-row .content-block-body h1 {
    margin-bottom: 1.5rem;
}

.section .content-block-row .content-block-body h2 {
    margin-bottom: 2rem;
    margin-top: 1px;
}


.section .content-block-row .content-block-body h2:not(:first-child) {}



.section .content-block-row .content-block-body h3 {
    margin-bottom: 1rem;
    margin-top: 0;
}



.section .content-block-row .content-block-body h4 {}


.section .content-block-row .content-block-body p {
    width: 740px;
    max-width: 100%;
}

.section .content-block-row .content-block-body p:first-child {
    margin-bottom: 0;
    margin-top: 0;
    /* font-size: 18px; */
    /* color: #E38B06 !important; */
}

.section .content-block-row .content-block-body h4:first-child,
.section .content-block-row .content-block-body .pre-title {
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: 'Poppins-Light';
    margin-bottom: 2rem;
}
 

.section .content-block-row .content-block-body p:last-child {
    margin-bottom: 0;
    /* background-color: #f0f !important; */
}

.section .content-block-row .content-block-body .contact-info-block {
    margin-top: 1rem;
}

.section .content-block-row .content-block-body i {
    color: #000000;
}

.section.content-section.contact-info-block .content-block-row .content-block-body i {
    padding-right: 10px;
}


.section .content-block-row .content-block-body .slider-control i {
    color: #6E6E6E;
}

.section .content-block-row .content-block-body .contact-info-block p {}

.section .content-block-row .content-block-body .contact-info-block h4 {}
 

.section .content-block-row .content-block-body p a {
    text-decoration: underline;
    /* color: #E38B06; */
    /* color: #323232; */
}

.section .content-block-row .content-block-body p a:hover,
.section .content-block-row .content-block-body p a:focus {
    color: #3f1f71;
    color: #0d3a5b;
}

.section .content-block-row .content-block-body .btn-holder {
    /* margin-top: 2rem; */
}


.section .content-block-row .content-block-body .btn-holder .orange-btn2 {}

.section .content-block-row .content-block-body .btn-holder .orange-btn2 i {
    position: absolute;
    left: 14px;
    top: 10px;
    font-size: 31px;
}

.section .content-block-row .content-block-body .btn-holder .orange-btn2:hover,
.section .content-block-row .content-block-body .btn-holder .orange-btn2:focus {}

.section .content-block-row .content-block-body ul {
    margin-bottom: 3rem;
    padding-left: 0px;
    border-top: 1px solid #c6c6c600;
    padding-top: 0;
    margin-top: 1rem;
    width: 100%;
}

.section .content-block-row .content-block-body ul li {
    width: 100%;
    display: inline-block;
    /* font-family: 'Poppins-Medium'; */
}

.section .content-block-row .content-block-body ul li strong,
.section .content-block-row .content-block-body ul li b {

    display: block;
    margin-bottom: -2px;
}

.section .content-block-row .content-block-body ul li::before {}

.section .content-block-row .content-block-body ul li.icons {
    position: relative;
    padding-left: 67px;
    margin-top: 1.5rem;
    /* align-items: center; */
}

.section .content-block-row .content-block-body ul li.icons::before {
    /* border: 1px solid; */
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 5px;
    background-position: center;
    content: '';
}

.section .content-block-row .content-block-body ul li.pin::before {
    background-image: url('../images/pin_drop.svg');
}

.section .content-block-row .content-block-body ul li.phone::before {
    background-image: url('../images/phone.svg');
}

.section .content-block-row .content-block-body ul li a {}

.section.content-section-1 .content-block-row .content-block-body ul li {
    width: 100%;
    display: inline-block;
}

.section .content-block-row .content-block-body .additional_content ul {}

.section .content-block-row .content-block-body .additional_content ul li {
    padding-left: 59px;
    margin-top: 1rem;
}

.section .content-block-row .content-block-body .additional_content ul li a {
    color: inherit;
}

.section .content-block-row .content-block-body .additional_content ul li::before {
    content: "\f110";
    font-family: 'Flaticon' !important;
    /* border: 1px solid; */
    width: 50px;
    height: 99%;
    top: 0px;
    font-size: 1.5rem;
    color: #fff;
}

.section .content-block-row .content-block-body .additional_content ul li a:hover,
.section .content-block-row .content-block-body .additional_content ul li a:focus {
    color: #ef7102;
}

.section .content-block-row .content-block-body .additional_content ul li:hover::before {
    color: #ef7102;
}

.section .content-block-row .content-block-body {
    position: relative;
    z-index: 0;
}

.section .content-block-row .content-block-other {
    position: relative;
}

.section .content-block-row .content-block-other .content-block-image-holder {
    height: 650px;
    width: 520px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 15px;
    max-width: 100%;
}


.section .content-block-row .content-block-other.right {}

.section .content-block-row .content-block-other.right .content-block-image-holder {
    float: right;
}


.section .content-block-row .content-block-other .content-block-thumb-image-holder {
    padding: 6rem 0px;
    position: absolute;
    width: 205px;
    height: 210px;
    bottom: -90px;
    left: -50px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 11px solid #fff;
}


/* Text block with colums 1,2, 3 */
/* text-block-2col  */
.section.text-block-section {}

.section.text-block-section .content-block-row.heading-row {
    margin-bottom: 7rem;
}

.section.text-block-section .content-block-body.content p:first-child {
    margin-bottom: 1rem;
}

.section.text-block-section .image-holder {
    /* border: 1px solid; */
    max-width: 100%;
    margin-top: 2rem;
}

.section.text-block-section .content-block-row .content-block-body h2:not(:first-child) {
    /* margin-top: 4rem; */
}

.section.text-block-section .content-block-row .content-block-body h3:not(:first-child) {
    margin-top: 3rem;
}

.section.text-block-section .content-block-row .content-block-body h4:not(:first-child) {
    margin-top: 3rem;
}

.section.text-block-section .image-holder.col6-image {
    width: 100%;
}

.section.text-block-section .image-holder.col12-image {}

.section.text-block-section .image-holder.col12-image img {
    width: 100%;
}


.section.text-block-section .image-holder.col12-image {}

.section.text-block-section.text-block-dynamic .image-holder.col6-image {
    margin-top: 0;
    width: 64%;
    /* border: 1px solid; */
    margin: 0px auto;
}




/***************** Dark Section Start Here *************************/



/* Dark Section Global  Start */

/* List Items  */
.section.dark-section .content-block-row .content-block-body ul.counter-ul li .c_title {
    color: #ffffff;
}

.section .content-block-row .content-block-body ul.counter-ul li .c_text {}

.section .content-block-row .content-block-body ul.counter-ul li .c_text.bold {}



.section.dark-section .content-block-row .content-block-body h1,
.section.dark-section .content-block-row .content-block-body h2,
.section.dark-section .content-block-row .content-block-body h3,
.section.dark-section .content-block-row .content-block-body h4,

.section.dark-section .content-block-row .content-block-body p,
.section.dark-section .content-block-row .content-block-body ul li,
.section.dark-section .content-block-row .content-block-body .pre-title,
.section.dark-section .content-block-row .content-block-body .pre-title:after,
.section.dark-section h1,
.section.dark-section h2,
.section.dark-section h3>*,
.section.dark-section p,
.section.dark-section.content-section.content-section-3 .list-item-holder .c_text,
.section.dark-section.content-section.content-section-3 .list-item-holder .bold,
.section.dark-section .faq-style-two .accordion .accordion-item .accordion-button,
.section.dark-section.repeater-block.repeater-block-5.repeater-block-13 .items-row .items-holder .service-4-block h3,
.section.dark-section.repeater-block.repeater-block-5 .items-row .items-holder .service-4-block h3,
.section.dark-section .h4, 
.section.dark-section h4,
.section.dark-section ul li  {
    color: #ffffff;
}
 
.section.section.content-section .content-block-row .content-block-body   {
    color: #ddddd;}

.section.dark-section .content-block-row .content-block-body h2 {
    border-color: #fff;
}



.section.dark-section .content-block-row .content-block-body .pre-title:after {
    background: #eff1f6;
}

.section.dark-section .content-block-row .content-block-body ul li:before,
.section.dark-section ul li:before {
    /* background: #eff1f6; */
    color: #ffffff;
}


/* btn primary */
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-primary {
   border: 1px solid transparent;  
    background-color: #A8802D;
    color: #fff;
    
}

.section.dark-section.custom-bg2 .content-block-row .content-block-body .btn-holder .btn.button-primary {
    /* border: 1px solid #fff;   */
    box-shadow: 0px 0px 1px #ffffff94;
      
 }



.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-primary:hover,
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-primary:focus {
    /* border: 1px solid rgb(255 255 255 / 40%); */
    background-color: #fff;
    /* background: rgb(255 255 255 / 40%); */
    /* color: #fff; */
    background: #6D4C26;
}

/* btn tersiyer */
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-outline {
    border: 1px solid white;
    background-color: #ffffff00;
    color: #fff;
}

.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-outline:hover,
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-outline:focus {
    border: 1px solid rgb(255 255 255 / 40%);
    background-color: rgb(255 255 255 / 40%);
}


/* Button style 2 */
.section.dark-section  .btn-holder .btn.button-outline {
    border: 1px solid white;
    background-color: #ffffff00;
    color: #fff;
}

.section.dark-section .btn-holder .btn.button-outline:focus,
.section.dark-section  .btn-holder .btn.button-outline:hover {
    /* background: #000; */
     border: 1px solid rgb(255 255 255 / 40%);
    background-color: rgb(255 255 255 / 40%);
}


.section.dark-section button.accordion-button {
    border-bottom: 0px solid #e3dfe24a !important;
}
.section.dark-section .faq-style-two .accordion .accordion-item .accordion-body { 
    border-top: 1px solid #9d9d9d !important;
}

.section.dark-section .custom-border-top {
    border-top: 2px solid #bababa;}
.section.dark-section .content-block-row .content-block-body p a:hover, 
.section.dark-section .content-block-row .content-block-body p a:focus{ color:#fff;}

/***************** Dark Section End Here *************************/

/* Some CSS for SVG interaction */

.svgalloys {
     margin-top: 5em;
    }



/***************** Adaption for Blog Posts *************************/

.delpostcallout {
  color: yellow;
background-color:#eeeeee;
margin-top:2em;
margin-bottom: 2em;
padding-left:4em;
padding-right:4em;
padding-top: 2em;
padding-bottom: 2em;
}

.merke {
background-color:black;
color:white;
transform: rotate(-6deg);
width:100px;
margin-bottom: 0.5em;
}

.blog-single h2,
.blog-single h3 {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 0.3em;
  margin-top: 3em;
}

.blog-single .delblogcaption {
color: #aaaaaa;
font-style: italic;
font-weight:normal;
margin-top:0;
margin-bottom: 3em;
}

.delblogteaser {
margin-bottom: 3em;
font-color: #dddddd;
font-size:120%;
}

.blog-single table th {
background-color: #dddddd;
padding: 0.5em;
}
.blog-single table {
margin-bottom: 3em;
}
.blog-single table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #ccc; /* Dünne graue Linie */
}
.blog-single table td {
height: 2em;
}
.blog-single table tr:nth-child(even) {
  background-color: #f9f9f9; /* Leicht hellgrauer Hintergrund */
}

.section.position-relative {
    position: relative;
    overflow: hidden;
}

.banner-background {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.6; /* Optional: Transparenz */
    filter: blur(5px);
}

.container.position-relative {
    position: relative;
    z-index: 2;
}

