:root {


--fs-xl: clamp(1.7rem, 2vw + 1rem, 2rem);
--fs-h2: clamp(1.2rem, 1.7vw + 1rem, 1.7rem);
--fs-h3: clamp(1.1rem, 1.4vw + 0.7rem, 1.2rem);
--fs-h4: clamp(1.0rem, 1.2vw + 0.5rem, 1.2rem);
--fs-big: 2rem;
/* --fs-normal: 1rem; */
/* --fs-normal: clamp(0.8rem, 1.1vw + 0.2rem, 1.1rem); */
--fs-normal: clamp(0.9rem, 1.1vw + 0.2rem, 1.1rem);
--fs-small: 0.8rem;

//line height
--lh-xl: 1;
--lh-h1: 1;
--lh-h2: clamp(1.5rem, 1.7vw + 1rem, 1.7rem);
--lh-h3: clamp(1.1rem, 1.4vw + 0.7rem, 1.4rem);
--lh-h4: clamp(1.0rem, 1.2vw + 0.5rem, 1.2rem);
--lh-big: 1;
--lh-normal: 1.5;
--lh-small: 1.2;

--menumobilecolor:#f0f0f0;

--zluta:rgb(240,143,0);
--zluta2:rgb(140,73,0);
--modra:rgb(4,129,219);
--modra2:rgb(4,89,159);
font-size:17px;
}



/* koliduje s floatboxem
* , *:before, *::after {
box-sizing: border-box;
}*/

input, table, td, p {
box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  }

* {
margin: 0;
padding: 0;
}



.zpravabox {
width:calc(100% / 4 );
display: inline-block;
float:left;
height:245px;
padding:10px;
box-sizing: border-box;
text-decoration: none;
transition:100ms all ease-in; 
}

.zpravabox:hover {
transform:scale(1.04);
}

.zpravaboxin {
transition:100ms all ease-in; background-color: var(--zluta);
border-radius:5px;
overflow: hidden;
text-align: center;
}


.zpravabox:hover .zpravaboxin {
background-color: var(--modra);
}

.zpravaboxnadpis {
color:white;
padding:4px;
}

.zpravaboxobrazek {
width:100%;
height:200px;
}

img, picture, svg, video {
/* display:block; */
/* max-width:100%; */
}


input, textarea, button, select {
font:inherit;
}

body {
min-height:100vh;
background-color: white;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Roboto Condensed','Jost', sans-serif;

  }

body, p, td, li{
font-size: var(--fs-normal);
line-height: var(--lh-normal);
color:black;
}

img.revealme {
transform: scale(0.5);
transition: .65s ease;
display: inline-block;
position: relative;
}


hr {
margin:30px 0;
border:0;
border-bottom:3px solid var(--modra);
}

.footer hr {
border-bottom:1px solid white;
}


h1 {
margin:0;
padding:2rem 0 1rem 0;
font-size: var(--fs-xl);
line-height:var(--lh-h1);
}

h1.homepageh1 {
padding:30px 0 30px 0 !important;
}


h2 {
font-size: var(--fs-h2);
line-height:var(--lh-h2);
padding:0;
margin:1rem 0;
color:var(--zluta);
display: block;
}


.toph1 {
padding:1rem 0 0 0;
margin:0;
}
.toph2 {
padding: 0;
margin:0;
color: white;
font-size: var(--fs-h3);
}

.toph2::first-letter {
  text-transform: uppercase;
}




