/* -------------------------------------------------- */
/* Schulze   CSS-Datei  Ergänzung zur standard.html   */
/* Stand 22.11.2021                                   */
/* -------------------------------------------------- */



div#visilog 
{
 background-color:#CCA37A;
 background-color:lightgray;
 width:100%;
}

div#visilog_content
{
background-color:yellow;
background-image: url(/+vis20/imghtg/schulze_htg.jpg);
background-size:100%;
}

.vis_textcontent
{
 background-color:white;
 margin:5%;
 margin-top:15px;
 border:1px solid gray;
 border-radius:6px;
 padding:0px;
 min-height:300px;
 height:auto;
 
}

div#visilog_header {borde:1px dotted red;}

div#visilog_menue {bottom:10px;}


.vis_textcontent .text {padding:0px; margin:20px;}

@media only screen and (max-width:750px) 
{
 .vis_textcontent
 {
  background-color:white;
  margin:0px;
  padding:0px;
  border:0px solid gray;
 }
 
 div#visilog_menue {bottom:0px}
 
}


