@charset "UTF-8";
/* Normalize.css */
@import "/_intern/css/normalize.css";
/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_webediton.css";
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-300.woff2") format("woff2"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-300.woff") format("woff"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-300.ttf") format("truetype"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-regular.woff2") format("woff2"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-regular.woff") format("woff"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-regular.ttf") format("truetype"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-700.woff2") format("woff2"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-700.woff") format("woff"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-700.ttf") format("truetype"), url("/_intern/fonts/roboto-v20-latin/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/roboto-slab-v11-latin/roboto-slab-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/_intern/fonts/roboto-slab-v11-latin/roboto-slab-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/roboto-slab-v11-latin/roboto-slab-v11-latin-regular.woff2") format("woff2"), url("/_intern/fonts/roboto-slab-v11-latin/roboto-slab-v11-latin-regular.woff") format("woff"), url("/_intern/fonts/roboto-slab-v11-latin/roboto-slab-v11-latin-regular.ttf") format("truetype"), url("/_intern/fonts/roboto-slab-v11-latin/roboto-slab-v11-latin-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* -- -- variables -- -- */
/* türkis*/
/* grey */
/* -- -- mixins -- -- */
/* -- -- -- -- */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #d9d9d9;
  background-color: #615f5f;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  right: 0px;
}
body > div:last-Child {
  /* webEdition GPL Link */
  /*  /!\ use only if reCaptcha or lightBox is not active! */
  display: none;
  height: 0px;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #f8f8f8;
}
::-webkit-scrollbar-thumb {
  background: #14aa91;
  /* border-radius:$scrollbar-size/2; */
}
::-webkit-scrollbar-thumb:hover {
  background: #12947e;
}
::-webkit-scrollbar-thumb:active {
  background: #118a76;
}
::-webkit-scrollbar-corner {
  background: #16b89d;
}
::-webkit-resizer {
  background: #16b89d;
}
.XXswipepage_doc_342::-webkit-scrollbar-thumb {
  background-color: #615f5f;
}
b, strong {
  font-weight: 700;
}
h1, .h1 {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 60px;
  font-weight: bold;
  margin: 0px 0px 50px 0px;
  color: black;
  text-transform: uppercase;
  line-height: 1;
}
h1 span, .h1 span {
  display: inline-block;
  position: relative;
  margin: 2px 0px;
  padding: 0px 6px;
  background-color: #16b89d;
}
h1 span.animateme, .h1 span.animateme {
  left: -100px;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
h1 span.animateme.animated, .h1 span.animateme.animated {
  opacity: 1;
  left: 0px;
}
h1 span.style2, .h1 span.style2 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
h1 span:nth-child(3), .h1 span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
h1 span:nth-child(5), .h1 span:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
h1 span:nth-child(7), .h1 span:nth-child(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
h1 span:nth-child(9), .h1 span:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
h1 a, .h1 a {
  color: inherit;
  text-decoration: underline;
}
h2, .h2 {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: block;
  font-size: 60px;
  font-weight: bold;
  color: #d9d9d9;
  margin: 0px 0px 25px 0px;
  text-transform: uppercase;
  line-height: 1;
}
h2 span, .h2 span {
  display: inline-block;
  position: relative;
  margin: 1px 0px;
  padding: 0px 6px;
  background-color: black;
}
h2 span.animateme, .h2 span.animateme {
  left: -50px;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
h2 span.animateme.animated, .h2 span.animateme.animated {
  opacity: 1;
  left: 0px;
}
h2 span.style2, .h2 span.style2 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
h2 span.email, .h2 span.email {
  text-transform: none;
}
h2 span:nth-child(3), .h2 span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
h2 span:nth-child(5), .h2 span:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
h2 span:nth-child(7), .h2 span:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
h2 span:nth-child(9), .h2 span:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
h3, .h3 {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin: 0px;
  text-transform: uppercase;
  line-height: 1;
}
h3 span, .h3 span {
  display: inline-block;
  position: relative;
  margin: 1px 0px;
  padding: 0px 4px;
  background-color: black;
}
h3 span.style2, .h3 span.style2 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
h4, .h4 {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: white;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.5px;
  margin: 0px 0px 0px 0px;
  line-height: 1.4;
}
h5, .h5 {
  display: none;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  margin: 0px 0px 0px 0px;
  transform-origin: 0% 100%;
  transform: rotate(-90deg) translateX(-100%) translateY(-5px);
  position: absolute;
  width: 100%;
  text-align: right;
  top: -10px;
}
h5:before, .h5:before {
  content: "> ";
  color: #16b89d;
  display: inline;
}
a {
  color: #d9d9d9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.6;
  font-family: "Roboto Slab", serif;
  position: relative;
  /* text-align: justify; */
}
.text.animateme {
  top: 100px;
  opacity: 0.6;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.text.animateme.animated {
  opacity: 1;
  top: 0px;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text a {
  color: #16b89d;
}
.text em, .text i {
  font-family: "Roboto Slab", serif;
}
.text ul {
  list-style-type: none;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 0px 15px;
  text-align: left;
}
.text ul li {
  position: relative;
}
.text ul li:before {
  content: "";
  font-family: "fontello_webediton";
  position: absolute;
  top: -1px;
  left: -12px;
  font-size: 110%;
}
button, .button, a.button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: #16b89d;
  padding: 0px 10px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
button:hover, .button:hover, a.button:hover, input[type="submit"]:hover {
  background-color: #118a76;
  text-decoration: none;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #424242;
  margin: 0;
  width: 40px;
  height: 20px;
  border-color: 1px solid grey;
  border-radius: 10px;
  position: relative;
  line-height: 1;
  margin-right: 7px;
  transition: 0.4s all;
}
input[type="checkbox"]:disabled, input[type="checkbox"][disabled], input[type="checkbox"][disabled=""] {
  background-color: #f8f8f8;
  opactiy: 0.5;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: white;
  transition: 0.4s all;
}
input[type="checkbox"]:checked {
  background-color: #16b89d;
}
input[type="checkbox"]:checked:before {
  left: calc(50% + 1px);
}
input[type=checkbox][disabled] {
  background-color: rgb(from #424242 r g b / 30%);
}
input[type=checkbox][disabled]:checked {
  background-color: rgb(from #16b89d r g b / 30%);
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 500px;
}
.form li .label {
  display: block;
  margin-bottom: 3px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="web"], .form li textarea {
  height: 25px;
  width: 96%;
  padding: 0px 2%;
}
.form li textarea {
  height: auto;
  padding: 2%;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 22px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #16b89d;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.inner {
  max-width: 90%;
  width: 1045px;
  margin: auto;
  position: relative;
}
.grid2 {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 2%;
}
.grid2:nth-child(even) {
  padding-right: 0px;
  padding-left: 2%;
}
#header {
  position: relative;
}
#logo {
  display: inline-block;
  max-width: 60%;
  position: fixed;
  z-index: 1;
  right: 50px;
  top: 30px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  overflow: hidden;
}
#logo .leftPart {
  position: relative;
  left: 0px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
#logo .rightPart {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
#logo .black {
  display: none;
}
.scrolldown #logo {
  right: 30px;
}
.scrolldown #logo .leftPart {
  left: 52%;
}
.scrolldown #logo .rightPart {
  opacity: 0;
  right: -100%;
}
#desktop_menutrigger {
  position: fixed;
  z-index: 11;
  left: 50px;
  top: 30px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
#desktop_menutrigger span {
  display: block;
  position: relative;
  width: 46px;
  height: 6px;
  margin: 7px 0px;
  background-color: #16b89d;
  top: 0px;
  left: 0px;
}
#desktop_menutrigger span:nth-child(1) {
  transition: transform 0.4s 0s, top 0.4s 0.4s, background-color 0.1s 0s;
  /* 1) transform, 2) top, 3) background-color*/
  top: 0px;
  transform: rotate(0deg);
}
#desktop_menutrigger span:nth-child(2) {
  transition: left 0.4s 0.4s, width 0.4s 0.4s, background-color 0.1s 0s;
  opacity: 1;
}
#desktop_menutrigger span:nth-child(3) {
  transition: transform 0.4s 0s, top 0.4s 0.4s, background-color 0.1s 0s;
  top: 0px;
  transform: rotate(0deg);
}
.scrolldown #desktop_menutrigger {
  left: 30px;
}
.opennav #desktop_menutrigger span:nth-child(1) {
  transition: transform 0.4s 0.4s, top 0.4s 0.2s, background-color 0.1s 0s;
  top: 13px;
  transform: rotate(-45deg);
}
.opennav #desktop_menutrigger span:nth-child(2) {
  transition: left 0.4s 0s, width 0.4s 0s, background-color 0.1s 0s;
  opacity: 1;
  left: 23px;
  width: 0px;
}
.opennav #desktop_menutrigger span:nth-child(3) {
  transition: transform 0.4s 0.4s, top 0.4s 0.2s, background-color 0.1s 0s;
  top: -13px;
  transform: rotate(45deg);
}
/* BOUNCE IN LEFT Animation (for menu) */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
#desktop_menucontainer {
  position: fixed;
  left: 0px;
  top: 100px;
  z-index: 10;
}
#desktop_menucontainer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#desktop_menucontainer ul li {
  display: block;
  margin: 10px 0px;
  position: relative;
  left: -20px;
  text-transform: uppercase;
  font-size: 150px;
  font-weight: bold;
  line-height: 1;
}
#desktop_menucontainer ul li a {
  color: white;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  background-color: black;
  padding: 0px 6px 0px 26px;
  position: absolute;
  top: 0px;
  left: -1200px;
  -webkit-transition: 0.8s left, 0.5s all;
  transition: 0.8s left, 0.5s all;
}
#desktop_menucontainer ul li a:hover {
  text-decoration: none;
  color: #16b89d;
}
#desktop_menucontainer ul li a.active {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  background-color: #16b89d;
  color: white;
}
.opennav #desktop_menucontainer ul li a {
  left: 0px;
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  transition-delay: 0s;
}
.opennav #desktop_menucontainer ul li:nth-child(1) a {
  transition-delay: 0s, 0s;
  animation-delay: 0s;
}
.opennav #desktop_menucontainer ul li:nth-child(2) a {
  transition-delay: 0.1s, 0s;
  animation-delay: 0.1s;
}
.opennav #desktop_menucontainer ul li:nth-child(3) a {
  transition-delay: 0.2s, 0s;
  animation-delay: 0.2s;
}
.opennav #desktop_menucontainer ul li:nth-child(4) a {
  transition-delay: 0.3s, 0s;
  animation-delay: 0.3s;
}
#mobile_menu {
  display: none;
  position: fixed;
  z-index: 5;
  bottom: 0px;
  left: 0px;
  width: 100%;
  /*
	background-image: url('/_MEDIEN/layout/trans_black_90.png');
	border-top: 1px solid grey;
	*/
  background-color: #ececec;
}
#navmobile {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#navmobile li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  /* border-left: 1px solid grey; */
}
#navmobile li:first-child {
  border-left: 0px;
}
#navmobile li a {
  display: block;
  text-align: center;
  color: black;
  font-family: "Roboto Slab", serif;
  /* line-height: 50px; */
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  padding: 7px 0px 9px 0px;
}
#navmobile li a > div {
  margin-bottom: 3px;
  display: block;
  font-size: 20px;
}
#navmobile li a:hover, #navmobile li a.active {
  text-decoration: none;
}
#navmobile li a.active {
  color: #16b89d;
  text-decoration: none;
  /*
				font-family: 'Roboto Slab', serif;
				font-weight: 400;
				*/
}
.scrollDownArrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 1;
}
.scrollDownArrow img {
  display: block;
  margin: auto;
  height: 44px;
}
.scrolldown .scrollDownArrow {
  opacity: 0;
}
#scrollToTop {
  position: fixed;
  bottom: -100px;
  right: 30px;
  z-index: 5;
  width: 50px;
  text-align: center;
  color: white;
  font-style: italic;
  font-size: 12px;
  font-family: "Roboto Slab", serif;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
