/* ------------------------ FONT-FAMILY -------------------------*/

@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  @font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  }
  @font-face {
    font-family: 'Helvetica';
    src: url('../font/helvetica-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

/* ------------------------ ALLGEMEIN -------------------------*/
* {
    margin:0;
    padding:0;
}
body {
margin:0;
background-color:#ffffff;
/* background-color:#dcdee3; */
width:100%;
height:100%;
position: relative;
}
body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul, a {
font-family:"Helvetica",sans-serif;
font-size: 16px;
color:#0f172a;
line-height: 1.4em;
}
img {
border:none;
}

a {
color:#1a73e8;
text-decoration:none;
}

h5 {
font-size: 22px;
line-height: 32px;
text-decoration: none;
color: #202124;
}

dd { margin:1px 0 0 15px; }
*{
    box-sizing: border-box;
}
.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
/* --------------------- Seitenaufbau -------------------------*/
.font_open{
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
    font-weight: normal;
}
.bg_white{
    background-color: #ffffff;
    padding: 30px 20px;
    backdrop-filter: blur(4px);
}
#wrapper {
width:100%;
min-height:400px;
height:auto;
margin:0 auto 0 auto;
text-align:left;
}
/* #wrapper:after {
    content: "";
    background-image: url(../images/news_bg3.png);
    background-position: center;
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0.2 ;
    z-index: -1;
}
#wrapper:before {
    content: "";
    background-color: #0000004d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
} */

/*---HEADER-*/
#header_1 {
    margin:0 auto 0 auto;
    width:100%;
    background-color: #fff;
    padding: 15px 0 10px;
    border-bottom: 1px solid #00000012;
    position: relative;
    z-index: 999;
}
#header_2 {
    width: 100%;
    /* min-height: 400px;
    background-image:linear-gradient(#202124b3,#202124e6), url(../images/banner_header.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #fff;
}
#header_logo{
    width: 350px;
}
#topbar {
    color:White;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
#logobar{
    /* box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce0; */
}
#topnav {
text-align:right;
position: relative;
width: 100%;
}
#topnav ul, #topbar_left ul,#topbar_right ul{
margin:0 auto;
padding:0;
list-style:none;
display: flex;
align-items: center;
}
#topnav ul{
    justify-content: space-between;
}
#topbar_left ul{
    gap: 5px;
}
#topbar_left ul li {
    border: 1px solid #1a73e8;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 16px;
}
#topbar_left ul li:hover ,#topbar_right ul li:hover  {
    border-color: #fff;
    background-color: #f4f8fe;
}
#topnav ul li a, #topbar_left ul li a,#topbar_right ul li a,#topnav ul li li a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1px;
    line-height: 24px;
    text-decoration:none;
    position: relative;
}
#topbar_left ul li:hover a,#topbar_right ul li:hover a {
    color:#174ea6;
}
#topnav ul li{
    position: relative;
}
#topnav ul li a,#topnav ul li {
    font-size: 14px;
    color: #0f172a;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-weight: 600;
}
#topnav ul li a{
    padding: 20px 25px;
}
#topnav ul li a:after{
 content: "";
 width: 0;
 height: 2px;
 background-color: #0f172a;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 15px;
 transition: all 0.3s;
}
#topnav ul li:hover a:after{
    width: 90%;
}
#menu-button{
    display: none;
    cursor: pointer;
}
#logo {
    border:none;
    width: 200px;
    /* filter: brightness(0) invert(1); */
}
#banner {
    margin:25px 0;
    display: flex;
    align-items: center;
    gap: 60px;
}
.banner_content{
    width: 42%;
}
.banner_content h1{
    font-size: 56px;
    line-height: 58px;
    color: #202124;
    font-weight: 500;
}
.banner_content p{
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0 20px;
}
.banner_content a{
    color: #fff;
}
.banner_content .btn_blank{
    background-color: #ffffff00;
}
.banner_content .btn_blank a{
    color: #1a73e8;
}
.banner_content .btn_blank:hover {
    background-color: #f4f8fe;
    box-shadow: none;
}
.banner_content .btn_blank:hover a{
    color: #174ea6;
    color: #174ea6;
}
.banner_img{
    width: 58%;
}
.banner_img img{
    max-width: 100%;
}
#header_menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/*-- Page-*/
#content {
    width: 100%;
    /* display:flex; */
    justify-content: space-between;
    align-items: start;
    /*padding: 40px 0;*/
}
#left {
width:25%;
text-align:left;
margin:0px;
padding: 15px ;
box-shadow: 0 0 5px 0 #2021241f;
background: #0f172a;
position: fixed;
z-index: 999;
top: 0;
height: 100%;
overflow-y: auto;
left: -100%;
}
#left a{
    font-weight: 600;
    padding: 10px;
    display: inline-block;
    color: #fff;
    border-bottom: none;
    transition: all 0.3s;
}
#left a:hover{
    text-decoration: underline;                
}
#left h5{
    color: #fff;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
