/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

a {
  color: #1eaedb;
}

a:hover {
  color: #1b9cc5;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3.0rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
}

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66667%;
  }
  .two.columns {
    width: 13.33333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66667%;
  }
  .five.columns {
    width: 39.33333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66667%;
  }
  .eight.columns {
    width: 65.33333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66667%;
  }
  .eleven.columns {
    width: 91.33333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66667%;
  }
  .two-thirds.column {
    width: 65.33333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

html {
  scroll-behavior: smooth;
}

body {
  color: white;
  font-family: 'Open Sans', sans-serif;
}

.center {
  text-align: center;
}

.icon {
  width: 80px;
  height: 70px;
  padding-top: 10px;
  border-radius: 100%;
  float: left;
  text-align: center;
  font-size: 275%;
  overflow: hidden;
}

@media (min-width: 550px) {
  .icon {
    display: none;
  }
}

@media (min-width: 1000px) {
  .icon {
    display: block;
  }
}

.hidden {
  visibility: hidden;
}

.text-large {
  font-size: 200%;
}

.text-medium {
  font-size: 150%;
}

.text-small {
  font-size: 75%;
}

.text-normal {
  font-size: 100%;
}

.ultra-big {
  font-size: 300%;
}

@media (min-width: 550px) {
  .ultra-big {
    font-size: 400%;
  }
}

@media (min-width: 750px) {
  .ultra-big {
    font-size: 400%;
  }
}

@media (min-width: 1000px) {
  .ultra-big {
    font-size: 1250%;
  }
}

.img {
  height: 150px;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 20px;
}

@media (min-width: 550px) {
  .img {
    height: 150px;
    margin-bottom: 20px;
  }
}

@media (min-width: 750px) {
  .img {
    height: 150px;
  }
}

@media (min-width: 1000px) {
  .img {
    height: 500px;
    margin-bottom: 0px;
  }
}

.non-mobil {
  display: none;
}

@media (min-width: 1000px) {
  .non-mobil {
    display: block;
  }
}

@media (min-width: 1000px) {
  .mobil {
    display: none;
  }
}

.list_img {
  height: 450px;
  background-size: cover;
  background-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.portrait {
  width: 250px;
  height: 250px;
  background-size: 244px;
  border-radius: 100%;
  border: 5px solid;
  background-repeat: no-repeat;
  display: block;
}

.no-margin {
  margin: 0px;
}

.header {
  height: 900px;
  background-image: url("../images/background_header.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

#side-menu-trigger {
  float: right;
  color: white;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 200%;
  height: inherit;
}

@media (min-width: 1000px) {
  #side-menu-trigger {
    display: none;
  }
}

.header-navbar {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 2;
  padding-right: 20px;
}

@media (min-width: 750px) {
  .header-navbar {
    top: 20px;
  }
}

@media (min-width: 1000px) {
  .header-navbar {
    top: 50px;
  }
}

.header-navbar.sticky {
  top: 0;
  margin: 0;
  vertical-align: middle;
}

.sticky {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}

.sticky ul, .sticky p {
  margin: 0;
}

.sticky + .header-navbar {
  padding-top: 60px;
}

.header-brand-wrapper {
  margin-left: 50px;
  float: left;
  vertical-align: middle;
  height: 100%;
}

.header-brand {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 200%;
  padding-top: 0.4em;
}

@media (min-width: 1000px) {
  .header-brand {
    font-size: 250%;
    padding-top: 0;
  }
}

.header-navbar-url {
  float: right;
  margin: 0;
  display: none;
}

@media (min-width: 1000px) {
  .header-navbar-url {
    display: block;
  }
}

.header-navbar-url li {
  float: left;
  margin: 0.8em 0 0 2em;
  list-style-type: none;
  text-shadow: 5px 5px 20px black;
}

.header-navbar-url a {
  font-size: 150%;
  text-decoration: none;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.header-navbar-url a:hover {
  font-weight: bold;
}

.header-title {
  padding-top: 30%;
  text-align: center;
  text-shadow: 5px 5px 20px black;
}

.header-title-top {
  font-family: 'Dancing Script', cursive;
  font-size: 270%;
  background-color: rgba(0, 0, 0, 0.4);
}

.header-title-bottom {
  font-size: 125%;
}

.header-title-split {
  border: 0;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, black), color-stop(35%, #1f6027), color-stop(65%, #1f6027), color-stop(90%, black));
  background-image: linear-gradient(to right, black 10%, #1f6027 35%, #1f6027 65%, black 90%);
}

.header-title-button {
  margin-top: 20px;
  text-shadow: 0px 0px 5px black;
}

.header-title-button:hover {
  text-shadow: 0px 0px 5px black;
}

.content {
  padding-top: 100px;
  padding-bottom: 85px;
}

.content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.content h1 {
  text-align: center;
  font-weight: light;
}

.content-skills-text {
  margin-left: 100px;
}

@media (min-width: 550px) {
  .content-skills-text {
    margin-left: 0px;
  }
}

@media (min-width: 1000px) {
  .content-skills-text {
    margin-left: 100px;
  }
}

.content-skills-text h5 {
  margin-bottom: 3px;
  font-size: 125%;
}

.content-skills-text li {
  margin: 0px;
  list-style-type: disc;
}

.content-image-me {
  background-image: url("../images/portrait.jpg");
  background-position: -100% 2%;
}

@media (min-width: 550px) {
  .content-image-me {
    background-image: url("../images/portrait.jpg");
    background-position: -20% 2%;
  }
}

.contact {
  padding-top: 100px;
  padding-bottom: 85px;
}

.contact-img {
  display: none;
}

@media (min-width: 550px) {
  .contact-img {
    display: block;
    margin-right: 10px;
  }
}

.contact h1 {
  text-align: center;
  font-weight: light;
}

.contact-skills-text {
  margin-left: 100px;
}

@media (min-width: 550px) {
  .contact-skills-text {
    margin-left: 0px;
  }
}

@media (min-width: 1000px) {
  .contact-skills-text {
    margin-left: 100px;
  }
}

.contact-skills-text h5 {
  margin-bottom: 3px;
  font-size: 125%;
}

.contact-methods {
  list-style-type: none;
}

.contact-icon {
  color: white;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.contact-methods li {
  color: white;
  float: left;
  width: 100%;
  font-weight: lighter;
  height: 2.5em;
}

@media (min-width: 550px) {
  .contact-methods li {
    width: 100%;
    float: none;
  }
}

@media (min-width: 1000px) {
  .contact-methods li {
    width: 33%;
    float: left;
  }
}

.contact-methods .fa, .fas, .fab {
  font-size: 150%;
}

.projects-description {
  padding-left: 20px;
}

.projects h1 {
  text-align: center;
  font-weight: light;
}

.projects .container {
  padding-top: 100px;
  padding-bottom: 85px;
}

.projects-content-button {
  text-align: center;
}

.projects-image-edahnien {
  background-image: url("../images/projects/edahnien/header.jpg");
  background-position: 50% 30%;
}

.projects-image-urb {
  background-image: url("../images/urb_logo.gif");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 150px;
}

@media (min-width: 1000px) {
  .projects-image-urb {
    height: 200px;
    margin-top: -45px;
  }
}

.projects-image-babs {
  background-image: url("../images/babs.png");
  background-size: 520px;
  background-repeat: no-repeat;
  background-position: 60% 5%;
}

@media (min-width: 1000px) {
  .projects-image-babs {
    background-position: 60% 50%;
  }
}

.projects-image-mortis {
  background-image: url("../images/mortis.gif");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (min-width: 1000px) {
  .projects-image-mortis {
    height: 300px;
    margin-top: -75px;
  }
}

.projects-image-restaurant-new {
  background-image: url("../images/restaurant_finder.png");
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (min-width: 1000px) {
  .projects-image-restaurant-new {
    height: 200px;
    margin-top: -45px;
  }
}

.projects-image-newcomer {
  background-image: url("../images/newcomer_logo.png");
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.projects-image-foe {
  background-image: url("../images/foe_finder.png");
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.projects-image-game {
  background-image: url("../images/projects/spiel/game_header.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 50% 15%;
}

.detail_projects {
  padding-top: 100px;
  padding-bottom: 85px;
  display: none;
}

.detail_projects h1 {
  text-align: center;
  font-weight: light;
}

.detail_projects h3 {
  margin-bottom: -20px;
}

.detail_projects-img {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 1%;
}

@media (min-width: 1000px) {
  .detail_projects-img {
    margin-top: 8%;
  }
}

.detail_projects p {
  padding-top: 3%;
}

#detail_edahnien,
#detail_barbara,
#detail_dso,
#detail_shop,
#detail_web {
  display: none;
}

#detail_edahnien:target,
#detail_barbara:target,
#detail_dso:target,
#detail_shop:target,
#detail_web:target {
  display: block;
}

.edah-s2 {
  height: 400px;
  background-position: 0% 50%;
}

.edah-s3 {
  height: 400px;
  background-position: 0% 50%;
  margin-bottom: 50px;
}

.dso-s2 {
  height: 400px;
  background-position: 15% 50%;
}

.dso-s3 {
  height: 400px;
  background-position: 45% 50%;
  margin-bottom: 50px;
}

.side-menu {
  padding-top: 15px;
  text-align: center;
}

.side-menu h3 {
  padding-left: 15px;
  font-weight: 400;
}

.side-menu-navbar-url {
  list-style-type: none;
}

.side-menu-navbar-url li {
  margin-bottom: 0px;
}

.side-menu-navbar-url a {
  padding-left: 15px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #1e1e1e;
}

/** du willst ein img mit imgbackground machen jaaaahhaaa **/
/* Farbenspiele */
.header-navbar a {
  color: #2a9134;
}

.header-navbar a:hover {
  color: #f6feec;
}

.sticky {
  background-color: #051305;
}

.side-menu {
  background-color: #051305;
}

.side-menu h3 {
  color: #b6ef9a;
}

.side-menu-navbar-url {
  border-bottom: 1px solid #2a9134;
  -o-border-image: linear-gradient(to left, #051305, #051305 10%, #2a9134 35%, #2a9134 65%, #051305 90%);
     border-image: -webkit-gradient(linear, right top, left top, from(#051305), color-stop(10%, #051305), color-stop(35%, #2a9134), color-stop(65%, #2a9134), color-stop(90%, #051305));
     border-image: linear-gradient(to left, #051305, #051305 10%, #2a9134 35%, #2a9134 65%, #051305 90%);
  border-image-slice: 1;
}

.side-menu-navbar-url li {
  border-top: 1px solid #2a9134;
  -o-border-image: linear-gradient(to left, #051305, #051305 10%, #2a9134 35%, #2a9134 65%, #051305 90%);
     border-image: -webkit-gradient(linear, right top, left top, from(#051305), color-stop(10%, #051305), color-stop(35%, #2a9134), color-stop(65%, #2a9134), color-stop(90%, #051305));
     border-image: linear-gradient(to left, #051305, #051305 10%, #2a9134 35%, #2a9134 65%, #051305 90%);
  border-image-slice: 1;
}

.side-menu-navbar-url a {
  color: #f6feec;
}

.color-one {
  background-color: #f6feec;
  color: #134611;
}

.color-one h1, .color-one h2, .color-one h3, .color-one h4, .color-one h5 {
  color: #2a9134;
}

.color-one .icon {
  background-color: white;
  color: #081f07;
}

.color-one .button {
  color: #2a9134;
  border-color: #2a9134;
}

.color-one .button:hover {
  color: #134611;
  border-color: #134611;
}

.color-one .portrait {
  border-color: #2a9134;
}

.color-one .fa-info-circle, .color-one .fa-code, .color-one .fa-play {
  color: #2a9134;
}

.color-two {
  color: #f6feec;
  background-color: #134611;
}

.color-two h1, .color-two h2, .color-two h3, .color-two h4, .color-two h5 {
  color: #b6ef9a;
}

.color-two .icon {
  background-color: #134611;
  color: #b6ef9a;
  border: 1px solid #b6ef9a;
}

.color-two .button:hover {
  color: #f6feec;
  border-color: #f6feec;
}

.color-two .button {
  color: #b6ef9a;
  border-color: #b6ef9a;
}

.color-three {
  color: #f6feec;
  background-color: #051305;
}

.color-three h1, .color-three h2, .color-three h3, .color-three h4, .color-three h5 {
  color: #b6ef9a;
}

.color-three .button {
  color: yellowgreen;
  border-color: #b6ef9a;
}

.color-three .icon {
  background-color: #134611;
  color: #b6ef9a;
  border: 1px solid #b6ef9a;
}

.contact-methods a {
  color: #f6feec;
  text-decoration: none;
  font-weight: 600;
}

.contact .green {
  color: #25d366;
}

.contact .blue {
  color: #1351d8;
}

.contact .yellow {
  color: #fcbf38;
}
/*# sourceMappingURL=style.css.map */