/* source-code-pro-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/source-code-pro-v23-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-code-pro-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/source-code-pro-v23-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@-ms-viewport {
  width: device-width; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Source Code Pro";
  font-size: 16px;
  line-height: 1,5;
  background-color: #afd0ef;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 20px;
  font-weight: bold; }

h2 {
  color: #a21850;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 40px;
  border-bottom: 1px solid #a21850; 
}

h2#Willkommen {
  margin-top: 10px;
  margin-right: 120px; 
}

h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px; 
  font-weight: 700;
  padding-bottom: 0;
}

ul {
  list-style-type: none;
  margin-left: 20px;
  padding-left: 0px; }
  ul ul li {
    margin-left: 0;
    padding-left: 0; }

ul li:before {
  content: "-";
  position: relative;
  left: -10px; }

ul li {
  text-indent: -10px; }

p {
  margin-top: 0;
  padding-top: 0; }

header {
  margin-left: 10px;
  margin-right: 10px; }
  @media all and (min-width: 600px) {
    header {
      width: 480px;
      margin-left: 20px;
      margin-top: 20px; } }
  @media all and (min-width: 900px) {
    header {
      margin-left: 20px;
      width: 240px;
      position: fixed;
      top: 30px; } }
  @media all and (min-width: 1200px) {
    header {
      margin-left: 40px;
      top: 30px; } }
      
#overlay {
	position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 200000000;
  cursor: pointer;
  
}
#dse {
position: absolute;
  top: 10% !important;
  left: 10% !important;
  right: 10% !important;
  bottom: 10% !important;
  font-size: 60%;
  color: #000;
  background-color: #fff;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
  overflow-y: scroll;
   inset: 0;
}
[aria-hidden="true"]  { display: none; }
[aria-hidden="false"] { display: block; }



#portrait {
  width: 142px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }
  #portrait img {
    border: 8px solid white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    width: 140px;
    height: auto; }
  @media all and (min-width: 600px) {
    #portrait {
      position: relative;
      top: 20px;
      left: 450px;
      -webkit-transform: rotate(3deg) scale(0.8);
      -ms-transform: rotate(3deg) scale(0.8);
      transform: rotate(3deg) scale(0.8); } }
  @media all and (min-width: 900px) {
    #portrait {
      -webkit-transform: scale(0.85) rotate(3deg);
      -ms-transform: scale(0.85) rotate(3deg);
      transform: scale(0.85) rotate(3deg);
      top: 30px;
      left: 730px; } }
  @media all and (min-width: 1200px) {
    #portrait {
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      top: 25px;
      left: 820px; } }

#content {
  background-color: #fff;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px; }
  @media all and (min-width: 600px) {
    #content {
      margin-top: -100px;
      width: 576px;
      margin-left: 14px;
      padding: 20px;
      padding-bottom: 270px;
      -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); } }
  @media all and (min-width: 900px) {
    #content {
      padding: 30px;
      padding-bottom: 270px;
      width: 576px;
      margin-left: 274px; } }
  @media all and (min-width: 1200px) {
    #content {
      width: 675px;
      margin-left: 300px; } }

@media all and (min-width: 600px) {
  #box {
    width: 600px;
    margin: auto; } }

@media all and (min-width: 900px) {
  #box {
    width: 900px; } }

@media all and (min-width: 1200px) {
  #box {
    width: 1200px; } }

#schreibmaschine-phone {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  padding-bottom: 0; }
  #schreibmaschine-phone img {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
  @media all and (min-width: 600px) {
    #schreibmaschine-phone {
      display: none; } }

#schreibmaschine {
  pointer-events: none;
  background-image: url("images/gabriele-desktop.png");
  width: 100%; }
  @media all and (min-width: 600px) {
    #schreibmaschine {
      position: fixed;
      bottom: 0;
      width: 1111px;
      height: 270px;
      margin-left: -290px; } }
  @media all and (min-width: 900px) {
    #schreibmaschine {
      width: 1111px;
      height: 270px;
      margin-left: -30px;
      background-image: url("images/gabriele-desktop.png"); } }
  @media all and (min-width: 1200px) {
    #schreibmaschine {
      width: 1312px;
      height: 270px;
      margin-left: -60px;
      background-image: url("images/gabriele-desktop-xl.png"); } }

article {
  width: 280px;
  float: left;
  margin-right: 20px;
  min-height: 140px; }
  @media all and (min-width: 600px) {
    article {
      width: 240px; 
    } 
	}
  @media all and (min-width: 900px) {
    article {
      float: left;
      width: 230px; } }
  @media all and (min-width: 1200px) {
    article {
      float: left;
      width: 280px; } }

.image {
  width: 260px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  outline: 1px solid #ddd;
  float: none; }
  @media all and (min-width: 600px) {
    .image {
      width: 240px; } }
  @media all and (min-width: 900px) {
    .image {
      float: left;
      width: 230px; } }
  @media all and (min-width: 1200px) {
    .image {
      float: left;
      width: 260px; } }

#buchcover .image {
  margin-top: 3px; }

.description {
  display: block; }
  @media all and (min-width: 600px) {
    .description {
      width: auto; } }

.category {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0; }

.title {
  margin-top: 0;
  padding-top: 0;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0px; }

#buchbeschreibung .title {
  padding-bottom: 10px; }

.link {
  margin-top: 0;
  display: block;
  outline: 1px;
  color: #a21850;
  margin-bottom: 30px; }
  @media all and (min-width: 600px) {
    .link {
      margin-bottom: 10px; } }

i {
  padding-right: 5px; }

#social-media {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  float: right; }
  @media all and (min-width: 600px) {
    #social-media {
      margin-right: 20px; } }
  @media all and (min-width: 900px) {
    #social-media {
      float: none;
      position: fixed;
      top: 380px;
      left: 20px; } }
  @media all and (min-width: 1200px) {
    #social-media {
      left: 40px; } }

#social-media a {
  color: #000; }

a {
  color: #a21850; }

.clear {
  clear: both; }

#mehrarbeitsproben {
  display: none; }

.mehrbutton {
  color: #a21850;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 30px; }

.arbeitsproben {
  width: 300px;
  color: #fff;
  background-color: #000;
  padding: 6px;
  margin-bottom: 20px; }

h3.ap {
  margin-bottom: 10px;
  margin-top: 30px; }

article a {
  font-weight: bold; }

nav {
  display: none; }
  @media all and (min-width: 900px) {
    nav {
      display: block;
      position: fixed;
      top: 140px;
      left: 30px;
      width: 200px;
      color: #fff; } }

nav li {
  margin-bottom: 10px; }

nav a {
  text-decoration: none;
  color: #fff; }

  i.fa.fa-twitter-square{
    display:none !important;
  }