@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500&display=swap');
@import url("https://www.demo-grafiker.website-partner.com/css/gallery.css");
@import url("https://www.demo-grafiker.website-partner.com/css/slider.css");
@import url("https://www.demo-grafiker.website-partner.com/css/events.css");
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

 a {
     color: #212529;
     text-decoration: none;
     background-color: transparent;
 }

 a:hover{
     color: #212529;

 }


abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*
    ===================================
    END NORMALIZE.CSS
    ===================================
*/

/*
    ===================================
    GLOBAL
    ===================================
*/

html,
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    padding: 0;
    list-style: none;
}

nav a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-weight: 400;
}

p {
    font-size: 14px;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

::-webkit-scrollbar {
    display: none;
}



/*
    ===================================
    END GLOBAL
    ===================================
*/

/*
    ===================================
    GENERAL
    ===================================
*/

#site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 8%;
    opacity: 0;
    -webkit-transition: opacity .7s ease-in;
    transition: opacity .7s ease-in;
    position: fixed;
    z-index: 111;
}

.logo {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.logo-container {
    width: 100px;
}

.logo img {
    width: 100%;
    height: auto;
    max-width: 75px;
}

.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-left: auto;
    padding: 0 0;
    position: relative;
    z-index: 999999;
    background: #00c9ff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right bottom, from(#00c9ff), to(#92fe9d));
    background: linear-gradient(to bottom right, #00c9ff 0%, #92fe9d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c9ff', endColorstr='#92fe9d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 100%;
}

.hamburger:focus {
    outline: none;
}

.hamburger-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #000;
    border-radius: 100%;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 30px;
    height: 2px;
    margin-left: 0;
    background: #00c9ff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right bottom, from(#00c9ff), to(#92fe9d));
    background: linear-gradient(to bottom right, #00c9ff 0%, #92fe9d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c9ff', endColorstr='#92fe9d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.hamburger-inner {
    margin-top: -1px;
}

.hamburger-inner:before {
    top: -8px;
}

.hamburger-inner:after {
    bottom: -8px;
}

.site-nav {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    text-align: center;
    overflow-y: scroll;
}

.site-nav ul {
    width: 100%;
}

.site-nav li {
    display: block;
    width: 100%;
    padding: 0 5%;
}

.site-nav a {
    display: block;
    padding: 35px 0;
    color: #f7f7f7;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
}

.site-nav a:hover {
    opacity: .45;
}

#video-header {
    height: 100%;
}

#video-header > video {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
#video-header-nach {
    height:0px;
}

#video-header-nach video {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-elements-container {
    width: 100%;
    height: 100%;
    position: relative;
    /* padding: 0 5%; */
}

.headings-container {
    padding: 0px 50px;
    width: 100%;
    position: absolute;
    top: 28%;
    /* left: 50%;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%); */
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 1.2s ease-in, top 1s ease;
    transition: opacity 1.2s ease-in, top 1s ease;
}

.headings-container h2 {
    font-size: 50px;
    letter-spacing: 8px;
    font-weight: 300 !important;
}

.headings-container h3 {
    margin-top: 20px;
    font-size: 20px;
    opacity: .6;
}

.fadeScroll {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.icons-left {
    position: absolute;
    bottom: 0;
    left: 8%;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
}

.social-media-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-media-icons li {
    margin: 8px 15px;
}

.social-media-icons i {
    color: #f7f7f7;
    opacity: .8;
    font-size: 12px;
    cursor: pointer;
}

.icons-right {
    position: absolute;
    bottom: 29px;
    right: 6%;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
}

.scroll-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    text-decoration: none;
}

.scroll-icon p {
    margin-right: 6px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #f7f7f7;
}

.scroll-icon-line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #f7f7f7;
    border-radius: 30px;
}

#main-content {
    width: 100%;
}

#main-content section {
    width: 100%;
    height: 100%;
    position: relative;
}

/* .light-section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    background: #fefefe;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0);
    clip-path: polygon(0 100%, 0 0, 100% 0);
}

.dark-section {
    width: 100%;
    height: 100%;
    padding: 5%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .75);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.light-section-invert {
    width: 100%;
    height: 100%;
    padding: 5%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fefefe;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.dark-section-invert {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0);
    clip-path: polygon(0 100%, 0 0, 100% 0);
} */

.section-headings,
.section-headings-invert{
    padding: 9% 4% 0;
}

.section-text,
.section-text-invert{
    padding: 0 4%;
}