#scrollToTop img {
  display: block;
  margin: 0px auto 0px auto;
  -webkit-transform: scale(0.6) rotate(180deg);
  transform: scale(0.6) rotate(180deg);
}
#scrollToTop .black {
  display: none;
}
.scrolldown #scrollToTop {
  bottom: 30px;
}
#overlay {
  position: fixed;
  z-index: 10;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: transparent;
  background-image: url("/_MEDIEN/layout/trans_black_90.png");
  display: none;
}
#footer {
  display: block;
  text-align: center;
  margin: 100px 0px 25px 0px;
}
#footer #footercontent {
  margin: auto;
  width: 500px;
  max-width: 50%;
  border-top: 1px solid white;
  padding: 10px 0px;
  text-align: center;
}
#footer a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 25px;
  font-weight: bold;
}
/* standard pages footer */
.template_7 #footer, .template_29 #footer {
  margin: 50px 0px 75px 0px;
}
#wrapper {
  overflow: hidden;
}
#swipepage .pageitem {
  position: relative;
  overflow: hidden !important;
}
#swipepage .section {
  padding: 100px 0px;
  position: relative;
  box-sizing: border-box;
}
#swipepage .section:first-Child {
  padding-top: 150px;
}
#swipepage .section:after {
  display: block;
  content: "";
  height: 1px;
  width: 60%;
  max-width: 500px;
  position: relative;
  bottom: -100px;
  background-color: #d9d9d9;
  margin: auto;
}
#swipepage .section.noborder:after, #swipepage .section:last-Child:after {
  display: none;
}
#swipepage .first_section, #swipepage .first_section:first-Child {
  padding: 0px;
}
#swipepage .first_section:after, #swipepage .first_section:first-Child:after {
  display: none;
}
#swipepage .first_section_table {
  display: table;
  width: 100%;
  height: 100vh;
}
#swipepage .first_section_td {
  display: table-cell;
  vertical-align: middle;
}
#swipepage .loader {
  text-align: center;
  position: absolute;
  left: 0px;
  top: 300px;
  width: 100%;
}
#swipepage .loader .ic {
  position: relative;
  top: -20px;
  font-size: 40px;
}
#swipepage .loader .ic:before {
  transform: rotate(0);
  animation-name: spinsteps;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
