@media only screen and (min-width: 1900px) {
  #was, #wie, #meine {
    width: 70%!important;

  }

  #header {
    height: 1000px!important;
  }

  #kontakt {
    height: 1000px!important;
  }
}

@media only screen and (max-width: 480px) {
  .navbar-brand {
    font-size: 0.8em!important;
  }

  #header {
    margin-top: 0px!important;
    height: 400px!important;
  }

  #title {
    margin-top: 100px!important;
    font-size: 1.8em!important;
  }

  #title_name {
    font-size: 1.5em!important;
  }

  h3 {
      font-size: 1.6em!important;
  }

  p {
    font-size: 1.2em!important;
  }

  #secondImage {
    height: 550px!important;
    background-attachment: scroll!important;
  }

  #thirdImage {
    height: 290px!important;
    background-attachment: scroll!important;
    background: url("../img/evopaed_collage_small.jpg")!important;
  }

  #kontakt {
    height: 300px!important;
    background: url("../img/contact_small.jpg")!important;
  }

  #contact_sheet {

    margin-top: 2%!important;

  }

  .contact_mobile {
    font-size: 0.9em!important;
    margin-top: 2%!important;
    margin-bottom: 10px;
  }
	}

/* +++++ change collapse menu breakpoint manually +++++ */
/* +++++ change collapse menu breakpoint manually +++++ */
/* +++++ change collapse menu breakpoint manually +++++ */
@media (max-width: 991px) {
.navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in{
    display:block !important;
}
}
/* +++++ change collapse menu breakpoint manually +++++ */
/* +++++ change collapse menu breakpoint manually +++++ */
/* +++++ change collapse menu breakpoint manually +++++ */

.navbar {
  top: -30px;

  background-color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-brand {
  margin-top: 30px;
  font-size: 1.2em;
}

.navbar-toggle {
  margin-top: 35px;
}

.menu {
  font-family: helvetica, sans-serif;
  font-size: 1.1em;
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px;
}

#header {
  background: url("../img/header.jpg");
  width: 100%;
  height: 768px;
  background-size: cover;

  margin-top: -50px;
}

a {
  color: #1e2426;
  font-size: 0.9em;
}

a:hover {
  color: grey;
  text-decoration: none;
}

#title {
  text-align: center;
  margin-top: 500px;
  font-size: 2.8em;
  color: whitesmoke;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 0.05em;
}

#title_name {
  text-align: center;
  font-size: 2.0em;
  color: whitesmoke;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 0.05em;
}

#was, #wie, #meine {
  width: 90%;
  height: auto;
  background: url("../img/maze.svg");
  background-repeat: no-repeat;
  background-position: 50% 30%;

}

.what {
  color: #1e2426;
  text-align: justify;;
  font-size: 1.4em;
  margin-top: 5px;
}

.what_middle_column {
  color: #1e2426;
  text-align: justify;
  font-size: 1.4em;
}

.what_right_column {
  color: #1e2426;
  text-align: justify;
  font-size: 1.4em;
}

.unordered_list {
  color: #1e2426;
  text-align: center;
  font-size: 1.4em
}

.psi_element {
  color: black;
  font-size: 1.5em;
  text-align: center;
  margin-left: 30px;
}

#help_box {
  top: 25%;
  background-color: rgba(255, 255, 255, 0.8);
}

h3 {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5em;
  color: #1e2426;
}

.page_header {
  margin-top: 70px;
  color: #1e2426;
}

.page_header_second_line {
  margin-bottom: 40px;
}

li {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.9em;
  color: grey;
  list-style: none;
  margin-bottom: 5px;
  padding-right: 40px;
}

p {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.9em;
  color: #1e2426;
  margin-bottom: 15px;
}

span {
  color: lightgrey;
}

#secondImage {
  background: url("../img/maze_cropped.jpg");
  width: 100%;
  height: 700px;
  background-size: cover;
  background-attachment: fixed;
}

#thirdImage {
  background: url("../img/evopaed_collage_big.jpg");
  width: 100%;
  height: 700px;
  background-size: cover;
  background-attachment: fixed;
}

#kontakt {
  width: 100%;
  height: 700px;
  background-color: white;
  background: url("../img/contact.jpg");
  background-size: cover;
}

#contact_sheet {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 10%;
  color: #1e2426;
}

.modal-body {
  height: auto;
  width: auto;
  text-align: center;
}

.modal-dialog {
  width: 50%; !important;
  font-size: 0.6em;
}

.impress-item {
    font-family: "PT Sans Caption", sans-serif;
    text-align: center;
}