#left .borderbox {
    border-left: 1px solid #fff;
    padding-left: 5px;
    margin-left: 10px;
}
#left i:before {
    color: #fff;
    transition: all 0.3s;
    padding: 8px 10px;
}
#left i:hover:before {
    color: #000;
    background: #fff;
}
.borderbox {
    margin: 10px 0;
}
.borderbox p{
    margin: 10px 0;
}
.borderbox b{
    display: inline-block;
    margin-bottom: 5px;
}
#middle {
/* background: #fff; */
padding:40px 0 !important;
border-radius: 5px;
position: relative;
z-index: 99;
}
#middle p {
    margin: -2px 0;
}
#middle h3 {
    font-size: 28px;
    color: #2b2d30;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}
#middle h3:after{
    content: "";
    width: 100%;
    height: 3px;
    background-color:#19284a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}
#middle table td {
    padding: 8px 15px;
    border: 1px solid #202124;
    text-align: left;
}
#middle table th{
    padding: 8px 15px;
    border: 1px solid #202124;
    text-align: left;
}
#middle .borderbox table td{
    text-align: left;
}
#middle table{
    width: 100%;
    border: 1px solid #202124;
    margin-top: 10px;
    margin-bottom: 20px;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}
#middle table tr:nth-child(even) {
  background-color:#fff;
}
#middle table tr:nth-child(odd) {
  background-color: #0f172a1a;
}
#middle table thead tr,.tr_head{
    background-color: #0f172a!important;
    color: #fff;
}
.tr_head td a,#middle table thead tr td a{
    color: #fff !important;
}
#middle table thead tr th,.tr_head td{
    border: 1px solid #fff !important;
}
#middle .borderbox table b {
    margin-bottom: 0;
}
#middle table a{
    color: #0f172a;
    font-weight: 600;
}
/*
#middle input[type="Password"]{
    padding: 8px 10px;
    margin-bottom: 10px;
}
*/
#middle input[type="submit"]{
    width: auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 24px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: #000;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 8px 24px 8px !important;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    transition: background-color .2s,box-shadow .2s,color .2s;
}
#middle input[type="submit"]:hover{
    background-color: #19284a;
    box-shadow: none;
    color: #fff;
}
#middle form table {
    border:none;
}
.user_profil{
    background-color: #fff;
    padding: 30px 20px;
}
#middle form table tr:nth-child(odd) {
    background-color: #fff;
}
#middle form table tr th, #middle form table tr td {
    border: none;
    background-color:#fff !important;
}
#middle form table input#bildloeschencheckbox,#middle form table tr td input[type="ckeckbox"],#middle form table tr td input[type="radio"]{
    width: 15px ; 
    height: 15px;
    padding: 0;
    margin-right: 5px;
}
input[type="file"] {
    border: none;
    padding: 0;
}
/* .bg_white {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
} */
.form-control {
    padding: 8px 15px;
}
/*---Footer-*/
#footer {
width:100%;
font-size:14px;
color:#1a73e8;
text-align:center;
padding-top: 60px;
padding-bottom: 40px;
background: #fff;
position: relative;
z-index: 99;
}
#footer a {
    /* font-weight: 600; */
    color: #0f172a;
}
#footer h5 {
    color: #fff;
}
#footer .copy_right a {
font-size:14px;
color:#000;
text-decoration:underline;
}
#footer .copy_right {
    text-align: center;
    padding:10px 0;
    color: #0f172a;
}
#footer a:hover {
text-decoration:none;
color: #19284a;
}
.footer_content {
    /* display: flex; */
    /*justify-content: space-between;*/
    text-align: left;
}
.ftr_quick_link{
    display: none;
}
#footer .ftr_logo {
    width: 400px;
    text-align: left;
}
#footer .ftr_link {
    /* width: 250px; */
	text-align: center;
}
#footer .ftr_link ul{
    list-style-type: none;
    margin: 10px 0;
}
#footer .ftr_link li,#footer .ftr_link dt{
    margin: 5px 0;
}
#footer .ftr_link .borderbox p{
    display: none;
}
#footer .ftr_link .borderbox p:first-child{
    display: block;
}
.ftr_logo p{
    text-align: left;
    margin: 10px 0;
    color: #fff;
}
.tbl-cart a img{
    vertical-align: middle;
}
/*-----------Tabellen---------------------------------------------------------*/
.tabellen {
    border: 1px solid #a8a8a8;
    border-spacing: 0px;
    width: 100%;
    padding: 0;
}
.tabellenhead, .tabellenhead a {
    background-color:  #265266;;
    color: #d7d7d7;
}
 table input, table select{
    width: 100%;
    font-family:"Google Sans","Roboto",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent ;
    border:1px solid #dadce0;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 5px 12px;
    text-decoration: none;
    text-rendering: optimizeLegibility;
}
.registration_form{
    background-color: #fff;
    padding:30px 20px;
}
.registration_form tr {
    display:flex;
    flex-direction: column;
    background-color: transparent !important;
}
tr.tabellenbody_full {
    grid-column: span 2;
    flex-direction: row;
    gap:30px;
    margin-top: 10px;
}
tr.tabellenbody_submit{
    grid-column: span 2;
    gap: 10px;
}
tr.tabellenbody_submit input{
    width: auto !important;
    color: #fff;
    font-weight: 600;
    padding:8px 16px;
}
.registration_form tr td{
    width: 100%;
    padding: 0 !important;
    border: none !important;
}
.registration_form table{
    width: 100% !important;
    border: none !important;
} 
.registration_form table tbody {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    row-gap:20px;
    column-gap: 30px;
} 
.news_latter {
    /*display: flex;*/
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    gap: 30px;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    grid-column: 1/4;
}
.news_latter input[type="email"]{
    background: linear-gradient(90deg,rgba(129, 216, 208, 1) 0%, rgba(247, 247, 247, 1) 100%);
    color: black;
    width: 70%;
}
.news_latter h2 {
    font-size: 28px;
    color: #FFF;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.news_latter P {
    color: #FFF;
}
.news_latter input[type="Text"] {
    width: 50%;
    background: linear-gradient(90deg,rgba(129, 216, 208, 1) 0%, rgba(247, 247, 247, 1) 100%);
}
.news_latter input{
    font-family:"Google Sans","Roboto",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent ;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    text-rendering: optimizeLegibility;
}
.news_latter input::placeholder{
    color: #fff;
}
.news_latter input[type="Submit"]{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 24px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: #81D8D0 !important;
    border:none;
    border-radius: 130rem;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 8px 24px 8px;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    transition: background-color 1s,box-shadow 1s,color 1s !important;
}
.news_latter input[type="Submit"]:hover{
    background-color: #000000 !important;
    box-shadow: none !important;
    color: #fff !important;
}