/* LOADER animation code */
@keyframes spinsteps {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(32.7deg);
  }
  20% {
    transform: rotate(65.45deg);
  }
  30% {
    transform: rotate(98.18deg);
  }
  40% {
    transform: rotate(130.9deg);
  }
  50% {
    transform: rotate(163.63deg);
  }
  60% {
    transform: rotate(196.36eg);
  }
  70% {
    transform: rotate(229.09deg);
  }
  80% {
    transform: rotate(261.81deg);
  }
  90% {
    transform: rotate(294.54deg);
  }
  99.99% {
    transform: rotate(327.27deg);
  }
  100% {
    transform: rotate(0);
  }
}
#standard {
  padding: 150px 0px 100px 0px;
}
#mainlogo {
  text-align: center;
}
#mainlogo img {
  max-width: 50%;
}
/* start */
#doc_343 {
  background-color: #615f5f;
  /* background-image: url('/_MEDIEN/layout/bg_pixel_grey.png'); */
  background-repeat: no-repeat;
  background-position: left top;
}
#doc_343 h1 {
  margin-top: -60px;
}
#doc_343 #start_1 h2 {
  text-align: right;
}
#doc_343 #start_3 h2 {
  text-align: center;
  margin-bottom: 50px;
}
#doc_343 .text strong {
  color: #f3f3f3;
}
#doc_343 #skillsbox .text {
  width: 600px;
  max-width: 100%;
  margin: auto;
}
#doc_343 #start_skill_container {
  display: block;
  text-align: center;
  width: 700px;
  max-width: 100%;
  margin: 0px auto 50px auto;
}
#doc_343 #start_skill_container .row {
  perspective: 600px;
}
#doc_343 #start_skill_container .skillbox {
  position: relative;
  width: 16.666%;
  padding-bottom: 16.666%;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  color: black;
  float: left;
  transform-style: preserve-3d;
}
#doc_343 #start_skill_container .skill {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 40%;
  background-color: grey;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: 140px;
  opacity: 0.2;
  backface-visibility: hidden;
}
#doc_343 #start_skill_container .animateme.animated .skill {
  top: 0px;
  opacity: 1;
  transform: rotateX(0deg);
}
#doc_343 #start_skill_container .skill.invisible {
  background-color: transparent;
  opacity: 1;
  top: 0px;
}
#doc_343 #start_skill_container .skill.empty {
  background-color: #899d9b;
}
#doc_343 #start_skill_container .skill.empty2 {
  background-color: #b2dbd3;
  transition-delay: 0.1s;
  transform: rotateX(180deg);
}
#doc_343 #start_skill_container .skill.empty3 {
  background-color: #a2a8a8;
  transition-delay: 0.2s;
  transform: rotateX(180deg);
}
#doc_343 #start_skill_container .skill.style1 {
  background-color: #88cabc;
  transition-delay: 0.2s;
  transform: rotateX(180deg);
}
#doc_343 #start_skill_container .skill.style2 {
  background-color: #79c5b8;
  transition-delay: 0.4s;
  transform: rotateX(180deg);
}
#doc_343 #start_skill_container .skill.style3 {
  background-color: #17c1a5;
  transition-delay: 0.6s;
  transform: rotateX(180deg);
}
#doc_343 #start_skill_container .skill.style4 {
  background-color: #16b89d;
  transition-delay: 0.4s;
  transform: rotateX(180deg);
}
#doc_343 #lesstalk_coffee {
  background-image: url("/_MEDIEN/layout/coffee_2.png");
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 340px;
  width: 800px;
  max-width: 90%;
  margin: auto;
}
#doc_343 #lesstalk_coffee .h1 {
  float: left;
  margin-top: 50px;
  color: white;
  width: 72%;
}
#doc_343 #lesstalk_coffee .h1 a {
  text-decoration: none;
}
#doc_343 #lesstalk_coffee_logo {
  vertical-align: top;
  float: left;
  width: 25%;
  margin-right: 3%;
  min-height: 1px;
}
.swipepage_doc_343 #desktop_menutrigger span {
  background-color: #16b89d;
}
/* aboutme */
#doc_342 {
  background-color: #16b89d;
  /* background-image: url('/_MEDIEN/layout/bg_pixel_green.png'); */
  background-repeat: no-repeat;
  background-position: left top;
}
#aboutme {
  color: #313231;
  /*
	background-image: url('/_MEDIEN/logo/logo_mg_outlines_1300.png');
	background-repeat: no-repeat;
	background-position: center 160px;
	background-size: auto;
	*/
}
#aboutme h1, #aboutme .h1 {
  color: #16b89d;
}
#aboutme h1 span, #aboutme .h1 span {
  background-color: white;
}
#aboutme .text {
  /* color: black; */
}
#aboutme .text a {
  text-decoration: underline;
  color: inherit;
}
#aboutme #about_1 {
  background-image: url("/_MEDIEN/logo/logo_mg_outlines_1000.png");
  background-repeat: no-repeat;
  background-position: right 60px;
  background-size: 95% auto;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  min-height: 526px;
  padding-bottom: 100px;
}
#aboutme #about_name {
  position: absolute;
  bottom: 20px;
  left: -20px;
  color: #16b89d;
}
#aboutme #livesteps {
  position: relative;
}
#aboutme #livesteps .item {
  padding: 50px 0px;
}
#aboutme #livesteps .left, #aboutme #livesteps .right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 25px;
  text-align: right;
}
#aboutme #livesteps .right {
  text-align: left;
  padding-right: 0px;
  padding-left: 25px;
}
#aboutme #livesteps .year {
  color: #16b89d;
}
#aboutme #livesteps .year span {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
  right: -150px;
}
#aboutme #livesteps .year span.style2 {
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  color: #16b89d;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#aboutme #livesteps .animated .year span {
  opacity: 1;
  right: 0px;
}
#aboutme #livesteps .title {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  color: black;
  position: relative;
  top: 130px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
