/* Headings
 ========================================================================== */

/* Schriftart laden */
@font-face {
font-family: "OpenSans";
src: url('../css/OpenSans-Regular.ttf');
}

body {
  font-family: 'OpenSans';
}

a {
  font-family: 'OpenSans';
}

.uk-navbar-nav>li>a {
  font-family: 'OpenSans';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: 'OpenSans';
  font-weight: normal;
  color: #517573;
  text-transform: none;
}


.uk-navbar {
  background: #f1e8db;
  color: #222222;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #f1e8db;
  color: #222222;
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: rgba(253, 201, 83, 0);
  color: #222222;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: #f1e8db;
  color: #517573;
}


.uk-icon-phone-square:before{content:"\f098"}

.uk-icon-phone-envelope:before{content:"\f0e0"}

.uk-icon-adress:before{content:"\f041"}


.tm-toolbar {
	margin:0!important;
	padding:10px 0;
	color:#000000;
}

.portraitbild_arzt {
//  float: left; 
  height: 300px; 
  width: 204px; 
  background-color: #d7ebe0;
  text-align: center; 
  margin-right: 5px; 
  margin-bottom: 5px; 
  padding-top: 3px;  
    
}

.portraitbild_ass {
  float: left; 
  height: 220px; 
  width: 154px; 
  background-color: #d7ebe0;
  text-align: center; 
  margin-right: 5px; 
  margin-bottom: 5px; 
  padding-top: 3px;  
    
}