.section-headings h2,
.section-headings-invert h2 {
    font-size: 2.5rem;
    font-weight: 400;
}

.section-headings p,
.section-headings-invert p {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .1rem;
}

.section-headings-invert h2,
.section-headings-invert p {
    color: #fefefe;
}

.underline-short,
.underline-short-invert {
    display: block;
    width: 4.1rem;
    height: .1rem;
    margin: .6rem 0 1.5rem;
    background: #1d1d1d;
    border-radius: 3rem;
    border: 2px solid #1d1d1d;
}

.underline-short-invert {
    background: #fdfdfd;
    border: 2px solid #fdfdfd;
}

.section-text p, .section-text-invert p,
.section-text li, .section-text-invert li {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1.4rem;
}

.section-text-invert p {
    color: #fefefe;
    font-weight: 300;
}

.section-icon {
    width: 20rem;
    height: auto;
    position: absolute;
    right: 9rem;
    bottom: 15rem;
}

#kontakt .section-headings-invert {
    padding-top: 5%;
}

.kontakt-form {
    margin-top: 26rem;
        margin-left: 25rem;
    width: 28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

input[type="text"], input[type="email"], textarea {
  width: 100%;
  background: none;
  margin: .4rem 0;
  resize: none;
  padding: 1rem;
  border: 1px solid #000000;
  outline: none;
  border-radius: .3rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #040404;
}

textarea {
    height: 10rem;
}

input[type="submit"] {
    margin-top: 1rem;
    font-size: 1.2rem;
    padding: 1rem;
    background: transparent;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: .3rem;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #fff;
    color: #1d1d1d;
}

#site-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  height: 245px;
    background: #fff;
}

.footer-nav li {
    display: inline-block;
    text-align: center;
}

.footer-nav li:first-child {
    margin-right: .4rem;
}

.footer-nav a {
    color: #969696;
    text-decoration: none;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.copyright {
    margin: 0;
    padding-bottom: 24px;
    color: #373c3c;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 11px;
}

.cookie-container {
    position: fixed;
    right: .5rem;
    bottom: .5rem;
    z-index: 999999;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    width: 20%;
    padding: 1.2rem;
    font-weight: 300;
    letter-spacing: .1rem;
    border: 1px dashed #fefefe;
    border-radius: .2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color: #fefefe;
}

.cookie-text {
    letter-spacing: .1rem;
    font-size: .8rem;
    line-height: 1.4rem;
}

.cookie-text a {
    color: #fefefe;
    font-weight: 600;
}

#cookie-btn {
    margin-top: .3rem;
    background: transparent;
    border: 1px solid #fefefe;
    color: #fefefe;
    padding: .5rem 2rem;
    font-size: .65rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#cookie-btn:hover {
    background: #fff;
    color: #1d1d1d;
}

.success-message {
    display: none;
    width: 33.333333%;
    margin-top: 45rem;
    padding: .5rem;
    border: 1px dashed #fefefe;
    text-align: center;
}
@media(max-width:767px){
  .success-message {
    margin-top: 2rem;
  }
}
.success-message p{
  font-size: 20px !important;
}
.second, .third, .fourth {
    display: none;
}

span.tooltip-bottom {
    border: 1px solid #1a1e1e;
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
}

/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    text-align: center;
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 220px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
    border-radius: 23px;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}



/*
    ===================================
    END GENERAL
    ===================================
*/

/*
    ===================================
    MOBILE
    ===================================
*/

@media only screen and (max-width: 1000px) {
    .section-icon {
        right: 6rem;
        bottom: 12rem;
    }

    .success-message {
        width: 100%;
    }

    .cookie-container {
        left: 1.1rem;
        right: 1.1rem;
        bottom: 1.1rem;
        width: auto;
    }
}
@media only screen and (max-width: 1199px) {
  .logocontent {
    display:none;
  }
}

