.content {
    position: absolute;
    top: 14%;
    left: 5%;
}
.content p {
    text-align: justify;
    margin-right: 11%;
    line-height: 1.4;
}
iframe {
	position: absolute;
    top: 20%;
    right: 7%;
   
}

.modal {
  display: none; 
  position:fixed;
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;  
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  padding-bottom: 50px;
  
  
}


.modal-content {
  background-color: #0F1626;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  border: 1px solid #EA8365;
  display: inline-block;
  margin: 0 0 0 25%;
  
}



.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #EA8365;
  text-decoration: none;
  cursor: pointer;
}

#myBtn {
    position: absolute;
    top: 57.5%;
    left: 39%;
    padding: 0;
    border: none;
    background: none;
    font-size: 14px;
    color: white;
    width: 75px;
    height: 19.5px;
    
}

.arrow {
    width: 75px;
    height: 19.5px;
}



.Nazov {
    padding-bottom: 20px;
    padding-top: 20px;
    
    
}



tr {
    display: block;
    
}


td {
    min-width: 250px;
    border: 0px solid yellow;
}
.table-personal td,
.table-vedenie td {
    min-width: 190px;
}



.td-nb {
    min-width: 150px;
}



#MobileMore {
    position: absolute;
    left: 100px;
    top: 70%;
    display: none;
}



.read-more-state {
  display: none;
  position: relative;
  
  
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  font-size: inherit;
  max-height: 999em;
  max-width: 50px;
  position: relative;
  color: white;
  background: none;
  
  
  
  
}



.read-more-target {
  left: 30px;
  position: absolute;
  display: none;
  top: 900px;
  
}



.read-more-state ~ .read-more-trigger:before {
    content: 'Zobraziť viac';
    
    
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Zobraziť menej';
}

.read-more-trigger {
  cursor: pointer;
  display: none;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  position:relative;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: none;
  border: none;
  top: 0px;
  
}






.MobileDiv {
    display: none;
    margin-bottom: 30px;
}





@media screen and (max-width:1000px) {
    
    
    
    
    
    
    #MobileH3 {
        margin-top: 100px;
        
    }
    .read-more-trigger {
        display: inline-block;
    
    }
    
    
    .content {
    left: 30px;

}
    .content p {
    margin-right: 30px;
    
}

    #Map {
        display: none;
    }
    
    .MobileHide {
        display: none;
    }
    
    .MobileDiv {
    display:block;
    
}
    
    
    