/*!
 * Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */
body {
  font-family: 'Open Sans', serif;
  padding-top: 54px;
  color: rgba(0, 0, 0, 0.5);  }

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', serif;
  font-weight: 600;
  text-transform: uppercase;
  /*color: rgba(0, 0, 0, 0.7);*/
  color: #36a375;}

h1 {
  font-size: 2.5rem;
  line-height: 4rem; }

h2 {
  font-size: 2.2rem; }
  
h3 {
  font-size: 2rem; }

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Lato', serif;
  font-size: 1rem; }

.list-social-icons a {
  color: #495057; }
  .list-social-icons a:hover {
    color: #BD5D38; }
  .list-social-icons a .fa-lg {
    font-size: 1.75rem; }

.list-icons {
  font-size: 3rem; }
  .list-icons .list-inline-item i:hover {
    color: #BD5D38; }

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase; }

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3) }
    #sideNav .navbar-brand {
      display: flex;
      margin: auto auto 0;
      padding: 0.5rem; }
      #sideNav .navbar-brand .img-profile {
        max-width: 8rem;
        max-height: 8rem;
        }
    #sideNav .navbar-collapse {
      display: flex;
      align-items: flex-start;
      flex-grow: 0;
      width: 100%;
      margin-bottom: auto; }
      #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%; }
        #sideNav .navbar-collapse .navbar-nav .nav-item {
          display: block; }
          #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
            display: block; } }

section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }
  section.resume-section .resume-item .resume-date {
    min-width: none; }

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh; }
    section.resume-section .resume-item .resume-date {
      min-width: 18rem; } }

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

/*.visual {
	height: 200px;
	width: 100%;
	background: url("http://www.aah-hamburg.de/aah-bootstrap/img/praxis01.jpg")  no-repeat center;
	background-size: cover;
	border-radius: 10px;
	margin-bottom: 50px;
}*/

.visual {
	display: none;
	height: 20px;
	width: 100%;
	background-color: #ba8a19;
	border-radius: 10px;
	margin-bottom: 50px;
}

.visual_img {
	display: inline-block;
	background: #ba8a19;
	border-radius: 50%;
	height: 20px;
	width: 150px;
	/*height: 150px;
	width: 150px;
	border-radius: 5px;*/
	margin-right: 50px;
}

.visual_img.img01 {
	background: url(http://www.aah-hamburg.de/aah-bootstrap/img/praxis01.jpg);
	background-size: cover, cover;

}

.visual_img.img02 {
	background: url(http://www.aah-hamburg.de/aah-bootstrap/img/praxis03.jpg);
	background-size: cover;
}

.visual_img.img03 {
	background: url(http://www.aah-hamburg.de/aah-bootstrap/img/praxis02.jpg);
	background-size: cover;
}

/*.bg-firstsection {
	background: lightblue url("img/praxis01.jpg") no-repeat fixed center;
}*/

.bg-primary {
  /*background-color: rgba(186, 138, 25, 1) !important;*/
  /*background-color: rgba(54, 163, 117, 0.5) !important;*/
  background-color: #ffffff !important;
  }

.text-primary {
  color: rgba(0, 0, 0, 0.5) !important;
  font-style: italic; }

a {
  color: #ba8a19; }
  a:hover, a:focus, a:active {
    color: #36a375; }
    
#experience {
	background: -webkit-linear-gradient(#ba8a19 0%, #ffffff 100%);
	color: rgba(255, 255, 255, 0.7); 
}

#education{
	background-color: #ba8a19;
	color: rgba(255, 255, 255, 0.7);
}

.btn-success {
  background-color: #36a375;
  border-color: #36a375;
}

/*.whitebox {
	margin-left: -50px;
	height: 150px;
	width: 298px;
	background-color: #ffffff;
	/*border-top: solid 3px #ba8a19; 
	border-bottom: solid 3px #ba8a19; 
}*/

img.imgLogo {
	width: 100px !important;
	height: auto !important;
	margin-bottom: 30px;
}
