
/* Rakendab Lato fonti kogu lehe tekstidele */
body {
    font-family: 'Lato', sans-serif;
}

/* Kui soovid, et ainult tekst oleks Lato fondis */
.tabs-list,
.tab-pane,
.arst-text h3,
.arst-text p,
.button {
    font-family: 'Lato', sans-serif;
}

.tabs-container {
    display: flex;
    margin-top: 20px;
}

.tabs {
    flex: 1;
    margin-right: 20px;
}

.tabs-list {
    list-style-type: none;
    padding: 0;
	margin-left:0px;
}
.tabs h1{
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height:28.8px;
	
}
.tab {
   padding: 10px 0px;
    cursor: pointer;
	font-weight: 300;
	font-size:16px;
	line-height: 19.2px;
	color: #fff;
}

.tab.active {
    font-weight: 700;
	font-size:16px;
	line-height: 19.2px;
	color: #fff;
}

.tab-content {
    flex: 3;
	
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: flex;
    justify-content: space-between;
    background-color: #D1DBFF;
    padding: 20px;
    border-radius: 5px 22px 22px 5px;
	height: 537px;
}

.arst-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.arst-text {
  flex: 1;
  padding-right: 20px;
  position: absolute;
  bottom: 0px;
  padding-bottom: 34px;
  padding-left: 37px;
}
.arst-text a:visited {
  color: #fff !important;
}
.arst-img {
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 0;
}

.arst-info img {
    height: auto;
  width: 400px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.arst-text h3 {
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 28.8px;
}

.arst-text p {
  margin: 5px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
}

.button {
  padding: 0px;
  background-color: none !important;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  margin-top: 27px;
}

.arst-detailid-leht{
	width: 1200px;
  margin: auto;
}