/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
    margin:0;
    padding:0;
    font-family:"Open Sans", sans-serif;
    font-weight: 400;
    color: #222;
    background-color: #f5f5f5;
}


/* navigation */

.menu {
	background-color: #f5f5f5;
	margin: 0;
	padding: 14px 0 0 0;
	border-bottom: 1px solid #f5f5f5;
}

/* Add a black background color to the top navigation */
.topnav {
	background-color: #f5f5f5;
    overflow: hidden;
	margin: 0 5px 3px 5px;
}

@media screen and (max-width: 786px) {
    .topnav {
	margin: 0 10px 3px 5px;
    }
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #222;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}

.logo, .logo a, logo a:hover {
    font-weight: 600;
    text-transform: none;
    font-size: 20px;
	line-height: 20px;
    padding-left: 0;
}

/* Change the color of links on hover */
.topnav a:hover {
 text-decoration: underline;
  color: #222;
}

/* Add an active class to highlight the current page */
.topnav a.active {
 text-decoration: none;
  color: #222;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
function myFunction() {
  var x = document.getElementById("myTopnav");
  if (x.className === "topnav") {
    x.className += " responsive";
  } else {
    x.className = "topnav";
  }
}



/* ende navigation */

.wrapper {
    margin: auto;
    max-width: 870px;
}

.container {
	margin: 0;
    border: 0;
	padding: 40px 5px;
    background: #f5f5f5;
	min-height: 440px;
}
@media screen and (max-width: 786px) {
    .container {
	padding: 40px 5px;	
	min-height: 300px;
    }
}

h1 {
    padding-top: 120px;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
h2 {
    font-size: 27px;
    font-weight: 600;
    margin: 0;
}
h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 16px;
    margin: 0;
}
h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 20px 0;
}
p {
     font-size: 15px;
    line-height: 20px;
}
.home p {
	max-width: 500px;
}
.person img {
    width: auto;
    max-width: 100%;
    margin: 0 0 20px 0;
}
.person .w3-twothird {
	margin-top: -19px;
}

.buecher img {
    width: auto;
    max-width: 100%;
    margin: 0 0 20px 0;
}
.buecher p {
    max-width: 423px;
}
.buecher .w3-threequarter {
	margin-bottom: 25px;
}

.texte  {
    max-width: 800px;
}
.texte img {
    width: auto;
    max-width: 100%;
    margin: 0 0 35px 0;
}

.footer {
	background-color: #f5f5f5;
	padding: 24px 5px 28px 5px;
    border-top: 1px solid #f5f5f5;
}
@media screen and (max-width: 786px) {
    .footer {
	padding: 40px 15px 43px 5px;
    }
}
.footer a {
	text-decoration: none;
	text-transform: uppercase;
}
.footer ul {
    list-style-type: none;
    padding: 0;
	
}
@media screen and (max-width: 786px) {
    .footer ul {
     margin: 3px 0px;
    }
}
.footer li {
    font-weight: 300;
    font-size: 12px;
	line-height: 20px;
    color: #999;
	float: none;
	padding-right: 11px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
