@font-face {
font-family: 'montserratregular';
src: url(//www.gyn-am-gutenbergplatz.de/wp-content/themes/frauenarztpraxis/fonts/montserrat-regular-webfont.woff2) format('woff2'),
url(//www.gyn-am-gutenbergplatz.de/wp-content/themes/frauenarztpraxis/fonts/montserrat-regular-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'montserratitalic';
src: url(//www.gyn-am-gutenbergplatz.de/wp-content/themes/frauenarztpraxis/fonts/montserrat-italic-webfont.woff2) format('woff2'),
url(//www.gyn-am-gutenbergplatz.de/wp-content/themes/frauenarztpraxis/fonts/montserrat-italic-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'montserrat_mediumregular';
src: url(//www.gyn-am-gutenbergplatz.de/wp-content/themes/frauenarztpraxis/fonts/montserrat-medium-webfont.woff2) format('woff2'),
url(//www.gyn-am-gutenbergplatz.de/wp-content/themes/frauenarztpraxis/fonts/montserrat-medium-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'montserratbold';
src: url(//www.gyn-am-gutenbergplatz.de/wp-content/themes/frauenarztpraxis/fonts/montserrat-bold-webfont.woff2) format('woff2'),
url(//www.gyn-am-gutenbergplatz.de/wp-content/themes/frauenarztpraxis/fonts/montserrat-bold-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
} @keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeInFromTop {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInFromLeft {
from {
opacity: 0;
transform: translateX(-50px);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes fadeInFromRight {
from {
opacity: 0;
transform: translateX(50px);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes fadeInFromBottom {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
} html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
}
body {
font-family: 'montserratregular';
background: #ffffff;
color: #696969;
text-align: left;
font-size: 21px; 
font-size: 2.1rem;
line-height: 1.4;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1 {
font-family: 'montserrat_mediumregular';
letter-spacing: 0.05em;
text-transform: uppercase;
color: #004d9e;
margin-bottom: 17px;
}
#sub-header h1 {
color: #ffffff;
margin-top: 0;
}
h2 {
font-family: 'montserratbold';
font-size: 45px;
font-size: 4.5rem;
margin-top: 0;
margin-bottom: 30px;
color: #004d9e;
line-height: 1.2;
}
#sub-header h2 {
color: #ffffff;
margin-bottom: 0;
}
h3 {
font-family: 'montserratbold';
margin-top: 30px;
margin-bottom: 20px;
color: #004d9e;
}
h4 {
color: #004d9e;
}
p {
margin-bottom: 20px;
}
p:last-child {
margin-bottom: 0;
}
p.intro {
text-align: center;
color: #004d9e;
margin-bottom: 100px;
}
p.intro:after {
content: '';
width: 110px;
display: block;
margin: auto;
border-bottom: 1px solid #004d9e;
margin-top: 15px;
}
body.home p.intro.news {
text-align: left;
color: #696969;
margin-bottom: 20px;
}
body.home p.intro.news:after {
display: none;
}
p.intro a {
font-family: 'montserratbold';
}
a {
color: #004d9e;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
strong {
font-family: 'montserratbold';
}
em {
font-family: 'montserratitalic';
}
main ul, main ol {
margin-bottom: 20px;
}
main ul:last-child, main ol:last-child {
margin-bottom: 0;
}
main ul:not(.flex-direction-nav) li {
position: relative;
padding-left: 20px;
margin-bottom: 7px;
}
main ul:not(.flex-direction-nav) li:before {
content: '•';
position: absolute;
left: 0;
}
main ol {
counter-reset: foo;
display: table;
}
main ol li {
list-style: none;
counter-increment: foo;
display: table-row;
}
main ol li:before {
content: counter(foo) ".";
display: table-cell;
text-align: right;
padding-right: 1em;
}
img {
display: block;
width: 100%;
height: auto;
} .wp-block-image {
margin-bottom: 20px;
}
.wp-block-image .alignleft {
float: left;
margin-right: 20px;
margin-bottom: 20px;
max-width: 330px;
}
.wp-block-image .alignright {
float: right;
margin-left: 20px;
margin-bottom: 20px;
max-width: 330px;
} .wp-caption {
width: 100%;
margin-bottom: 20px;
}
.wp-caption.alignleft {
float: left;
margin-right: 20px;
}
.wp-caption.alignright {
float: right;
margin-left: 20px;
}
.wp-caption-text {
font-size: 17px;
font-size: 1.7rem;
color: #8b8b8b;
margin-top: 10px;
} hr {
margin-top: 70px;
margin-bottom: 70px;
border-top: 1px solid #d2d2d2;
border-bottom: none;
} table {
margin-bottom: 60px;
}
tr:nth-child(odd) {
background: #f6f6f6;
}
tr:first-child {
border-bottom: 3px solid #191919;
background: #ffffff;
}
td {
vertical-align: middle;
padding: 10px;
}
header {
padding: 40px 4%;
position: relative;
}
header #logo {
}
header #logo img {
width: 320px;
height: auto;
display: block;
}
header nav#main-menu {
position: fixed;
top: 50%;
margin-top: -35px;
right: 4%;
width: 0;
height: 0;
z-index: 2;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
header nav#main-menu.open {
top: -15vw;
margin-top: 0;
right: -15vw;
width: 80vw;
height: 80vw;
-moz-border-radius: 50vw;
-webkit-border-radius: 50vw;
border-radius: 50vw;
background-color: rgba(254, 203, 0, 0.9);
}
header nav#main-menu ul.menu {
text-align: center;
}
header nav#main-menu ul li {
display: block;
}
header nav#main-menu ul li a {
font-family: 'montserratbold';
font-size: 3.4vw;
display: inline-block;
padding: 10px;
text-transform: uppercase;
color: #ffffff;
}
header nav#main-menu ul li a:hover {
text-decoration: none;
color: #004d9e;
}
header nav#main-menu ul li.current-menu-item a {
color: #004d9e;
} .burger {
background: #004d9e;
width: 70px;
height: 70px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
position: absolute;
z-index: 3;
top: 39px;
right: 4%;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
cursor: pointer;
font-size: 12px;
cursor: pointer;
-webkit-transition: .2s all;
-o-transition: .2s all;
transition: .2s all;
-webkit-tap-highlight-color: transparent;
}
.burger:hover {
background: #fecb00;
}
.burger.open {
background: transparent;
position: fixed;
}
.burger .burger-lines:after {
left: 0;
top: -1em; }
.burger .burger-lines:before {
left: 1em;
top: 1em; }
.burger .burger-lines {
top: 50%;
margin-top: -0.125em;
margin-left: 16px; }
.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
pointer-events: none;
display: block;
content: '';
width: 3em;
border-radius: 0.25em;
background-color: white;
height: 0.25em;
position: absolute;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0); }
.burger .burger-lines:after {
left: 0;
top: -1em; }
.burger .burger-lines:before {
left: 1em;
top: 1em; }
.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
-webkit-transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
-o-transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s; }
.burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
width: 2em; }
.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines:after, .burger.burger-squeeze.open .burger-lines:before {
-webkit-transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
-o-transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
transition: .2s background-color, .2s top, .2s left, .2s transform .15s; }
.burger.burger-squeeze.open .burger-lines {
background-color: transparent; }
.burger.burger-squeeze.open .burger-lines:before, .burger.burger-squeeze.open .burger-lines:after {
left: 0.5em;
top: 0px; }
.burger.burger-squeeze.open .burger-lines:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.burger.burger-squeeze.open .burger-lines:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
main {
max-width: 800px;
margin: auto;
padding: 0 4%;
}
#sub-header {
display: flex;
justify-content: space-between;
align-items: stretch;
margin-bottom: 100px;
background: #004d9e;
}
#blue-box {
padding: 0 7%;
flex-basis: 50%;
box-sizing: border-box;
align-self: center;
min-width: 50%;
}
#featured-image {
flex-basis: 50%;
min-width: 50%;
}
.flex-2-col {
display: flex;
justify-content: center;
margin-bottom: 80px;
}
#sprechzeiten-wrapper {
position: relative;
text-align: center;
} 
.flex-2-col .textwidget:after {
content: '';
position: absolute;
bottom: -10px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #004d9e transparent transparent transparent;
}
#sprechzeiten-wrapper .textwidget {
position: absolute;
width: 290px;
height: 120px;
top: 4px;
margin-top: -200px;
left: 50%;
margin-left: -175px;
background: #004d9e;
color: #ffffff;
padding: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
text-align: left;
}
#sprechzeiten-wrapper .textwidget:after {
left: 166px;
}
#sprechzeiten-wrapper:hover .textwidget {
opacity: 1;
visibility: visible;
}
#tel-wrapper {
position: relative;
text-align: center;
} 
#tel-wrapper .textwidget {
position: absolute;
width: 168px;
height: 20px;
top: 4px;
margin-top: -100px;
left: 50%;
margin-left: -114px;
background: #004d9e;
color: #ffffff;
padding: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
text-align: center;
}
#tel-wrapper .textwidget:after {
left: 107px;
}
#tel-wrapper:hover .textwidget {
opacity: 1;
visibility: visible;
}
#tel-wrapper-mobile {
display: none;
text-align: center;
}
.info-home {
flex-basis: 40%;
font-size: 17px;
font-size: 1.7rem;
}
.info-home:hover {
opacity: 1;
}
.info-home span.icon {
max-width: 70px;
display: block;
margin: auto;
} #map {
height: 660px;
margin-bottom: 100px;
} #map2 {
margin-bottom: 100px;
}
#map2 p {
margin-top: 15px;
text-align: center;
font-size: 1.7rem;
} #news {
margin: 30px 0 0 0;
text-align: right;
}
.news-box {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #d2d2d2;
padding: 45px 0;
text-align: left;
}
.news-box .news-image {
flex-basis: 30%;
margin-right: 40px;
}
.news-box .news-text {
flex-basis: 70%;
line-height: 1.3;
}
.news-box .news-text h3 {
margin-top: 0;
margin-bottom: 10px;
}
body.home .news-box .news-text h2, body.page-id-25 .news-box .news-text h2 {
display: none;
}
.news-box .news-text p, .news-box .news-text a.more-link {
display: inline;
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 0;
}
.news-box .news-text li {
font-size: 18px;
font-size: 1.8rem;
}
a.small-link {
font-size: 18px;
font-size: 1.8rem;
margin-top: 40px;
display: inline-block;
}
body.page-template-page-leistungen-child a.small-link {
margin-top: 0;
} .child-wrapper {
padding: 35px 0;
border-bottom: 1px solid #d2d2d2;
}
.child-title {
cursor: pointer;
}
.child-title h3 {
margin: 0;
position: relative;
}
.child-title h3:after {
font-family: 'montserratregular';
content: '+';
position: absolute;
right: 0;
top: -7px;
font-size: 32px;
font-size: 3.2rem;
}
.child-title.active h3:after {
content: '-';
}
.child-content {
display: none;
padding-top: 20px;
} .wp-block-columns.team {
margin-bottom: 40px;
flex-wrap: nowrap !important;
}
.wp-block-columns.team .wp-block-image img {
border-radius: 100%;
border: 1px solid #e1e1e1;
}
.wp-block-columns.team .wp-block-image figcaption {
font-family: 'montserratbold';
margin-top: 30px;
margin-bottom: 10px;
color: #004d9e;
font-size: 21px;
font-size: 2.1rem;
text-align: center;
}
.wp-block-columns.team .wp-block-image figcaption a {
position: relative;
display: inline-block;
padding-right: 30px;
}
.wp-block-columns.team .wp-block-image figcaption a:after {
font-family: 'montserratregular';
position: absolute;
content: '+';
right: 0;
} .alignwide, .is-style-wide {
width: 100vw;
max-width: 1280px;
margin-left: calc(50% - 1280px / 2);
}
.alignfull {
width: 100vw;
max-width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
footer {
background: #004d9e;
margin-top: 100px;
}
#blue-footer {
padding: 150px 4%;
display: flex;
justify-content: space-between;
align-items: flex-start;
max-width: 1280px;
margin: auto;
}
#blue-footer h3, #blue-footer p, #blue-footer a {
color: #ffffff;
}
#blue-footer h3 {
margin-top: 0;
}
#footer-contact {
flex-basis: 25%;
margin-right: 40px;
}
#footer-sprech {
flex-basis: 35%;
margin-right: 40px;
}
#footer-tkm {
margin-left: auto;
text-align: center;
}
#footer-tkm img {
width: 200px;
margin: 25px;
height: auto;
display: inline-block;
}
#footer-social {
margin-left: auto;
text-align: right;
}
#footer-social img {
width: auto;
height: 70px;
display: inline-block;
margin-left: 30px;
}
#white-footer {
background: #ffffff;
padding: 35px 4% 120px 4%;
text-align: center;
}
#white-footer ul li {
display: inline-block;
margin: 0 20px;
}
#white-footer ul li a {
font-size: 18px;
font-size: 1.8rem;
} #doctolib {
display: flex;
align-items: center;
gap: 0.7rem;
position: fixed;
right: 3rem;
bottom: 3rem;
background-color: #004d9e;
color: #ffffff;
padding: 1.3rem 2.5rem;
font-family: 'montserratbold';
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.05em;
opacity: 0;
animation: fadeInFromBottom 0.7s ease-out 1s forwards;
border-radius: 99px;
box-shadow: 0 0 8px 0px rgba(0,0,0,0.2);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
#doctolib:hover {
background-color: #fecb00;
text-decoration: none;
}
#doctolib img {
display: block;
width: 2.5rem;
height: 2.5rem;
} .wpcf7 {
margin-bottom: 8% !important;
}
.wpcf7 p {
color: #000000;
margin-bottom: 20px;
}
.wpcf7 p:last-child {
margin-bottom: 20px;
}
.wpcf7 p.float-wrapper:after {
content: '';
display: block;
clear: both;
}
.wpcf7 p.float-wrapper span.left {
float: left;
width: calc(50% - 10px);
}
.wpcf7 p.float-wrapper span.right {
float: right;
width: calc(50% - 10px);
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
font-family: 'open_sanslight';
border: 1px solid #8f8f8f;
background: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-appearance: textfield;
-webkit-appearance: textfield;
appearance: textfield;
width: 100%;
padding: 10px;
font-size: 19px;
font-size: 1.9rem;
color: #000000;
}
textarea {
border: 1px solid #8f8f8f;
padding: 10px;
}
input[type="date"] {
font-family: 'open_sanslight';
border: 1px solid #8f8f8f;
padding: 10px;
font-size: 19px;
font-size: 1.9rem;
width: 210px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
border-radius: 0;
width: 100%;
box-sizing: border-box;
font-size: 19px;
font-size: 1.9rem;
color: #000000;
padding: 20px;
border: 1px solid #8f8f8f;
background-image: url(//www.gyn-am-gutenbergplatz.de/wp-content/themes/frauenarztpraxis/img/arrow-down.svg);
background-repeat: no-repeat;
background-size: 24px auto;
background-position-x: calc(100% - 20px);
background-position-y: center;
margin-top: 10px;
} select::-ms-expand {
display:none;
}
.lt-ie10 select {
background-image: none;
}
span.wpcf7-list-item {
display: block !important;
margin: 0 !important;
}
input[type="submit"] {
font-family: 'open_sanssemibold';
cursor: pointer;
background: transparent;
width: 100%;
font-size: 17px; 
font-size: 1.7rem;
text-transform: uppercase;
background: #191919;
color: #ffffff;
border: none;
margin-bottom: 0;
margin-top: 4%;
padding: 20px 0;
letter-spacing: 0.1em;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.wpcf7 .wpcf7-submit:hover {
background: #ebc8a0;
color: #ffffff;
} .wpcf7-response-output {
margin: 10px 0px !important;
padding: 10px !important;
font-family: 'open_sanslight';
font-size: 18px !important;
font-size: 1.8rem !important;
}
span.wpcf7-not-valid-tip {
font-family: 'open_sanslight_italic';
color: #e3000f !important;
font-size: 18px !important;
font-size: 1.8rem !important;
}
div.wpcf7-validation-errors {
border: 1px solid #e3000f !important;
color: #e3000f;
font-size: 18px !important;
font-size: 1.8rem !important;
}
div.wpcf7-mail-sent-ok {
border: 1px solid #1a8e48 !important;
color: #1a8e48 !important;
font-size: 18px !important;
font-size: 1.8rem !important;
}
::-webkit-input-placeholder { color: #949494;
}
:-moz-placeholder { color: #949494;
opacity: 1;
}
::-moz-placeholder { color: #949494;
opacity: 1;
}
:-ms-input-placeholder { color: #949494;
}
@media screen and (max-width: 1410px) {
body {
font-size: 19px;
font-size: 1.9rem;
}
h2 {
font-size: 40px;
font-size: 4.0rem;
}
#blue-footer {
padding: 130px 4%;
}
#white-footer {
padding: 26px 4% 120px 4%;
}
a.small-link, #white-footer ul li a {
font-size: 16px;
font-size: 1.6rem;
}
}
@media screen and (max-width: 1340px) {
.alignwide, .is-style-wide {
width: 100%;
margin-left: 0;
}
#map {
height: 550px;
}
}
@media screen and (max-width: 1250px) {
h1 {
font-size: 17px;
font-size: 1.7rem;
}
h2 {
font-size: 36px;
font-size: 3.6rem;
}
header {
padding: 30px 4%;
}
header #logo img {
width: 280px;
}
.burger {
width: 60px;
height: 60px;
top: 30px;
}
.burger .burger-lines {
margin-left: 12px;
}
.burger .burger-lines:before {
top: 11px;
}
.burger .burger-lines:after {
top: -11px;
}
#blue-footer {
padding: 110px 4%;
}
}
@media screen and (max-width: 1130px) {
h1 {
font-size: 15px;
font-size: 1.5rem;
margin-bottom: 12px;
}
h2 {
font-size: 32px;
font-size: 3.2rem;
}
#footer-contact {
flex-basis: 23%;
margin-right: 30px;
}
#footer-sprech {
margin-right: 30px;
}
#doctolib {
font-size: 15px;
}
}
@media screen and (max-width: 1000px) {
body {
font-size: 18px;
font-size: 1.8rem;
}
.news-box .news-text p, .news-box .news-text a.more-link, .news-box .news-text li {
font-size: 16px;
font-size: 1.6rem;
}
h1 {
font-size: 14px;
font-size: 1.4rem;
}
h2 {
font-size: 28px;
font-size: 2.8rem;
}
header {
padding: 20px 4%;
}
header #logo img {
width: 240px;
}
.burger {
width: 50px;
height: 50px;
top: 21px;
}
.burger .burger-lines {
width: 29px;
margin-left: 10px;
}
.burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
width: 20px;
}
.burger .burger-lines:before {
top: 9px;
left: 9px;
}
.burger .burger-lines:after {
top: -9px;
}
#sub-header, p.intro, #map, #map2 {
margin-bottom: 60px;
}
.flex-2-col {
margin-bottom: 40px;
}
#news {
margin: 20px 0 0 0;
}
.news-box {
padding: 35px 0;
}
.child-wrapper {
padding: 30px 0;
}
.child-title h3:after {
top: -9px;
}
#map {
height: 480px;
}
#blue-footer {
padding: 70px 4%;
}
#blue-footer p {
font-size: 16px;
font-size: 1.6rem;
}
#footer-tkm img {
width: 170px;
margin: 14px;
}
.news-box .news-image {
margin-right: 30px;
}
.wp-block-columns.team {
max-width: 600px;
margin: auto auto 20px auto;
}
}
@media screen and (max-width: 880px) {
body {
font-size: 17px;
font-size: 1.7rem;
}
.news-box .news-text p, .news-box .news-text a.more-link, .news-box .news-text li {
font-size: 15px;
font-size: 1.5rem;
}
h2 {
font-size: 25px;
font-size: 2.5rem;
}
header nav#main-menu.open {
width: 90vw;
height: 90vw;
}
header nav#main-menu ul li a {
font-size: 3.8vw;
}
#blue-footer {
padding: 60px 4%;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
#footer-contact {
flex-basis: auto;
margin-right: 0;
}
#footer-sprech {
flex-basis: auto;
margin-top: 35px;
margin-right: 0;
}
#footer-tkm {
flex-basis: auto;
margin-top: 35px;
margin-left: 0;
}
#footer-tkm img {
margin: 0;
}
#blue-footer #footer-sprech span {
width: auto !important;
}
#white-footer ul li {
margin: 0 10px;
}
}
@media screen and (max-width: 780px) {
h2 {
font-size: 23px;
font-size: 2.3rem;
}
.news-box .news-image {
margin-right: 22px;
}
}
@media screen and (max-width: 720px) {
h1 {
margin-bottom: 8px;
}
#sub-header {
flex-direction: column;
}
#blue-box {
flex-basis: 100%;
text-align: center;
padding: 35px 4%;
}
#featured-image {
flex-basis: 100%;
}
.wp-block-columns.team {
max-width: 330px;
margin: 0 auto;
flex-wrap: wrap !important;
}
.wp-block-column {
flex-basis: 100%;
flex-grow: 0;
margin: 0 0 30px 0 !important;
}
}
@media screen and (max-width: 660px) {
header nav#main-menu.open {
width: 100vw;
height: 100vw;
}
header nav#main-menu ul li a {
font-size: 3.8vw;
}
.flex-2-col {
flex-direction: column;
}
#sprechzeiten-wrapper {
margin-bottom: 40px;
}
}
@media screen and (max-width: 500px) {
.news-box {
flex-direction: column;
padding: 43px 0 35px 0;
}
.news-box .news-image {
flex-basis: 100%;
margin-right: 0;
margin-bottom: 15px;
}
header nav#main-menu.open {
width: 130vw;
height: 130vw;
top: -25vw;
-moz-border-radius: 100vw;
-webkit-border-radius: 100vw;
border-radius: 100vw;
}
header nav#main-menu ul li a {
font-size: 5vw;
}
}
@media screen and (max-width: 480px) {
#doctolib {
left: 4vw;
right: 4vw;
bottom: 4vw;
justify-content: center;
}
}
@media screen and (max-width: 420px) {
#sprechzeiten-wrapper .textwidget {
width: 240px;
height: 98px;
top: 4px;
margin-top: -180px;
left: 50%;
margin-left: -150px;
font-size: 14px;
}
#sprechzeiten-wrapper .textwidget:after {
left: 140px;
}
#tel-wrapper {
display: none;
}
#tel-wrapper-mobile {
display: block;
}
#tel-wrapper-mobile a:hover {
text-decoration: none;
}
#tel-wrapper-mobile span.icon {
max-width: 70px;
display: block;
margin: auto;
}
}
@media screen and (max-width: 360px) {
header #logo img {
width: 210px;
}
.burger {
top: 17px;
}
#doctolib {
font-size: 14px;
}
}