* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "OpenSans";
overflow-wrap: break-word;
}
@font-face {
font-family: "OpenSans_Bold";
src: url(//arbeitsrecht.ra-gueler.de/wp-content/themes/questionnaire/assets/fonts/OpenSans-Bold.ttf) format("truetype");
font-weight: bold;
}
@font-face {
font-family: "OpenSans_light";
src: url(//arbeitsrecht.ra-gueler.de/wp-content/themes/questionnaire/assets/fonts/OpenSans-Light.ttf) format("truetype");
font-weight: light;
}
@font-face {
font-family: "OpenSans";
src: url(//arbeitsrecht.ra-gueler.de/wp-content/themes/questionnaire/assets/fonts/OpenSans-Medium.ttf) format("truetype");
font-weight: medium;
}
@font-face {
font-family: "OpenSans";
src: url(//arbeitsrecht.ra-gueler.de/wp-content/themes/questionnaire/assets/fonts/OpenSans-Regular.ttf) format("truetype");
font-weight: normal
}
h1 {
font-family: "OpenSans_Bold";
font-size: 40px;
line-height: 1.05;
}
h2 {
font-family: "OpenSans_Bold";
font-size: 36px;
line-height: 1;
}
h3 {
font-family: "OpenSans_Bold";
font-size: 24px;
line-height: 1.2;
}
p {
font-family: "OpenSans_light";
font-size: 17px;
line-height: 1.5;
}
body {
background-color: var(--body-);
margin: 0 auto;
max-width: 1440px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
max-width: 1440px;
}
.hide {
display: none !important;
}
header {
display: flex;
align-items: center;
padding: 0 120px;
background-color: var(--darkBlue-);
color: white;
position: relative;
height: 100px;
position: fixed;
width: 100%;
z-index: 100;
top: 0;
left: 0;
}
header .logo {
margin-right: 50px;
height: 70px;
}
header>p {
padding: 10px;
}
.dot_tracker {
position: fixed;
border-radius: 50%;
min-width: 20px;
width: 20px;
height: 20px;
min-height: 20px;
background-color: var(--primary-);
border: solid 1px var(--primary-);
transition: 0.3s ease;
}
header.progress__header .bar {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 40px 0;
transform: translateY(-10px);
}
header.progress__header .dot {
display: inline;
border-radius: 50%;
min-width: 20px;
width: 20px;
height: 20px;
min-height: 20px;
border: solid 1px white;
position: relative;
transition: 0.3s ease;
cursor: pointer;
}
header.progress__header .dot.active {
background-color: var(--primary-);
border: solid 1px var(--primary-);
}
header.progress__header .dot.active .title {
color: var(--primary-);
}
header.progress__header .dot .title {
text-align: center;
position: absolute;
top: 140%;
left: 50%;
transform: translateX(-50%);
max-width: 120px;
font-size: 12px;
font-weight: 800;
}
header.progress__header .line {
display: inline;
width: 10vw;
height: 1px;
min-width: 15px;
border: solid 1px white;
}
header .unverbindlich {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background-color: #38830A;
color: white;
width: 300px;
line-height: 50px;
height: 50px;
font-weight: 800;
text-align: center;
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
border-radius: 0px 0px 18.75px 18.75px;
} footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 35px 50px;
background-color: var(--primary-);
color: white;
flex-wrap: wrap;
text-transform: uppercase;
border-top: solid 1px white;
font-size: 14px;
}
.footer_menu {
display: flex;
font-family: "OpenSans";
}
.footer_menu li {
list-style-type: none;
}
.footer_menu a {
color: white;
padding: 0 10px;
font-size: 14px;
border-right: solid 1px white;
text-decoration: none;
}
.footer_menu li:last-child a {
border: none;
} .progress__content {
width: 400px;
margin: 0 auto;
padding-top: 250px;
padding-bottom: 150px;
min-height: 80vh;
}
.progress__item {
text-align: center;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.progress__item .headline>*,
.thank_you .headline>* {
font-size: 25px !important;
font-weight: 800;
color: #1A243F;
text-align: center;
}
.thank_you .headline .full_name {
color: var(--primary-);
text-transform: uppercase;
}
.thank_you {
text-align: center;
}
.thank_you a {
color: var(--primary-);
font-weight: 800;
text-align: center;
}
.progress__item .textinhalt>*,
.thank_you .textinhalt>* {
margin: 20px 0;
color: #1A243F;
text-align: center;
}
.progress__item input {
width: 100%;
}
.progress__content input[type=text],
.textarea,
.progress__content input[type=email] {
background: #FFFFFF;
border: 1px solid #B07C4B;
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
padding: 10px;
margin: 5px;
width: calc(50% - 10px);
flex-grow: 1;
min-width: 150px;
}
.fields__container {
display: flex;
flex-wrap: wrap;
flex-grow: 1;
}
.radio_group {
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-grow: 1;
}
.progress__content input[type=radio] {
display: none;
}
.radio__field {
width: 40%;
flex-grow: 1;
min-width: 200px;
}
.radio__field label {
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
margin: 10px;
cursor: pointer;
font-weight: 800;
display: block;
background: rgba(176, 124, 75, 0.25);
}
.radio__field label>span {
display: inline-block;
padding: 5px;
pointer-events: none;
width: 100%;
font-size: 12px;
}
.radio__field label>img {
width: 100%;
}
.progress__content input[type=radio]:checked+label {
background-color: #B07C4B;
border: solid 1px #B07C4B;
}
.progress__content input:focus {
outline: none;
}
.actions {
display: flex;
justify-content: space-between;
padding: 25px 0;
}
.progress__action {
padding: 10px 45px;
font-weight: 800;
text-align: center;
border: none;
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
border-radius: 12.5px;
cursor: pointer;
}
#zurück {
background: #D9D9D9;
}
#weiter {
background: var(--darkBlue-);
color: white;
}
@media screen and (max-width:750px) {
header {
padding: 0 50px !important;
}
}
@media screen and (max-width:470px) {
header {
padding: 0 20px !important;
}
header .logo {
margin-right: 20px;
height: 60px;
}
.progress__content {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
}
.invalid {
border: solid 1px #ff0000 !important;
box-shadow: 0 0 0.3rem #ff0000ad !important;
animation: shake 0.3s ease forwards;
-webkit-animation: shake 0.3s ease forwards;
}
@keyframes shake {
0% {
transform: translateY(0px);
}
25% {
transform: translateY(0.5rem);
}
75% {
transform: translateY(-0.5rem);
}
100% {
transform: translateY(0rem);
}
}
.validation__msg {
background: #ffc5c5;
height: 0;
overflow: hidden;
padding: 0;
border-radius: 5px;
color: #9e0303;
margin-top: 20px;
font-size: 13px;
transition: 0.3s ease;
}
.validation__msg.active {
padding: 10px;
height: unset;
}
.validation__msg li {
margin-left: 20px;
}
.spinner {
width: 25px;
height: 25px;
margin: 0px auto;
border: 4px solid rgba(0, 0, 0, .1);
border-left: 4px solid var(--primary-);
border-right: 4px solid var(--primary-);
animation: spinner 1s linear infinite forwards;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%
}
@keyframes spinner {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}
.global__LP {
padding-left: 100px;
}
.global__RP {
padding-right: 100px;
}
.module {
padding-top: 70px;
padding-bottom: 70px;
} .faq {
background-color: var(--darkBlue-);
color: white;
}
.faq .title {
margin-bottom: 60px;
font-size: 35px;
text-transform: uppercase;
font-family: 'tenez' !important;
color: var(--green-);
line-height: 1.05;
margin-bottom: 20px;
margin-bottom: 50px;
}
.faq .title>* {
font-family: "OpenSans_Bold";
}
.faq .title.global_title>* {
color: white;
}
.faq .question {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
cursor: pointer;
}
.faq .question * {
font-family: "OpenSans_Bold";
font-size: 20px;
}
.faq .answer>* {
font-family: "OpenSans_light";
}
.faq .faq__item {
border-bottom: solid 1px rgba(255, 255, 255, 0.459);
padding: 15px;
}
.faq .faq__item:first-child {
border-top: solid 1px rgba(255, 255, 255, 0.459);
}
.faq .question .toggle_faq {
cursor: pointer;
margin-left: 10px;
} @media screen and (min-width:650px) { .faq .question>div {
font-size: 25px;
}
}
@media screen and (max-width:1000px) {
header.progress__header .dot .title {
display: none;
}
footer {
flex-direction: column;
text-align: center;
}
footer>* {
margin: 10px 0;
}
footer .copright_section {
order: 2;
text-align: center;
}
footer .footer_menu {
order: 1;
flex-direction: column;
align-items: center;
}
footer .footer_menu a {
display: inline-block;
margin: 5px 0;
border: none;
}
}
@media screen and (max-width:800px) {
.faq .title {
font-size: 30px;
}
.global__LP {
padding-left: 20px;
}
.global__RP {
padding-right: 20px;
}
}
@media screen and (max-width:350px) { .global__LP {
padding-left: 20px;
}
.global__RP {
padding-right: 20px;
}
}
.text__bar {
background-color: var(--primary-);
font-weight: 800;
font-size: 25px;
text-align: center;
font-family: "OpenSans_Bold";
color: white;
padding: 20px;
}
.text__bar a {
color: white;
}
.seiteneinstieg {
display: flex;
position: relative;
}
.seiteneinstieg>div {
flex-basis: 50%;
}
.seiteneinstieg .body__text .headline>* {
font-family: "OpenSans_Bold";
text-transform: uppercase;
font-size: 25px;
}
.seiteneinstieg .body__text .text {
margin: 20px 0;
}
.seiteneinstieg .body__text .text p {
margin-bottom: 10px;
}
.seiteneinstieg .body__text .text>* {
font-weight: 600;
}
.seiteneinstieg .links {
display: flex;
flex-direction: column;
position: relative;
padding-left: 40px;
}
.seiteneinstieg .links .link {
background-color: var(--darkBlue-);
color: white;
font-weight: 700;
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
padding: 15px 10px;
border-radius: 10px;
margin-bottom: 15px;
text-align: center;
text-decoration: none;
}
.seiteneinstieg .links .link.border {
background: none;
border: solid 1px var(--darkBlue-);
color: var(--darkBlue-);
}
.click__here {
position: absolute;
top: -10px;
right: 20px;
}
.ti-widget-container {
width: 100% !important;
}
@media screen and (max-width:750px) {
.seiteneinstieg {
flex-direction: column; padding-top: 50px;
}
.seiteneinstieg>div {
padding:0 !important;
padding-top: 20px !important;
}
.seiteneinstieg .body__text {
order: 2;
}
.faq .question {
flex-direction: column;
align-items: center;
}
.faq .question>img {
height: 25px;
width: 25px;
margin-bottom: 20px;
}
.faq .question>div {
text-align: center;
order: 2;
}
.faq .answer {
text-align: center;
}
}
html {
scroll-behavior: smooth;
}
html:focus-within {
animation-name: smoothscroll2;
scroll-behavior: smooth;
}
@keyframes smoothscroll1 {
from, to { scroll-behavior: smooth; }
}
@keyframes smoothscroll2 {
from, to { scroll-behavior: smooth; }
}
.text_bild {
display: flex;
}
.text_bild>div {
flex-basis: 50%;
}
.text_bild .body__text .headline>* {
font-family: "OpenSans_Bold";
text-transform: uppercase;
font-size: 25px;
}
.text_bild .body__text {
padding-right: 80px;
}
.text_bild .body__text .text p {
margin: 10px 0;
}
.text_bild .image__container {
display: flex;
justify-content: flex-end;
box-shadow: 10px 10px black;
transform: translateX(-5px);
background-color: black;
}
.text_bild .image__container img {
width: 100%;
object-fit: cover;
box-shadow: 10px 10px black;
}
@media screen and (max-width:970px) {
.text_bild {
flex-direction: column;
text-align: center;
}
.text_bild .body__text {
order: 2;
padding-top: 50px;
}
.text_bild .body__text {
padding-right: 0;
}
}
.bild,
.embed_module {
margin: 10px 0;
width: 100%;
}
.embed_module iframe {
width: 100%;
}
.bild img {
width: 100%;
}
.landing {
background-position: 50% 50%;
background-size: cover;
position: relative;
color: white;
min-height: 400px;
}
.landing .content {
position: absolute;
top: 50%;
left: 50px;
transform: translateY(-50%);
max-width: 500px;
padding: 50px;
}
.landing .content p {
font-size: 15px !important;
margin-top: 10px;
font-family: "OpenSans_light"
}
.gradient {
position: absolute;
top: 0;
left: 0;
width: 70%;
height: 100%;
background: linear-gradient(90.01deg, rgba(176, 124, 75, 0.9) 14.86%, rgba(193, 152, 113, 0.75) 72.66%, rgba(209, 178, 150, 0.5) 89.34%, rgba(255, 255, 255, 0) 99.99%);
}
@media screen and (max-width:600px) {
.landing{
min-height: 470px;
}
.gradient {
background: linear-gradient(180deg, rgba(176, 124, 75, 0.9) 38.59%, rgba(209, 178, 150, 0.584071) 87.55%, rgba(255, 255, 255, 0) 101.61%);
backdrop-filter: blur(1.5px);
width: 100%;
}
.landing .content {
top: 50px;
transform: none !important;
left: 0;
padding-top: 0;
text-align: center;
}
}
@media screen and (max-width:400px) {
.landing .content {
padding: 20px;
}
}