@media only screen and (max-width: 812px) {
    #main-content section {
        height: auto;
    }

    .site-nav a {
        padding: 1rem 0;
        font-size: 1.6rem;
    }



    .headings-container h2 {
        font-size: 1.6rem;
        letter-spacing: .2rem;
    }

    .headings-container h3 {
        margin-top: .4rem;
        font-size: 1rem;
    }

    .icons-right {
        right: 1%;
    }

    /* .light-section, .dark-section-invert {
        height: auto;
        padding: 1rem;
        position: static;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .dark-section, .light-section-invert {
        height: 350px;
        padding: 1rem;
        position: relative;
        -webkit-clip-path: none;
        clip-path: none;
    } */

    .section-text, .section-text-invert {
        height: auto;
        padding: 0 10% 10%;
    }

    .section-icon {
      width: 20rem;
      /* height: auto; */
      position: relative;
      top: 200px;
      left: 50%;
      bottom: initial !important;
      transform: translate(-50%, -50%);
      padding-bottom: 55px;
      padding-top:150px;
    }

    #optimiert .section-icon {
        width: 14rem;
    }

    #sicherheit .light-section-invert {
        height: 15rem;
    }

    #kontakt {
        background: transparent;
    }

    .kontakt-form {
        width: 100%;
        margin: initial;
        padding-bottom: 2rem;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        padding: .6rem;
    }

    input[type="submit"] {
        padding: .8rem;
    }

    #site-footer {
        height: 277px;
    }

    .copyright {
        padding: 24px;
        line-height: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .icons-left {
        bottom: 7.1rem;
        left: -28%;
        transform: rotate(270deg);
    }

}



/*
    ===================================
    END MOBILE
    ===================================
*/

.video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

@media(max-width:1199px){
  .hidden-mobile{
    display:none;
  }
}

@media(min-width: 1199px){

  .hidden-desktop{
    display:none;
  }
}


.dark-section-to-white {
  background: rgb(255, 255, 255);
}
.white-to-dark {
  background: transparent;
}

#section {
    flex-direction: column;
    width: 100%;
    min-height: 270px;
    background: #fff;

}

#section p {
	    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .1rem;
}

.text {
	padding-bottom:50px;
}

#flexibilitaet > div.light-section > header > div > div {
	display:none;
}

.Partner {
	font-size: 1rem!important;
	font-weight:600!important;
	letter-spacing: 0.1rem!important;
	line-height:1.9rem!important;
}
.text p {
	margin:0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

h2 {
	font-size: 3.6rem;
	font-weight:400;
}

.section-video {
  width: 30rem;
  height: 200px;
  position: absolute;
  right: 9rem;
  bottom: 15rem;
}

.section-video iframe{
  width:100%;
  height:100%;
}

@media (max-width: 500px) {
.section-headings h2, .section-headings-invert h2 {
    font-size: 2.3rem;
}
}

.logocontent {
    position: absolute;
    left: 633pt;
    top: 52pt;
}

.btnc {
border: 1px solid #1a1e1e;
border-radius: 3px;
padding: 8px;
color:#000;
display:inline-block;
}
.btnc-invert {
border: 1px solid #fff;
border-radius: 3px;
padding: 8px;
color:#fff;
z-index:5;
}

.btnc:hover {
background-color:#1a1e1e;
  border: 1px solid #1a1e1e;
  border-radius: 3px;
  padding: 8px;
  color:#fff;
  text-decoration:none;
  font-weight:300;
}

@media (max-width:1119px) {
.logocontent {display:none;}
.kontakt-form {
  margin-top: 3rem;
  margin-left: 8rem;
    width: 28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}

.hgwatercolor1 {
  background-image: url("/media/HG01.png");
  background-position: left center;
  background-color:transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

.hgwatercolor2 {
  background-image: url("/media/HG02.png");
  background-position: left center;
  background-color:transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

.hgwatercolor3 {
  background-image: url("/media/HG03.png");
  background-position: left center;
  background-color:transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

.hgwatercolor4 {
  background-image: url("/media/HG04.png");
  background-position: left center;
  background-color:transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

.btnouter {
  top: 33px;
  position: fixed;
  right: 0;
  z-index: 9999;
  opacity:0;
  transition: opacity .5s linear;
}
.btncontalign {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60px;
height: 60px;
background: #00c9ff;
background: -webkit-gradient(linear, left top, right bottom, from(#00c9ff), to(#92fe9d));
background: linear-gradient(to bottom right, #00c9ff 0%, #92fe9d 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c9ff', endColorstr='#92fe9d', GradientType=1);
border-radius: 100%;
margin-bottom:10pt;
margin-right:10pt;
}

.topcontactbtn {
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #000;
    border-radius: 100%;
    text-align: center;
}

.topcontactbtn .fa {
  background-image: linear-gradient(to bottom right, #00c9ff 0%, #92fe9d 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  font-size: 26pt;
  padding-top: 8pt;
}

span.tooltip2 {
  display: none;
  background-color: white;
  color: black;
  text-align: center;
  padding: 9px 6px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  /* top: -28px; */
  left: -157%;
  transform: translateX(-50%);
  font-family: 'Quicksand', sans-serif;
  -webkit-text-fill-color: black;
}

i.fa.fa-phone:hover .tooltip2 {
    visibility: visible;
    display: inline-block;
    width: 150px;
}

i.fa.fa-envelope:hover .tooltip2 {
    width: 150px;
    visibility: visible;
    display: inline-block;
}
.container.nachhaltigkeit {
  padding-top: 100px;
      padding-bottom: 100px;
}


@media(max-width:767px){
  h2{
    font-size:2rem;
  }
  h1{
    font-size:1.5rem;
  }
  .nachhaltigkeit{
  }
  .btncontalign{
  height:44px;
    width:44px;
  }
  .btnouter{
    top:12px;
  }
  .topcontactbtn {
    width:40px;
    height:40px;
  }
  .topcontactbtn .fa {
    font-size:17pt;
    padding-top:7pt;
  }
  .logo-container .tooltip-bottom{
    top:45px;
    left:20px;
  }
  .logo img {
      width: 70%;
      height: auto;
  }
}

.sucess-message {
    margin-top: 45rem;
}
.sucess-message p {
  font-size: 20px;
}

.white_link{
color: white;
border-color: white;
}
.white_link:hover{
color: white;
border-color: white;
}

#flexibilitaet2, #flexibilitaet, #responsive, #seo, #nachhaltigkeit{
  background:white;
}


#main-content section {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.video-frame {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.vertical {
display: table;
min-height:600px;
}
.vertical-inner {
  display: table-cell;
  vertical-align: middle;
}
.video {
	margin-top:0;
}
.outer-video{
  position: absolute;
    bottom: -200px;
    width: 100%;
}
}

.section-icon {
    width: 20rem;
    height: auto;
    position: absolute;
    right: 1rem;
    bottom: -1rem;
}
#responsive .section-icon {
    width: 20rem;
    height: auto;
    position: absolute;
    right: 1rem;
    bottom: -10rem;
}
#optimiert .section-icon {
    width: 20rem;
    height: auto;
    position: absolute;
    right: 1rem;
    bottom: -10rem;
}
@media (max-width: 1200px)
.section-icon {
    bottom: -1rem;
    right: 0;
}
  #responsive .section-icon {
    bottom: 4rem;
    right: 0;
  }
  #optimiert .section-icon {
    bottom: 1rem;
    right: 0;
  }

  #seo .section-icon{
    bottom: 4rem;
    right: 0;
  }
}


.video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}
#section {
    flex-direction: column;
    width: 100%;
    min-height: 270px;
    background: #fff;
}

