/*
Theme Name: bc4nz_theme2022_25

Author: behzad chaharnazm
Description: customize theme for 7RGmbh.de
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 7.2
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 7RGmbh.de
*/

@import "../fonts/Roboto-Regular.ttf";
@font-face {
    font-family:   defaultFont;
    src: url("/fonts/Roboto-Regular.ttf");
}

body{
    --color-main:#e2c124;
    --color-main-hover: #bd7b05;
    --color-gray:#ccc;
    --color-gray-hover: #b2b2b2;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto, Arial, "Times New Roman", "Bitstream Charter", Times, serif;
    font-size:17px;
    line-height: 1.5;
}
*{
    box-sizing: border-box;
    transition: all 1s ;
    -moz-transition: all 1s;
    /*transition: all 1s cubic-bezier(0, 1.29, 1, -0.1);*/
}
h2{
    font-weight: normal;
    font-size: 20px;
}
.clear{
    clear: both;
}
.parent{
    font-size: 100%;
}
.width1280 {
    width: 1280px;
    margin:0 auto;
    padding:10px 10px;
}
.header{

}
.header-top{
    border-top: 1px solid transparent;
}
nav ul{
    margin:0px;
    padding: 0;
    list-style: none;
}
nav a{
    text-decoration: none;
}
.header-top .logo{
    float: left;
    width:120px;
    height: auto;
}

.topmenu-wrapper{
    margin:60px auto 10px auto  ;
    width:fit-content;
}
.menu-top{
    display: flex;
}
.menu-top li{
    display: inline-block;
    margin:10px 20px;
    background-color: var(--color-main);
    border-radius: 10px;
    min-width:150px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);

}
.menu-top li:hover{
    background-color: var(--color-main-hover);
}
.menu-top li a{
    color: white;
    display: block;
    padding: 5px 20px;
}
.langmenu-wrapper{
    float: right;
    margin: 61px auto 10px auto ;
}
.menu-lang{
    margin: 0px;
    padding: 0;
}
.menu-lang li{
    float: right;
    margin:5px;
}


section .row{

}
.row.row1{
    display: flex;
}
section  .row.row1 > .col1{
    width:35%;
    flex: 35%;
    border:0px solid black;

}
section  .row.row1 > .col2{
    width:35%;
    flex: 65%;
    border:0px solid black;

}
section  .row.row1 > .col2 > .innerrow1 {
    display: flex;
}
section  .row.row1 > .col2 > .innerrow1 >.col{
    padding:0 20px;
}
section  .row.row1 > .col2 > .innerrow1 >.col:last-child {
    padding-right: 0px;
    width:calc(100% + 20px);
}
.row.row1  .col2  .innerrow1 .col img{
    margin:0 auto;
    display: block;
}
.textcontent{

}
.textcontent-image img{
    display: block;
    margin: 0 auto;
}
footer{
    background-color: #232323;
    color:var(--color-gray);
}
footer .icons{
    background-color: var(--color-main);
}
footer .icons ul{
    list-style: none;
    margin: 0px;
    padding:0px;

}
footer .icons ul li{
    float: left;
    margin-right: 10px;
}
footer .icons a{
    border: 0px;
    float: left;
    margin:5px 10px;
    display: block;
}
footer .icons .wp-block-image {
    margin:0;
}
footer .icons::after {
    content: '';
    display: block;
    clear: both;
}
footer .icons a img{
    width:40px;
    height:40px;
}
ul.menu-footer{
    width: fit-content;
    margin: 10px auto;
}
.menu-footer li {
    display: inline-block;
    padding: 10px;
}
.menu-footer li a{
    color:var(--color-gray);
}
.menu-footer li a:hover{
    color:var(--color-gray-hover);
}
.eae-filter-label{
    margin:5px;
}
@media screen and (max-width: 1024px) {
    .width1280{
        width:auto;
        padding: 0 0;
    }
    .header-top .logo{
        float:none;
        margin-left: auto;
        margin-right: auto;
    }
    .langmenu-wrapper{
        float:none;
        margin: 10px auto 10px auto;
    }
    .menu-lang{
        width: fit-content;
        margin: 0px auto;
    }
    .menu-lang li{
        /*float: none;*/
    }
    .menu-top{
        display:block;
        margin:0;
        overflow: hidden;
        position: fixed;
        right: 10px;
        top:50px;
        z-index: 100000;
    }
    .menu-top.show{
        width: 100%;
        height: auto;
        background-color: white;
        padding-top: 80px;

    }
    .menu-top:before{
        content: '\f0c9';
        display: block;
        background-color: white;
        width: 50px;
        height: 50px;
        margin:10px 10px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color:#5C5C5C;
        font-size: 35px;
        text-align: center;

    }
    .menu-top.show:before{
        position: absolute;
        right: 0;
        top: 0px;
    }

    .topmenu-wrapper{
        width:auto;
    }
    .menu-top li{
        display: block;
        background-color: transparent;
        margin: 0;
        box-shadow: none;
        border-bottom: 1px solid #5C5C5C;
        border-radius: 0;
        display: none;
    }
    .menu-top.show li{
        display: block;
    }
    .menu-top li a {
        color: black;
    }
    .menu-top li:hover a {
        color: white;
    }
    ol,ul{
        padding-inline-start:10px;
    }
    ol,ul,p{
        overflow-wrap: break-word;
    }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {

}