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

body {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #3D3643;
  font-size: 20px;
  font-family: 'News Cycle', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 34px; }

.desktop {
  display: none; }

.placeholder {
  opacity: 0; }

/* STANDARD BOXEN */
.start {
  height: 100vh;
  background: #FFFFFF;
  display: flex;
  flex-direction: column; }
  .start-image {
    position: absolute;
    width: 100%;
    max-width: 450px;
    margin: 115px auto 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.content,
.contact {
  padding: 115px 25px;
  background-color: #FFFFFF; }

.content.uneven-number {
  background-color: #FAFFBF; }

.content.even-number {
  background-color: #EAFDC5; }

/* NAV */
#button-div {
  position: fixed;
  z-index: 9999;
  margin: 15px 5px 5px 5px;
  right: 0;
  height: 10vh;
  min-height: 55px;
  border-radius: 5px;
  display: flex; }

#menu-button {
  height: 30px;
  width: 38px;
  margin: auto 30px auto auto;
  background: url("../img/menu.svg") center center no-repeat;
  background-size: cover;
  cursor: pointer; }

/* menu sichtbar */
#nav {
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 999;
  width: calc(100% - 10px);
  margin: 5px;
  min-height: 55px;
  border-radius: 5px;
  display: none; }

#nav ul {
  padding: 25px 25px 25px 20px;
  list-style: none;
  width: 50%;
  opacity: 0; }

#nav li {
  cursor: pointer;
  padding: 10px 0; }

/* Text */
h2 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 30px; }

h3 {
  font-weight: 400;
  font-size: 16px; }

p {
  font-size: 20px; }

p + p {
  margin-top: 20px; }

#contact-content {
  color: #3D3643;
  padding-bottom: 60px; }

#contact-content h2,
#contact-content h3 {
  color: #3D3643; }

.important-text {
  border-radius: 5px;
  margin: 55vh 15px 0;
  display: flex;
  flex-direction: column;
  padding: 30px 0; }

.important-text h2,
.important-text h3 {
  margin: auto;
  font-size: 20px; }

.important-text h2 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 50px; }

/* Zitatbox */
.anf-box {
  height: 25px;
  width: 100%;
  display: flex;
  flex-direction: column; }

/* Zitatbox */
.verse-box {
  background-color: #FFFFFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 70px -10px 0; }

.verse-box p {
  font-size: 20px;
  margin: 0;
  padding: 0 35px;
  text-align: center; }

.anfuehrungs-zeichen-unten p,
.anfuehrungs-zeichen-oben p {
  font-size: 100px !important;
  padding: 0;
  line-height: 0;
  font-family: 'Quicksand', sans-serif; }

.anfuehrungs-zeichen-oben p {
  margin: 25px 0 0 auto; }

.anfuehrungs-zeichen-unten p {
  margin: -15px auto 0 0; }

/* arrow */
.scroll-fo-first-content img {
  width: 50px;
  height: auto;
  margin: 0 auto;
  display: flex;
  border: none; }

.scroll-fo-first-content {
  margin: 5vh 0 0;
  cursor: pointer; }

/* IMG */
img {
  width: calc(100% + 20px);
  margin: 70px -10px 0;
  border-radius: 5px;
  border: 2px solid #FFFFFF; }

img + p,
.verse-box + p,
.separate-content + .separate-content {
  margin-top: 70px; }

.separate-content-no-margin {
  margin-top: 0 !important; }

/* Link styling */
.center {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center; }

a {
  text-decoration: none;
  color: #3D3643;
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 20px; }

/* Back to top */
#back-to-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 120px;
  cursor: pointer; }

#back-to-top p {
  margin: auto;
  text-align: center; }

/* ========== Kontakt ========== */
/* Profile Image */
#profile-image {
  position: relative;
  width: 270px;
  height: 270px;
  overflow: hidden;
  border-radius: 50%;
  margin: 70px auto;
  border: 1px solid #3D3643; }

#profile-image img {
  width: 170%;
  height: auto;
  margin: -5px;
  margin-left: -150px;
  margin-top: -20px; }

/******************** Media Queries ********************/
/**** Mobile Landscape ****/
@media only screen and (max-width: 768px) and (orientation: landscape) {
  #start-content {
    height: 120vh; } }
/**** Start Image ****/
@media only screen and (min-width: 450px) {
  .start-image {
    margin-left: calc(50% - 450px/2); } }
/**** Tablet ****/
@media only screen and (min-width: 768px) {
  body {
    font-size: 20px; }

  .center-whole-content {
    width: 400px;
    margin: 0 auto; }

  #start-content .center-whole-content {
    width: 650px; }

  .important-text h2 {
    font-size: 50px; }

  .important-text h3 {
    font-size: 20px; }

  #contact-content {
    padding-bottom: 100px; }

  /* NAV */
  #button-div {
    position: fixed;
    z-index: 9999;
    margin: 5px; } }
/* arrow */
.scroll-fo-first-content img {
  width: 80px; }

/**** Laptop ****/
@media only screen and (min-width: 1224px) {
  body {
    font-size: 23px; }

  .mobile {
    display: none; }

  .desktop {
    display: block; }

  .scroll-fo-first-content {
    margin-top: 30vh; }

  .start-image {
    margin-left: 10%;
    width: 50%;
    max-width: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

  #nav {
    right: 0;
    width: 700px;
    margin: 15px 60px 15px 15px;
    background-color: rgba(225, 225, 222, 0.5); }

  #nav ul {
    display: flex;
    width: 100%;
    padding: 10px 25px 10px 20px; }

  #nav li {
    padding: 0 30px; }

  #menu-button {
    margin: 22px 85px auto auto; }

  .separator {
    height: 20px;
    width: 1px;
    background-color: #3D3643;
    margin: auto 0; }

  .content .center-whole-content {
    width: 1000px;
    display: flex; }

  .separate-content {
    width: 400px;
    margin: 0 50px; }

  .separate-content + .separate-content {
    margin-top: 83px; }

  #start-content .center-whole-content {
    margin-left: 54vw;
    width: 500px; }

  .important-text {
    background-color: #EAFDC5;
    margin: 40vh 0 0 0;
    padding: 60px;
    z-index: 99;
    position: absolute;
    text-align: center; }

  .verse-box-special-margin {
    margin: 30px -10px 0; } }
/**** Desktop ****/
@media only screen and (min-width: 1440px) {
  .content .center-whole-content {
    width: 1200px;
    display: flex; }

  .separate-content {
    width: 400px;
    margin: 0 100px; }

  #start-content .center-whole-content {
    margin-left: 58vw; }

  .important-text {
    margin-left: -5vw; } }

/*# sourceMappingURL=style.css.map */