.news_latter_content{
    width: 50%;
}
.news_blog{
    padding-left: 0 !important;
    padding-bottom: 40px;
}
.news_grid{
    display: grid;
    column-gap:30px;
    row-gap: 30px;
    grid-template-columns: repeat(3,1fr);
}
.news_grid .card{
    overflow: hidden;
}
.news_grid .card img{
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.news_details{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
}
.news_details p{
    margin: 0 !important;
    color: #19284a !important;
}
.news_blog h5 {
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 26px;
    margin-bottom: 20px;
}
.news_details h5 {
    font-size: 18px;
}
.news_blog .socializer {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news_blog .socializer a{
    color: #94a3b8 !important;
    background-color: transparent !important;
    width: 20px;
    height: auto;
    font-size: 18px;
}
.news_blog .socializer a:hover{
    color: #2b2d30 !important;
    opacity: 1 !important;
}
.news_blog .socializer .sr-whatsapp a,.news_blog .socializer .sr-whatsapp a:visited{
    color: #25d366 !important;
}
.comment-box {
    padding: 10px 20px;
}
.news_video{
    grid-column: 1/4;
}
.video_slider{
    display: flex;
    gap: 30px;
    overflow: hidden;
    position: relative;
    margin: 12px 0;
    background-image: url(../images/stimmt_bg.jpg);
    background-size: cover;
    border-radius: 8px;
    padding:30px 80px;
}
.video_slider h5{
    color: #fff;
    margin: 10px 0;
}
.video_slider p{
    color: #94a3b8;
}
.video_slider img{
    border-radius: 0.5em;
}
.news_blog .article-title__kicker {
    color:#19284a !important;
    text-align: center !important;
}
.news_blog .article-title__headline {
    color: #0f172a !important;
    font-size: 36px !important;
    text-align: center !important;
}
.news_blog  .newstext p{
    text-align: left !important;
    margin: 0 !important;
} 
.news_blog  .newstext img{
    width: 100%;
} 
/*----------Formulare--------*/
/* Buttons und andere Form elemente -------------------------------------------- */
/*
button{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 24px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: #81D8D0;
    border:none;
    border-radius: 130rem;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 8px 24px 8px;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    transition: background-color .2s,box-shadow .2s,color .2s;
}
button a{
    color: #fff;
}
button:hover{
    background-color: #19284a;
    box-shadow: none;
    color: #fff;
}
*/
input.topbar_input {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent !important;
    border:1px solid #dadce0;
    border-radius: 4px;
    outline: none;
    color: #000 !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 8px 16px;
    text-decoration: none;
    text-rendering: optimizeLegibility;

}
input.topbar_input:-internal-autofill-selected {
    background-color: transparent !important;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    background-color: transparent !important;
}
/*   Grau   */
.color1{
    color: black;
    background: #f3f3f3;
}
/*   Gruen   */
.color2{
    color:black;
    background: #33cc66;
}
/*   Rot   */
.color3{
    color:black;
    background: #cc3333;
}
/*   Orange   */
.color4{
    color:black;
    background:  #ff9900;
}
/*   Blau   */
.color5{
    color: white;
    background:  #265266;
}
select.button{ border:0px solid   #666666; }

/* header new css */
#topnav .main_menu .has-submenu .submenu{
    position: absolute;
    background: #000;
    text-align: left;
    top: 100%;
    left: 0;
    display: flex ;
    flex-direction: column;
    align-items: start ;
    transform: scaleX(0);
    transition: all 0.3s;
    width: auto;
    white-space: nowrap;
    z-index: 999;
}
#topnav .main_menu .has-submenu .submenu li .submenu {
    left: 100%;
    top: 0;
    transform:unset;
}
#topnav ul li:hover .submenu a:after{
    display: none;
}
#topnav ul li .submenu a {
    color: #fff;
}
#topnav ul li .submenu li:hover>a {
    text-decoration: underline;
}
#topnav nav ul li li a{
    padding:10px 15px !important;
}
.has-submenu span,.has-submenu .submenu span.showplus{
    display: none;
}
.has-submenu span.showplus{
    display: inline-block;
    margin-left: auto;
}
.card{
    width:100%!important;
}
.close_icon{
    display:none!important;
    position: absolute;
    z-index: 99;
    font-size: 24px;
    color: #fff;
    top: 15px;
    right: 15px;
}
.topbar_left_menu{
    display: flex;
    gap: 10px;
    align-items: center;
}
.left_toggle{
    color: #0f172a;
    font-size: 20px;
}
.left_close_icon {
    text-align: right;
    display: block !important;
    font-size: 20px;
}
.label_group{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.label_group input,.label_group select{
    width: 65%;
}
.px_field .label_group{
    justify-content: center;
    flex-direction: row !important;
} 
.px_field .label_group input,.px_field .label_group select{
    width: 150px;
}
 .table-responsive {
    width: 100%;
}
#commentForm{
    margin-top: 20px;
}
#commentForm div{
    gap:20px;
    justify-content: center;
}
.artikel_news a{
    word-wrap: break-word;
}
.user_profil table tr td:only-child{
    width: 35%;
    padding: 5px 10px !important;
}
/*.........................Responsive.........................*/
@media screen and (min-width: 1025px){
    #topnav .main_menu .has-submenu:hover>.submenu {
        transform: scaleX(1);
    }
}
@media screen and (max-width: 1280px){
    .banner_content h1 {
        font-size: 48px;
        line-height: 52px;
    }
    #topnav ul li a {
        padding: 20px;
    }
}
@media screen and (max-width: 1199px){
    .banner_content h1 {
        font-size: 48px;
        line-height: 52px;
    }
    #topnav ul li a {
        padding: 20px;
    }
    #product-grid {
        grid-template-columns: repeat(3 ,1fr);
    }
    #product-grid .txt-heading {
        grid-column: 1 / 4;
    }
}
@media screen and (max-width: 1024px){
    .close_icon{
        display: block !important;
        z-index: 9;
    }
    #topbar_left ul li {
        padding: 5px 12px;
    }
    .banner_content h1 {
        font-size: 42px;
        line-height: 48px;
    }
    #banner {
        gap: 40px;
    }
    input.topbar_input{
        padding: 5px 12px
    }
    button{
        padding: 5px 12px;
    }
    #topnav nav ul li a{
        color: #fff;
        text-align: left;
        padding: 0 !important;
        display: inline-block;
    }
    #topnav nav ul li li a{
        padding: 0 !important;
    }
    #topnav nav ul li {
        padding: 10px 20px;
        color: #fff;
        text-align: left;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #topnav nav ul li a:after{
        bottom: -5px;
        color: #fff;
    }
    .news_latter input[type="email"]{
        width:66%;
    }
    #menu-button {
        display: block;
        font-size: 24px;
        color: #0f172a;
    }
    #topnav {
        display: block; 
        position: fixed;
        top: 0;
        right: -100%; /* Start off the screen on the right */
        width: 100%; /* Adjust the width as needed */
        height: 100%;
        box-sizing: border-box;
        background-color: #0f172a80;
        z-index: 1000;
        transition: all 0.3s;
    }
    #topnav nav{
        height: 100%;
    }
    #topnav ul{
        flex-direction: column;
        gap:5px;
        align-items: start;
        justify-content: start;
        width: 280px;
        height: 100%;
        background-color: #0f172a;
        padding:30px 20px;
        margin-right: 0;
        overflow-y: scroll;
    }
    #topbar_right {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    #header_1 {
        padding: 15px 0 ;
    }
    #topnav .main_menu .has-submenu .submenu {
        display: none;
        position: static !important;
        transform: scaleX(1);
        width: 100%;
        padding: 20px 0 0 0;
        background-color: transparent;
        transition: all 0.3s;
    }
    
}
@media screen and (max-width: 991px){
    body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul, a{
        font-size: 14px;
    }
    .banner_content p {
        font-size: 16px;
        line-height: 24px;
    }
    .banner_content h1 {
        font-size: 38px;
        line-height: 42px;
    }
    #banner{
        flex-direction: column;
        gap: 30px;
    }
    .banner_content {
        width:100%;
    }
    .banner_img {
        width: 100%;
    }
    input.topbar_input{
        width: 150px;
    }
    h5 {
        font-size: 20px;
        line-height: 28px;
    }
    #left {
        width: 30%;
    }
    .registration_form table tbody {
        column-gap: 25px;
    }
    .news_latter input[type="Text"] {
        width: 70%;
    }
    .ftr_logo img{
        width: 250px;
    }
    .footer_content {
        gap: 10px 40px;
    }
    .news_grid {
        grid-template-columns: repeat(2,1fr);
    }
    .news_latter{
        gap:25px;
    }
    .news_latter h2{
        font-size:24px;
    }
    .news_latter input[type="email"] {
        width: 55%;
    }  
    .label_group input,.label_group select{
        width:60%;
    }
}
@media screen and (max-width: 767px){
    .banner_content h1 {
        font-size: 32px;
        line-height: 38px;
    }
    input.topbar_input {
        width: 100px;
    }

    #left {
        width: 100%;
    }
    #middle {
        width: 100%;
        padding-left: 0; 
    }
    .footer_content {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .ftr_logo p {
        text-align: center;
    }
    #footer .ftr_link {
        text-align: center;
        width: 100%;
    }
     #topbar_right {
        gap: 10px;
    }
    #header_logo {
        width: 150px;
    }
    .news_blog .container {
        padding: 0 !important;
    }
    .news_grid {
        margin-bottom: 10px;
    }
    .news_latter_content {
        width: 100%;
    }
    #footer .copy_right {
        text-align: center;
    }
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #topnav ul {
        gap: 10px;
        padding-top: 80px;
    }
    #topnav .main_menu .has-submenu .submenu{
        padding-top:0;
    }
    #topnav nav ul li a{
        padding: 10px 25px;
        width: 100%;
        text-align: left;
    }  
    .card{
        width:100%!important;
    }
    .news_latter{
        gap:30px;
    }
    .news_latter h2{
        font-size:24px;
    }
    .table-responsive {
        overflow-x: scroll;
    }
    .registration_form table{
        min-width: 100% !important;
    }
    .user_profil table{
        min-width: 100% !important;
    }
    .user_profil table tr{
        display: flex;
        flex-direction: column;
        background-color: #fff !important;
        margin: 5px 0;
    }
    .user_profil table tr td{
        width: 100% ;
    }
    #middle table {
        white-space: nowrap;
    }
    /* #shopping-cart .table-responsive table{
        width: 650px;
    } */

    #middle form table {
        padding: 10px;
    }
    #middle form table th, #middle form table td {
        padding: 8px 10px;
    }
    iframe{
        width: 100% !important;
        height: 350px !important;
        object-fit: contain;
        object-position: center;
    }
    .label_group input,.label_group select{
        width:50%;
    }
    .artical_details{
        flex-wrap: wrap;
        gap: 15px;
    }
    object #play-button .icon, #unmute-overlay .icon {
        width: 50px !important;
        height: 50px !important;
    }
    #commentForm div {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 600px){
    h5 {
        font-size: 18px;
    }
    .table_content {
        overflow-x: scroll;
    }
    #header_menu>a{
        width: 80%;
    }
    img#logo{
        width: 100% ;
    }
    #header_2 {