.white{
  background:white;
}
.pink{
  background:#ff776b;
}

@media(min-width:1197px){
  .myhidden-desktop{
    display:none;
  }
}

@media(max-width:1197px){
  .myhidden-mobile{
    display:none;
  }
}

@media(max-width:1200px){
  .outer-video{
    margin-top: 40%;
  }
}

div#carouselExampleSlidesOnly {
    max-width: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media(max-width: 767px){
  div#carouselExampleSlidesOnly {
      max-width: 400px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
  }
  .section-icon {
      position: relative;
  }
  #responsive .section-icon {
      position: relative;
  }
  #optimiert .section-icon {
      position: relative;
  }
  #main-content section {
    height: unset;
  }
  .outer-video {
    margin-top: 0;
}
}
@media(min-width: 1198px) and (max-width: 1475px){
  div#carouselExampleSlidesOnly {
      bottom: -111px;
  }
  .section-icon {
      bottom: -12rem;
  }
  #responsive .section-icon {
      bottom: -12rem;
  }
  #optimiert .section-icon {
      bottom: -12rem;
  }
}

@media (max-width: 1198px)
{
  .kontakt-form {
    margin-top: 3rem;
    margin-left: 10%;
    width: 21rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
input[type="text"], input[type="email"], textarea {
    width: 100%;
    background: none;
    margin: .4rem 0;
    resize: none;
    padding: 1rem;
    border: 1px solid #000;
    outline: none;
    border-radius: .3rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}
input[type="submit"] {
    margin-top: 1rem;
    font-size: 1.2rem;
    padding: 1rem;
    background: #000;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: .3rem;
    cursor: pointer;
    border: 1px solid #000;
}
input:hover[type="submit"] {
    margin-top: 1rem;
    font-size: 1.2rem;
    padding: 1rem;
    background: transparent;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: .3rem;
    cursor: pointer;
    border: 1px solid #000;
}
}

@media (max-width: 1630px)
{
  .kontakt-form {

    width: 17rem;

}}
button.button-trans {
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 5px;
}
.btn-umwelt{
    color: #FFFFFF;
    background-color: #5ebb46;
    border-color: #5ebb46;

}
.btn-umwelt:hover{
    color: #FFFFFF;
    background-color: #5ebb46;
    border-color: #5ebb46;

}
.nach-link{
  color: #FFFFFF;
}
.nach-link:hover{
  color: #FFFFFF;
}
.logocontent {
    position: absolute;
    left: 633pt;
    top: 52pt;
    z-index: 5;
}

@media(max-width: 1199px){
  input[type="text"], input[type="email"], textarea {
      width: 100%;
      background: none;
      margin: .4rem 0;
      resize: none;
      padding: 1rem;
      border: 1px solid #fff;
      outline: none;
      border-radius: .3rem;
      font-size: 1.1rem;
      font-weight: 500;
      color: #fff;
  }
  input[type="submit"] { border: 1px solid white; }
  input[type="submit"]:hover { color:white; border: 1px solid white; }
}

.button_container {
  position: relative;
  height: 32px;
  width: 37px;
  top: 3px;
  cursor: pointer;
  z-index: 100;
  margin-right: 50px;
  transition: opacity .25s ease;
}
.m-text {
    position: absolute;
    top: -20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.button_container span {
    background: #FFF;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
    border: 1px solid black;
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}
.overlay_m {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
.overlay_m nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}
.overlay_m ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
.overlay_m ul li {
    display: block;
    min-height: 50px;
    position: relative;
    opacity: 0;
}
.overlay_m ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    padding: 15px 0px;
    font-size: 30px;
    text-transform: uppercase;
}
.overlay_m ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}

