@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6 {
font-family:  'Roboto', sans-serif;
}

h1,
h2 {
	font-weight: 700;
}

.icon-box h3::after {
    content: '';
    height: 2px;
    width: 35px;
    background: #87cbc8;
    display: block;
margin: 15px 0;}

#profil {
    
    padding: 0px 0 0px;
    background-color: #ffffff;


}

#map{
    background-color: #fff;
}
.tabs.tabs-vertical .nav-tabs{
	border-left: 1px solid #f1f3f7;
	border-right: 1px solid #f1f3f7;
	border-top: 1px solid #f1f3f7;
	padding: 0;
}

.tabs .nav-tabs .nav-item{
	border-bottom: 1px solid #f1f3f7;
	display: block;

	
	transition: all .5s ease;
}
.tabs .nav-tabs .nav-link{
	font-size:18px;
	padding: 30px 25px;
}

.tabs .nav-tabs .nav-link em {
    margin-right: 6px;

    display: block;
    float: right;
    font-size: 18px;
    padding-top: 4px;
    transition: all .3s ease;
    color: #015d6c;
}

.tabs.tabs-vertical .nav-tabs .nav-link.active, .tabs.tabs-vertical .nav-tabs .nav-link:hover{
	    color: #015d6c;
    background-color: #015d6c1c;
    border-right: 4px solid #015d6c;
}


 .practice-left-top-img{
	 display:block;
 }
.practice-left-top-left-img {
    float: left;
    margin-right: 30px;
	width:50%;
}
.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
#myTabContent4 {
    background-color: #015d6c1c;
    padding: 30px 60px;
}

@media (max-width: 755px){



    #myTabContent4 {
      padding: 1px 25px;
  }

}