@charset "UTF-8";
 .warpper {
display:flex;
flex-direction: column;
align-items: center;
}
.tabs {
width: 100%;
display: flex;
justify-content: center;
background: rgba(25 65 72 / 50%);
padding: 1.25em 0;
}
.tab {
cursor: pointer;
flex-direction: column;
display: flex;
padding: .5em 1em;
margin: 0 .25em;
font-size: .95em;
font-weight: 500;
line-height: 1.25em;
text-align: center;
text-decoration: none;
box-shadow: inset 0 0 0 1px rgb(255 255 255 / 60%);
background: rgba(255,255,255,0);
color: #fff;
transition: all ease-in 300ms;
}
.tab svg {
align-self: center;
font-size: 1.8em;
margin: .25em 0;
}
.panels {
min-height: 200px;
width: 100%;
overflow: hidden;
padding: 0 20px 20px 20px;
}
.panel {
display:none;
animation: fadein 1s;
}
#two-tab {
flex-direction: row !important;
flex-wrap: wrap;
justify-content: center;
padding: .5em 0 !important;
}
#two-tab svg {
flex: 0 0 20%
}
@keyframes fadein {
from {
opacity:0
}
to {
opacity:1;
}
}
.radio {
display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
.tabs #one-tab:hover,
.tabs #two-tab:hover,
.tabs #three-tab:hover {
background: linear-gradient(white, lightgray);
color: #333;
}
::-webkit-calendar-picker-indicator {
filter: invert(1);
opacity: 0.75;
} .wpcf7 {
background: rgba(25 65 72 / 50%);
padding: 1em 2em;
margin-top: 1%;
}
.submit-form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.submit-form > .mdc-text-field {
flex: 0 0 48%
}
.submit-form > .fullsize {
flex: 0 0 100%
}
.mdc-text-field,
.mdc-select {
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;
} 
.mdc-theme--primary-bg {
}
.error {
padding: 1em;
margin: 24px 0;
box-shadow: 0 0 0 2px ;
}
label.tml-label:last-child {
padding-left: 2em;
}
label.tml-label:last-child:checked::before,
label.tml-label:last-child::before {
top: 0 !important;
}
input[type="checkbox"]:checked + label.tml-label::before {
background: #015061;
}
input.tml-field,
input.mdc-text-field__input,
textarea {
padding: 1.5em .5em .5em .5em;
border-radius: 3px;
border: none;
font-size: 1rem;
background: #ffffff;
position: relative;
min-width: 100%;
color: #333 !important;
}
input.tml-field {
box-shadow: 0 1px 0 0 white;
border-radius: 0;
padding: .5em;
}
textarea {
width: 100%;
vertical-align: top;
background: rgba(255, 255, 255, 0.1);
}
input.mdc-text-field__input:hover,
textarea:hover,
input.mdc-text-field__input:focus,
textarea:focus {
background: #fff;
border: 0 !important;
outline: none;
}
button[type="submit"],
input[type="submit"],
input[type="button"] {
-webkit-appearance: none;
border: none;
color: #01467a;
padding: 1.5em 2em;
font-size: 1rem;
transition: 300ms;
cursor: pointer;
position: relative;
overflow: hidden;
background: transparent;
background: white;
border-radius: 4px;
}
input[type="submit"]:disabled,
input[type="submit"]:hover:disabled {
background: #cccccc !important;
color: #333 !important;
box-shadow: none !important;
border: 0 !important;
}
button[type="submit"]:after,
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;
}
button[type="submit"]:active:after,
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;
}
.mdc-text-field {
position: relative;
padding-top: 1em;
overflow: hidden;
}
.mdc-line-ripple {
position: absolute;
width: 100%;
height: 1px;
background: #ccc;
bottom: 1.5em;
transition: 300ms;
}
ul.tml-links {
list-style: none;
}
.biggerinput {
border: 1px solid yellow;
}
.codedropz-upload-handler {
border: 2px dashed #fff !important;
color: #fff;
}
.dnd-upload-status .dnd-upload-details .name {
color: #dedede !important;
}
.dnd-upload-status .dnd-upload-details .name em{
color: #eaeaea !important;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
background-color: #fff;
border-radius: 50%;
}
.dnd-upload-status .dnd-upload-image {
border: none;
background: white;
}
.col-md-12 .mdc-line-ripple {
width: 97%;
}
.submit-form .mdc-text-field input.focus ~ .mdc-line-ripple,
.submit-form .mdc-text-field input ~ .focus-text ~ .mdc-line-ripple,
.submit-form .mdc-text-field textarea.focus ~ .mdc-line-ripple,
.submit-form .mdc-text-field textarea  ~ .focus-text ~ .mdc-line-ripple,
textarea {
background: #ffffff !important;
}
.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;
top: 18px;
left: 0;
font-size: .85em;
color: #ccc;
}
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"] + 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;
padding-left: 3px;
}
.wpcf7-radio > .wpcf7-list-item,
.wpcf7-checkbox > .wpcf7-list-item {
padding: .25em 0;
}
.wpcf7-radio {
padding: 2em 0 0 .25em;
}
.wpcf7-radio span span {
padding-left: 1.75em;
}
.wpcf7-select {
background: transparent;
color: white;
margin-top: 1em !important;
margin-bottom: 0 !important;
padding: 0.6em !important;
font-size: 1.2em !important;
outline: none;
}
.wpcf7-list-item {
padding: 0 !important;
}
.wpcf7-checkbox {
padding-top: 2em;
margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
background: transparent !important;
border: 2px solid #d51030 !important;
color: #ffffff !important;
margin: 0 0 1.5em 0 !important;
text-align: center;
padding: .5em;
}
.wpcf7 form .wpcf7-response-output {
margin: 0 0 1.5em 0 !important;
}
.wpcf7-not-valid-tip {
display: block;
width: 12em;
top: 1.5em;
left: 0;
}
.accept {
padding: .5em 0;
}
.captcha-image {
margin-top: 1.5em;
}
#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: 767px) {
.codedropz-upload-inner h3 {
font-size: 15px !important;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
padding-left: 2.5em;
line-height: 1.4em;
}
}
input[type="checkbox"] {
margin-right: 5px;
}
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 {
background: red !important;
}
input[type="checkbox"]:checked + label.tml-label {
background: transparent !important;
}
input[type="radio"] {
position: absolute;
left: -15px;
top: 4px;
}
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;
}
input.tml-field,
input.mdc-text-field__input, textarea {
background: transparent !important;
color: #fff !important;
font-family: 'Lato', sans-serif !important;
font-size: 1.2em;
line-height: 1.4em;
padding-left: 0;
outline: none;
}
.submit-form .focus ~ label.mdc-floating-label, .submit-form label.focus-text.mdc-floating-label {
color: #fff !important;
}
input[type="radio"]:checked + label::before, input[type="checkbox"]:checked + label::before,
input[type="checkbox"] + label::before, input[type="radio"] + label::before {
box-shadow: 0 0 0 .15em #01467a;
top: 8px;
}
button.tml-button,
input.wpcf7-submit {
background: transparent !important;
font-size: 1em !important;
display: block !important;
padding: .75em 2em !important;
color: white !important;
text-transform: uppercase !important;
text-align: center !important;
margin-top: 1em;
border: 0 !important;
box-shadow: inset 0 0 0 1px #fff !important;
border-radius: 0 !important;
}
button.tml-button:hover,
input.wpcf7-submit:hover {
background: #fff !important;
color: #333 !important;
} .wpcf7-acceptance label,
.wpcf7-checkbox label,
.wpcf7-radio label {
position: relative;
cursor: pointer;
}
input.tml-checkbox,
.wpcf7-acceptance input[type=checkbox],
.wpcf7-checkbox input[type=checkbox],
.wpcf7-radio input[type=radio] {
position: absolute;
visibility: hidden;
width: 16px;
height: 16px;
top: 2px;
left: 0;
}
input.tml-checkbox + span:before,
.wpcf7-acceptance input[type=checkbox] + span:before,
.wpcf7-checkbox input[type=checkbox] + span:before,
.wpcf7-radio input[type=radio] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 16px;
width: 16px;
top: 2px;
left: 0px;
border: 1px solid rgba(255,255,255,.7);
}
input.tml-checkbox + span:after,
.wpcf7-acceptance input[type=checkbox] + span:after,
.wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-radio input[type=radio] + span:after {
display: block;
position: absolute;
content: "\2713";
height: 16px;
width: 16px;
top: 0;
left: 3px;
visibility: hidden;
font-size: 24px;
text-align: left;
line-height: 14px;
}
input.tml-checkbox:checked + span:before,
.wpcf7-acceptance input[type=checkbox]:checked + span:before,
.wpcf7-checkbox input[type=checkbox]:checked + span:before,
.wpcf7-radio input[type=radio]:checked + span:before {
background: transparent;
}
input.tml-checkbox:checked + span:after,
.wpcf7-acceptance input[type=checkbox]:checked + span:after,
.wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-radio input[type=radio]:checked + span:after {
visibility: visible;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
margin-left: 30px;
} .page-id-2 .wpcf7 {
color: #454545;
}
.wpcf7 {
color: #fff;
}
.wpcf7 a {
font-weight: bold;
}
.tabbed .m-bottom-l-5 {
margin-bottom: 0;
}
.wpcf7-list-item {
margin: 0 !important;
}
.nochfragen {
padding: 1.5em;
}
.nochfragen h4 {
margin-bottom: 0;
}
.thelefthandside {
width: 66%
}
.therighthandside {
width: 38% !important;
float: right;
padding: .5em;
}
.akzeptieren a,
a.cd-upload-btn {
color: #ccc !important;
text-decoration: underline !important;
}
.akzeptieren a:hover {
text-decoration: none !important;
}
@media screen and (max-width: 1440px) {
.therighthandside {    
width: 100% !important;
float: none;
padding: .4em 1.4em 1.4em 1.4em;
border-bottom: 2px dotted #333;
}
.tab1 > div, .tab2 > div, .tab3 > div {
width: 100%;
}
}
@media screen and (max-width: 1280px) {
.tabbed nav {
margin-left: 2.5em;
}
.tab1, .tab2, .tab3 {
padding-left: 1.25em;
}
#ihr-kontakt-zu-uns .col-l-7 {
flex: 0 0 80%;
max-width: 80%;
}
}
@media screen and (max-width: 945px) {
input[type="checkbox"] + label, input[type="radio"] + label {
padding-left: 2em;
}
#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 {
top: 3px;
}
}
@media screen and (max-width: 768px) {
#ihr-kontakt-zu-uns .col-l-7 {
flex: 0 0 95%;
max-width: 95%;
}
nav label {
float: left;
padding: 10px;
margin-right: 0;
width: 42.75%;
font-size: 1.15em;
text-align: center;
}
nav label i {
display: block !important;
font-size: 2em !important;
margin-bottom: .25em !important;
text-align: center !important;
}
.tab {
font-size: .85em;
}
}
@media screen and (max-width: 767px) {
#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 {
top: 0;
}
}
@media screen and (max-width: 660px) {
.submit-form > .mdc-text-field {
flex: 0 0 100%;
}
}
@media screen and (max-width: 585px) {
input[type="checkbox"] + label, input[type="radio"] + label {
padding-left: 2.5em;
padding-bottom: .75em;
}
.tab {
font-size: .60em;
}
}
@media screen and (max-width: 480px) {
.tabbed nav {
margin-left: 1em;
}
nav label {
width: 47.5%;
font-size: 1em;
}
}