 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ALLGEMEIN */
nav {
    display: block;
}
body {
    font-size: 1.025em;
    line-height: 1.6em;
    font-family: "Lora", serif;
    color: #3E4751;
    background-color: #fff;
	min-height:100%;
    position: relative;
    z-index: 1;
}
h1 {
  font-weight: 700;
  padding-bottom: 1em;
}
h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding-bottom: 0.25em;
  padding-top: 1.25em;
}
p {
  line-height: 1.6;
  margin-top: 1em;
  margin-bottom: 1em;
}
footer {
  text-align: center;
  height: 0px;
  padding-top: 0.5em;
  padding-bottom: 5em;
  margin: 0 auto;
  margin-top: 5em;
  max-width: 740px;
  border-top: 1px solid #83A8BB;
}
footer  p{
  font-size: 0.875em;
  color: #83A8BB;
}
span {
 font-style: normal;
 color: #a3a3a3;
}
.sitemap {
  padding-bottom: 0.5em;
  padding-top: 0.75em;
}
.sitebox {
  min-width: 340px;
  border: 1px solid #c9c9c9;
  margin: 0.5em;
  padding: 0.5em 1em 0.25em 1.75em;
}
.separator {
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  margin-top: 1.75em;
  padding: 1.5em 0;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.navbar_social {
    width: 1.5em;
	max-width: 1.5em;
    height: auto;
    position: relative;
}
.header-office {
  background-image: url('https://images.unsplash.com/photo-1484061263732-b8b0a5ae7db6?ixlib=rb-0.3.5&s=e4d68bc0bda14a8a8ac389686645bfaf&auto=format&fit=crop&w=1950&q=80');
  background-repeat: no-repeat;
  background-position: center center; 
  width: 100%;
  height: 400px;
  opacity: 0.85;
}
.header-main {
  background-image: url('https://images.unsplash.com/photo-1518600570419-81324064e9ae?ixlib=rb-0.3.5&s=bc0f45d6b7aa6f593567cdd808d6ac9b&auto=format&fit=crop&w=1950&q=80');
  background-repeat: no-repeat;
  background-position: center center; 
  width: 100%;
  height: 400px;
  opacity: 0.85;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.description {
  max-width: 420px;
}
.main {
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 100px;
  max-width: 540px;
  width: 94%;
}
.main-news {
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 100px;
  max-width: 720px;
  width: 94%;
}
.main-site {
  line-height: 1;
  margin: 0 auto;
  padding-top: 100px;
  max-width: 720px;
  width: 94%;
}
.main-content {
  text-align: center;
}
.main-article {
  text-align: left;
}
.error {
  text-align: center;
  margin: 5em auto;
}
.left {
  text-align: left;
  padding-bottom: 1em;
}
.right {
  text-align: right;
  padding-bottom: 1em;
}
.profil {
  padding-top: 0em;
  padding-bottom: 0;
}
.feature {
  margin-top: 4em;
  margin-bottom: 4em;
}
.image {
  width: 400px;
  height: auto;
}
.author {
  width: 200px;
  height: auto;
  margin-right: 3em;
}
.image-article {
  max-width: 720px;
  width: 100%;
  height: auto;
}
.logo {
  width: 250px;
  height: auto;
  margin-bottom: 2em;
}
.office {
  width: 100%;
  height:auto;
  margin-bottom: 2em;
}
.icon {
  width: 200px;
  height: auto;
  margin: 1em;
}
.place {
  width: 250px;
  height: auto;
  margin: 0 auto;
}
.anschrift{
  margin: 1em auto;
  display: inline-block;
  text-align: left;
  float: left;
}
.listing {
  display: list-item;
  margin-top: 1.25em;
  padding-left: 0.5em;
  list-style: circle;
}
.sublisting {
  display: list-item;
  margin-top: 0.75em;
  padding-left: 0.75em;
  list-style-type: '-';
}
ul {
  list-style: circle;
}

/* LINKS */
a:link {
    color: #5995DA;
    text-decoration: none;
}
a:visited {
  color: #407FC7;
}
a:hover,
a:visited:hover {
  color: #76AEED;
  border-bottom: 1px solid #76AEED;
}
a:active,
a:visited:active {
  color: #5995DA;
}
code {
  color: #7E8184;
}

a:link code,
a:visited code,
a:hover code,
a:visited:hover code,
a:active code,
a:visited:active code {
  color: inherit;
}

/* NAVIGATION */
.navbar {
    font-size: 0.95em;
    line-height: 1.5em;
    font-family: "Lora", serif;
    color: #5D6063;
    background-color:#FFF;
    width: 100%;
    height: 3.325em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 0.875em;
    
    box-shadow: 0 2px 0 rgba(93, 96, 99, .1);
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar__brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar__logo-link:visited:hover,
.navbar__logo-link:hover {
    border-bottom: none;
}

.navbar__logo {
    width: 2em;
    height: auto;
    position: relative;
    top: 3px;
}

.navbar__name {
    position: relative;
    top: 1px;
    margin-left: 1.25em;
}

li {
    display: inline;
    position: relative;
    margin: 1em;
    top: 1px;
}

/* KONTAKT FORMULAR */
.contact-form {
    width: 100%;
	margin: 2em auto;
	text-align: left;
	padding-bottom: 2em;
}
input[type=text], select, textarea {
    font-family: "Lora", serif;
	font-size: 0.875em;
	width: 100%;
	padding: 10px;
	border: 1px solid #222;
    border-radius: 1px;
    box-sizing: border-box;
    margin-top: 0.5em;
    margin-bottom: 1em;
    resize: vertical
}
input[type=submit] {
    background-color: #3E4751;
    color: white;
	font-family: "Lora", serif;
	padding: 12px 20px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #6E7C86;
}

input {
-webkit-appearance: none;		/* FÜRS KORREKTE RENDERN AUF iOS etc.*/
-moz-appearance: none;
appearance: none;
}

/* MEDIA QUERY */
@media screen and (max-width: 600px) {
  .main {
    padding-top: 30px;
	width: 85%;
  }
  .main-news {
  padding-top: 30px;
  width: 85%;
  }
  .main-site {
    padding-top: 30px;
  }
  .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
  .author {
   margin-right: 0;
  }
  .logo {
    width: 150px;
	height: auto;
  }
  .header-main{
	height: 200px;
	background-size: 1000px auto;
  }
  .header-office{
	height: 200px;
	background-size: 1000px auto;
  }
  .header-article{
	height: 200px;
	background-size: 1000px auto;
  }
  .navbar__name{
    display: none;
  }
  .navbar__logo{
	width: 1.75em;
	height: auto;
  }
  .navbar__links{
	text-align: center;
  }
  .navbar{
	height: 3.5em;
	position: relative;
  }
}