/*        min-height: 300px;*/
    }
    .registration_form table tbody {
        grid-template-columns: repeat(1,1fr); 
    }
    tr.tabellenbody_full {
        grid-column: span 1;
    }
    tr.tabellenbody_submit {
        grid-column: span 1;
    }
    .news_grid {
        display: flex;
        flex-direction: column;
    }
    #footer .ftr_logo {
        width: 100%;
        text-align: center;
    }
    .news_latter {
        gap: 15px;
    }
    .news_latter_content form{
        display: flex;
    }
    .news_latter h2 {
        font-size: 26px;
        line-height: 33px;
    }
    #middle table,#shopping-cart table {
        min-width: 620px;
    }
    .table-responsive .form-group{
        width: 620px;
    }
    .label_group{
        flex-direction: column;
        gap: 10px;
    }
    .label_group input,.label_group select{
        width:100%;
    }
}
@media screen and (max-width: 425px){
    .news_latter {
        flex-wrap: wrap;
    }
    .news_latter input[type="Text"] {
        width: 100%;
    }
    .news_latter_content form{
        gap: 6px;
    }

}

@media only screen and (max-width:320px){
    .topbar_left_menu{
        width:100%;
    }
    .search form {
        gap: 10px;
        margin-right: 0px!important;
        padding-right: 10px;
    }
    .search input[type='text']{
        width:85%!important;
    }
    .search {
        margin: unset;
        width:100%!important;
    }
    .video_slider{
        padding:24px 24px;
    }
}