#aboutme #livesteps .subline {
  font-family: "Roboto Slab", serif;
  color: #313231;
  font-weight: normal;
  position: relative;
  top: 130px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
#aboutme #livesteps .animated .title {
  top: 0px;
}
#aboutme #livesteps .animated .subline {
  top: 0px;
}
#aboutme #livesteps .small .year {
  display: inline-block;
  padding: 0px 5px;
  background-color: black;
  font-weight: bold;
  color: #d9d9d9;
  font-size: 25px;
  margin-bottom: 5px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  right: -150px;
}
#aboutme #livesteps .small .title_small {
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  right: -150px;
}
#aboutme #livesteps .animated.small .year, #aboutme #livesteps .animated.small .title_small {
  right: 0px;
  opacity: 1;
}
#aboutme #livesteps .item:last-Child .year span {
  color: white;
  font-size: 125%;
}
#aboutme #livesteps_line {
  position: absolute;
  top: 0px;
  width: 2px;
  /* border-right: 2px dashed white; */
  background-image: url("/_MEDIEN/layout/dotted_line.png");
  background-repeat: repeat-y;
  height: 100%;
  max-height: 0px;
  overflow: hidden;
  left: 50%;
  margin-left: -1px;
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
}
#aboutme #livesteps_line.animated {
  max-height: 1300px;
  -webkit-transition: 5s linear all;
  transition: 5s linear all;
}
#aboutme #about_bigimage {
  width: 66.66%;
  max-width: 1200px;
  position: relative;
}
#aboutme #about_bigimage img {
  display: block;
  max-width: 100%;
}
#aboutme #about_bigimage h2 {
  color: #16b89d;
  position: absolute;
  right: -200px;
  bottom: 50px;
}
#aboutme #about_lesstalk_box {
  border: 1px solid white;
  color: #313231;
  padding: 15px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