.overlay_m.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
    z-index: 99;
}

.active .m-text {
    color: #fff;
}
.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}
.overlay_m.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
section.green{
  background:#5ebb47;
}

button.btn-7 {
    background: white;
    padding: 14px 20px;
    border: 2px solid #ff776b;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 50px;
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    color: #ff776b;
}
button.btn-7:hover {
    background: #ff776b;
    color:white;
}

button.btn-7.green {
    background: white;
    padding: 14px 20px;
    border: 2px solid #5ebb47;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 50px;
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    color: #5ebb47;
}
button.btn-7.green:hover {
    background: #5ebb47;
    color:white;
}

.white-box { width: 100%; height: 250px; margin-top: 25px; margin-bottom:25px;
  background: rgba(255,255,255,0.75);
  padding: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  position: relative;
  transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}
.white-box:hover{
  background: rgba(255,255,255,1);
  cursor: pointer;
}

.outter-box {
    padding: 20px;
}

.white-box h2 {
  font-size: 29px;
  width: 90%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%,-50%);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.headings-container .top{
  font-size: 27px;
  margin-top: 25px;
}
.headings-container .bottom{
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  text-transform: none;
  opacity: 1;
}
.headings-container .bottom2{
  font-size: 13px;
  margin-top: 50px;
}

@media(min-width: 767px){
  .headings-container .top{
    font-size: 40px;
    margin-top: 75px;
  }
  .headings-container .bottom{
    text-align: center;
    font-size: 34px;
    margin-top: 85px;
    letter-spacing: 5px;
    text-transform: none;
    opacity: 1;
  }
  .headings-container .bottom2{
    font-size: 19px;
    margin-top: 85px;
  }
}

.newwayheadline{
  font-size: 33px;
}
@media(max-width:767px){
  .newwayheadline{
    font-size:25px;
  }
}

.top2 {
    font-size: 31px;
    text-transform: capitalize;
}

.top3 {
    text-transform: initial;
}

button.btn-7.site-btn-1 {
    margin-bottom: 25px;
}

.margin-aufz{
  margin-bottom: 20px;
}

@media(min-width: 1200px){
  .section-icon {
      bottom: -13rem;
  }
}
/* Tooltip container */
.tooltip {
    display:inline-block;
    position:relative;
    text-align:left;
}

.tooltip .bottom {
  min-width: 375px;
  text-align: center;
  top: 85px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  color: #ffffff;
  background-color: #565656;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.tooltip:hover .bottom {
    visibility:visible; opacity:1;
}

.tooltip .bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
