@charset "UTF-8";
@charset "UTF-8";
@font-face {
font-family: 'icomoon';
src:  url(//uthmann-dissen.de/wp-content/themes/uthmann/icons/fonts/icomoon.eot?ts3ra);
src:  url(//uthmann-dissen.de/wp-content/themes/uthmann/icons/fonts/icomoon.eot?ts3ra#iefix) format('embedded-opentype'),
url(//uthmann-dissen.de/wp-content/themes/uthmann/icons/fonts/icomoon.ttf?ts3ra) format('truetype'),
url(//uthmann-dissen.de/wp-content/themes/uthmann/icons/fonts/icomoon.woff?ts3ra) format('woff'),
url(//uthmann-dissen.de/wp-content/themes/uthmann/icons/fonts/icomoon.svg?ts3ra#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-loader:before {
content: "\e900";
color: #fff;
}
.icon-plus:before {
content: "\ea0a";
}
.icon-minus:before {
content: "\ea0b";
}
.icon-cross:before {
content: "\ea0f";
}
.icon-checkmark:before {
content: "\ea10";
}
.icon-circle-right:before {
content: "\ea42";
}
.icon-circle-left:before {
content: "\ea44";
}
 .mdc-text-field,
.mdc-select{
margin-bottom: 1em;
flex-shrink: 0;
}
button.logout {
margin-top:24px;
}
.select-wrap {
position: relative;
}
.select-wrap:after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color:  transparent transparent transparent;
position: absolute;
top: 27px;
right: 10px;
transform: translateY(-50%);
}
.submit-form select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:none;
font-size: 1em;
width: 100%;
padding: 1em;
margin-bottom: 24px;
border-radius: 3px 3px 0 0;
box-shadow: 0 1px #000;
} 
.mdc-theme--primary-bg {
}
.error {
padding: 1em;
margin: 24px 0;
box-shadow: 0 0 0 2px ;
}
input.mdc-text-field__input,
textarea{
padding: .5em .5em;
border-radius: 3px;
border: none;
font-size: 1rem;
background: white;
position: relative;
max-width: 100%;
color: #333 !important;
}
textarea {
width: 100%;
vertical-align: top;
background: rgba(255, 255, 255, 0.1);
}
input[type="submit"],
input[type="button"]{
-webkit-appearance: none;
border: none;
color: #fff;
padding: .75em 1.5em;
font-size: 1rem;
transition: 300ms;
cursor: pointer;
position: relative;
overflow: hidden;
background: #004d9e;
box-shadow: inset 0 0 0 2px #004d9e;
border-radius: 4px;
}
input[type="submit"]:hover,
input[type="button"]:hover {
background: #226fbf;
}
input[type="submit"]:disabled {
box-shadow: inset 0 0 0 2px rgba(20, 20, 20, 0.2);
color: rgba(20, 20, 20, 0.2);
background: transparent;
}
input[type="submit"]:after,
input[type="button"]:after {
position: absolute;
width: 150%;
height: 150%;
background: #fff;
content: '';
top: 50%;
transform: translate(-50%,-50%) scale(0,0);
left: 50%;
transition: 300ms;
transform-origin: center center;
border-radius: 0;
border-radius: 50%;
opacity: 0;
}
input[type="submit"]:active:after,
input[type="button"]:active:after{
transform: translate(-50%,-50%) scale(1,1);
opacity: 0.12;
}
button.mdc-button.toggled:after,
.toggled button.mdc-button:after{
transform: translate(-50%,-50%) scale(1,1);
opacity: 0.12;
}
label {
font-size: .8rem;
}
.mdc-text-field {
position: relative;
padding-top: .5em;
}
.mdc-line-ripple {
position: absolute;
width: 100%;
height: 1px;
background: #111;
bottom: 0;
transition:300ms;
} .mdc-line-ripple:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #bfbfbf;
transition: 400ms ease-in-out;
transform: scale(0,1);
transform-origin:left;
}
.submit-form .mdc-text-field input.focus ~ .mdc-line-ripple:after, 
.submit-form .mdc-text-field textarea.focus ~ .mdc-line-ripple:after,
.submit-form .mdc-text-field input ~ .focus-text ~ .mdc-line-ripple:after, 
.submit-form .mdc-text-field textarea ~ .focus-text ~ .mdc-line-ripple:after {
transform: scale(1,1);
}
label.mdc-floating-label {
position: absolute;
transition: 450ms ease-in-out;
left: 6px;
pointer-events: none;
top: 50%;
transform: translateY(-50%);
}
label.focus-text.mdc-floating-label,
.focus ~ label.mdc-floating-label,
.focus-text ~ label.mdc-floating-label {
top:-6px;
font-size: calc(.8em - 20%);
transform: none;
}
.submit-form .focus ~ label.mdc-floating-label,
.submit-form label.focus-text.mdc-floating-label {
color: #111;
}
.submit-form label.focus-text.mdc-floating-label
.submit-form .focus-text ~ .mdc-line-ripple {
background:#000,
}
input[type="checkbox"],
input[type="radio"]{ position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0;
z-index: 1;
opacity: 0;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
content: '';
height:1em;
width: 1em;
background: transparent;
left: 0;
top: .1em;
display: block;
position: absolute;
transition: 300ms;
cursor: pointer;
border-radius: .1em;
box-shadow: 0 0 0 .15em #111;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
background: #656565;
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
position: absolute;
content: '';
left: 0;
top: .45em;
width: 1em;
height: 1em;
border-radius: 50%;
box-shadow: 0 0 0 2em #111;
opacity: 0.3;
transition: 200ms;
transform: scale(0);
opacity: 0;
transform-origin: center center;
}
input[type="checkbox"]:active + label:after,
input[type="radio"]:active + label:after {
opacity: 0.2;
transform: scale(1);
}
input[type="checkbox"] + label,
input[type="radio"] + label {
padding-left: 1.5em;
display: block;
position: relative;
}
input[type="radio"] + label::before {
border-radius: 50%;
}
input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
background-image:none;
box-shadow: 0 0 0 0.1em #111, inset 0 0 0 0.3em #111;
background: #01467a;
}
.static-text label.mdc-floating-label {
top: 24px!Important;
}
.static-text textarea,
.static-text input [type="text"] {
padding-top: 2.5em;
}
span.wpcf7-list-item {
position: relative;
}
.wpcf7-radio, .wpcf7-checkbox {
display: flex;
flex-direction: column;
}
.wpcf7-radio > .wpcf7-list-item,
.wpcf7-checkbox > .wpcf7-list-item {
padding: .25em 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
border: 2px solid #ff0000 !important;
color: #333 !important;
}
#ihr-kontakt-zu-uns input[type="radio"]:checked + label::before, input[type="checkbox"]:checked + label::before, #ihr-kontakt-zu-uns input[type="checkbox"] + label::before, input[type="radio"] + label::before {
box-shadow: 0 0 0 0.1em #01467a !important;
top: 8px;
}
@media screen and (max-width: 945px) {
input[type="checkbox"] + label, input[type="radio"] + label {
padding-left: 2.5em;
}
}
@media screen and (max-width: 767px) {
.codedropz-upload-inner h3 {
font-size: 16px !important;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
padding-left: 2.5em;
line-height: 1.4em;
}
}
@media screen and (max-width: 585px) {
#kontakt input[type="radio"]:checked + label::before, input[type="checkbox"]:checked + label::before, #kontakt input[type="checkbox"] + label::before, input[type="radio"] + label::before {
top: 0 !important;
}
}
input[type="checkbox"] {
position: absolute;
left: -15px;
}
input[type="checkbox"]+label::before {
width: 15px;
height: 15px;
border-radius: 2px;
border: 3px solid #fff;
background-color: #fff;
display: block;
content: "";
float: left;
margin-right: 5px;
}
input[type="checkbox"]:checked+label::before {
box-shadow: inset 0px 0px 0px 3px #fff;
background-color: #01467a;
}
input[type="radio"] {
position: absolute;
left: -15px;
}
input[type="radio"]+label::before {
width: 15px;
height: 15px;
border-radius: 50%;
border: 3px solid #fff;
background-color: #fff;
display: block;
content: "";
float: left;
margin-right: 5px;
}
input[type="radio"]:checked+label::before {
box-shadow: inset 0px 0px 0px 3px #fff;
background-color: #01467a;
}
  .col-l-1 {
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-l-2 {
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-l-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-l-4 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-l-5 {
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-l-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-l-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
#galerie .col-l-7{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
#galerie figure.col-l-4 {
flex: 0 0 16.666667%;
}
@media screen and (max-width: 1280px) {
#galerie figure.col-l-4 {
flex: 0 0 33.33333%;
}
}
@media screen and (max-width: 768px) {
#galerie figure.col-l-4 {
flex: 0 0 50%;
}
}
.page-id-1907 #gebrauchte-maschinen-geraete .col-l-7 .col-l-7 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-l-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-l-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-l-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-l-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-l-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.d-block-l {
display:block;
}
.d-none-l {
display:none;
}
.grid-l {
display:-ms-grid;
display:grid;
}
.absolute-l {
position:absolute;
z-index: 1;
}
.relative-l {
position:relative;
}
.absolute-center-l {
left:50%;
transform: translateX(-50%);
}
.flex {
display:flex;
}
.xt-align-left-l {
text-align:left;
}
.xt-align-center-l {
text-align:center;
}
.xt-align-right-l {
text-align:right;
}
.justify-between-l {
justify-content: space-between;
}
.justify-center-l {
justify-content: center;
}
.justify-flex-end-l {
justify-content: flex-end;
}
.justify-flex-start-l {
justify-content: flex-start;
}
.align-center-l {
align-items: center;
}
.align-flex-start-l {
align-items: flex-start;
}
.align-flex-end-l {
align-items: flex-end;
}
.direction-column-l {
flex-direction: column;
}
.flow-wrap-l {
flex-flow:wrap;
}
.flow-wrap-l-reverse {
flex-flow:wrap column-reverse;
}
.flow-row-l {
flex-flow:row;
}
.flow-row-reverse-l {
flex-flow:row-reverse;
}
.flow-column-l {
flex-flow:column;
}
.flow-column-reverse-l {
flex-flow:column-reverse;
}	
.f-size-l-07 {
font-size:0.7rem!important;
} 
.f-size-l-1 {
font-size:1rem!important;
} 
.f-size-l-2 {
font-size:1.2rem!important;
} 
.f-size-l-3 {
font-size:1.4rem!important;
} 
.f-size-l-4 {
font-size:1.6rem!important;
} 
.f-size-l-5 {
font-size:1.8rem!important;
} 
.f-size-l-6 {
font-size:2rem!important;
} 
.f-size-l-7 {
font-size:2.2rem!important;
} 
.f-size-l-8 {
font-size:2.4rem!important;
} 
.f-size-l-9 {
font-size:2.6rem!important;
} 
.f-size-l-10 {
font-size:2.8rem!important;
} 
.f-size-l-11 {
font-size:3rem!important;
}
.f-size-l-12 {
font-size:3.2rem!important;
}
.f-size-l-13 {
font-size:3.4rem!important;
}
.f-size-l-14 {
font-size:3.6rem!important;
}
.f-size-l-15 {
font-size:3.8rem!important;
}
.f-size-l-16 {
font-size:4rem!important;
}
.f-size-l-17 {
font-size:4.2rem!important;
}
.f-size-l-18 {
font-size:4.4rem!important;
}
.f-size-l-19 {
font-size:4.6rem!important;
}
.f-size-l-20 {
font-size:4.8rem!important;
}
.f-size-l-21 {
font-size:5rem!important;
}
.flex-cell {
padding: .5em;
}
.break-all {
word-break: break-all;
}
.break-word {
word-break: break-word;
}
.flex-b-l-1 {
flex-basis: 10%;
max-width: 10%;
}
.flex-b-l-2 {
flex-basis: 20%;
max-width: 20%;
}
.flex-b-l-3 {
flex-basis: 30%;
max-width: 30%;
}
.flex-b-l-4 {
flex-basis: 40%;
max-width: 40%;
}
.flex-b-l-5 {
flex-basis: 50%;
max-width: 50%;
}
.flex-b-l-6 {
flex-basis: 60%;
max-width: 60%;
}
.flex-b-l-7 {
flex-basis: 70%;
max-width: 70%;
}
.flex-b-l-8 {
flex-basis: 80%;
max-width: 80%;
}
.flex-b-l-9 {
flex-basis: 90%;
max-width: 90%;
}
.flex-b-l-10 {
flex-basis: 100%;
max-width: 100%;
}
.m-top-l-0{
margin-top:0rem;
} 
.m-top-l-1{
margin-top:1rem;
} 
.m-top-l-2{
margin-top:2rem;
}
.m-top-l-3{
margin-top:3rem;
}
.m-top-l-4{
margin-top:4rem;
}
.m-top-l-5{
margin-top:5rem;
}
.m-right-l-0{
margin-right:0rem;
} 
.m-right-l-1{
margin-right:1rem;
} 
.m-right-l-2{
margin-right:2rem;
}
.m-right-l-3{
margin-right:3rem;
}
.m-right-l-4{
margin-right:4rem;
}
.m-right-l-5{
margin-right:5rem;
}
.m-bottom-l-0{
margin-bottom:0rem;
}
.m-bottom-l-1{
margin-bottom:1rem;
} 
.m-bottom-l-2{
margin-bottom:2rem;
}
.m-bottom-l-3{
margin-bottom:3rem;
}
.m-bottom-l-4{
margin-bottom:4rem;
}
.m-bottom-l-5{
margin-bottom:5rem;
}
.m-left-l-0{
margin-left:0rem;
} 
.m-left-l-1{
margin-left:1rem;
} 
.m-left-l-2{
margin-left:2rem;
}
.m-left-l-3{
margin-left:3rem;
}
.m-left-l-4{
margin-left:4rem;
}
.m-left-l-5{
margin-left:5rem;
}
.m-all-l-0{
margin:0rem;
} 
.m-all-l-1{
margin:1rem;
} 
.m-all-l-2{
margin:2rem;
}
.m-all-l-3{
margin:3rem;
}
.m-all-l-4{
margin:4rem;
}
.m-all-l-5{
margin:5rem;
}
.p-top-l-0{
padding-top:0rem;
} 
.p-top-l-1{
padding-top:1rem;
} 
.p-top-l-2{
padding-top:2rem;
}
.p-top-l-3{
padding-top:3rem;
}
.p-top-l-4{
padding-top:4rem;
}
.p-top-l-5{
padding-top:5rem;
}
.p-top-l-5{
padding-top:5rem;
}
.p-top-l-6{
padding-top:6rem;
}
.p-top-l-7{
padding-top:7rem;
}
.p-top-l-8{
padding-top:8rem;
}
.p-top-l-9{
padding-top:9rem;
}
.p-top-l-10{
padding-top:10rem;
}
.p-top-l-11{
padding-top:11rem;
}
.p-top-l-12{
padding-top:12rem;
}
.p-top-l-13{
padding-top:13rem;
}
.p-top-l-14{
padding-top:14rem;
}
.p-top-l-15{
padding-top:15rem;
}
.p-right-l-0{
padding-right:0rem;
} 
.p-right-l-1{
padding-right:1rem;
} 
.p-right-l-2{
padding-right:2rem;
}
.p-right-l-3{
padding-right:3rem;
}
.p-right-l-4{
padding-right:4rem;
}
.p-right-l-5{
padding-right:5rem;
}
.p-bottom-l-0{
padding-bottom:0rem;
}
.p-bottom-l-1{
padding-bottom:1rem;
} 
.p-bottom-l-2{
padding-bottom:2rem;
}
.p-bottom-l-3{
padding-bottom:3rem;
}
.p-bottom-l-4{
padding-bottom:4rem;
}
.p-bottom-l-5{
padding-bottom:5rem;
}
.p-left-l-0{
padding-left:0rem;
} 
.p-left-l-1{
padding-left:1rem;
} 
.p-left-l-2{
padding-left:2rem;
}
.p-left-l-3{
padding-left:3rem;
}
.p-left-l-4{
padding-left:4rem;
}
.p-left-l-5{
padding-left:5rem;
}
.p-all-l-0{
padding:0rem;
} 
.p-all-l-1 {
padding: 1rem;
} 
.p-all-l-2 {
padding:2rem;
}
.p-all-l-3{
padding:3rem;
}
.p-all-l-4{
padding:4rem;
}
.p-all-l-5{
padding:5rem;
}
@media(max-width:1250px) {
.col-xm-1 {
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xm-2 {
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xm-4 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xm-5 {
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xm-6 {
-xms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xm-7 {
-xms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xm-8 {
-xms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xm-9 {
-xms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xm-10 {
-xms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xm-11 {
-xms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xm-12 {
-xms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.flex-b-xm-1 {
flex-basis: 10%;
max-width: 10%;
}
.flex-b-xm-2 {
flex-basis: 20%;
max-width: 20%;
}
.flex-b-xm-3 {
flex-basis: 30%;
max-width: 30%;
}
.flex-b-xm-4 {
flex-basis: 40%;
max-width: 40%;
}
.flex-b-xm-5 {
flex-basis: 50%;
max-width: 50%;
}
.flex-b-xm-6 {
flex-basis: 60%;
max-width: 60%;
}
.flex-b-xm-7 {
flex-basis: 70%;
max-width: 70%;
}
.flex-b-xm-8 {
flex-basis: 80%;
max-width: 80%;
}
.flex-b-xm-9 {
flex-basis: 90%;
max-width: 90%;
}
.flex-b-xm-10 {
flex-basis: 100%;
max-width: 100%;
}
.f-size-xm-07 {
font-size:0.7rem!important;
} 
.f-size-xm-1 {
font-size:1rem!important;
} 
.f-size-xm-2 {
font-size:1.2rem!important;
} 
.f-size-xm-3 {
font-size:1.4rem!important;
} 
.f-size-xm-4 {
font-size:1.6rem!important;
} 
.f-size-xm-5 {
font-size:1.8rem!important;
} 
.f-size-xm-6 {
font-size:2rem!important;
} 
.f-size-xm-7 {
font-size:2.2rem!important;
} 
.f-size-xm-8 {
font-size:2.4rem!important;
} 
.f-size-xm-9 {
font-size:2.6rem!important;
} 
.f-size-xm-10 {
font-size:2.8rem!important;
} 
.f-size-xm-11 {
font-size:3rem!important;
}
.f-size-xm-12 {
font-size:3.2rem!important;
}
.f-size-xm-13 {
font-size:3.4rem!important;
}
.f-size-xm-14 {
font-size:3.6rem!important;
}
.f-size-xm-15 {
font-size:3.8rem!important;
}
.f-size-xm-16 {
font-size:4rem!important;
}
.f-size-xm-17 {
font-size:4.2rem!important;
}
.f-size-xm-18 {
font-size:4.4rem!important;
}
.f-size-xm-19 {
font-size:4.6rem!important;
}
.f-size-xm-20 {
font-size:4.8rem!important;
}
.f-size-xm-21 {
font-size:5rem!important;
}	
.m-top-xm-0{
margin-top:0rem;
}     
.m-top-xm-1{
margin-top:1rem;
} 
.m-top-xm-2{
margin-top:2rem;
}
.m-top-xm-3{
margin-top:3rem;
}
.m-top-xm-4{
margin-top:4rem;
}
.m-top-xm-5{
margin-top:5rem;
}
.m-right-xm-0{
margin-right:0rem;
}     
.m-right-xm-1{
margin-right:1rem;
} 
.m-right-xm-2{
margin-right:2rem;
}
.m-right-xm-3{
margin-right:3rem;
}
.m-right-xm-4{
margin-right:4rem;
}
.m-right-xm-5{
margin-right:5rem;
}
.m-bottom-xm-0{
margin-bottom:0rem;
}    
.m-bottom-xm-1{
margin-bottom:1rem;
} 
.m-bottom-xm-2{
margin-bottom:2rem;
}
.m-bottom-xm-3{
margin-bottom:3rem;
}
.m-bottom-xm-4{
margin-bottom:4rem;
}
.m-bottom-xm-5{
margin-bottom:5rem;
}
.m-left-xm-0{
margin-left:0rem;
}     
.m-left-xm-1{
margin-left:1rem;
} 
.m-left-xm-2{
margin-left:2rem;
}
.m-left-xm-3{
margin-left:3rem;
}
.m-left-xm-4{
margin-left:4rem;
}
.m-left-xm-5{
margin-left:5rem;
}
.m-all-xm-0{
margin:0rem;
} 
.m-all-xm-1{
margin:1rem;
} 
.m-all-xm-2{
margin:2rem;
}
.m-all-xm-3{
margin:3rem;
}
.m-all-xm-4{
margin:4rem;
}
.m-all-xm-5{
margin:5rem;
}    
.p-top-xm-0{
padding-top:0rem;
} 
.p-top-xm-1{
padding-top:1rem;
} 
.p-top-xm-2{
padding-top:2rem;
}
.p-top-xm-3{
padding-top:3rem;
}
.p-top-xm-4{
padding-top:4rem;
}
.p-top-xm-5{
padding-top:5rem;
}
.p-right-xm-0{
padding-right:0rem;
} 
.p-right-xm-1{
padding-right:1rem;
} 
.p-right-xm-2{
padding-right:2rem;
}
.p-right-xm-3{
padding-right:3rem;
}
.p-right-xm-4{
padding-right:4rem;
}
.p-right-xm-5{
padding-right:5rem;
}
.p-bottom-xm-0{
padding-bottom:0rem;
}
.p-bottom-xm-1{
padding-bottom:1rem;
} 
.p-bottom-xm-2{
padding-bottom:2rem;
}
.p-bottom-xm-3{
padding-bottom:3rem;
}
.p-bottom-xm-4{
padding-bottom:4rem;
}
.p-bottom-xm-5{
padding-bottom:5rem;
}
.p-left-xm-0{
padding-left:0rem;
} 
.p-left-xm-1{
padding-left:1rem;
} 
.p-left-xm-2{
padding-left:2rem;
}
.p-left-xm-3{
padding-left:3rem;
}
.p-left-xm-4{
padding-left:4rem;
}
.p-left-xm-5{
padding-left:5rem;
}
.p-all-xm-0{
padding:0rem;
} 
.p-all-xm-1{
padding:1rem;
} 
.p-all-xm-2{
padding:2rem;
}
.p-all-xm-3{
padding:3rem;
}
.p-all-xm-4{
padding:4rem;
}
.p-all-xm-5{
padding:5rem;
}
.d-flex-xm {
display:flex;
}    
.d-block-xm {
display:block;
}
.d-none-xm {
display:none;
}
.xt-align-left-xm {
text-align:left;
}
.xt-align-center-xm {
text-align:center;
}
.xt-align-right-xm {
text-align:right;
}
.justify-between-xm {
justify-content: space-between;
}
.justify-center-xm {
justify-content: center;
}
.justify-flex-end-xm {
justify-content: flex-end;
}
.justify-flex-start-xm {
justify-content: flex-start;
}
.align-center-xm {
align-items: center;
}
.align-flex-start-xm {
align-items: flex-start;
}	
.align-flex-end-xm {
align-items: flex-end;
}	
.direction-column-xm {
flex-direction: column;
}
.direction-column-xm-reverse {
flex-direction: column-reverse;
}
.flow-wrap-xm {
flex-flow:wrap;
}
.flow-wrap-xm-reverse {
flex-flow:wrap column-reverse;
}
.flow-row-xm {
flex-flow:row;
}
.flow-row-reverse-xm {
flex-flow:row-reverse;
}
.flow-column-xm {
flex-flow:column;
}
.flow-column-reverse-xm {
flex-flow:column-reverse;
}	
.absolute-xm {
position:absolute;
z-index: 1;
}
.relative-xm {
position:relative;
}
.absolute-center-xm {
left:50%;
transform: translateX(-50%);
}	
}
@media(max-width:945px) {
.col-m-1 {
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-m-2 {
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-m-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-m-4 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-m-5 {
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-m-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-m-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-m-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-m-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-m-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-m-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-m-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.flex-b-m-1 {
flex-basis: 10%;
max-width: 10%;
}
.flex-b-m-2 {
flex-basis: 20%;
max-width: 20%;
}
.flex-b-m-3 {
flex-basis: 30%;
max-width: 30%;
}
.flex-b-m-4 {
flex-basis: 40%;
max-width: 40%;
}
.flex-b-m-5 {
flex-basis: 50%;
max-width: 50%;
}
.flex-b-m-6 {
flex-basis: 60%;
max-width: 60%;
}
.flex-b-m-7 {
flex-basis: 70%;
max-width: 70%;
}
.flex-b-m-8 {
flex-basis: 80%;
max-width: 80%;
}
.flex-b-m-9 {
flex-basis: 90%;
max-width: 90%;
}
.flex-b-m-10 {
flex-basis: 100%;
max-width: 100%;
}
.f-size-m-07 {
font-size:0.7rem!important;
} 
.f-size-m-1 {
font-size:1rem!important;
} 
.f-size-m-2 {
font-size:1.2rem!important;
} 
.f-size-m-3 {
font-size:1.4rem!important;
} 
.f-size-m-4 {
font-size:1.6rem!important;
} 
.f-size-m-5 {
font-size:1.8rem!important;
} 
.f-size-m-6 {
font-size:2rem!important;
} 
.f-size-m-7 {
font-size:2.2rem!important;
} 
.f-size-m-8 {
font-size:2.4rem!important;
} 
.f-size-m-9 {
font-size:2.6rem!important;
} 
.f-size-m-10 {
font-size:2.8rem!important;
} 
.f-size-m-11 {
font-size:3rem!important;
}
.f-size-m-12 {
font-size:3.2rem!important;
}
.f-size-m-13 {
font-size:3.4rem!important;
}
.f-size-m-14 {
font-size:3.6rem!important;
}
.f-size-m-15 {
font-size:3.8rem!important;
}
.f-size-m-16 {
font-size:4rem!important;
}
.f-size-m-17 {
font-size:4.2rem!important;
}
.f-size-m-18 {
font-size:4.4rem!important;
}
.f-size-m-19 {
font-size:4.6rem!important;
}
.f-size-m-20 {
font-size:4.8rem!important;
}
.f-size-m-21 {
font-size:5rem!important;
}	
.m-top-m-0{
margin-top:0rem;
}     
.m-top-m-1{
margin-top:1rem;
} 
.m-top-m-2{
margin-top:2rem;
}
.m-top-m-3{
margin-top:3rem;
}
.m-top-m-4{
margin-top:4rem;
}
.m-top-m-5{
margin-top:5rem;
}
.m-right-m-0{
margin-right:0rem;
}     
.m-right-m-1{
margin-right:1rem;
} 
.m-right-m-2{
margin-right:2rem;
}
.m-right-m-3{
margin-right:3rem;
}
.m-right-m-4{
margin-right:4rem;
}
.m-right-m-5{
margin-right:5rem;
}
.m-bottom-m-0{
margin-bottom:0rem;
}    
.m-bottom-m-1{
margin-bottom:1rem;
} 
.m-bottom-m-2{
margin-bottom:2rem;
}
.m-bottom-m-3{
margin-bottom:3rem;
}
.m-bottom-m-4{
margin-bottom:4rem;
}
.m-bottom-m-5{
margin-bottom:5rem;
}
.m-left-m-0{
margin-left:0rem;
}     
.m-left-m-1{
margin-left:1rem;
} 
.m-left-m-2{
margin-left:2rem;
}
.m-left-m-3{
margin-left:3rem;
}
.m-left-m-4{
margin-left:4rem;
}
.m-left-m-5{
margin-left:5rem;
}
.m-all-m-0{
margin:0rem;
} 
.m-all-m-1{
margin:1rem;
} 
.m-all-m-2{
margin:2rem;
}
.m-all-m-3{
margin:3rem;
}
.m-all-m-4{
margin:4rem;
}
.m-all-m-5{
margin:5rem;
}    
.p-top-m-0{
padding-top:0rem;
} 
.p-top-m-1{
padding-top:1rem;
} 
.p-top-m-2{
padding-top:2rem;
}
.p-top-m-3{
padding-top:3rem;
}
.p-top-m-4{
padding-top:4rem;
}
.p-top-m-5{
padding-top:5rem;
}
.p-right-m-0{
padding-right:0rem;
} 
.p-right-m-1{
padding-right:1rem;
} 
.p-right-m-2{
padding-right:2rem;
}
.p-right-m-3{
padding-right:3rem;
}
.p-right-m-4{
padding-right:4rem;
}
.p-right-m-5{
padding-right:5rem;
}
.p-bottom-m-0{
padding-bottom:0rem;
}
.p-bottom-m-1{
padding-bottom:1rem;
} 
.p-bottom-m-2{
padding-bottom:2rem;
}
.p-bottom-m-3{
padding-bottom:3rem;
}
.p-bottom-m-4{
padding-bottom:4rem;
}
.p-bottom-m-5{
padding-bottom:5rem;
}
.p-left-m-0{
padding-left:0rem;
} 
.p-left-m-1{
padding-left:1rem;
} 
.p-left-m-2{
padding-left:2rem;
}
.p-left-m-3{
padding-left:3rem;
}
.p-left-m-4{
padding-left:4rem;
}
.p-left-m-5{
padding-left:5rem;
}
.p-all-m-0{
padding:0rem;
} 
.p-all-m-1{
padding:1rem;
} 
.p-all-m-2{
padding:2rem;
}
.p-all-m-3{
padding:3rem;
}
.p-all-m-4{
padding:4rem;
}
.p-all-m-5{
padding:5rem;
}
.d-flex-m {
display:flex;
}   
.d-block-m {
display:block;
}
.d-none-m {
display:none;
}
.xt-align-left-m {
text-align:left;
}
.xt-align-center-m {
text-align:center;
}
.xt-align-right-m {
text-align:right;
}
.justify-between-m {
justify-content: space-between;
}
.justify-center-m {
justify-content: center;
}
.justify-flex-end-m {
justify-content: flex-end;
}
.justify-flex-start-m {
justify-content: flex-start;
}
.align-center-m {
align-items: center;
}
.align-flex-start-m {
align-items: flex-start;
}	
.align-flex-end-m {
align-items: flex-end;
}	
.direction-column-m {
flex-direction: column;
}
.direction-column-m-reverse {
flex-direction: column-reverse;
}
.flow-wrap-m {
flex-flow:wrap;
}
.flow-wrap-m-reverse {
flex-flow:wrap column-reverse;
}
.flow-row-m {
flex-flow:row;
}
.flow-row-reverse-m {
flex-flow:row-reverse;
}
.flow-column-m {
flex-flow:column;
}
.flow-column-reverse-m {
flex-flow:column-reverse;
}	
.absolute-m {
position:absolute;
z-index: 1;
}
.relative-m {
position:relative;
}
.absolute-center-m {
left:50%;
transform: translateX(-50%);
}	
}
@media(max-width:585px) {
.col-1 {
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}	
.flex-b-1 {
flex-basis: 10%;
max-width: 10%;
}
.flex-b-2 {
flex-basis: 20%;
max-width: 20%;
}
.flex-b-3 {
flex-basis: 30%;
max-width: 30%;
}
.flex-b-4 {
flex-basis: 40%;
max-width: 40%;
}
.flex-b-5 {
flex-basis: 50%;
max-width: 50%;
}
.flex-b-6 {
flex-basis: 60%;
max-width: 60%;
}
.flex-b-7 {
flex-basis: 70%;
max-width: 70%;
}
.flex-b-8 {
flex-basis: 80%;
max-width: 80%;
}
.flex-b-9 {
flex-basis: 90%;
max-width: 90%;
}
.flex-b-10 {
flex-basis: 100%;
max-width: 100%;
}
.f-size-07 {
font-size:0.7rem!important;
} 
.f-size-1 {
font-size:1rem!important;
} 
.f-size-2 {
font-size:1.2rem!important;
} 
.f-size-3 {
font-size:1.4rem!important;
} 
.f-size-4 {
font-size:1.6rem!important;
} 
.f-size-5 {
font-size:1.8rem!important;
} 
.f-size-6 {
font-size:2rem!important;
} 
.f-size-7 {
font-size:2.2rem!important;
} 
.f-size-8 {
font-size:2.4rem!important;
} 
.f-size-9 {
font-size:2.6rem!important;
} 
.f-size-10 {
font-size:2.8rem!important;
} 
.f-size-11 {
font-size:3rem!important;
}
.f-size-12 {
font-size:3.2rem!important;
}
.f-size-13 {
font-size:3.4rem!important;
}
.f-size-14 {
font-size:3.6rem!important;
}
.f-size-15 {
font-size:3.8rem!important;
}
.f-size-16 {
font-size:4rem!important;
}
.f-size-17 {
font-size:4.2rem!important;
}
.f-size-18 {
font-size:4.4rem!important;
}
.f-size-19 {
font-size:4.6rem!important;
}
.f-size-20 {
font-size:4.8rem!important;
}
.f-size-21 {
font-size:5rem!important;
}
.d-flex{
display:flex;
}  	
.d-block {
display:block;
}
.d-none {
display:none;
}
.xt-align-left {
text-align:left;
}
.xt-align-center {
text-align:center;
}
.xt-align-right {
text-align:right;
}
.justify-between {
justify-content: space-between;
}
.justify-center {
justify-content: center;
}
.justify-flex-end {
justify-content: flex-end;
}
.justify-flex-start {
justify-content: flex-start;
}
.align-center {
align-items: center;
}
.align-flex-start {
align-items: flex-start;
}	
.align-flex-end {
align-items: flex-end;
}	
.direction-column {
flex-direction: column;
}
.direction-column-reverse {
flex-direction: column-reverse;
}	
.flow-wrap {
flex-flow:wrap;
}	
.flow-wrap-reverse {
flex-flow:wrap column-reverse;
}
.flow-row {
flex-flow:row;
}
.flow-row-reverse {
flex-flow:row-reverse;
}
.flow-column {
flex-flow:column;
}
.flow-column-reverse {
flex-flow:column-reverse;
}
.absolute {
position:absolute;
z-index: 1;
}
.relative {
position:relative;
}
.absolute-center {
left:50%;
transform: translateX(-50%);
}	
.m-top-0{
margin-top:0rem;
} 
.m-top-1{
margin-top:1rem;
} 
.m-top-2{
margin-top:2rem;
}
.m-top-3{
margin-top:3rem;
}
.m-top-4{
margin-top:4rem;
}
.m-top-5{
margin-top:5rem;
}
.m-right-0{
margin-right:0rem;
}
.m-right-1{
margin-right:1rem;
} 
.m-right-2{
margin-right:2rem;
}
.m-right-3{
margin-right:3rem;
}
.m-right-4{
margin-right:4rem;
}
.m-right-5{
margin-right:5rem;
}
.m-bottom-0{
margin-bottom:0rem;
} 
.m-bottom-1{
margin-bottom:1rem;
} 
.m-bottom-2{
margin-bottom:2rem;
}
.m-bottom-3{
margin-bottom:3rem;
}
.m-bottom-4{
margin-bottom:4rem;
}
.m-bottom-5{
margin-bottom:5rem;
}
.m-left-0{
margin-left:0rem;
}
.m-left-1{
margin-left:1rem;
} 
.m-left-2{
margin-left:2rem;
}
.m-left-3{
margin-left:3rem;
}
.m-left-4{
margin-left:4rem;
}
.m-left-5{
margin-left:5rem;
}
.m-all-0{
margin:0rem;
} 
.m-all-1{
margin:1rem;
} 
.m-all-2{
margin:2rem;
}
.m-all-l-3{
margin:3rem;
}
.m-all-4{
margin:4rem;
}
.m-all-5{
margin:5rem;
}    
.p-top-0{
padding-top:0rem;
} 
.p-top-1{
padding-top:1rem;
} 
.p-top-2{
padding-top:2rem;
}
.p-top-3{
padding-top:3rem;
}
.p-top-4{
padding-top:4rem;
}
.p-top-5{
padding-top:5rem;
}
.p-right-0{
padding-right:0rem;
} 
.p-right-1{
padding-right:1rem;
} 
.p-right-2{
padding-right:2rem;
}
.p-right-3{
padding-right:3rem;
}
.p-right-4{
padding-right:4rem;
}
.p-right-5{
padding-right:5rem;
}
.p-bottom-0{
padding-bottom:0rem;
}
.p-bottom-1{
padding-bottom:1rem;
} 
.p-bottom-2{
padding-bottom:2rem;
}
.p-bottom-3{
padding-bottom:3rem;
}
.p-bottom-4{
padding-bottom:4rem;
}
.p-bottom-5{
padding-bottom:5rem;
}
.p-left-0{
padding-left:0rem;
} 
.p-left-1{
padding-left:1rem;
} 
.p-left-2{
padding-left:2rem;
}
.p-left-3{
padding-left:3rem;
}
.p-left-4{
padding-left:4rem;
}
.p-left-5{
padding-left:5rem;
}
.p-all-0{
padding:0rem;
} 
.p-all-1{
padding:1rem;
} 
.p-all-2{
padding:2rem;
}
.p-all-3{
padding:3rem;
}
.p-all-4{
padding:4rem;
}
.p-all-5{
padding:5rem;
}
}:focus {
outline:0!important;
}
html {
height: -webkit-fill-available;
}
body {
overflow:auto;
min-height: 100vh;
min-height: -webkit-fill-available;
} .hamburger {
width: 1em;
position: relative;
cursor: pointer;
}
.hamburger>div {
background: #fff;
height: 1px;
margin-bottom: 5px;
transition: 400ms ease-out;
transform:translate(0,0) rotate(0);
opacity:1;
}
.hamburger>div:last-child {
margin-bottom: 0;
}
.hamburger.times>div:first-child {
transform: translateY(6px) rotate(45deg);
}
.hamburger.times>div:nth-child(2) {
transform: translateX(15px);
opacity: 0;
}
.hamburger.times>div:last-child {
transform: translateY(-6px) rotate(-45deg);
} ul.mainmenu {
padding-left: 0;
margin-left: 0;
font-size: 1.25em;
}
.btn, ul.mainmenu a {
padding: 0.4em;
position: relative;
cursor: pointer;
display:inline-block;
margin: .35em 0;
transition: 400ms ease-out;
padding: .5em 0;
}
.btn:hover, .active .btn,
ul.mainmenu a:hover, ul.mainmenu .current_page_item a {
background: #fff;
color: #333;
padding: .5em 1em;
}
a.btn.techBtn {
background: rgba(21, 111, 184, 0.5);
}
a.btn.medBtn {
background: rgba(199, 18, 22, 0.49);
}
.after.btn:after {
content: '\f105';
margin-left: 0.5em;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
body > a.btn {
margin: 0;
}
.navPoint a.btn,
ul.mainmenu a {
margin: .25em 0;
}
.btn-head, .pageBack {
background: #054479;
padding: .5em 1em;
position: fixed;
right: 2em;
top: 2em;
z-index: 98;
box-shadow: 0 0 0 2px white;
}
.pageBack:hover {
background: #7ECEF3;
color: white;
}
.pageBack {
right: auto;
right: 2em;
} .loader {
position: fixed;
width: 100%;
height: 100%;
background: #004f9e;
z-index: 99999;
top: 0;
display: flex;
justify-content: center;
align-items: center;
}
.loader > img {
width: 250px;
height: 200px;
position: relative;
z-index: 999;
}
.loader_wrapper {
position: relative;
width: 400px;
height: 533px;
overflow: hidden;
}
object.logo_empty {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 4;
}
object.logo_filled1 {
position: absolute;
display: block;
top: 40%;
left: 23.5%;
transform: translateY(-50%) scale(1);
transform-origin: center center;
width: 45%;
height: 45%;
animation-name: meine-animation1;
animation-duration: 750ms;
animation-iteration-count: infinite;
z-index: 7;
}
@keyframes meine-animation1 {
0% {
transform: scale(1);
}
15% {
transform: scale(1.025);
}
40% {
transform: scale(1);
}
60% {
transform: scale(1.025);
}
85% {
transform: scale(1);
}
100% {
transform: scale(1);
}
} .videowrapper {
height: 100vH;
}
.video-container {
width: 100%;
height: 100%;
overflow: hidden;
}
.video-container video {
transition: 300ms;
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
top: 0;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
width: 100%;
} #theLogo.logo {
position: absolute !important;
left: -4px;
top: 6em;
transform-origin: left center;
width: 24em;
height: 5.2em;
z-index: 199;
box-shadow: 4px 6px 8px 2px rgb(20 20 20 / 45%);
}
#theLogo.logo img {
box-shadow: 0 0 0 4px rgb(255 255 255);
}  section#intro {
height: 100vh;
position:relative;
background-size: contain;
background-position: center 7vw;
background-repeat: no-repeat;
overflow: hidden;
background: #000;
z-index: 2;}
section.scroll {
position: relative;
background-size: cover; min-height: 75vh;
background-repeat: no-repeat;
margin-top: 0;
padding: 5em 0em;
}
section.scroll.fullscreen {
min-height: 100vh;  }
section.scroll.overfullscreen  {
min-height: 125vh;
}
section.scroll.sectiontighter  {
margin-top: -25vh;
}
section.scroll:after {
content: '';
}  
section.eingefaerbt {
background: #004f9e;
}
section.eingefaerbt > div > div {
background: none;
color: white;
}
section.eingefaerbt > div > div > h2 {
color: lightgray;
}
.athetop {
align-self: flex-start;
}
.athemiddle {
align-self: center;
}
.athebottom {
align-self: flex-end;
}
.page-id-1907 #primary {
margin-top: -6.2em !important;
}
section.moodImage {
height: 60vh;
overflow: hidden;
min-height: 0!important;
padding: 0;
}
section.moodImage figure {
position: relative;
margin: 0;
}
.moodImage h3 {
position: absolute;
z-index: 991;
left: 50%;
bottom: 0.7em;
transform: translateX(-50%);
color: #000;
background: rgba(255, 255, 255, 0.65);
padding: 0.4em;
box-shadow: 0 0 0 1px;
backdrop-filter: blur(4px);
}
section .bg-image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
section .bg-image>img {
object-fit: cover;
height: 100%;
width: 100%;
}
section a.pageMover {
position: absolute;
bottom: 1em;
left: 50%;
transform: translateX(-50%);
z-index: 5;
width: 2em;
height: 2em;
border-radius: 0;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
display: none;
}
section a.pageMover i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
section.lastSection a.pageMover {
display:none;
}
section#DertechnischeBereich,
section#DermedizinischeBereich{
padding-bottom: 0;
align-items: center;
}
.page-id-124 section.scroll:first-child h2,
.page-id-109 section.scroll:first-child h2{
display: none;
}
section .parallax-window {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 100%;
z-index: -1;
opacity: 1;
clip: rect(0, auto, auto, 0);
}
section .parallax-window>img {
width: 100%;
height: 100%;
object-fit: cover;
position: fixed;
top: 0;
}
section .parallax-window.mood img {
position: relative;
}
.img-50 {
max-width: 50%;
}  .slider {
margin: 0 auto;
padding: 0 2em;
}
.lSAction> a {
width: 32px;
display: block;
top: 50%;
height: 32px;
background-image: url(//uthmann-dissen.de/wp-content/themes/uthmann/img/controls.png);
cursor: pointer;
position: absolute;
z-index: 99;
margin-top: -16px;
opacity: .5;
-webkit-transition: opacity .35s linear 0s;
transition: opacity .35s linear 0s;
}
.slider h3 {
margin:0;
}
.sliderIcon {
position: absolute;
right: 0;
font-size: 4em;
top: -0.3em;
}
.caption .sliderIcon {
font-size: 3.5em;
transition: 600ms ease-in-out;
transition-delay: 100ms;
opacity: 0;
transform: translateX(.5em);
}
.caption  .sliderIcon {
top: -0.1em;
}
.slider ul li.active .caption .sliderIcon {
opacity: 1;
transform: translateX(0);
}
.slider ul li div.caption {
transition: 400ms ease-in-out;
transform: translateX(3em);
opacity: 0;
margin-bottom: 2em;
font-size: 1.2vw;
position: absolute;
max-width: 32em;
width: 100%;
padding: 1em;
left: 0;
top: 4em;
text-align: left;
letter-spacing: 0.1em;
}
.slider ul li.active div.caption {
opacity: 1;
transform: translateX(0);
} ul.checklist {
margin-left: 1em;
}
ul.checklist li {
margin: .75em 0 !important;
}
ul.checklist li::before {
content: "\ea10";
font-family: 'icomoon';
font-size: 2em;
color: #94BF3B;
position: absolute;
left: -1.5em;
top: -.5em;
} .accordionHeadline h4 {
margin: 0;
padding: 0.5em 2em 0.5em 0.5em;
box-shadow: 0 0 0 1px #111;
position: relative;
}
.ui-accordion-content p {
margin: 0;
}
.accordionHeadline {
cursor: pointer;
max-width: 400px;
margin: 0 auto;
background: #004d9e;
color: white;
font-size: 0.9em;
border-radius: 2px;
text-indent: 10px;
}
.accordionHeadline:hover {
background: #226FBB;
}
.accordionHeadline h4:after, 
.accordionHeadline h4:before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #fff;
transition: 300ms ease-in-out;
right: 0.5em;
}
.accordionHeadline h4:after {
height: 1em;
width: 3px;
right: 0.95em;
}
.accordionHeadline h4:before {
width: 1em;
height: 3px;
}
.ui-accordion-header-active h4:after,
.ui-accordion-header-active h4:before {
transform: translateY(-50%) rotate(45deg);
}
.ui-accordion-content {
max-width: 500px;
max-width: calc(500px + 3em);
padding: 0;
position: relative;
}
.ui-accordion-content a,
.ui-accordion-content a:visited,
.ui-accordion-content a:hover {
color: #94BF3B;
} .home .intro-links {
position: relative;
z-index: 52;
}
.intro-links a {
position: relative;
color: #fff;
text-align: center;
transition: 600ms ease-in-out;
overflow: hidden;
}
.noHome .intro-links .tile a {
background: rgba(0, 0, 0, 0.4);
height: 50vh;
width: 100%;
}
.noHome .intro-links a:hover {
background: rgba(0, 0, 0, 0);
}
.noHome .intro-links .tile a h5 {
margin-bottom: 3.5em;
}
.intro-links .lSAction>.lSPrev {
left: 1em;
}
.intro-links .lSAction>.lSNext {
right: 1em;
}
.volleBreite .intro-links .lSAction>.lSPrev {
left: 5em;
}
.volleBreite .intro-links .lSAction>.lSNext {
right: 5em;
}
.intro-links a.long {
flex: 0 0 45%;
max-width: 45%;
}
.intro-links a.short {
flex: 0 0 27.5%;
max-width: 27.5%;
}
.intro-links a:after {
content: '';
position: absolute;
background-size: cover;
opacity: 0.8;
transition: 600ms ease-in-out, transform 7s ease-out;
transform:scale(1);
height: 100%;
width: 100%;
background-position:center center;
} 
a.technical:after { background-image: url(//uthmann-dissen.de/wp-content/themes/uthmann/img/intro/technical.jpg);}
a.medical:after { background-image: url(//uthmann-dissen.de/wp-content/themes/uthmann/img/intro/medical.jpg);}
a.company:after { background-image: url(//uthmann-dissen.de/wp-content/themes/uthmann/img/intro/company.jpg);}
.intro-links a:hover:after {
opacity: 0.7;
transform: scale(1.1);
}
.intro-links a>.tileImage {
content: '';
position: absolute;
height: 100%;
width: 100%;
background-size: cover;
transition: 600ms ease-in-out, transform 7s ease-out;
transform:scale(1);
object-fit:cover;
z-index: -1;
background-position: center center;
} 
.intro-links a:hover>.tileImage {
transform: scale(1.1);
}
.intro-links a>i {
position: absolute;
bottom: 10%;
font-size: 1.5em;
left: 50%;
transform: translateX(-50%);
}
.intro-links a.short h4 {
font-size: 0.6rem;
opacity: 0.1;
}
.intro-links a h4 {
transition: 400ms ease-in;
position: relative;
z-index: 1;
font-size: 1.3em;
position:absolute;
left:50%;
top:50%;
width:100%;
transform: translate(-50%,-50%)
}
.intro-links a.medical h4,
.intro-links a.technical h4  {
top:5em
}
.intro-links-mobile {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
}
.intro-links-mobile a {
text-align:center;
position:relative;
}
.intro-links-mobile a.technical {
background: rgba(19, 112, 184, 0.85);
}
.intro-links-mobile a.company {
background: rgba(23, 23, 23, 0.85);
}
.intro-links-mobile a.medical {
background: rgba(200, 17, 21, 0.75);
}
.intro-links-mobile a h5 {
margin: 0.8em;
}
.intro-links-mobile a.medical:after, 
.intro-links-mobile a.company:after,
.intro-links-mobile a.technical:after {
content: '';
height: 2px;
width: 100%;
position: absolute;
bottom: 0;
}
.intro-links-mobile a.company:after {
background: rgba(255, 255, 255, 0.3);
}
.intro-links-mobile a.technical:after {
background: rgba(19, 112, 184, 0.7);
}
.intro-links-mobile a.medical:after {
background: rgba(198, 19, 24, 0.3);
}
.introLogo {
position: relative;
top: 3.9em;
} .simplebar-scrollbar {
width: 3px;
}
.simplebar-scrollbar:before {
background: #fff;
}  .siteMap {
position: fixed;
right: 0;
height: 100%;
background: #004f9e;
box-shadow: -2px 0 0 2px white;
width: 100%;
z-index: 997;
backdrop-filter: blur(6px);
padding: 2.25em 3em;
opacity: .5;
font-size: 0.85em;
}
.siteMap .siteMapToggler, .siteMapToggler {
top: 0;
right: 0;
width: 2.5rem;
height: 2.5rem;
backdrop-filter: blur(6px);
color: #000;
box-shadow: 0 0 0 1px #fff;
position: relative;
right: 0;
margin-bottom: 3em;
}
.siteMapToggler {
position: fixed;
left: auto;
right: 2em;
top: 2em;
margin-bottom: 0;
z-index: 199;
margin-top: 0;
background: #004f9e;
cursor: crosshair;
border: 1px solid white;
}
.siteMapToggler:hover {
background: #226fbf;
}
.siteMapToggler>i {
font-size: 2.4em;
}
.siteMapToggler::after {
content: "+";
position: absolute;
top: 0;
left: 0;
line-height: .75em;
color: #fff;
width: 100%;
height: 100%;
text-align: center;
font-size: 3em;
font-weight: 400;
transition: all ease-in 300ms;
}
.siteMap .siteMapToggler::after {
content: "+";
transform: rotate(45deg);
top: -2px;
left: 3px;
width: 100%;
height: 100%;
text-align: center;
font-size: 4em;
}
.siteMap a.btn {
font-size: 1.25em;
}
.siteMap a:after {
content: '';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
background: #fff;
transition: 400ms ease-out;
transform: scale(1,0);
transform-origin: bottom;
z-index: -1;
}
.siteMap .active a:after {
transform: scale(1,1);
}
.siteMap .active a {
color: #000;
} figure.overlay {
height: 70vh;
width: 500px;
position: absolute;
right: 10em;
top: 10em;
} .navigation {
display: flex;
position: absolute;
z-index: 3;
top: 0;
height: 100%;
justify-content: center;
align-items: center;
}
.navigation.technisch {
left: 0;
background: rgb(19,112,182);
background: linear-gradient(90deg, rgba(19, 112, 182, 0.45) 0%, rgba(0,212,255,0) 100%);
padding-right: 6em;
}
.navigation.medizinisch {
right: 0;
background: rgb(199, 18, 18);
background: linear-gradient(-90deg, rgba(199, 18, 18, 0.45) 0%, rgba(0,212,255,0) 100%);
padding-left: 6em;
z-index: 3;
}
.navigation:after {
content: '';
width: 100%;
height: 100%; position: absolute;
}
.medizinisch:after {
border-width: 50vh 104px 50vh  0;
border-color: transparent #c71213 transparent transparent;
clip-path: polygon(100% 0, 100% 100%, 50% 50%);
background: #c71213;
right: 0;
}
.technisch:after {
border-width: 50vh 0 50vh 104px;
background: #1370b6;
clip-path: polygon(0 0, 0 100%, 50% 50%);
left: 0;
}
.navigation span {
position: relative;
z-index: 1;
transform-origin: center center;
color: #fff;
transform: rotate(-90deg);
} nav.point-navigation {
position: fixed;
z-index: 1;
right: 1em;
top: 50%;
transform: translateY(-50%);
z-index: 51;
display: none;
}
nav.point-navigation>ul {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
nav.point-navigation ul li:first-child {
width: auto;
height: auto;
}
nav.point-navigation ul li {
width: .8em;
height: .8em;
margin: 1em 0;
}
nav.point-navigation>ul>li>a {
position: relative;
color: #fff;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
opacity: 1;
transition: 500ms cubic-bezier(0.9, 0.88, 1, 1.83);
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 12px #000;
position: relative;
}
nav.point-navigation>ul>li>a:hover,
nav.point-navigation>ul>li.active>a {
background: #fff;
box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 12px #000;
}  
nav.point-navigation>ul>li>a:hover:before {
transform: translateY(-50%) scale(1.3);
}
nav.point-navigation>ul>li.active>a:after {
animation: navTooltip 4s;
animation-delay: .4s;
}
nav.point-navigation>ul>li:hover>a:after {
opacity:1;
left:-10.3em;
visibility:visible;
}
nav.point-navigation>ul>li>a:after {
content: attr(title);
transition: 300ms ease-in;
opacity: 1;
visibility: visible;
right: auto;
content: attr(title);
position: absolute;
width: 10em;
background: #92BF1F;
display: block;
text-align: center;
padding: 0.4em;
top: 50%;
transform: translateY(-50%) scale(.85);
transition: 600ms;
left: -9em;
opacity: 0;
box-shadow: 0 0 0 1px #fff;
transition-delay: .2s;
visibility:hidden;
}
nav.point-navigation>ul>li>:first-child>a {
background: transparent;
}
nav.point-navigation>ul>li:first-child>a {
background: transparent;
box-shadow: none;
}
nav.point-navigation>ul>li:first-child>a:after {
content: "\e900";
font-weight: 900;
font-family: icomoon;
display: block;
visibility: visible;
position: relative;
opacity: 1;
width: auto;
padding: 0;
top: 0;
left: 0;
background: transparent;
box-shadow: none;
line-height: 0;
animation:none;
} .inner-contentwrap {
z-index: 1;
max-height: 90%;
line-height: 1.7;
}
.inner-content.overflow {
max-height: 500px;
overflow: hidden;
}   
.inner-content {
background: rgba(255,255,255,.90);
padding: 0 2em 1em 2em;
color: #111;
} section.scroll .inner-contentwrap.center {
justify-content: center !important;
}
section.scroll .inner-contentwrap.right {
justify-content: flex-end !important;
}
section#DertechnischeBereich .inner-contentwrap, 
section#DermedizinischeBereich .inner-contentwrap {
margin-top: 0;
} .hyear {
position: relative;
font-size: 1.5em;
line-height: 1.7em;
font-weight: 500;
margin-top: 1.4em;
display: flex;
flex-direction: row;
justify-content: start;
color: #054476;
}
.hyear::before {
content:'';
display: block;
height: 2px;
width: 100%;
background: #ccc;
position: absolute;
top: 50%;
}
.hyear i {
background: #fff;
width: 40px;
height: 40px;
display: inline-block;
padding-top: 10px;
z-index: 3;
}
.hyear span {
background: white;
padding: 0 .5em;
z-index: 3;
}
.hcontent {
overflow: hidden;
}
@media screen and (max-width: 945px) {
.hyear {
font-size: 1.4em;
line-height: 2.4em;
}
.hyear i {
width: 30px;
padding-top: 14px;
}
}
@media screen and (max-width: 768px) {
.hyear {
font-size: 1.6em;
line-height: 1.5em;
}
.hyear i {
padding-top: 10px !important;
}
.hyear span {
line-height: 2.1em;
}
#theLogo.logo {
width: 20em;
height: 4.4em;
}
#theLogo.logo img {
box-shadow: 0 0 0 3px rgb(255 255 255);
}
section#modern-und-effizient {
padding: 18em 0 0 0;
margin-bottom: -2em;
}
section#kontakt {
padding: 16em 0 0 0;
margin-bottom: 4em;
}
section#distribution {
padding: 6em 0 0 0;
margin-bottom: 4em;
}
section#gewusst-wie {
padding: 22em 0 0 0;
margin-bottom: 2em;
}
section#unsere-staerke-ist-das-team {
padding: 2em 0em;
}
section#versand {
padding: 22em 0 0 0;
margin-bottom: 2em;
}
section#kurze-wege {
padding: 22em 0 0 0;
margin-bottom: -2em;
}
section#aus-verantwortung {
padding: 6em 0em;
}
section#qualitaetswesen {
padding: 22em 0 2em 0;
}
section#hygiene-ist-oberstes-gebot {
padding: 22em 0 4em 0;
}
section#behaelter-waschstrasse {
padding: 22em 0 0 0;
}
footer {
padding-bottom: 3em;
}
} .lightboxContent {
background: rgba(0, 0, 0, 0.5);
color: #fff;
backdrop-filter: blur(3px);
} figure.gallery-item div {
margin: 0;
}
figure.gallery-item img {
max-width: none;
width: 100%;
}
figure.gallery-item a img {
display: block;
transition: 600ms ease-in;
opacity: .8;
}
figure.gallery-item:hover a img {
opacity: 1;
}
@media screen and (min-width: 1680px){
figure.col-l-4 {
flex: 0 0 25%;
max-width: 25%;
}
}
@media screen and (min-width: 480px) and (max-width: 1280px) {
figure.col-12 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
#gallery-3 img {
padding: 0;
}
.galleryid-714 {
margin: 1.5em 0;
}
h4#all_gallery {
text-transform: capitalize;
} footer {
min-height: 45vh;
background: #004f9e; font-weight: 500;
color: #fff;
}
.oeffnungszeiten {
display: flex;
flex-direction: column;
max-width: 400px;
}
.oeffnungszeiten .oezwrap {
display: flex;
margin: 1em 0;
}
.oezl {
justify-content: space-between;
display: flex;
flex-direction: column;
flex: 0 0 40%;
}
.oezm {
flex-grow: 2;
flex: 1 0 60%;
}
#menu-footermenu-01,
#menu-footermenu-02 {
margin-left: 0;
padding-left: 0;
} @keyframes glower {
0% {
background-color: #1c38ff;
}
50% {
background-color: #4b80e8;
}
100% {
background-color: #1c38ff;
}
}
@keyframes navTooltip {
0%,100% {
left: -9em;
opacity:0;
visibility:hidden
}
10%,90% {
left: -10.6em;
opacity:1;
visibility:visible;
}
}
@keyframes scaler {
0% {
transform:scale(1);
}
50% {
transform:scale(1.5);
}
1000% {
transform:scale(1);
}
}
@-webkit-keyframes Background {
0%{background-position:99% 0%}
50%{background-position:2% 100%}
100%{background-position:99% 0%}
}
@-moz-keyframes Background {
0%{background-position:99% 0%}
50%{background-position:2% 100%}
100%{background-position:99% 0%}
}
@keyframes Background {
0%{background-position:99% 0%}
50%{background-position:2% 100%}
100%{background-position:99% 0%}
}
@media(min-width: 1645px) {
.slider ul li div.caption {
font-size: 1em;
}
}
@media(max-width:1024px) {
#theLogo.logo {
top: 2em;
width: 20em;
height: 4.5em;
box-shadow: 4px 6px 8px 2px rgb(20 20 20 / 45%);
}
.volleBreite .intro-links .lSAction>.lSPrev {
left:1em
}
.volleBreite .intro-links .lSAction>.lSNext {
right:1em
}
.intro-links:not(.intro-links-mobile) a.technical {
order: 2;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}    
.intro-links:not(.intro-links-mobile) a.medical {
order: 3;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.intro-links:not(.intro-links-mobile) a.company {
order: 1;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.volleBreite .intro-links .lSAction>.lSNext:after, 
.volleBreite .intro-links .lSAction>.lSPrev:after {
height: auto;
}    
a.company:after { background-image: url(//uthmann-dissen.de/wp-content/themes/uthmann/img/intro/companyMobil.jpg);}
section .parallax-window>img {
width: 100%;
height: auto;
object-fit: contain;
position: absolute;
top: 0;
}
.page-id-2580 .MainContainer section:first-child > div,
.page-id-2582 .MainContainer section:first-child > div {
padding-top: 14em;
}
.page-id-109 #content section:first-child .parallax-window>img,
.page-id-124 #content section:first-child .parallax-window>img {
top: calc(50% - 4em);
transform: translate(-50%,-50%);
bottom: 0;
width: 160%;
max-width: none;
left: 50%;
}  
section.moodImage {
height:auto;
padding:0;
}
}
@media(max-width:945px) {
.slider ul li div.caption {
font-size:1em;
position: relative;
top: 0;
}
}
@media(max-width:768px) {
}
@media(max-width:585px) {
#theLogo.logo {
width: 14em;
height: 3em;
}
#theLogo.logo img {
box-shadow: 0 0 0 2px rgb(255 255 255);
}
.loader_wrapper {
width: 280px;
height: 373px;
}
.accordionHeadline {
width: 300px;
}
.moodImage h3 {
font-size: 1em;
}
.intro-links-mobile {
top: auto;
bottom: 0;
}
.intro-links-mobile a h5 {
font-size: 0.8rem;
}    
.oeffnungszeiten {
max-width: 250px;
}
section.scroll.fullscreen {
min-height: 0;
}
section#kontakt {
padding: 8em 0 0 0;
margin-bottom: 4em;
}
section#modern-und-effizient {
padding: 10.5em 0 0 0;
margin-bottom: -6em;
}
section#distribution {
padding: 0;
}
section#gewusst-wie {
padding: 13em 0 0 0;
}
section#unsere-staerke-ist-das-team {
padding: 13.5em 0 2em 0;
}
section#versand {
padding: 13em 0 0 0;
}
section#kurze-wege {
padding: 13em 0 0 0;
margin-bottom: -4em;
}
.page-id-2418 section:nth-child(2), 
.page-id-2418 section:nth-child(3), 
.page-id-2418 section:nth-child(4) {
padding-top: 2em;
}
section#aus-verantwortung {
padding: 0;
}
section#qualitaetswesen {
padding: 13em 0 2em 0;
}
section#hygiene-ist-oberstes-gebot {
padding: 13em 0 2em 0;
}
section#behaelter-waschstrasse {
padding: 13em 0 0em 0;
margin-bottom: -2em;
}
section .parallax-window {
background-size: 10px;
opacity: 0.7;
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
overflow: hidden;
} 
span.wpcf7-list-item {
margin: .5em 0 .5em 0;
}
footer {
padding-bottom: 6em;
}
}
@media screen and (min-width: 1024px){
#page #content a.col-l-2 {
flex: 0 0 12% !important;
max-width: 12% !important;
z-index: 999;
}
}
#page #content a.col-3 {
position: fixed;
}