#aboutme #about_lesstalk_box a {
  color: inherit;
  text-decoration: underline;
}
.swipepage_doc_342 #desktop_menutrigger span {
  background-color: white;
}
/* references */
#doc_349 {
  color: #313231;
  background-color: white;
  /* background-image: url('/_MEDIEN/layout/bg_pixel_white.jpg'); */
  background-repeat: no-repeat;
  background-position: left top;
}
#doc_349 h1 {
  color: white;
}
#doc_349 #ref_intro .text {
  /* column-count: 2; */
  column-gap: 4%;
}
#doc_349 #references .item {
  position: relative;
  padding: 100px 0px;
}
#doc_349 #references .item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0%;
  margin-left: 0%;
  height: 0px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#doc_349 #references .item:first-Child {
  padding-top: 0px;
}
#doc_349 #references .item:last-Child {
  /* padding-bottom: 0px; */
}
#doc_349 #references .item:last-Child:before {
  display: none;
}
#doc_349 #references .left, #doc_349 #references .right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 25px;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  top: 150px;
}
#doc_349 #references .right {
  text-align: left;
  padding-right: 0px;
  padding-left: 25px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#doc_349 #references .item:nth-Child(even) .left {
  padding-right: 0px;
  padding-left: 25px;
  float: right;
  text-align: right;
}
#doc_349 #references .item:nth-Child(even) .right {
  padding-right: 25px;
  padding-left: 0px;
  float: right;
}
#doc_349 #references .item:nth-Child(even) h3, #doc_349 #references .item:nth-Child(even) h3.typing, #doc_349 #references .item:nth-Child(even) h4, #doc_349 #references .item:nth-Child(even) .h4 {
  text-align: right;
}
#doc_349 #references .item:nth-Child(even) ul {
  text-align: right;
  padding-left: 0px;
  padding-right: 15px;
}
#doc_349 #references .item:nth-Child(even) ul li:before {
  content: "";
  left: auto;
  right: -12px;
}
#doc_349 #references .item.animated .left, #doc_349 #references .item.animated .right {
  top: 0px;
}
#doc_349 #references .item.animated:before {
  width: 20%;
  margin-left: -10%;
}
#doc_349 #references h3 {
  position: relative;
  margin-bottom: 15px;
  margin-top: 12px;
  white-space: nowrap;
}
#doc_349 #references h3 a {
  color: inherit;
}
#doc_349 #references h3 a:hover span {
  text-decoration: underline;
}
#doc_349 #references h4, #doc_349 #references .h4 {
  display: block;
  color: black;
}
#doc_349 #references .img {
  display: block;
  position: relative;
}
#doc_349 #references .img img {
  border: 1px solid #b3b3b3;
  border-top: 0px;
  display: block;
  width: calc(100% - 2px);
  /* remove border */
}
#doc_349 #references .img:before {
  content: "Webseite besuchen";
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  font-weight: bold;
  font-size: 22px;
  padding: 1px 0px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  left: 50%;
  width: 230px;
  margin-left: -115px;
  background-color: #16b89d;
  color: white;
  z-index: 1;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}
