/*
----------------------------------
Homepage
Sektionen - Grundeinstellungen
Written By Robin Lawinsky 05.12.2018
----------------------------------
*/
/* orbitron-regular - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/orbitron-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Orbitron Regular'), local('Orbitron-Regular'),
       url('../fonts/orbitron-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/orbitron-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/orbitron-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/orbitron-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/orbitron-v9-latin-regular.svg#Orbitron') format('svg'); /* Legacy iOS */
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Orbitron", Consolas;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-align: center;
}

body {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
main {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
section {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
/* Zentrierung und Anpassung an Display groesse */
section .sectionContent {
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
}
section > .sectionPolygonBG {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  /*display: flex;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
a {
  text-decoration: none;
}
h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.6;
  padding-bottom: 25px;
}
/*
----------------------------
Farb Definitionen
----------------------------
*/
body {
  background-color: #777777;
  color: #FFFFFF;
}
header {
  background-color: rgba(213, 0, 0, 0.8);
}
polygon:hover {
  fill: rgba(213, 0, 0, 0.5);
}
/*-------------Section01-------------*/
#sec01Vorstellung > .sectionPolygonBG {
  background: rgba(0, 0, 0, 0);
}
#sec01Vorstellung > .sectionPolygonBG > .fa-dice-d20 {
  filter: blur(1px);
  color: rgba(213, 0, 0, 0.6) !important;
  /*text-shadow: 0px 0px 25px rgba(213, 0, 0, 0.4);*/
}
/*-------------Section02-------------*/
#sec02meinProfil {
  /*background-color: #333333;*/
  background-color: #555555;
}
#sec02meinProfil > .sectionPolygonBG {
  background-color: rgba(255, 255, 255, 0.3);
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent {
  background-color: rgba(213, 0, 0, 0.7);
}
/*-------------Section03-------------*/
#sec03meineSkills > .sectionPolygonBG {
  /*background: rgba(0, 0, 0, 0.25);*/
}
#sec03meineSkills > .sectionPolygonBG > .sectionContent {
  background-color: rgba(213, 0, 0, 0.6);
}
/*-------------Section04-------------*/
#sec04 {
  background-color: #555555;
}
#sec04 > .sectionPolygonBG {
  background: rgba(255, 255, 255, 0.3);
}
#sec04 > .sectionPolygonBG > .sectionContent {
  background-color: rgba(213, 0, 0, 0.7);
}
/*-------------SectionLast-------------*/
#secLastMeineKontaktD {
  /*background-color: #555555;*/
}
#secLastMeineKontaktD > .sectionPolygonBG {
  /*background: rgba(0, 0, 0, 0.25);*/
}
#secLastMeineKontaktD > .sectionPolygonBG > .sectionContent {
  /*background-color: rgba(213, 0, 0, 0.7);*/
  background-color: rgba(213, 0, 0, 0.7);
}
/*
----------------------------------
Navigationions Kopfzeile
----------------------------------
*/
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  padding: 10px 100px 20px 100px;
  z-index: 999;
  overflow: hidden;
  display: none;
  -webkit-clip-path: polygon(13% 50%, 93% 100%, 100% 0%, 0% 0%);
  clip-path: polygon(13% 50%, 93% 100%, 100% 0%, 0% 0%);
}
header > nav {
  width: 100%;
  float: right;
  display: block;
}
header > nav > ul {
  margin: 0;
  overflow: hidden;
  float: right;
  text-align: right;
  list-style: none;
}
header > nav > ul > li {
  display: inline-block;
  margin-left: 30px;
  line-height: 1.5;
}
header > nav > ul > li > a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  /*border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;*/
  transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
}
header > nav > ul > li > a.active {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.navMenuBtn {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 80px;
  top: 10px;
  height: 50px;
  width: 50px;
  transition: all 400ms ease-in;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
}
.navMenuBtn > span {
  width: 40px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
  background: #FFFFFF;
  display: block;
  transition: all 400ms ease-in;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
}
.openMobilNav {
  height: 400px !important;
}
.openMobilNav > .navMenuBtn > span:nth-child(1) {
  position: absolute;
  top: 0;
  margin: 0 !important;
  transform: rotate(+315deg);
  background-color: #000000;
}
.openMobilNav > .navMenuBtn > span:nth-child(2) {
  position: absolute;
  top: 0;
  margin: 0 !important;
  transform: rotate(+225deg);
  background-color: #000000;
}
.openMobilNav > .navMenuBtn > span:nth-child(3) {
  background-color: #000000;
  display: none !important;
}
#linkDatenschutz, #linkInpressum {
  display: none;
}
@media only screen and (max-width: 950px) {
  header > nav {
    display: none;
  }
  header > nav > ul {
    float: left;
    text-align: center;
  }
  header > nav > ul > li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
  .navMenuBtn {
    display: block;
  }
  #linkDatenschutz, #linkInpressum {
    display: block;
  }
}
@media only screen and (min-width: 950px) {
  header > nav {
    display: block;
  }
  header > nav > ul {
    float: right;
    text-align: right;
  }
  .openMobilNav {
    height: 60px !important;
  }
  .navMenuList {
    display: block !important;
  }
  #linkDatenschutz, #linkInpressum {
    display: none;
  }
}
header > nav > ul > li > span {
  width: 0%;
  display: block;
  background-color: #FFFFFF;
  height: 2px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
header > nav > ul > li > span:first-child {
  margin-left: auto;
}
header > nav > ul li:hover > span:last-child, header > nav > ul li:hover > span:first-child {
  width: 100%;
}
/*
----------------------------------
Section Struktur
----------------------------------
*/
/*
------------------------------
Erste Sektion - Welcome Screen
------------------------------
*/
#sec01Vorstellung {
  background: url("../img/alone-clouds-golden-hour-670720NochKleiner.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  letter-spacing: 2px;
}
#sec01Vorstellung > .sectionContent {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#sec01Vorstellung > .sectionContent > .fa-dice-d20 {
  position: absolute;
  font-size: 410pt;
}
#sec01Vorstellung > .sectionContent > div {
  position: absolute;
  padding: 20px 20px 40px 20px;
  z-index: 50;
}
#sec01Vorstellung > .sectionContent > div > h1 {
  font-size: 50px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 1) !important;
}
#sec01Vorstellung h1 {
  text-transform: uppercase;
}
#meinName {
  font-size: 35px;
  color: rgba(255, 255, 255, 1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding-bottom: 12px;
  line-height: 2;
}
#meinBeruf {
  font-size: 55px;
  color: rgba(255, 255, 255, 1) !important;
}
#sec01Vorstellung > .sectionContent > div > div {
  width: 100%;
  font-size: 22px;
  /*padding: 10px 5px 10px 5px;*/
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  /*margin-left: auto;
  margin-right: auto;*/
}
#sec01Vorstellung > .sectionContent > div > div > span {
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
}
#sideBarKontakt {
  position: fixed;
  display: none;
  top: 5px;
  right: -331px;
  width: 420px;
  height: 170px;
  z-index: 999;
  text-align: left;
  padding-top: 25px;
  padding-left: 30px;
  background-color: rgba(213, 0, 0, 0.8);
  -webkit-clip-path: polygon(0% 33%, 22% 0%, 100% 0%, 100% 100%, 50% 100%);
  clip-path: polygon(0% 33%, 22% 0%, 100% 0%, 100% 100%, 50% 100%);
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2;
  transition: transform 2s;
}
#sideBarKontakt .fa-envelope {
  font-size: 55px;
  color: #FFFFFF;
}
#sideBarKontakt .sideBarEmail {
  font-size: 20px;
  color: #FFFFFF;
}
#sideBarKontakt:hover {
  -webkit-transform: translateX(-310px);
  -moz-transform: translateX(-310px);
  -ms-transform: translateX(-310px);
  transform: translateX(-310px);
}
@media (max-width: 800px) {
  #sec01Vorstellung > .sectionContent > .fa-dice-d20 {
    font-size: 310pt;
  }
  #sec01Vorstellung > .sectionContent > div > h1 {
    font-size: 30px;
  }
  #meinName {
    font-size: 25px;
  }
  #meinBeruf {
    font-size: 35px;
  }
  #sec01Vorstellung > .sectionContent > div > div {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  #sec01Vorstellung > .sectionContent > .fa-dice-d20 {
    font-size: 180pt;
  }
  #sec01Vorstellung > .sectionContent > div > h1 {
    font-size: 25px;
  }
  #meinName {
    font-size: 20px;
  }
  #meinBeruf {
    font-size: 15px;
  }
  #sec01Vorstellung > .sectionContent > div > div {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  #sec01Vorstellung > .sectionContent > .fa-dice-d20 {
    font-size: 160pt;
  }
  #sec01Vorstellung > .sectionContent > div > h1 {
    font-size: 14px;
  }
  #meinName {
    font-size: 12px;
    padding-bottom: 6px;
  }
  #meinBeruf {
    font-size: 22px;
    padding-top: 30px;
  }
  #sec01Vorstellung > .sectionContent > div > div {
    font-size: 14px;
  }
}
/*
------------------------------
*/
/*
------------------------------
Zweite Sektion - Profil Praesentation
------------------------------
*/
#sec02meinProfil {
  text-align: center;
  letter-spacing: 2px;
}
/*#sec02meinProfil > .sectionPolygonBG {
}*/
#sec02meinProfil > .sectionPolygonBG > svg {
  position: absolute;
  z-index: 1;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent {
  z-index: 2;
  /*position: absolute;*/
  padding: 150px 50px 100px 80px;
  -webkit-clip-path: polygon(7% 6%, 45% 10%, 99% 3%, 95% 78%, 100% 100%, 8% 94%, 1% 63%);
  clip-path: polygon(7% 6%, 45% 10%, 99% 3%, 95% 78%, 100% 100%, 8% 94%, 1% 63%);
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z1 > .sec02Z1S1Left {
  min-width: 250px;
  padding-left: 50px;
  padding-right: 50px;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z1 > .sec02Z1S2Right {
  max-width: calc(100% - 250px);
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm {
  min-width: 400px;
  min-height: 80px;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm > .sec02Z2ItmWrapper {
  width: 100%;
  height: 80px;
  padding: 10px 10px 10px 10px;
  background-color: #EEEEEE;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm > .sec02Z2ItmWrapper:hover {
  background-color: #111111;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm > .sec02Z2ItmWrapper > .sec02Z2ItmContent {
  height: 60px;
  padding-left: 20px;
  padding-top: 15px;
  color: #FFFFFF;
  background-color: rgb(180, 10, 10);
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm .sec02Z2ItmPg01 {
  -webkit-clip-path: polygon(0% 34%, 18% 0%, 40% 24%, 90% 2%, 100% 65%, 69% 100%, 35% 86%, 35% 86%, 35% 86%, 9% 100%);
  clip-path: polygon(0% 34%, 18% 0%, 40% 24%, 90% 2%, 100% 65%, 69% 100%, 35% 86%, 35% 86%, 35% 86%, 9% 100%);
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm .sec02Z2ItmPg02 {
  -webkit-clip-path: polygon(0% 66%, 10% 0%, 70% 21%, 100% 0%, 95% 31%, 100% 100%, 100% 100%, 100% 100%, 36% 80%, 22% 100%);
  clip-path: polygon(0% 66%, 10% 0%, 70% 21%, 100% 0%, 95% 31%, 100% 100%, 100% 100%, 100% 100%, 36% 80%, 22% 100%);
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm > div > div > i {
  font-size: 20pt;
  vertical-align: middle;
  margin-right: 10px;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm > div > div > span {
  font-size: 15pt;
  vertical-align: middle;
}
@media (max-width: 600px) {
  #sec02meinProfil > .sectionPolygonBG > .sectionContent {
    padding: 250px 20px 150px 20px !important;
  }
  #sec02meinProfil > .sectionPolygonBG > .sectionContent > h1 {
    font-size: 16pt;
  }
  #sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm {
    min-width: 300px;
  }
  #sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm > div > div > i {
    font-size: 15pt;
  }
  #sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z2 > .sec02Z2Itm > div > div > span {
    font-size: 10pt;
  }
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z3 > .sec02Z3Itm {
  text-align: center;
  padding-top: 15px !important;
}
#sec02meinProfil .absatzTrenner {
 border-bottom: 2px solid rgba(255,255,255,0.2);
}
/*
------------------------------
Dritte Sektion - Skills
------------------------------
*/
#sec03meineSkills {
  background: url("../img/laptop-coding-display-optimized.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;

  letter-spacing: 2px;
}
/*#sec03meineSkills > .sectionPolygonBG {
}*/
#sec03meineSkills > .sectionPolygonBG > svg {
  position: absolute;
  z-index: 1;
}
#sec03meineSkills > .sectionPolygonBG > .sectionContent {
  z-index: 2;
  min-height: 60vh;
  padding: 80px 50px 50px 50px;
  -webkit-clip-path: polygon(5% 5%, 5% 5%, 5% 5%, 38% 9%, 97% 5%, 97% 5%, 95% 30%, 95% 30%, 100% 90%, 33% 99%, 5% 92%, 5% 92%, 1% 56%);
  clip-path: polygon(5% 5%, 5% 5%, 5% 5%, 38% 9%, 97% 5%, 97% 5%, 95% 30%, 95% 30%, 100% 90%, 33% 99%, 5% 92%, 5% 92%, 1% 56%);
}
@media  screen and (max-width: 600px) {
  #sec03meineSkills > .sectionPolygonBG > .sectionContent {
    padding: 250px 50px 100px 0px !important;
  }
}
#sec03meineSkills > .sectionPolygonBG > .sectionContent ul li i {
  font-size: 150px;
  color: #FFFFFF;
}
#sec03meineSkills > .sectionPolygonBG > .sectionContent ul li span {
  font-size: 20pt;
  color: #FFFFFF;
}
#sec03meineSkills > .sectionPolygonBG > .sectionContent .sec03Grd1 > li:hover {
  -webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.75);
}
/*
-------------------------------
*/
/*
------------------------------
Vierte Sektion - Lebenslauf
------------------------------
*/
#sec04 {
  letter-spacing: 2px;
}
/*#secLastMeineKontaktD > .sectionPolygonBG {
}*/
#sec04 > .sectionPolygonBG > svg {
  position: absolute;
  z-index: 1;
}
#sec04 > .sectionPolygonBG > .sectionContent {
  min-height: 100vh;
  z-index: 80;
  padding: 100px 100px 100px 100px;
  -webkit-clip-path: polygon(1% 6%, 16% 9%, 100% 0%, 96% 72%, 100% 99%, 5% 95%, 9% 72%);
  clip-path: polygon(1% 6%, 16% 9%, 100% 0%, 96% 72%, 100% 99%, 5% 95%, 9% 72%);
}
@media  screen and (max-width: 600px) {
  #sec04 > .sectionPolygonBG > .sectionContent {
    padding: 250px 20px 100px 50px !important;
  }
}
#sec04 > .sectionPolygonBG > .sectionContent > i {
  font-size: 60pt;
}
/*
------------------------------
Fuenfte Sektion - Kontakt
------------------------------
*/
#secLastMeineKontaktD {
  background: url("../img/apple-device-blur-blurry-273222Kleiner.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;


  letter-spacing: 2px;
}
/*#secLastMeineKontaktD > .sectionPolygonBG {
}*/
/*#secLastMeineKontaktD > .sectionPolygonBG > svg {
  position: absolute;
  z-index: 1;
}*/
#secLastMeineKontaktD > .sectionPolygonBG > .sectionContent {
  z-index: 80;
  padding: 100px 20px 60px 20px;
  -webkit-clip-path: polygon(7% 6%, 45% 10%, 99% 3%, 95% 78%, 100% 100%, 8% 94%, 1% 63%);
  clip-path: polygon(7% 6%, 45% 10%, 99% 3%, 95% 78%, 100% 100%, 8% 94%, 1% 63%);
}
@media  screen and (max-width: 600px) {
  #secLastMeineKontaktD > .sectionPolygonBG > .sectionContent {
    padding: 250px 50px 100px 50px !important;
  }
}
#secLastMeineKontaktD > .sectionPolygonBG > .sectionContent > i {
  font-size: 60pt;
}
#workinprogress {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-top: 200px;
  height: 100%;
  text-align: center;
  color: #000000;
  font-size: 100px;
}
/*
-------------------------------
*/
#sectionFusszeileKontakt {
  min-height: 500px;
  /*height: 400px;*/
  -webkit-clip-path: polygon(1% 91%, 16% 99%, 53% 93%, 100% 100%, 100% 0%, 0% 0%);
  clip-path: polygon(1% 91%, 16% 99%, 53% 93%, 100% 100%, 100% 0%, 0% 0%);
  z-index: 78;
  background-color: #333333;
  /*display: flex;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sectionFusszeileKontakt .sectionContent {
  min-height: 300px;
  /*height: 300px;*/
  background-color: #222222;
  position: absolute;
  padding-top: 50px;
  padding-bottom: 100px;
  z-index: 79;
  -webkit-clip-path: polygon(7% 6%, 45% 10%, 99% 3%, 95% 78%, 100% 100%, 8% 94%, 1% 63%);
  clip-path: polygon(7% 6%, 45% 10%, 99% 3%, 95% 78%, 100% 100%, 8% 94%, 1% 63%);
}
#sectionFusszeileKontakt .sectionContent > ul {
  min-height: 100px;
  padding-top: 20px;
}
#sectionFusszeileKontakt .sectionContent li {
  height: 100px;
  min-height: 100px;
}
@media  screen and (max-width: 600px) {
  #sectionFusszeileKontakt .sectionContent > ul {
    min-height: 200px;
  }
  #sectionFusszeileKontakt .sectionContent {
    min-height: 900px;
    padding: 200px 50px 50px 50px;
  }
  #sectionFusszeileKontakt {
    min-height: 1000px;
    padding-top: 100px;
  }
}
#sectionFusszeileKontakt .sectionContent .gridKontaktDaten li {
  text-align: center;
}
#sectionFusszeileKontakt .sectionContent .gridKontaktDaten li i {
  font-size: 20pt;
}
#sectionFusszeileKontakt .sectionContent .gridKontaktDaten li span {
  display: block;
  border-top: 2px solid rgba(255,255,255,0.2);
  margin-top: 15px;
  padding-top: 15px;
  font-size: 20px;
}
#sectionFusszeileKontakt .sectionContent .gridRechtlicheDaten ul {
  max-width: 90%;
}
#sectionFusszeileKontakt .sectionContent .gridRechtlicheDaten li {
  min-width: 200px;
  max-height: 100px;
}
#sectionFusszeileKontakt .sectionContent .secLastItmWrapper {
  width: 100%;
  height: 70px;
  padding: 10px 10px 10px 10px;
  background-color: #EEEEEE;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  cursor: pointer;
}
#sectionFusszeileKontakt .sectionContent .secLastItmWrapper:hover {
  background-color: #111111;
}
#sectionFusszeileKontakt .sectionContent .secLastItmWrapper > .secLastItmContent {
  height: 50px;
  padding-left: 20px;
  padding-top: 15px;
  color: #FFFFFF;
  background-color: rgb(180, 10, 10);
}
#sectionFusszeileKontakt .sectionContent .sec02Z2ItmPg01 {
  -webkit-clip-path: polygon(4% 11%, 15% 18%, 100% 1%, 97% 30%, 100% 100%, 56% 88%, 6% 100%, 0% 62%);
  clip-path: polygon(4% 11%, 15% 18%, 100% 1%, 97% 30%, 100% 100%, 56% 88%, 6% 100%, 0% 62%);
}
#sectionFusszeileKontakt .sectionContent .sec02Z2ItmPg02 {
  -webkit-clip-path: polygon(10% 0%, 26% 17%, 100% 0%, 98% 29%, 100% 100%, 68% 87%, 0% 100%, 1% 48%);
  clip-path: polygon(10% 0%, 26% 17%, 100% 0%, 98% 29%, 100% 100%, 68% 87%, 0% 100%, 1% 48%);
}
#sectionFusszeileKontakt .sectionContent .secLastItmWrapper > .secLastItmContent > div > div > i {
  font-size: 20pt;
  vertical-align: middle;
  margin-right: 10px;
}
#sectionFusszeileKontakt .sectionContent .secLastItmWrapper > .secLastItmContent > div > div > span {
  font-size: 15pt;
  vertical-align: middle;
}

#containerPanelAjaxContent {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 999;
  width: calc(100% - 100px);
  height: calc(100vh - 100px);
  overflow: auto;
  display: none;
  border: 50px solid rgba(190, 10, 10, 1);
  color: #000000;
  background-color: #FFFFFF;
  text-align: left;
  padding: 50px;
  font-family: 'Open Sans';
}
#cookiesAktivieren {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  max-width: 100%;
  height: 20px;
  background-color: #333333;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Open Sans';
}
@media  screen and (max-width: 400px) {
  #cookiesAktivieren {
    height: 60px;
    background-color: rgba(100, 100, 100, 0.2);
  }
}
#cookiesAkteztierenButton {
  background-color: rgb(190, 10, 10);
  cursor: pointer;
}
