@font-face {
font-family: Roboto;
src: url(//www.renate-kloess.de/wp-content/themes/renate-kloess/fonts/Roboto-Regular.ttf);
}
@font-face {
font-family: Roboto Bold;
src: url(//www.renate-kloess.de/wp-content/themes/renate-kloess/fonts/Roboto-Bold.ttf);
}
@font-face {
font-family: "Roboto Light";
src: url(//www.renate-kloess.de/wp-content/themes/renate-kloess/fonts/Roboto-Light.ttf);
}
html, body {
padding: 0;
margin: 0;
font-family: Roboto, sans-serif;
min-height: 100%;
letter-spacing: 1px;
font-size: 16px;
overflow-x: hidden;
}
html {
background: #fafafc;
}
a {
text-decoration: none;
color: #7999AB;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
a:hover {
color: #647e8d;
text-decoration: underline;
}
body {
padding-top: 60px;
}
h2 {
display: inline-block;
position: relative;
margin-top: 100px;
font-size: 30px;
color: #434343;
}
h2:after {
content: "";
z-index: -1;
position: absolute;
height: 10px;
bottom: 0;
left: 3px;
width: 100%;
background: rgba(228, 236, 238, 0.7);
}
.v-center-container {
display: flex;
justify-content: center; align-items: center; background: rgba(228, 236, 238, 0.7);
font-size: 22px;
line-height: 28px;
padding: 40px 20px;
box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
border-radius: 2px;
min-height: 400px;
}
@media (min-width: 600px) {
.v-center-container {
height: 100%;
}
}
.no-scroll {
overflow: hidden;
}
* {
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.top-page, .page {
scroll-snap-align: start;
}
.subtext {
font-size: 18px;
line-height: 25px;
margin-bottom: 50px;
}
.top-page {
position: relative;
width: 100%;
height: 100vh;
max-width: 1450px;
margin: -60px auto 0;
margin-bottom: 150px;
padding: 0 40px;
}
.top-page .top-vert {
position: absolute;
width: 1000px;
margin-left: 200px;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.top-page .top-vert .square {
background: rgba(228, 236, 238, 0.7);
width: 50%;
height: calc(100vh - 100px);
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.top-page .top-vert .photo {
margin-left: 25%;
margin-top: calc(-165px - 65px);
width: 470px;
height: 330px;
object-fit: cover;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.top-page .content {
position: absolute;
top: 45%;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
width: calc(100% - 40px);
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.top-page .content .left {
margin-left: 100px;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.top-page .content .left .top-left {
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.top-page .content .left .top-left .title {
font-family: Roboto Bold, sans-serif;
font-size: 48px;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.top-page .content .left .top-left .info {
font-size: 18px;
color: rgba(0, 0, 0, 0.3);
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.top-page .content .left .avatar {
margin-top: 40px;
width: 200px;
height: 200px;
border-radius: 50%;
object-fit: cover;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
border: 5px solid white;
box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.1);
}
.top-page .content .right {
width: 45%;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.top-page .content .right .text {
color: #585858;
margin-bottom: 30px;
white-space: pre-wrap;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.top-page .content .right .button, .top-page .content .right .wpcf7 input[type=submit], .wpcf7 .top-page .content .right input[type=submit] {
margin-left: 0;
}
.page {
min-height: calc(100vh - 60px);
width: 100%;
}
.page .content .text {
margin-top: 30px;
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
max-width: 800px;
}
.page .content .text h2 {
margin: 50px 0 20px 0;
}
.container {
max-width: 1450px;
padding: 0 20px;
margin: 0 auto;
}
.img-divider {
width: 100%;
height: 500px;
position: relative;
}
.img-divider .bg-img {
width: 100%;
height: 100%;
object-fit: cover;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.img-divider svg {
position: absolute;
}
.img-divider svg.top {
width: calc(100% + 8px);
left: -4px;
right: -4px;
top: -4px;
}
.img-divider svg.bottom {
width: calc(100% + 8px);
left: -4px;
right: -4px;
bottom: -4px;
}
h1 {
font-size: 50px;
opacity: 0.7;
}
@media (max-width: 400px) {
h1 {
font-size: 40px;
}
}
h1, p {
margin: 0;
}
p, ul li {
color: #5c5c5c;
}
.boxes {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-gap: 40px;
width: 100%;
}
@media (max-width: 1200px) {
.boxes {
grid-gap: 20px;
}
}
@media (max-width: 1100px) {
.boxes {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 800px) {
.boxes {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
.boxes .box {
box-shadow: 10px 0 30px 1px rgba(0, 0, 0, 0.1);
border-radius: 2px;
background: #ffffff;
overflow: hidden;
}
.boxes .box .thumbnail {
width: 100%;
height: 300px;
object-fit: cover;
}
.boxes .box .content {
padding: 40px;
}
.boxes .box .content .box-title {
font-size: 30px;
margin-bottom: 20px;
}
.boxes .box .content .box-text {
font-size: 18px;
line-height: 25px;
}
.button, .wpcf7 input[type=submit] {
position: relative;
display: inline-block;
text-decoration: none;
border: none;
outline: none;
padding: 20px 40px;
border-radius: 10px;
cursor: pointer;
color: white;
background: #7999AB;
font-size: 16px;
box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
-o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
-ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.button:hover, .wpcf7 input[type=submit]:hover {
background: #647e8d;
}
.card {
box-sizing: border-box;
font-size: 19px;
width: 96%;
max-width: 600px;
border-radius: 10px;
background: #fafafc;
box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
-o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
-ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
overflow: hidden;
padding: 50px;
margin: 50px auto;
}
@media (max-width: 1370px) {
.top-page .top-vert {
width: 1000px;
margin-left: 200px;
}
.top-page .top-vert .square {
width: 40%;
}
}
@media (max-width: 1370px) and (max-width: 1200px) {
.top-page .top-vert .square {
width: 30%;
}
}
@media (max-width: 1370px) {
.top-page .top-vert .photo {
margin-left: 25%;
margin-top: calc(-65px - 65px);
width: 370px;
height: 230px;
}
}
@media (max-width: 1370px) and (max-width: 1200px) {
.top-page .top-vert .photo {
margin-left: 10%;
}
}
@media (max-width: 1370px) {
.top-page .content {
top: 45%;
transform: translateY(-45%);
width: calc(100% - 40px);
}
.top-page .content .left {
margin-left: 100px;
}
.top-page .content .left .top-left .title {
font-family: Roboto Bold, sans-serif;
font-size: 48px;
}
.top-page .content .left .top-left .info {
font-size: 18px;
}
.top-page .content .left .avatar {
margin-top: 40px;
width: 200px;
height: 200px;
}
.top-page .content .right {
width: 45%;
}
.top-page .content .right .text {
margin-bottom: 30px;
}
}
@media (max-width: 1000px) {
.top-page .top-vert {
width: 1000px;
margin-left: 90px;
}
}
@media (max-width: 1000px) and (max-width: 600px) {
.top-page .top-vert {
margin-left: -50px;
}
}
@media (max-width: 1000px) {
.top-page .top-vert .square {
width: 30%;
height: 90vh;
}
}
@media (max-width: 1000px) and (max-width: 600px) {
.top-page .top-vert .square {
width: 20%;
}
}
@media (max-width: 1000px) {
.top-page .top-vert .photo {
margin-left: 10%;
margin-top: calc(-65px - 65px);
width: 370px;
height: 230px;
}
}
@media (max-width: 1000px) and (max-width: 600px) {
.top-page .top-vert .photo {
margin-top: calc(35px - 65px);
width: 250px;
height: 130px;
}
}
@media (max-width: 1000px) and (max-width: 400px) {
.top-page .top-vert .photo {
display: none;
}
}
@media (max-width: 1000px) {
.top-page .content {
flex-direction: column;
top: 45%;
left: 25%;
transform: translateY(-45%);
width: calc(100% - 40px);
margin-left: 0;
}
}
@media (max-width: 1000px) and (max-width: 600px) {
.top-page .content {
left: 20px;
}
}
@media (max-width: 1000px) {
.top-page .content .left {
margin: 0;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.top-page .content .left .top-left {
margin-bottom: 30px;
}
.top-page .content .left .top-left .title {
font-family: Roboto Bold, sans-serif;
font-size: 48px;
}
}
@media (max-width: 1000px) and (max-width: 600px) {
.top-page .content .left .top-left .title {
font-size: 30px;
}
}
@media (max-width: 1000px) {
.top-page .content .left .top-left .info {
font-size: 18px;
}
}
@media (max-width: 1000px) and (max-width: 600px) {
.top-page .content .left .top-left .info {
font-size: 16px;
}
}
@media (max-width: 1000px) {
.top-page .content .left .avatar {
margin: 0 20px 0 0;
width: 85px;
height: 85px;
}
}
@media (max-width: 1000px) and (max-width: 600px) {
.top-page .content .left .avatar {
width: 60px;
height: 60px;
}
}
@media (max-width: 1000px) {
.top-page .content .right {
width: 70%;
}
}
@media (max-width: 1000px) and (max-width: 600px) {
.top-page .content .right {
width: 100%;
}
}
@media (max-width: 1000px) {
.top-page .content .right .text {
margin-bottom: 30px;
}
}
.wpcf7 form .wpcf7-response-output {
border: none;
background: #e5e5e5;
margin-top: 60px;
padding: 10px 20px;
border-radius: 10px;
}
.wpcf7 form.init .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
background: #46b450;
border: none;
color: white;
margin-top: 60px;
padding: 10px 20px;
border-radius: 10px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
background: #dc3232;
border: none;
color: white;
margin-top: 60px;
padding: 10px 20px;
border-radius: 10px;
}
.wpcf7 form.spam .wpcf7-response-output {
background: #f56e28;
border: none;
color: white;
margin-top: 60px;
padding: 10px 20px;
border-radius: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
background: #ffb900;
border: none;
color: white;
margin-top: 60px;
padding: 10px 20px;
border-radius: 10px;
}
.wpcf7 input, .wpcf7 textarea {
outline: none;
border: none;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
font-size: 16px;
width: 100%;
padding: 12px 15px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 10px;
box-sizing: border-box;
}
.wpcf7 textarea {
resize: vertical;
}
.wpcf7 input[type=submit] {
width: 100%;
max-width: 300px;
float: right;
}
@media (max-width: 900px) {
.wpcf7 input[type=submit] {
max-width: 100%;
}
}
.imprint {
line-height: 25px;
width: 98%;
margin: 40px auto 0;
max-width: 800px;
background: white;
border-radius: 5px;
padding: 20px 40px;
box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.03);
text-align: justify;
letter-spacing: normal;
}
.header-image {
width: 100%;
height: 25vw;
min-height: 300px;
margin-bottom: 30px;
position: relative;
background: black;
}
.header-image .header-image-bg {
object-fit: cover;
width: 100%;
height: 100%;
opacity: 0.7;
}
.home-top {
position: relative;
height: calc(90vh - 60px);
margin-top: -60px;
min-height: 500px;
}
.home-top .home-top-bg {
position: absolute;
width: 100%;
height: 100%;
min-height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.home-top .home-top-fg {
position: absolute;
width: 100%;
height: 100%;
min-height: 500px;
color: white;
background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.3));
overflow: hidden;
}
.home-top .home-top-fg .home-top-text {
position: absolute;
display: inline-block;
white-space: pre-line;
border-radius: 5px;
top: 50%;
transform: translateY(-50%);
right: 20px;
padding: 20px;
width: 70%;
max-width: 500px;
font-size: 19px;
line-height: normal;
letter-spacing: normal;
}
.home-top .home-top-fg .home-top-text h2 {
font-family: sans-serif;
color: white;
}
.home-top .home-top-fg .home-top-text h2:after {
display: none;
}
@media (max-width: 400px) {
.home-top .home-top-fg .home-top-text h2 {
font-size: 16px;
}
}
.home-top .home-top-fg .home-top-text p {
color: #e4e4e4;
}
@media (max-width: 400px) {
.home-top .home-top-fg .home-top-text p {
font-size: 14px;
}
}
.home-top .home-top-fg svg {
position: absolute;
width: calc(100% + 8px);
left: -4px;
right: -4px;
bottom: -4px;
}
.content.home {
margin-top: 0;
margin-left: 100px;
margin-right: 100px;
transition: all 0.3s;
}
.content.home .title {
width: 99%;
max-width: 800px;
font-size: 19px;
margin: 150px auto 150px;
text-align: center;
line-height: 30px;
}
.content.home .title .avatar {
display: block;
border-radius: 50%;
width: 200px;
height: 200px;
margin: 0 auto 50px;
object-fit: cover;
box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 20px 10px;
border: 7px solid white;
}
@media (max-width: 770px) {
.content.home {
margin-left: 20px;
margin-right: 20px;
}
}
.scroll-down {
background: white;
border-radius: 50px;
box-shadow: rgba(0, 0, 0, 0.1) -1px -1px 10px 2px;
width: 60px;
height: 60px;
margin: 5px auto 0;
animation: bounce-animation 2s infinite;
cursor: pointer;
}
.scroll-down img {
margin: 15px;
width: 30px;
height: 30px;
cursor: pointer;
}
@keyframes bounce-animation {
0% {
transform: translateY(0);
}
50% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}@font-face {
font-family: Roboto;
src: url(//www.renate-kloess.de/wp-content/themes/renate-kloess/fonts/Roboto-Regular.ttf);
}
@font-face {
font-family: Roboto Bold;
src: url(//www.renate-kloess.de/wp-content/themes/renate-kloess/fonts/Roboto-Bold.ttf);
}
@font-face {
font-family: "Roboto Light";
src: url(//www.renate-kloess.de/wp-content/themes/renate-kloess/fonts/Roboto-Light.ttf);
}
.nav {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 60px;
line-height: 60px;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
z-index: 99;
background: white;
}
@supports (backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px)) or (-moz-backdrop-filter: blur(20px)) or (-o-backdrop-filter: blur(20px)) or (-ms-backdrop-filter: blur(20px)) {
.nav {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
-moz-backdrop-filter: blur(20px);
-o-backdrop-filter: blur(20px);
-ms-backdrop-filter: blur(20px);
}
}
.nav.shadow {
box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 2px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 2px;
-o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 2px;
-ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 2px;
}
.nav .nav_content {
width: 100%;
max-width: 1450px;
margin: 0 auto;
padding: 0 20px;
}
.nav .nav_content .nav_title {
position: relative;
display: inline-block;
font-size: 1.3em;
cursor: pointer;
opacity: 0;
pointer-events: none;
transform: scale(1.1) translateX(20px);
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.nav .nav_content .nav_title:after {
content: "Heilpraktikerin Psychotherapie";
position: absolute;
margin-left: 20px;
letter-spacing: normal;
width: 500px;
left: 100%;
top: 0;
font-size: 16px;
color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 400px) {
.nav .nav_content .nav_title:after {
left: -5px;
top: calc(100% - 25px);
line-height: 16px;
font-size: 12px;
color: rgba(0, 0, 0, 0.2);
}
}
.nav .nav_content .nav_title.visible {
opacity: 1;
pointer-events: auto;
transform: scale(1) translateX(0);
}
.nav .nav_content .nav_title a {
font-family: "Roboto Bold", sans-serif;
color: #000;
text-decoration: none;
display: flex;
height: 60px;
font-size: 23px;
}
.nav .nav_content .nav_title a img {
height: 54px;
margin-top: 3px;
}
.nav .nav_content .mobile-menu {
display: none;
}
.nav .nav_content .mobile-menu-checkbox {
display: none;
}
.nav .nav_content .mobile_nav_bg {
display: inline;
cursor: pointer;
opacity: 0;
pointer-events: none;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.nav .nav_content .nav_link_container {
float: right;
box-sizing: border-box;
padding: 0;
line-height: 60px;
}
.nav .nav_content .nav_link_container .nav_link {
display: inline-block;
position: relative;
font-size: 15px;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
color: #1f1f1f;
box-sizing: border-box;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.nav .nav_content .nav_link_container .nav_link:before {
content: "";
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.nav .nav_content .nav_link_container .nav_link:hover {
color: rgba(31, 31, 31, 0.6);
}
.nav .nav_content .nav_link_container .nav_link:not(:first-child) {
margin-left: 10px;
}
.nav .nav_content .nav_link_container .nav_link.route_active {
font-family: Roboto Bold, serif;
}
.nav .nav_content .nav_link_container .nav_link.space-left {
margin-left: 40px;
}
.nav .nav_content .nav_link_container .nav_link.dropdown {
position: relative;
}
.nav .nav_content .nav_link_container .nav_link.dropdown .dropdown_content {
display: block;
position: absolute;
background: white;
border-radius: 5px;
min-width: 200px;
opacity: 0;
pointer-events: none;
transform: translateY(-20px);
transition: 0.2s all;
box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
}
.nav .nav_content .nav_link_container .nav_link.dropdown .dropdown_content .dropdown_link {
display: block;
padding: 1px 20px;
text-decoration: none;
color: #1f1f1f;
}
.nav .nav_content .nav_link_container .nav_link.dropdown .dropdown_content .dropdown_link:hover {
background: rgba(0, 0, 0, 0.03);
}
.nav .nav_content .nav_link_container .nav_link.dropdown:hover .dropdown_content {
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
@media screen and (max-width: 1000px) {
.nav .nav_content .nav_title {
font-size: 16px;
}
.nav .nav_content .nav_title:after {
margin-left: 10px;
font-size: 14px;
}
.nav .nav_content .nav_title a img {
height: 42px;
margin-top: 9px;
}
.nav .nav_content .nav_title a span {
margin-left: 5px;
font-size: 16px;
}
.nav .nav_content .nav_link_container {
position: fixed;
pointer-events: none;
opacity: 0;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
top: 60px;
left: 100%;
width: 95%;
max-width: 300px;
height: calc(100vh - 60px);
background: #f9f9f9;
box-sizing: border-box;
text-align: center;
overflow-y: scroll;
padding: 20px 20px 80px;
}
.nav .nav_content .nav_link_container .nav_link {
width: 100%;
font-weight: normal;
max-width: 500px;
margin: 0 auto;
border: none;
text-align: center;
pointer-events: none;
border-radius: 5px;
line-height: 50px;
}
.nav .nav_content .nav_link_container .nav_link:hover {
border: none;
opacity: 1;
color: #6d8ce1;
background: rgba(109, 140, 225, 0.13);
}
.nav .nav_content .nav_link_container .nav_link:not(:first-child) {
margin-left: auto;
}
.nav .nav_content .nav_link_container .nav_link.route_active {
border: none;
color: #6d8ce1;
background: rgba(109, 140, 225, 0.07);
}
.nav .nav_content .nav_link_container .nav_link.route_active:after {
display: none;
}
.nav .nav_content .nav_link_container .nav_link.dropdown {
position: relative;
padding-left: 0;
padding-right: 0;
border-radius: 0;
background: rgba(109, 140, 225, 0);
border-top: 1px solid #cdcdcd;
}
.nav .nav_content .nav_link_container .nav_link.dropdown .title {
display: none;
}
.nav .nav_content .nav_link_container .nav_link.dropdown .dropdown_content {
position: relative;
width: 100%;
opacity: 1;
pointer-events: auto;
transform: translateY(0);
background: rgba(255, 255, 255, 0.3);
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.nav .nav_content .nav_link_container .nav_link.button {
line-height: 30px;
padding: 10px;
border: 2px solid #6d8ce1;
color: #6d8ce1;
margin: 0 auto;
cursor: pointer;
}
.nav .nav_content .nav_link_container .nav_link.button:hover {
background: rgba(65, 105, 225, 0.05);
box-shadow: none;
}
.nav .nav_content .nav_link_container .nav_link.button.route_active {
box-shadow: none;
}
.nav .nav_content .nav_link_container .nav_link.space-left, .nav .nav_content .nav_link_container .nav_link.space-mobile {
margin-top: 10px;
}
.nav .nav_content .mobile-menu {
position: fixed;
right: 10px;
top: 5px;
display: block;
padding: 0 10px 10px 10px;
cursor: pointer;
border-radius: 50%;
}
.nav .nav_content .mobile-menu i {
cursor: pointer;
display: block;
background: black;
width: 20px;
height: 2.5px;
border-radius: 50px;
margin-left: 14px;
transition: all 0.2s ease;
}
.nav .nav_content .mobile-menu i:nth-child(1) {
width: 12px;
margin-top: 16px;
}
.nav .nav_content .mobile-menu i:nth-child(2) {
margin-top: 4px;
opacity: 1;
}
.nav .nav_content .mobile-menu i:nth-child(3) {
width: 12px;
float: right;
margin-top: 4px;
}
.nav .nav_content .mobile-menu-checkbox.enabled + .mobile-menu {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.nav .nav_content .mobile-menu-checkbox.enabled + .mobile-menu i {
background: black;
width: 20px;
}
.nav .nav_content .mobile-menu-checkbox.enabled + .mobile-menu i:nth-child(1) {
transform: translateY(2px) rotate(180deg);
-webkit-transform: translateY(2px) rotate(180deg);
-moz-transform: translateY(2px) rotate(180deg);
-o-transform: translateY(2px) rotate(180deg);
-ms-transform: translateY(2px) rotate(180deg);
}
.nav .nav_content .mobile-menu-checkbox.enabled + .mobile-menu i:nth-child(2) {
opacity: 0;
}
.nav .nav_content .mobile-menu-checkbox.enabled + .mobile-menu i:nth-child(3) {
transform: translateY(-11px) rotate(90deg);
-webkit-transform: translateY(-11px) rotate(90deg);
-moz-transform: translateY(-11px) rotate(90deg);
-o-transform: translateY(-11px) rotate(90deg);
-ms-transform: translateY(-11px) rotate(90deg);
}
.nav .nav_content .mobile-menu-checkbox.enabled ~ .mobile_nav_bg {
position: fixed;
opacity: 1;
pointer-events: auto;
left: 0;
top: 60px;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.3);
}
.nav .nav_content .mobile-menu-checkbox.enabled ~ .nav_link_container {
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
opacity: 1;
pointer-events: auto;
}
.nav .nav_content .mobile-menu-checkbox.enabled ~ .nav_link_container .nav_link {
pointer-events: auto;
}
}footer {
text-align: center;
width: 100%;
padding: 30px;
background: #f5f5f5;
margin-top: 100px;
color: #4a4a4a;
}
footer a {
color: black;
}