#doc_349 #references .img:after {
  content: "";
  text-transform: uppercase;
  color: #16b89d;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  background-image: url("/_MEDIEN/layout/logo_mg_outlines.png"), url("/_MEDIEN/layout/trans_black_60.png");
  background-size: 80%, auto;
  background-position: -30px 140%, 0 0;
  background-repeat: no-repeat, repeat;
}
#doc_349 #references .img:hover:before {
  top: 40%;
  opacity: 1;
}
#doc_349 #references .img:hover:after {
  opacity: 1;
}
#doc_349 #references .browser_bar {
  display: block;
  position: relative;
  height: 27px;
  width: 100%;
  background-image: url("/_MEDIEN/layout/browser_border.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
#doc_349 #references .browser_url {
  position: absolute;
  z-index: 1;
  left: 55px;
  top: 17px;
  font-size: 7px;
  color: grey;
}
#doc_349 #references .meta {
  display: block;
  text-align: left;
  margin-top: 5px;
}
#doc_349 #references .meta > span {
  cursor: default;
  /* @include font_serif; */
  font-size: 14px;
  margin-right: 10px;
  text-transform: uppercase;
  display: inline-block;
}
#doc_349 #references .meta > span:first-Child {
  margin-left: 0px;
}
#doc_349 #references .meta .notmydesign {
  font-weight: bold;
  color: #16b89d;
  font-size: 16px;
  position: relative;
  top: 2px;
}
#doc_349 #ref_quotes_intro h2 {
  text-align: right;
  color: #16b89d;
  margin: 50px 0px;
}
#doc_349 #ref_quotes_intro h2 span {
  padding: 0px;
  background-color: transparent;
}
#doc_349 #ref_quotes .block {
  background-color: #ececec;
  color: black;
  padding: 25px;
  margin-bottom: 10px;
}
#doc_349 #ref_quotes .block .name {
  text-transform: uppercase;
  font-weight: bold;
  color: #16b89d;
}
#doc_349 #ref_quotes .block .name a {
  color: inherit;
}
#doc_349 #ref_quotes .block .quote p {
  margin: 0px;
}
#doc_349 #ref_lesstalk_box {
  border: 1px solid #16b89d;
  padding: 15px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
