@charset "utf-8";
/* CSS Document */
/*###########################tablet##################################*/
/*###########################navigation##############################*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  ul li {
    min-width: 100%;
  }
  h1, h3 {
    font-size: 80px;
  }
  h2 {
    font-size: 50px;
  }
  /*###########################bildbox##############################*/
  .imgbox {
    background-size: contain;
    height: 50vh;
  }
  /*###########################zitatbox##############################*/
  .zitatbox {
    width: 60%;
    font-size: 3rem;
    height: auto;
    padding: 0 0 60px 0;
  }
  .autor {
    line-height: 6vh;
    font-size: 2rem
  }
  .gaensefuss {
    font-size: 15rem;
    text-align: left;
  }
  .gaensefuss2 {
    font-size: 15rem;
    margin: 20px 0 -150px -510px;
  }
  /*###########################bildergalerie##############################*/
  figure div {
    width: 250px;
  }
  /*###########################artwork##############################*/
  .kritzelei {
    width: 100%;
    height: 40vh;
  }
  /*###########################abspann##############################*/
  .wrapper {
    animation: 0s credits linear infinite;
    color: #7C7C7C;
  }
  .movie {
    padding: 2% 0 9%;
    height: auto;
  }
  #back-top {
    right: 2rem;
    bottom: 59.5rem;
  }
  .pfeil {
    font-size: 3rem;
  }
  .insta a {
    text-decoration: none;
    font-size: 18px;
    color: #7C7C7C;
  }
  /*###########################mobile##################################*/
  /*###########################navigation##############################*/
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  ul li {
    min-width: 60%;
  }
  ul {
    text-align: center
  }
  h1, h3 {
    font-size: 60px;
    padding: 10% 0 10% 0;
  }
  h2 {
    font-size: 40px;
  }
  ul li:hover {
    cursor: pointer;
    box-shadow: inset -7px -7px 20px 0 rgba(255, 255, 255, 0.7), inset 7px 7px 20px 0 rgba(0, 0, 0, 0.2);
  }
  /*###########################bildbox##############################*/
  .imgbox {
    background-size: contain;
    height: 50vh;
  }
  /*###########################zitatbox##############################*/
  .zitatbox {
    width: 87%;
    font-size: 1.7rem;
    text-shadow: none;
    color: #7C7C7C;
    height: auto;
    padding: 20px 0 40px;
  }
  .autor {
    line-height: 6vh;
    font-size: 1.1rem;
  }
  .gaensefuss {
    font-size: 7rem;
    margin: 0 0 -23px 0;
    text-align: left;
  }
  .gaensefuss2 {
    font-size: 7rem;
    margin: 0 20px -23px 0;
    text-align: left;
  }
  /*###########################bildergalerie##############################*/
  figure div {
    width: 250px;
  }
  /*###########################cards##############################*/
  .card img {
    height: 280px;
  }
  .card {
    height: 280px;
  }
  h4 {
    font-size: 20px;
  }
  /*###########################artwork##############################*/
  .kritzelei {
    height: 40vh;
    width: 100%;
  }
  /*###########################abspann##############################*/
  .wrapper {
    animation: 0s credits linear infinite;
    color: #7C7C7C;
	padding: 2% 0 10% 0;
  }
  .movie {
    font-size: 40px;
    padding: 10% 0 20% 0;
	margin: -20%;
  }
  .job {
    padding: 0 0 30px;
    font-size: 16px;
  }
  .name {
    margin: 20px 0 0px;
    font-size: 22px;
  }
  #back-top {
    right: 0.5rem;
    bottom: 1rem;
  }
  .pfeil {
    font-size: 2.7rem;
  }
  .insta a {
    text-decoration: none;
    font-size: 16px;
    color: #7C7C7C;
  }
  /*###########################footer##############################*/
  .footerbox {
    display: flow-root;
    text-align: center;
    padding: 5px 0 5% 0;
  }
  .footerbox > a {
    padding: 5px;
  }
}
/*###########################mobile >320px##################################*/
/*###########################navigation##############################*/
@media only screen and (min-width: 240px) and (max-width: 319px) {
  ul li {
    min-width: 90%;
  }
  ul {
    text-align: center
  }
  h1, h3 {
    font-size: 50px;
    padding: 10% 0 10% 0;
  }
  h2 {
    font-size: 35px;
  }
  ul li:hover {
    cursor: pointer;
    box-shadow: inset -7px -7px 20px 0 rgba(255, 255, 255, 0.7), inset 7px 7px 20px 0 rgba(0, 0, 0, 0.2);
  }
  /*###########################bildbox##############################*/
  .imgbox {
    background-size: contain;
    height: 40vh;
  }
  /*###########################zitatbox##############################*/
  .zitatbox {
    width: 90%;
    font-size: 1.4rem;
    text-shadow: none;
    color: #7C7C7C;
    height: auto;
    padding: 20px 0 40px;
  }
  .autor {
    line-height: 6vh;
    font-size: 1rem
  }
  .gaensefuss {
    font-size: 5rem;
    margin: 0 0 -23px 0;
    text-align: left;
  }
  .gaensefuss2 {
    font-size: 5rem;
    margin: 0 20px -23px 0;
    text-align: left;
  }
  /*###########################bildergalerie##############################*/
  figure div {
    width: 250px;
  }
  /*###########################cards##############################*/
  .card img {
    height: 180px;
  }
  .card {
    height: 180px;
  }
  h4 {
    font-size: 15px;
    margin: -7px 0;
  }
  /*###########################artwork##############################*/
  .kritzelei {
    height: 40vh;
    width: 100%;
  }
  /*###########################abspann##############################*/
  .wrapper {
    animation: 0s credits linear infinite;
    color: #7C7C7C;
  }
  .movie {
    font-size: 40px;
    padding: 10% 0 20% 0;
  }
  .job {
    padding: 0 0 10px;
    font-size: 16px;
  }
  .name {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  #back-top {
    right: 0.5rem;
    bottom: 1rem;
  }
  .pfeil {
    font-size: 2rem;
  }
  .insta a {
    text-decoration: none;
    font-size: 16px;
    color: #7C7C7C;
  }
  /*###########################footer##############################*/
  .footerbox {
    display: flow-root;
    text-align: center;
    padding: 5px 0 5% 0;
  }
  .footerbox > a {
    padding: 5px;
  }
}