h3 {
font-size: var(--fs-h3);
line-height:var(--lh-h3`);
padding:0;
margin:1rem 0;
}
h4 {
font-size: var(--fs-h4);
line-height:var(--lh-h4);
padding:0;
margin:1rem 0;
}



.mycontactform {
scroll-margin-top: 100px !important;
background-color: rgba(0,0,0,0.1);
padding:20px;
border-radius:10px;
box-sizing: border-box;
max-width:800px;
margin:0 auto;
color:white;
}

.mycontactform input, .mycontactform textarea {
width: 100%;
margin:0 0 10px 0;
box-sizing: border-box;
padding:2px 8px;
border:0;
}

.mycontactform .formsubmit {
max-width:240px;
background-color: var(--zluta);
color:white;
padding:10px 0;
font-weight: bold;
cursor: pointer;
transition:250ms all ease-in;
}

.mycontactform .formsubmit:hover {
background-color: var(--zluta2);
}


.QAotazka {
border:1px solid black;
padding:5px 15px;
border-radius:20px;
margin:10px 0;
font-weight:bold;
font-size:var(--fs-h3);
}
.QAotazka p {
margin:0;
padding:0;
}

.QAotazka .QAnadpis {
display: block;
padding-right:30px;
position: relative;
cursor: pointer;
}
.QAotazka .QAsipka {
width:10px;
height:10px;
position: absolute;
top:15px;
right:5px;
transform:rotate(135deg);
border-top:3px solid black;
border-right:3px solid black;
transition:200ms all ease-in;
}

.QAotazka .QAsipkaOtoceno {
transform:rotate(-45deg);
}

.QAodpoved {
font-weight:normal;
font-size:var(--fs-normal);
margin:0 0 10px 0;
display:none;
border-radius:20px;
padding:5px 0px;
}

.QAotazka p {
margin:0;
padding:10px 0 10px 0;
}

.hlavniobsah  ul {
  list-style: none; /* Remove default bullets */
margin:10px 0 24px 0;
padding: 0 0 0 15px;
}

.hlavniobsah  ol {
margin:10px 0 24px 0;
padding: 0 0 0 45px;
}

.hlavniobsah  ul li, .hlavniobsah  ol li  {
margin:0px 0;
padding:0;
position: relative;
}



.hlavniobsah ul li::before {
  content: '+';
  color: var(--zluta);
  display: inline-block;
  font-weight:normal;
  width: 1em;
  margin-left: -1em;
  position:absolute;
  top:4px;  
  display: inline-block;
  }


.hlavniobsah ul li {
list-style: none url();
padding-left:30px;
}


.hlavniobsah ul li p {
padding: 5px 0 5px 0;
}




.homebutton {
background-color: var(--zluta);
color:white !important;
padding:3px 16px;
text-decoration: none !important;
display: inline-block;
border-radius:5px;
transition:all 200ms ease-in;
}
.homebutton:hover {
transform:scale(1.05);
}

.homebuttongrey {
background-color:#a0a0a0;
color:white !important;
padding:3px 16px;
text-decoration: none !important;
display: inline-block;
border-radius:5px;
transition:all 200ms ease-in;
}
.homebuttongrey:hover {
transform:scale(1.05);
}




.pagecounter a {
background-color: var(--zluta);
color:white !important;
padding:3px 16px;
text-decoration: none !important;
display: inline-block;
border-radius:5px;
transition:all 200ms ease-in;
}

.pagecounter a:hover {
transform:scale(1.05);
}


.pagecounter a.actual {
background-color: var(--zluta);
color:black;
}

/*obrazkove podzadi*/
.hlavniobsahobrazek ,
/* barevne pozadi*/
.hlavniobsahsablona0, .hlavniobsahsablona1, .hlavniobsahsablona2, .hlavniobsahsablona3
{
padding:30px 0;

box-sizing:border-box;
margin:0 auto;
}

.hlavniobsahsablona0 {
background-color: white;
 }
.hlavniobsahsablona0 p {}
.hlavniobsahsablona0 a {color:var(--zluta)}

.hlavniobsahsablona1 {

background:var(--modra) url('bgmodre.jpg?x') no-repeat top right;
background-size: cover; 
}

.hlavniobsahsablona1 p {color:white;}
.hlavniobsahsablona1 h2 {color:white;}
.hlavniobsahsablona1 h3 {color:white;}
.hlavniobsahsablona1 a {color:white;}
.hlavniobsahsablona1 li::before {color:white !important;}
.hlavniobsahsablona1 li {color:white;}


.hlavniobsahsablona2 {background-color:grey;
background:grey url('bggrey3.jpg?x') no-repeat center center;
background-size: cover;
}
.hlavniobsahsablona2 p {color:white;}
.hlavniobsahsablona2 h2 {color:white;}
.hlavniobsahsablona2 h3 {color:white;}
.hlavniobsahsablona2 a {color:white;}
.hlavniobsahsablona2 li::before {color:white;}
.hlavniobsahsablona2 li {color:white;}

.hlavniobsahsablona3 {background-color:var(--zluta);}
.hlavniobsahsablona3 p {color:white;}
.hlavniobsahsablona3 h2 {color:white;}
.hlavniobsahsablona3 h3 {color:white;}
.hlavniobsahsablona3 a {color:white;}
.hlavniobsahsablona3 li::before {color:white;}
.hlavniobsahsablona3 li {color:white;}


.hlavniobsahobrazek {position:relative;

}
.hlavniobsahobrazek p {}
.hlavniobsahobrazek a {}

.hlavniobsahobrazekoverlay {
position: absolute;
left:0;
top:0;
height:100%;
width:100%;
filter: blur(4px) grayscale(0%) opacity(30%);
}



.homeboxcolorbg {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
opacity: 0.1;
filter: grayscale(100) blur(1px);
overflow:hidden;

}




.homeboxcolor1 {
position: relative;
background-color:var(--modra);
//linear-gradient(to right, rgba(0,0,00,1),rgba(200,200,200,0.8),rgba(0,0,0,1));
color:white;
padding:0px 0;
margin:0px 0 0 0;
/* border-left:10px solid var(--modra); */
box-sizing:border-box;
}

.homeboxcolor1 p, .homeboxcolor1 h2 {
color:white;
}


.homeboxcolor2  {
margin:0px 0 0 0;
position: relative;
padding:00px 0;
background-color:white;
color:black;
/* border-right:10px solid var(--zluta); */
box-sizing:border-box;
}



/* flex START */
.flex-container h2 {
padding:0 0 10px 0;
margin:0;
}

.flexdiv33container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.flexdiv33 {
  flex: 1 1 0;
  min-width:200px;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
  }

.flex-item2 {
  width: 50%;
  margin: 0px;
  position: relative;
  overflow: hidden;
  padding:60px 20px;
  box-sizing: border-box;
}

.flex-item3 {
  width: 33%;
  margin: 0px;
  text-align: center;
}
.flex-item4 {
  width: 25%;
  margin: 0px;
  text-align: center;
}

.flexpaddingleft {
padding:30px 20px 30px 40px;
text-align: left;
max-width:600px;
box-sizing: border-box;
margin:0 0 0 auto;
}

.flexpaddingright {
padding:30px 40px 30px 20px;
text-align: left;
max-width:600px;
box-sizing: border-box;
margin:0 auto 0 0;
}


.flex-image  {
min-height: 400px;

margin: 0;
box-sizing:border-box;
min-width:400px;
background-color: red;
transition:200ms all ease-in;
}

.homepageboxypadding {
padding:0px 0px;
}

.flexitem4smallholder {
max-width:200px;
font-size:12px;
margin:0 auto;
}

.flexitem4smallholder strong {
font-size:35px;
background: -webkit-linear-gradient( #00c8aa,#00a88a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-weight:bolder;

}

.flexitem4smallholder p {
padding:0;
margin:0;
}
/* flex END */




iframe {
/* youtube iframe */
width:100%;
height:auto;
aspect-ratio:3/2;
}








p {
margin:0;
padding:10px 0 10px 0;
}


 img {
  border: none;
 }




 body {

 }



.div30vlevo {
float:left;
width:calc(100% / 3);
}



.div50vlevo {
float:left;
width:48%;
}

.div50vpravo {
float:right;
width:48%;

}


.div50vlevo {
float:left;
width:48%;
}

.div50vpravo {
float:right;
width:48%;
}



img.revealme {
transform: scale(0.5);
transition: .65s ease;
}


.textsmallimage {
margin:0 auto !important;
display: inline-block;
max-width:200px;
width:100%;
}

.textimage_right {
width:40%;
max-width:400px;
float:right;
margin:0 0px 10px 20px;
border-radius:10px;
}


.textimage_left {
width:40%;
max-width:400px;
float:left;
margin:0 20px 10px 0;
border-radius:10px;
}


.textimage {
border-radius:10px;
width:100%;
margin:0 auto 10px auto;
display: block;
}


.textimage169 {
width:90%;
height:300px;
background-color: red;
margin:0 auto;
}



.revealmeleft
{
 opacity:0;
 position: relative;
 left:-300px;
 transition: 1s ease;
}

.revealmeright
{
 opacity:0;
 position: relative;
 left:300px;
 transition: 1s ease;
}

.revealmebottom
{
 opacity:0;
 position: relative;
 top:50px;
 transition: 1s ease;
 filter:blur(10px);
}


.tlacitkodiv {
width:100%;
text-align:center;
margin:10px 0;
position: relative;
transform: none; 
}



.tlacitkodiv a {
position: relative;
background-color: var(--modra);
color:white;
text-decoration: none;
padding:14px 30px;
font-weight: bold;
box-sizing: border-box;
transition:500ms all ease-in,  150ms transform ease-in !important;
display: inline-block !important;
border-radius:3px;

}

.tlacitkodiv a:hover {
background-color: var(--modra2);
transform:scale(1.05) !important;
}

#poptavkaformbutt a {
background-color: var(--zluta) !important;
}
#poptavkaformbutt a:hover {
background-color: var(--zluta2) !important;
}

.fadeinauto {
        -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}




.hidemobile {
display: block;
}

.showmobile {
display: none;
}
.hidemobilemenu {
display: block;
}

.showmobilemenu {
display: none;
}


#logo {
position: absolute;
left:0px;
top:10px;
display: inline-block;
z-index:99;
text-decoration: none;
width:100%;
max-width:200px;
height:40px;
background:url('solarex.png') no-repeat center center;
background-size: contain;
}

#logo span {
display: none;
}



.mobilemenu {

width:32px;
height:28px;
position: absolute;
top:22px;
right:20px;
}



.mobilemenu span,.mobilemenu:before,.mobilemenu:after {
background-color:var(--zluta);
}



.mobilemenu span {
transition:all 100ms ease;
content:'';
position: absolute;
top:12px;
left:0;
width:32px;
height:4px;
border-radius:4px;
}

.mobilemenu:before {
transition:all 200ms ease;
content:'';
position: absolute;
top:0;
left:0;
width:32px;
height:4px;
border-radius:4px;
}

.mobilemenu:after {
border-radius:4px;
transition:all 200ms ease;
content:'';
position: absolute;
bottom:0;
left:0;
width:32px;
height:4px;
transform:rotate(0deg);
}



.mobilemenu.fadeOut:after {
transform:rotate(-40deg);
bottom:12px;
height:5px;
}

.mobilemenu.fadeOut:before {
transform:rotate(40deg);
top:12px;
height:5px;
}

.mobilemenu.fadeOut span {
opacity:0;
}



#menum {
z-index:99999;
width:100%;
display:none;
box-sizing:border-box;
padding:20px 20px 10px 20px;
position: relative;
top:60px;
max-height:calc(100vh - 70px);

left:0;
background-color: white;
overflow: hidden;
overflow: auto;
max-height:95hv;
/* border-bottom:3px solid var(--modra); */
box-shadow: 0px 20px 20px rgba(0,0,0,0.5);
}


#menum ul li,#menum ul ul li {
list-style: none;
text-align: left;
}

#menum ul li a {
color:black;
display: block;
padding:10px;
text-decoration: none;
font-size:16px;
overflow: hidden;
}

#menum ul li a:hover,#menum ul ul li a:hover {
background-color:var(--zluta);
color:black;
border-radius:4px;
}

#menum ul li a.actual {
background-color:var(--zluta);
color:white;
border-radius:4px;
}

#menum ul li li a.actual {
background-color:black;
color:white;
}

#menum ul ul li a {
font-size:14px;
color:black;
overflow: hidden;
display: block;
background-color:#f0f0f0;
padding:8px 8px 8px 20px;
text-decoration: none;
}

#menum ul , #menum ul ul, #menum ul li, #menum ul ul li {
padding:0;
margin:0;
}

#menu #menum ul li {
display: block;
}


 .holder {
  max-width: 1200px;
  width:100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
 }
.holderin {
padding:0 20px;
}








 #menudiv {
 position: fixed;
 text-align: left;
 top:0;
 width:100%;
 height:60px;
 background-color:white;
box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
 }

 #menu {
 position: absolute;
 right:10px;
top:16px;
letter-spacing: 1px;
 }

.h1box {
padding:30px 0px 50px 0px;
margin:0 0 10px 0;
background-color: var(--modra);;
text-align: left;
position: relative;
}

.h1box h1 {
color:white;
}

.h1boxinner,.h1boxinnerbarva, .h1boxinnerbarva2 {
width:100%;
height:100%;
top:0;
left:0;
position: absolute;
}

.h1boxinnerbarva {
background:linear-gradient(to right, rgba(49,81,128,1),rgba(49,81,128,0));
}

.h1boxinnerbarva2 {
background:linear-gradient(to bottom right, rgba(158,0,48,0.8),rgba(49,81,128,0.9));
}



 #page {
  padding:60px 0 0 0;
  margin:0;
 }
 #pagehomepage {
  padding:40px 0 0 0;
 }


.darujte {
margin-top:40px;
  background-color:var(--modra);
  padding:20px;
  color:var(--zluta);
  border-bottom:1px solid #454545;
}

 .darujte p  {
font-size:var(--fs-small);
line-height:var(--lh-small);
 color:var(--zluta);
}

.darujte a {
font-size:var(--fs-normal);
line-height:var(--lh-normal);
background-color: var(--zluta);
color:var(--modra);
padding:4px 20px;
border-radius:5px;
text-decoration: none;
margin:0 0 0 20px;
transition:all 100ms ease-in;
display:inline-block;
}
.darujte a:hover {
transform:scale(1.05);
}



 .footer {
  background-color:#232323;
  padding:40px 20px 20px 20px;
  color:white;
 }

 .footer a, .footer p {
font-size:var(--fs-normal);
line-height:var(--lh-normal);
 color:white;
}

.footer h3 {
font-weight:normal;
font-size:var(--fs-h2);
line-height:var(--lh-h3);
font-style: italic;
margin:10px 0 20px 0;
padding:0;
}

.footerlogo {
max-width: 200px;
width:100%;
}



#grid-container a {
background:url('/_tpl/default/preload.gif') no-repeat center center;
}

.grid-item {
display: inline-block;
}
 .grid-item:hover {
background-color: #d0d0d0;
 }


.grid-item img {
z-index: 1;
border-radius:10px;
transition:transform 200ms ease-in
}

.grid-item img:hover {

transform:scale(1.05);
}



/* zprava */

 .zprava {
width:100%;

margin:0 0 40px 0;
 text-align: left;
background-color: white;
 text-decoration: none;

  }

.zpravadatum {
font-size:var(--fs-small);
line-height:var(--lh-small);
}

.zprava td:first-child
{
width:300px;
min-height:140px;
min-width:300px;
}


.zpravain {
padding:20px;
display: block;
}

.zpravaobrazek {
background-color: #f0f0f0;

}


.zpravaobrazeklogo {
background:url('solarex.png') no-repeat center center;
background-size: contain;
height:150px;
opacity:0.4;
display: block;
margin:20px;
box-sizing:border-box;
}

.zpravavnitrek {
}

.zpravanadpis {
font-weight: bold;

}

.zpravatext {
}




 .clearer {
  clear: both;
 }





/*  diskuze  */

.diskuze-zprava {
background-color:#e9e9e9;
margin:8px 0 8px 0;

padding:10px;
}
.diskuze-zprava-odpoved {
background-color:#e9e9e9;
margin:8px 0 8px 0;
padding:10px;
}

.diskuze-sml {
background-color:#e9e9e9;
height:40px;
text-align:right;
padding-right:10px;
border-right:1px solid #8b8b8b;
margin:5px 0 5px 0;
cursor:pointer;
}

.diskuze-sml2 {
background-color:#e9e9e9;
text-align:right;
padding:10px 10px 0 0;

margin:5px 0 5px 0;
}

.diskuze-sml span {
padding:13px 5px 0 0;
display:block;
}

.diskuze-sub1{
padding-left:10px;
}
.diskuze-sub2{
padding:0 0 10px 10px;
border-left:1px dotted #8b8b8b;
}

.diskuze-form {
padding-right:10px;
padding-bottom:10px;
text-align:right;
}

.diskuze-formular {
text-align:left;
width:100%;
height:210px;

background-color:#e0e0e0;
}

.diskuze-formular form {
padding:8px 0 8px 8px;
display:block;
margin:0;
float:right;
}


.diskuze-formular form input,.diskuze-formular form textarea {
width:100%;
max-width: 400px;
font-size:14px;
}

.diskuze-formular input.submitter {
cursor: pointer;
background-color: black;
color:white;
border:0 ;
padding:8px 0;
font-size: 16px;
}

.diskuze-formular input.submitter:hover {
background-color: #787878;
}

.article_keywords {
background-color: #e0e0e0;
padding:5px;
margin:10px 0 10px 0;
}






.r3d {
margin:0;
padding:0;
line-height: 1;
text-align: right;
display: block;
line-height:var(--lh-small);
font-size: 12px;
}

.r3d a {
text-decoration: none;
font-size: 12px;
line-height:var(--lh-small);
}

.r3d a:hover {
color:white;
}


.cookiemessage {
line-height:var(--lh-small);
color:#a0a0a0;
font-size: 12px;
margin:0;
padding:0;
display: block;
}

.procleny {
line-height:var(--lh-small);
color:#f0f0f0;
font-size: 12px;
margin:0;
padding:0 0 20px 0;
display: block;
}
.procleny a {
color:white;
}




.bxslider,.bxsliderholder,.centered-div  {
padding:0;
margin:30px 0 0 0;
height:60vh;
box-sizing: border-box;
display: block;
}

.bxslider li {
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




.bxsliderholder,.bxslider {
background-color: black;
}

.centered-div {
background-color: rgba(0,0,0,0);;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:-30px;
    left:0;
    width:100%;

}

.centered-div h1 {
color:white;
text-shadow: rgba(0,0,0,0.85) 0px 2px 10px, rgba(0,0,0,0.85) 0px 2px 5px, rgba(0,0,0,0.85) 0px 2px 20px;
}






@media (max-width: 2200px) {

.placeholder {
}


 .zprava {
}



}



@media (max-width: 1400px) {

.placeholder {
}


 .zprava {
 }



}


@media (max-width: 1090px) {

.placeholder {
}


.hidemobilemenu {
display: none;
}

.showmobilemenu {
display: block;
}



 #menu {
position: absolute;
left:0px;
top:0px;
width:100%;
 }
 
 
}

@media (max-width: 990px) {

.placeholder {
}

.holder {
width:100%;
}
.holderin {
padding:0 20px;
}

 .zprava {

}


.zprava td:first-child
{
width:250px;
min-height:140px;
min-width:200px;
}



.h1box {
padding:20px 0px 30px 0px;
margin:0 0 0px 0;
}




}

@media (max-width: 880px) {

.placeholder {
}



.zpravabox {
width:calc(100% / 2 );
}


.hidemobile {
display: none;
}

.showmobile {
display: block;
}


.flexdiv33 {
flex: 1 1 100%;
}

.bxslider,.bxsliderholder,.centered-div  {
height:40vh;
}


.div30vlevo {
float: none;
width:100%;
}


.flex-container {
  display: block;
  }

.flex-item2 {
  width: 100%;
}
.flex-item3 {
  width: 100%;
  order:1;
}
.flex-item4 {
  width: 100%;
  order:1;
}

.flexpaddingright, .flexpaddingleft {
padding:20px 0;
text-align: left;
}



.flex-image  {
min-height: 200px;
min-width:0;
max-width:100%;
aspect-ratio:2/1;
}



.div50vlevo, .div50vpravo {
width:100%;
box-sizing: border-box;
padding:0;
float: none;
}


 .zprava {
}

.vypiszprav {
padding:0;
}




#menudiv {
/* position: absolute; /**/
}



.mycontactform .flexdiv33container {
gap:0;
}
.mycontactform  {
max-width: 600px;
}

.zprava td:first-child
{
width:200px;
min-height:140px;
min-width:100px;
}


}

@media (max-width: 500px) {

.placeholder {
}



 .zprava td {
display:block;
}

.zprava .zpravain {
padding:10px 0 20px 0;
border-bottom:1px solid #909090;
}


.zpravaobrazeklogo {
background:url('solarex.png') no-repeat center center;
background-size: contain;
height:100px;
display: block;
margin:20px;
box-sizing:border-box;
}


.zprava td{
/* display: block;
max-width:100%;
width:100%; */
}

.zprava td:first-child
{
max-width:100%;
min-width:70px;
min-height:100px;
}



#logo {
font-size:20px;
line-height:20px;
top:15px;
max-width:140px;
}
#logo::before {
top:-7px;
}

 body {

}



.textimage_right {
max-width:50%;
}



.textimage_left {
max-width:50%;
}


.zpravabox {
width:100%;
}




}





@media (max-width: 320px) {

.placeholder {
}


 .zprava {
}


}