#doc_349 #ref_lesstalk_box a {
  color: inherit;
  text-decoration: underline;
}
#doc_349 #footer #footercontent {
  border-color: black;
}
#ref_designhint {
  position: fixed;
  opacity: 0;
  left: -200px;
  bottom: 30px;
  z-index: 1;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
#ref_designhint .icon {
  display: block;
  font-size: 40px;
  color: #16b89d;
  font-weight: bold;
  position: relative;
  top: 15px;
}
#ref_designhint .textbox {
  position: relative;
  display: block;
  width: 130px;
  text-align: left;
  font-size: 12px;
  font-family: "Roboto Slab", serif;
  color: #16b89d;
}
.swipepage_doc_349.scrolldown #ref_designhint {
  left: 20px;
  opacity: 1;
}
.swipepage_doc_349 #logo .white, body.doc_468 #logo .white {
  display: none;
}
.swipepage_doc_349 #logo .black, body.doc_468 #logo .black {
  display: block;
}
.swipepage_doc_349 #desktop_menutrigger span, body.doc_468 #desktop_menutrigger span {
  background-color: black;
}
.swipepage_doc_349 #scrollToTop, body.doc_468 #scrollToTop {
  color: #16b89d;
}
.swipepage_doc_349 #scrollToTop .white, body.doc_468 #scrollToTop .white {
  display: none;
}
.swipepage_doc_349 #scrollToTop .black, body.doc_468 #scrollToTop .black {
  display: block;
}
.swipepage_doc_349 #footer a, body.doc_468 #footer a {
  color: black;
}
/* contact */
#doc_346 {
  background-color: #615f5f;
  /* background-image: url('/_MEDIEN/layout/bg_pixel_grey.png'); */
  background-repeat: no-repeat;
  background-position: left top;
}
#contact h2, #contact h3 {
  position: relative;
  z-index: 1;
  top: -30px;
  left: 20px;
  text-transform: none;
}
#contact h2 a:hover, #contact h3 a:hover {
  color: #16b89d;
}
.swipepage_doc_346 #desktop_menutrigger span {
  background-color: #16b89d;
}
.icon-icon-mgref:before {
  font-size: 78%;
  position: relative;
  left: -4%;
  top: -1px;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 750px;
  max-width: calc(100% - 30px);
  background-color: white;
  border-radius: 0px;
  border: 1px solid grey;
  padding: 35px;
  box-sizing: border-box;
  color: #313231;
}
#cookiehint h3, #cookiehint h4 {
  color: inherit;
}
#cookiehint .text {
  font-size: 94%;
}
#cookiehint a.readmore {
  color: #16b89d;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 0px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
}
#cookiehint .checkboxes label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#cookiehint .checkboxes .desc {
  font-size: 90%;
}
#cookiehint .buttons {
  margin-top: 15px;
}
#cookiehint .button {
  margin: 0px 10px 0px 0px;
  color: inherit;
  text-align: center;
}
#cookiehint .cookie_deny {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_save {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: white;
}
/* Rating Page / Bewerten */
.doc_468 {
  color: #313231;
  background-color: white;
  background-image: url("/_MEDIEN/layout/bg_materialdesign.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  min-height: 100vh;
}
.doc_468 h1 {
  color: white;
}
.doc_468 h3, .doc_468 h4 {
  color: black;
}
.doc_468 #footer #footercontent {
  border-color: black;
}
.doc_468 #google_box {
  background-color: white;
  padding: 33.3333333333px 50px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
