.antispam { display:none;}
.container {
  max-width: 800px; }
.languages {
  margin-top: 1rem;
  text-align: center; }
.header {
  margin-top: 6rem;
  text-align: center; }
.value-prop {
  margin-top: 1rem;}
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.docs-post {
  padding: 1rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 80px auto 0; } /*2.5rem */
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative; 
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }
.navbar {
  display: none; }
.header-under {
  margin-top: 3rem;
  text-align: center; }

  .black {
      font-size: 4rem;
      font-weight: bold;
  }
  .gray {
      font-size: 4rem;
      color: #808080;
      font-weight: bold;
  }



.vertical {
    transform-origin: left top 0;
}

#left-sidebar .vertical {
    margin-left: 70px;
}

/* The sidebar menu */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 160px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}

#left-sidebar{
  bottom:0;
  left:0;
  position: relative;
 /*  background-color: #111; Black */
        /* new */
      height: auto;
      width: 150px;
      /*position: fixed;*/
      padding-bottom: 300px;
}

#right-sidebar{
  top:0;
  right:0;
  position: relative;
        /* new */
      height: auto;
      width: auto;
      /*position: fixed;*/
      padding-top: 100px;
      /*padding-top: 40px;*/
      margin: 0 auto;
}

  #left-sidebar div {
      padding: 8px;
      font-size: 24px;
      display: block;
  }

  #right-sidebar div {
    /*  background-color: #ededed;*/
      padding: 8px;
      font-size: 18px;
      display: block;
      text-align: center;
  }

  .sidebar {
      height: 200px;
      width: 150px;
      /*position: fixed;*/
      position: relative;
      top: 0;
      right: 0;
      padding-top: 40px;
  }

  .sidebar div {
      padding: 8px;
      font-size: 24px;
      display: block;
  }


/* The navigation menu links */
#left-sidebar a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

/* When you mouse over the navigation links, change their color */
#left-sidebar a:hover {
    color: #f1f1f1;
}







/* Larger than phone */
@media (min-width: 550px) {
  #left-sidebar{
      position: fixed;
  }
  .sidebar {
      position: fixed;
  }
  .vertical {
      transform: rotate(90deg);
    }
  .header .title { /* .title hinzugefügt */
    margin-top: 10rem; } /* 18rem */
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem; }
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
    padding: 6rem 0; }
  .center-button {
    display: inline-block; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-item-right {
    position: relative;
    float: right;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 21px;
    /*font-weight: 600;*/
    letter-spacing: .2rem;
    margin-right: 35px; /* ursprünglich 35px */
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }

  /* Popover */
  .popover.open {
    display: block;
  }
  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 92%;
    /*left: -50%;*/
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
       -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
            filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
  .popover-item:first-child .popover-link:after, 
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #fff;
    background: #33C3F0; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #33C3F0; }
}

@media (min-width: 1600px) {
  #right-sidebar{
      position: fixed;
      width: 400px;
  }
}

#cf1_image {
  margin:0 auto;
  margin-bottom: 1rem;
  width:150px;
  height:150px;
  background-size: 150px 150px;
  transition: background-image 1s ease-in-out;
  background-image:url("../images/rawilli.svg");
}

#cf1_image:hover {
  background-image:url("../images/rawilli.png");
}

#cf1_image.hover {
  background-image:url("../images/rawilli.png");
  background-size: 300px 300px;
  width: 300px;
  height: 300px;
}

#cf2_image {
  margin:0 auto;
  margin-bottom: 1rem;
  width:150px;
  height:150px;
  background-size: 150px 150px;
  transition: background-image 1s ease-in-out;
  background-image:url("../images/laws.svg");
}

#cf2_image:hover {
  background-image:url("../images/laws.png");
}

#cf2_image.hover {
  background-image:url("../images/laws.png");
  background-size: 200px 200px;
  width: 200px;
  height: 200px;
}

#cf3_image {
  margin:0 auto;
  margin-bottom: 1rem;
  width:150px;
  height:150px;
  background-size: 150px 150px;
  transition: background-image 1s ease-in-out;
  background-image:url("../images/forms.svg");
}

#cf3_image:hover {
  background-image:url("../images/forms.png");
}

#cf3_image.hover {
  background-image:url("../images/forms.png");
  background-size: 150px 150px;
  width: 150px;
  height: 150px;
}

.errorlist {
  color: red;
}

.float_center {
  float: right;

  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}


/*Modal*/

.modal {
  background: rgba(0,0,0,0.1);
  bottom: 0;
  left: 0;
/*  opacity:0;*/
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200000;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  overflow-y: auto;
}
/* This is the trick */
.modal:target {
  opacity: 1;
  pointer-events: auto;
}
.modal div {
  background: rgb(256,256,256);
  border-radius: 12px;
  height: auto;
  margin: 10% auto;
  padding: 1em 2em 1em 2em;
  padding: 2em;
  position: relative;
  width: 300px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.modal div img {
  max-width: 300px;
  display:block;
  margin-left: auto;
  margin-right: auto;
}

#close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
#close:hover {
  background: #00d9ff;
}

@media (min-width: 550px) {
  .modal div {
    width: 400px;
  }
  .modal div img {
    max-width: 400px;
  }
}

@media (min-width: 750px) {
  .modal div {
    width: 600px;
  }
}

.alert {
    display: block;
    padding: 20px;
    border-left: 5px solid;
}

.alert-success {
    background-color: #D5F5E3;
    border-left-color: #2ECC71;
    color: #2ECC71;
}

.alert-info {
    background-color: #D6EAF8;
    border-left-color: #3498DB;
    color: #3498DB;
}

.alert-warning {
    background-color: #FCF3CF;
    border-left-color: #F1C40F;
    color: #F1C40F;
}

.alert-error {
    background-color: #F2D7D5;
    border-left-color: #C0392B;
    color: #C0392B;
}


.fade-out {
	position: relative;
}
.fade-out:after {
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.blur-text {
	filter: blur(5px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

#logout-wrapper {
	padding: 35px;
	border-radius: 5px;
	position: relative;
    margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.20);
    /* neu hinzugefügt */
    left: 22.5%;
    width: 50%;
}
#logout-wrapper * {
    text-align: center;
}
#logout-wrapper .btn {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

canvas {
  display: block;
  width: 100%;
  visibility: hidden;
}

.svginside {
  position:relative;
  margin-left:auto; margin-right: auto;
}

.svginside svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

*[hidden] { display: none; }