.doc_468 #google_box .profilename .ic {
  color: red;
}
.doc_468 #google_box .google_icon {
  height: 32px;
  line-height: 45px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.doc_468 #google_box .button {
  line-height: 45px;
  color: black;
  background-color: transparent;
  border: 2px solid black;
}
.doc_468 #google_box .button:hover {
  background-color: black;
  color: white;
}
.doc_468 #google_box .stars {
  display: block;
  margin: 15px 0px 20px 0px;
  font-size: 30px;
  color: grey;
}
/* ALWAYS LAST - resolutions.css */
/* --- 1280px --------------------------------------------- */
/* -- iPad --------------------------------------------- */
@media only screen and (max-width: 1025px) and (min-height: 340px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 50px;
  }
  h3, .h3 {
    font-size: 35px;
  }
  #desktop_menucontainer ul li {
    font-size: 110px;
  }
}
/* --- 980px --------------------------------------------- */
@media only screen and (max-width: 979px) {
  #aboutme #about_bigimage {
    width: 90%;
  }
  #aboutme #about_bigimage h2 {
    bottom: -20px;
    left: 10%;
  }
}
/* --- widescreen laptop? --------------------------------------------- */
@media only screen and (max-height: 660px) and (orientation: landscape) {
  body {
    font-size: 15px;
  }
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 45px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  #desktop_menucontainer ul li {
    font-size: 100px;
  }
  #aboutme #about_1 {
    width: 50%;
  }
  #doc_349 #ref_quotes_intro h2 {
    padding-left: 40%;
  }
}
/* --- 768px --------------------------------------------- */
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 45px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  #desktop_menu {
    display: none;
  }
  #mobile_menu {
    display: block;
  }
  #scrollToTop {
    display: none;
  }
  .scrollDownArrow {
    bottom: 130px;
  }
  .grid2 {
    width: 100%;
    padding: 0px !important;
  }
  #page {
    padding-bottom: 58px;
  }
  #logo {
    position: absolute;
    right: 20px;
  }
  #doc_343 #start_skill_container .skill {
    font-size: 16px;
  }
  #aboutme #about_1 {
    min-height: 380px;
  }
  #doc_349 #references .meta > span {
    font-size: 12px;
  }
  #doc_349 #ref_quotes_intro h2 {
    padding-left: 40%;
  }
  #ref_designhint {
    bottom: 70px;
    display: none;
  }
  #ref_designhint .textbox {
    width: 100%;
  }
  #doc_349 #references .meta .notmydesign {
    display: none;
  }
  #cookiehint {
    padding: 15px;
  }
  #cookiehint .buttons {
    margin: 15px -5px 0px -5px;
  }
  #cookiehint .button {
    margin: 0px 5px;
    width: calc(50% - 12px);
    box-sizing: border-box;
  }
  #cookiehint .cookie_acceptAll {
    width: calc(100% - 10px);
    margin-top: 10px;
    text-align: center;
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 35px;
  }
  #swipepage .section {
    padding: 50px 0px;
  }
  #swipepage .section:after {
    bottom: -50px;
  }
  #footer #footercontent {
    max-width: 80%;
  }
  #doc_343 h1 {
    margin-top: -30px;
  }
  #doc_349 #references .item {
    padding: 50px 0px;
  }
  #doc_349 #references #ref_intro .text {
    column-count: 1;
  }
  #doc_349 #references .left {
    width: 85%;
    margin: 0px 7.5%;
    padding: 0px !important;
  }
  #doc_349 #references .right {
    width: 100%;
    padding: 0px !important;
  }
  #doc_349 #references h3, #doc_349 #references h4, #doc_349 #references ul {
    text-align: left !important;
  }
  #doc_349 #references .item:nth-child(2n) ul {
    padding-left: 15px;
    padding-right: 0px;
  }
  #doc_349 #references .item:nth-child(2n) ul li::before {
    content: "";
    left: -12px;
    right: auto;
  }
  #aboutme #about_name {
    left: -8px;
  }
  #doc_343 #start_skill_container .skill {
    font-size: 14px;
  }
  #contact h2, #contact h3 {
    left: -5px;
  }
  .doc_468 {
    background-size: 60% auto;
  }
}
/* --- 480px --------------------------------------------- */
@media only screen and (max-width: 479px) and (orientation: portrait) {
  body {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  #footer a {
    font-size: 12px;
  }
  #doc_343 #start_skill_container .skill {
    font-size: 12px;
  }
  #doc_343 #lesstalk_coffee .h1 {
    width: 100%;
    margin-top: 5px;
  }
  #doc_349 #references .browser_url {
    font-size: 6px;
    top: 20px;
    left: 35px;
  }
  #doc_349 #references .meta > span {
    margin-right: 3px;
  }
}
/* --- 380px --------------------------------------------- */
@media only screen and (max-width: 380px) and (orientation: portrait) {
  h1, .h1 {
    font-size: 25px;
  }
  h2, .h2 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  #navmobile li a {
    font-size: 11px;
  }
  #doc_343 #start_skill_container .skill {
    font-size: 10px;
  }
  #doc_349 #references .meta > span {
    font-size: 10px;
  }
}
/* mobile LANDSCAPE ---------------------------------------------*/
