@charset "UTF-8";
/*
Theme Name: Witt 2022
Theme URI:
Author: Andreas Meier, Kentro Design
Author URI: https://www.kentro-design.de
Description: Kentro Design Theme für die Kinderarztpraxis Witt
Version: 1.0
Tags: beige, blue, orange
Text Domain: witt
*/

/*
	
	Inhalt:
	
	CSS RESET
	ACCESSIBILITY
	VARIABLES
	FONTS AND ICONS
	
	AREAS
	BASIC CONTAINERS
	GENERAL HTML TAGS
	CUSTOM CLASSES
	
	HEADER
	NAVIGATION
	
	CONTENT
	- layout allgemein
	- spalten
	- box
	- text
	- links
	- listen
	- buttons
	- icons
	- bilder
	- galerie-blöcke (nicht genutzt)
	WORDPRESS PLUGINS
	
	SIDEBAR
	FOOTER
	
	RESPONSIVENESS 90 rem / 1440 px
	RESPONSIVENESS 72.5 rem / 1160 px
	RESPONSIVENESS 67 rem / 1072 px
	RESPONSIVENESS 57 rem / 912 px
	RESPONSIVENESS 49 rem / 784 px
	RESPONSIVENESS 40 rem / 640 px
	RESPONSIVENESS 34 rem / 544 px
	
	PRINT	
	
*/

/* ========================================================================== */
/* !CSS RESET ---------------------------------------- */
/* ========================================================================== */

/* normalize.css v1.0.1 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p, pre {
    margin: 1em 0;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    _font-family: 'courier new',monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl, menu, ol, ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu, ol, ul {
    padding: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    
 
/* ========================================================================== */
/* !ACCESSABILITY ---------------------------------------- */
/* ========================================================================== */

.screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
} 

 
    
/* ========================================================================== */
/* ! VARIABLES ---------------------------------------- */
/* ========================================================================== */

/* colors + measures */

:root {
    --color-main: #6288c6; /* blau */
    --color-text: #444; /* textgrau */
	--color-text-bold: #444; /* textgrau */
    --color-breadcrumb: #666; /* textgrau */
	--color-negative: #fff; /* weiß */

    --color-link: #f8a500; /* orange */
    --color-link-visited: #444; /* textgrau */
    --color-link-hover: #6288c6; /* orange */
    
    --color-bg-1: #fdfbf3; /* sehrhellbeige */
	
	--color-line: #ccc; /* hellgrau für dünne linie in hamburger-navi */
	
	--border-radius-big: 40px;
	--border-radius-medium: 30px;
	--border-radius-small: 20px;
	--border-radius-smallest: 10px;
}



/* ========================================================================== */
/* ! FONTS UND ICONS ---------------------------------------- */
/* ========================================================================== */

@font-face{
	font-family:"PapelliLight";
	url("fonts/PapelliLight/font.woff2") format("woff2"), url("fonts/PapelliLight/font.woff") format("woff");
	font-display: swap;
}
@font-face{
	font-family:"PapelliMedium";
	url("fonts/PapelliMedium/font.woff2") format("woff2"), url("fonts/PapelliMedium/font.woff") format("woff");
	font-display: swap;
}


/* svg icons */
.icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}

.icon svg {
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

a.icon,
a.icon:visited,
a.icon:hover,
a.icon:active {
    border-bottom: none;
}

.icon svg {
    width: 2.5em;
    height: 2.5em;
}




/* ========================================================================== */
/* ! AREAS ---------------------------------------- */
/* ========================================================================== */

/* .site-header */
.site-header {
  	height: 160px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;    
}

.site-header .container {
	width: 90rem;
	height: 185px;
	padding: 0 5rem;
}

body.home .site-content {
	margin-top: 80px;
}

/* .site-banner */
.site-banner {
	background: url('images/header-standseite.jpg') no-repeat center center;
	background-size: cover;
	height: 750px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

body.home .site-banner {
	margin-top: 0;
}

.site-banner svg {
	position: absolute;
	bottom: -10px;
	left: 0;
}

/* .site-content */
.site-content,
.site-footer {
    display: flex;
    background-color: transparent;
    flex: 1 0 auto;
    padding: 2rem 0 3rem;
    width: 100%;
}

.site-content {
	margin-top: 250px;
	margin-bottom: 100px;
}

/* .site-footer */
.site-footer {
    padding: 1em 0 1em;
	position: relative;
}

.site-footer svg {
	position: absolute;
	top: -5px;
	left: 0;
}

.site-header::after,
.site-content::after,
.site-footer::after {
    content: " ";
    display: block;
    height: 0;
    margin-top: 1.5em;
    visibility: hidden;
}

/* layout-basics */
.container {
    margin-right: auto;
    margin-left: auto;
    width: 80rem;
}

.row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: -1rem;
    padding-right: -1rem;
}

.center {
    justify-content: center;
    text-align: center;
}

.middle {
    align-items: center;
}

.bottom {
    align-items: flex-end;
}

.around {
    justify-content: space-around;
}

.between {
    justify-content: space-between;
}

.first {
    order: -1;
}

.last {
    order: 1;
}
    


/* ========================================================================== */
/* ! BASIC CONTAINERS ---------------------------------------- */
/* ========================================================================== */

.row {
    /* margin-bottom: 1em; */
	/* strange: wenn bottom-wert gesetzt ist, zeigt safari (desktop und mobile) ein nach unten verschobenes logo und navbar */
}

.header-wrap,
.content-wrap,
.footer-wrap {
    padding: 0 1em;
}

.main-wrap {
    flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
}

.container > header,
.container > footer {
    display: flex;
    flex: 0 1 auto;
}

.main {
    display: flex;
}

.footer-wrap {
    display: flex;
    flex-wrap: wrap;
}
    


/* ========================================================================== */
/* ! GENERAL HTML TAGS                     ---------------------------------------- */
/* ========================================================================== */

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    background-color: var(--color-bg-1);
	color: var(--color-text);
    font-family: "PapelliLight", Arial, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    height: 100%;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-main);
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: "PapelliMedium", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin: 2em 0 .4em;
    word-wrap: break-word;
}

h1 {
    font-size: 48px;
    font-size: 3rem;
    -ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
    line-height: 1.2;
    margin-bottom: .5em;
    margin-top: 0;
}

h2 {
    font-size: 30px;
    font-size: 1.875rem;
	line-height: 1.3;
    margin-bottom: .5em;
}

h1 + h2 {
    margin-top: 0;
	margin-bottom: 2em;
}

h2 + h3 {
    margin-top: 1em;
}

h3,
h4,
h5,
h6 {
	font-size: 20px;
    font-size: 1.25rem;
}

h4 {
    margin-bottom: .2em;
    margin-top: 1.5em;
}

h5,
h6 {
    margin-bottom: 0;
    margin-top: 1.25em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
    background: transparent;
    border-bottom: none;
    color: var(--color-main);
    text-decoration: none;
}

p,
ul,
ol,
table {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 1em;
}

p:empty {
    display: none;
}

strong {
    color: var(--color-main);
    font-family: "PapelliMedium", Arial, sans-serif;
    font-weight: normal;
}

em {
    font-family: "PapelliMedium", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}

blockquote {
    margin: 0 2em;
}
    
blockquote p {
	color: var(--color-main);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1.4;
}

ul,
ol,
dl,
menu {
    margin-left: 0;
    padding-left: 0;
}

ul li,
ol li {
    padding-bottom: .5em;
    padding-left: 1.2em;
}

ul li ul,
ol li ol,
ul li ol,
ol li ul {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: .5em;
}

ul li::before {
	/* achtung: die farbe muss der einfachheit halber direkt im svg gesetzt werden */	
	content: '';
    display: inline-block;
    height: 9px;
    width: 7px;
    background-image: url(https://www.kinderarztpraxis-witt.de/kapiw/wp-content/themes/witt-2022/icons/icon-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .5em;
    margin-left: -1.1em;
}
	
ol {
    list-style-position: inside;
}
    
ol li {
    text-indent: -1.2em;
    margin-left: .8em;
}

ul li {
    list-style-type: none;
}

dt {
    font-style: bold;
}

dd {
    font-style: italic;
    margin-left: 0;
    padding-left: 0;
}

sup {
    font-size: .65em;
}

address {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 5px;
    color: #333;
	line-height: 1.3;
    margin: 2em 0;
}

tr:nth-child(odd) {
    background-color: #ececec;
}

tr:nth-child(even) {
    background-color: #fafafa;
}

td,
th {
    border-top: 1px solid #333;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
}

td {
    border-right: 0.5em solid #fff;
    padding: .3em .5em;
}

tr:last-of-type {
	border-bottom: 1px solid #333;
}

th {
    border-right: 0.3125em solid #fff;
    color: #333;
    padding: .2em .5em;
}
    
th.sub {
    font-weight: normal;
}

th.left,
td.left {
    padding-left: .625em;
    text-align: left;
}

fieldset {
    background-color: #fff;
}

legend {
    padding-top: 2em;
}

form label {
    cursor: pointer;
    display: block;
    margin: 1.25em 0 -0.625em;
}

textarea,
input,
select {
    font-size: 16px;
    font-size: 1rem;
    background: #fff;
    border: #ccc solid 1px;
    border-radius: .4em;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    color: #333;
    font-family: "PapelliLight", Arial, sans-serif;
    padding: .15em .3em .05em;
}

input#reset,
input#submit {
    background: none;
    margin: 1.25em 1.25em 0 0;
    width: auto;
}

select {
    font-size: 16px;
    font-size: 1rem;
    padding: .3em 0 .3em .5em;
}

optgroup {
    font-style: normal;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: .3125em;
}

img {
    font-size: 12px;
    font-size: 0.75rem;
    border: none;
    float: left;
    margin: .3125em 0 1.5625em;
    max-width: 100%;
    height: auto;
}

abbr[title] {
/*     cursor: help; */
    display: inline-block;
    line-height: 1;
    padding-bottom: 1px;
    text-decoration: none;
}

a,
a strong {
    border-bottom: 1px solid transparent);
    color: var(--color-link);
	font-family: "PapelliMedium", Arial, sans-serif;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1;
    text-decoration: none;
/*     transition: all 0.3s ease-in-out; */
}
    
a:visited,
a:hover,
a:active {
	border-bottom: none;
	text-decoration: none;
}

a:visited,
a:visited strong {
	border-bottom: 1px solid var(--color-link);
	color: var(--color-link);
}
    
a:hover {
	border-bottom: 1px solid var(--color-link);
}

a:active {
	
}

a[href^="mailto:"] {
    
}

a[href^="tel:"] {
    
}

a.thumb,
a.inline {
    display: inline;
}

a img {
    border: none;
}

a.svg-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

a.svg-item {
    border-bottom: none;
}

/* glatteres scrollen */
html {
	scroll-behavior: smooth;
}

/* anker-links etwas verschieben, um verdecken durch fixed header zu vermeiden */
:target:before {
	content: "";
	display: block;
	height: 100px;
	margin: -100px 0 0;
}

::-moz-selection {
    background: #fdecd9;
    /* Auswahlfarbe Safari */
}

::selection {
    background: #fdecd9
};
    /* Auswahlfarbe Safari */
}

::-moz-selection {
    background: #fdecd9
};
    /* Auswahlfarbe Firefox */
}

.icon-alone {
    display: inline-block;
}

a.icon-alone:hover,
a.icon-alone:hover {
    border-bottom: none;
}

object {
    width: 100%;
}



/* ========================================================================== */
/* ! CUSTOM CLASSES ---------------------------------------- */
/* ========================================================================== */

.small {
    font-size: 12px;
    font-size: 0.75rem;
}

.padded {
    padding: 1em;
}

.left {
    float: left;
}

.right {
    float: right;
}

.inline {
    display: inline;
}

.first {
    margin-top: 0;
    padding-top: 0;
}

.tight {
    margin-bottom: 0;
}

.tighter {
    margin-bottom: .3125em;
}

.abstand-unten {
	margin-bottom: 3em;
}

.unsichtbar {
	font-size: .5rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.visuallyhidden {
	display: none;
}

.keine-trennungen {
	display: inline-block;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

.trennungen {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


    
/* ========================================================================== */
/* ! HEADER ---------------------------------------- */
/* ========================================================================== */

/* !Wrapper-Lösung für Sticky Footer bei wenig Content -------------------- */

.wrapper {
	min-height: 100vH;
    display: flex;
    flex-direction: column;
}

.site-header,
.site-footer {
	flex-shrink: 0;
	flex-grow: 0;
}

.site-content {
	flex: 1;
}
/* Ende Wrapper-Lösung für Sticky Footer bei wenig Content -------------------- */

.site-header .row {
    position: relative;
}

.logo {
	position: absolute;
	top: 60px;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.logo object {
	transition: all 0.3s ease-in-out;
	height: auto;
	width: 390px;
}

#koffer {
	transform-origin: top;
	transform: rotate(2deg) translate(10px, 10px);
}

.doctolib {
	
}

/* search */
.sb-search {
    position: absolute;
	top: 108px;
	right: 0;
	
	height: 20px;
    min-width: 20px;
/*     overflow: hidden; */
	padding: 1em;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    width: 0%;
}

.sb-search .icon {
	padding-right: 1em;
}

.sb-search .icon svg {
	height: 32px;
	width: 32px;
}

.sb-search-input {
    position: absolute;
	right: 30px;
	top: 5px;
	
	background: transparent;
    border: none;
    box-shadow: none;
    color: var(--color-text);
    font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
    height: 30px;
    margin: 0;
    outline: none;
    padding: 5px 40px 5px 10px;
    width: 100%;
    z-index: 9100;
}

.sb-search-input::-webkit-input-placeholder {
    color: var(--color-text);
}

.sb-search-input:-moz-placeholder {
    color: var(--color-text);
}

.sb-search-input::-moz-placeholder {
    color: var(--color-text);
}

.sb-search-input:-ms-input-placeholder {
    color: var(--color-text);
}

.sb-icon-search,
.sb-search-submit {
    position: absolute;
	top: 5px;
	right: 8px;
	
	cursor: pointer;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 20px;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    border: none;
    color: transparent;
    opacity: 0;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    background: transparent;
    transition: all 0.3s ease-in-out;
    z-index: 90;
}

/* um svg-farbe zu setzen, muss svg inline eingebunden sein und darf in der datei keine farbe (stroke und fill) haben! */
.sb-icon-search.icon svg #search-icon {
	stroke: var(--color-link);
}

.sb-icon-search.icon svg:hover #search-icon {
	stroke: var(--color-main);
}

/* search open */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 200px;
}

.sb-search.sb-search-open .sb-search-input {
    background-color: #fff;
    border: 1px solid var(--color-link-hover);
}

.sb-search.sb-search-open .sb-search-input::placeholder {
	color: var(--color-link-hover);
	opacity: .6;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: transparent;
    color: var(--color-link-hover);
    z-index: 11;
}

.sb-search.sb-search-open .sb-icon-search.icon svg,
.no-js .sb-search .sb-icon-search.icon svg {
	fill: var(--color-link-hover);
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

#s-label {
	margin-left: -5000px;
}

/* sticky header */
.site-header.sticky {
	position: fixed;
	
	background-color: #fff;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
	height: 65px; 
	transition: all 0.3s ease-in-out;
}

.site-header.sticky .container {
	height: 65px;
	transition: all 0.3s ease-in-out;
}

.site-header.sticky .logo {
	top: 7px;
}

.site-header.sticky .logo object {
	height: 50px;
	width: 170px;
}

.site-header.sticky .sb-search {
	top: 15px;
}




/* ========================================================================== */
/* ! NAVIGATION ---------------------------------------- */
/* ========================================================================== */

/* smartphone-menu */
/* menu icon, wird dynamisch per js eingefügt */
#menu-icon {
    display: none;
}

ul.widget {
    margin-top: 0;
}

/* main navigation */
.nav-wrap {
    position: absolute;
    top: 105px;
    right: 40px;
    transition: top 0.3s ease-in-out;
}

.nav-wrap ul {
    font-family: "PapelliMedium", Arial, sans-serif;
	font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0;
}

ul.nav > li {
    display: inline-block;
    padding: .5em .5em;
    position: relative;
}

ul.nav li:before {
	background-image: none;
	content: '';
	display: none;
}

ul.nav a {
    border-bottom: 1px solid transparent;
    color: var(--color-link);
    padding-bottom: 3px;
    transition: border-bottom 0.3s ease-in-out;
}

ul.nav > li > a {
	
}

ul.nav > li:last-of-type > a {
    padding-right: 0;
}

.nav-main a:focus,
.nav-main .current-page-item > a,
.nav-main .current-page-ancestor > a {
    color: var(--color-link);
}

.nav-main li:hover > a,
.nav-main .current-page-item > a:hover,
.nav-main .current-page-ancestor > a:hover {
    border-bottom: 2px dotted var(--color-link-hover);
    color: var(--color-link-hover);
}

.nav-main .current-menu-item > a,
.nav-main .current-page-ancestor > a {
	border-bottom: none;
    color: var(--color-link-hover);
    font-weight: normal;
}
	
.nav-main .current-menu-item > a:hover,
.nav-main .current-page-ancestor > a:hover,
ul.nav a:hover {
    border-bottom: 2px dotted var(--color-link-hover);
    color: var(--color-link-hover);
    font-weight: normal;
}

.sub-menu {
    position: absolute;
	top: 1.8em;
	left: -1em;
	
	background-color: var(--color-bg-1);
    box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 var(--border-radius-smallest) var(--border-radius-smallest);
    opacity: 0;
    padding-top: .5em;
	padding-bottom: .7em;
    visibility: hidden;
    width: 260px;
    z-index: -1;
}

ul.nav li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    z-index: 1;
}

.sub-menu li {
    padding: .5em 1.5em;
}

.sub-menu li a {
    color: var(--color-link);
	font-family: "PapelliMedium", Arial, sans-serif;
    padding: 0;
}

/* sticky header */
.site-header.sticky .nav-wrap {
	top: 12px;
}

.site-header.sticky .sub-menu {
/*     top: 2.9em; */
}

/* !breadcrumb ---------------------------------------- */
.breadcrumb {
	margin-bottom: 2em;
}

.breadcrumb p {
	font-size: 14px;
	font-size: 0.875rem;
	color: var(--color-breadcrumb);
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	margin-bottom: .5em;
}

.breadcrumb span {
	color: var(--color-breadcrumb);
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumb a {
	border-bottom: 1px dotted transparent;
	color: var(--color-breadcrumb);
	font-family: "PapelliLight", Arial, sans-serif;
	padding-bottom: .05em;
}

.breadcrumb a:hover {
	border-bottom: 1px dotted var(--color-breadcrumb);
}

.breadcrumb .current {
	color: var(--color-breadcrumb);
	font-family: "PapelliMedium", Arial, sans-serif;
}

span.separator {
	margin-left: .2em;
	margin-right: .2em;
}

span.separator::before {
	font-size: 16px;
	font-size: 1rem;
	content: '›'; 
	color: var(--color-breadcrumb);
}



/* ========================================================================== */
/* ! CONTENT ---------------------------------------- */
/* ========================================================================== */

/* layout allgemein  ------------------------------------------------------- */
.container-main {
	margin-top: 0;
	position: relative;
}

.box.box-ganze-breite {
	/* padding-bottom: 0; */
}

.box-ganze-breite .wp-block-group__inner-container {
	margin-right: auto;
	margin-left: auto;
	padding: 2em 0;
	width: 80rem;
}

.box-ganze-breite .wp-block-group__inner-container .wp-block-columns {
	margin-top: 2em;
}

article {
    margin-bottom: 1.5em;
    width: 100%;
}

/* box-schmal */
.wp-block-group.box-schmal {
	margin: 2rem auto 6rem;
	width: 70%;
}


/* box-kontakt */
.wp-block-group.box-kontakt {
	background-color: var(--color-bg-1);
	border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
	padding: 1.5em 2em;
	width: 400px;
}

.wp-block-group.box-kontakt .wp-block-group__inner-container {
	display: block;
}

.wp-block-group.box-kontakt h2 {
	margin-top: 0;
	margin-bottom: .2em;
}

.wp-block-group.box-kontakt p {
	margin-bottom: .2em;
}

.wp-block-group.box-kontakt p.icon-brief,
.wp-block-group.box-kontakt p.icon-telefon {
	margin-left: 25px;
}

.wp-block-group.box-kontakt a {
	color: var(--color-main);
	font-family: "PapelliMedium", Arial, sans-serif;
}

.wp-block-group.box-kontakt a:hover {
	border-bottom: 2px dotted var(--color-main);
}


/* box-infos */
.wp-block-group.box-infos {
	background-color: var(--color-negative);
	border: 1px solid var(--color-main);
	border-radius: var(--border-radius-smallest);
	margin-left: 0;
	margin-right: 0;
	padding: 1.5em 3em;
	margin-bottom: 6rem;
	width: 100%;
}

.box-infos .wp-block-columns {
	margin-top: 1em;
}

.box-infos p {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-bottom: .5em;
}

.box-infos h2:first-of-type {
	margin-top: 0;
	margin-bottom: 0;
}

.box-infos h3 {
	line-height: 1.3;
}


.wp-block-group.box-infos-aussen {
	background: linear-gradient(to right, transparent 0%, transparent 50%, var(--color-bg-1) 50%, var(--color-bg-1) 100%);
	margin-left: calc(-100vw / 2 + 80rem / 2);
	margin-right: calc(-100vw / 2 + 80rem / 2);
	margin-bottom: 6rem;
}

.wp-block-group.box-infos-innen {
	background-color: var(--color-bg-1);
	border-radius: var(--border-radius-big) 0 0 0;
	margin: 0 auto;
	padding-left: 5rem;
	width: 90rem;
}

.wp-block-group.box-infos-innen .wp-block-column {
	border-left: 1px solid var(--color-main);
	padding-left: 2em;
}

.wp-block-group.box-infos-innen h2 {
	margin-top: 1em;
}

.wp-block-group.box-infos-innen p,
.wp-block-group.box-infos-innen ul {
	font-size: 18px;
	font-size: 1.125rem;
}


/* box-blau */
.wp-block-group.box-blau-aussen {
	background: linear-gradient(to right, transparent 0%, transparent 50%, var(--color-bg-2) 50%, var(--color-bg-2) 100%);
	margin-left: calc(-100vw / 2 + 80rem / 2);
	margin-right: calc(-100vw / 2 + 80rem / 2);
	margin-bottom: 6rem;
}

.wp-block-group.box-blau-innen {
	background-color: var(--color-bg-2);
	border-radius: var(--border-radius-big) 0 0 0;
	margin: 0 auto;
	padding-left: 5rem;
	width: 90rem;
}

.wp-block-group.box-blau-innen h2 {
	margin-top: 1.5em;
}

.wp-block-group.box-blau-innen h2 + .wp-block-columns {
	margin-top: 0;
}

.wp-block-group.box-blau-innen.box-schmal {
	padding-left: 15%;
}

.wp-block-group.box-blau-innen h2,
.wp-block-group.box-blau-innen h3,
.wp-block-group.box-blau-innen p,
.wp-block-group.box-blau-innen ul,
.wp-block-group.box-blau-innen table {
	color: var(--color-negative);
}

.wp-block-group.box-blau-innen ul li::before {
	background-image: url(https://www.kinderarztpraxis-witt.de/kapiw/wp-content/themes/witt-2022/icons/icon-circle-white.svg);
}



/* spalten ------------------------------------------------------- */   
.wp-block-group {
	display: flex;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.wp-block-group__inner-container {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.wp-block-group__inner-container figure {
	margin-right: 1em;
}

.wp-block-columns {
	margin-top: 5em;
	width: 100%;
}

.wp-block-columns.mittig {
	align-items: center;
}

.wp-block-group + .wp-block-columns {
	margin-top: 0;
}

.wp-block-columns.hat-3-spalten-flexibel + .wp-block-columns {
	margin-top: 3em;
}

h2 + .wp-block-columns {
	margin-top: 2em;
}

h2 + .wp-block-group .wp-block-group__inner-container .wp-block-columns {
	margin-top: 0;
}

.wp-block-column:not(:last-child) {
	margin-right: 15px;
}

.wp-block-column:nth-child(2n+1) {
	margin-right: 45px;
}

.wp-block-column:not(:first-child), 
.wp-block-column:nth-child(2n) {
	margin-left: 45px;
}

.wp-block-column:last-child {
	margin-right: 0;
}

/* 3 spalten */
.wp-block-columns.hat-3-spalten-flexibel {
	flex-wrap: wrap;
}

.wp-block-columns.hat-3-spalten-flexibel p {
	font-size: 18px;
	font-size: 1.125rem;
}

.wp-block-columns.hat-3-spalten-flexibel .wp-block-column {
	flex-basis: 30%;
	margin-bottom: 4em;
}

.wp-block-columns.hat-3-spalten-flexibel .wp-block-column:not(:last-child) {
	margin-right: 2%;
}

.wp-block-columns.hat-3-spalten-flexibel .wp-block-column:not(:first-child) {
	margin-left: 2%;
}

.wp-block-columns.hat-3-spalten-flexibel .wp-block-column:nth-child(3n+1) {
	margin-left: 0;
}

.wp-block-columns.hat-3-spalten-flexibel .wp-block-column:nth-child(3n) {
	margin-right: 0;
}

/* spalten 2 drittel/1 drittel ------------------------------------------------------- */
.wp-block-column.zwei-drittel-spalte {
	flex-basis: 66.6%;
}

.wp-block-column.ein-drittel-spalte {
	flex-basis: 33.3%;
}



/* box  ------------------------------------------------------- */
.box {
	background-color: var(--color-bg-1);
	border-radius: .5em;
	margin-bottom: 2em;
	padding-bottom: 1.5em;
}

.box > :last-child,
.wp-block-group__inner-container > :last-child {
	margin-bottom: 0;
}

.box .wp-block-group__inner-container {
	display: block;
}

.alignfull.box-ganze-breite {
	border-radius: 0;
	margin-top: 8em;
	margin-bottom: 8em;
}

.box p {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.4;
}

.box.box-teaser {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	text-align: center;
	padding-bottom: 2em;
}

.box.box-teaser p:last-of-type {
	margin-top: auto;
}

.box.box-teaser .wp-block-image {
	border-radius: .5em .5em 0 0;
}

.wp-block-group__inner-container .box.box-teaser figure {
	margin-right: 0;
}

.box h2,
.box h3,
.box h4,
.box p,
.box ul,
.box ol {
	padding-left: 1.3em;
	padding-right: 1.3em;
}

/* rätselhaft: h2 in der box haben sonst ein größeres padding links als die vorgegebenen em */
.box h2 {
	padding-left: .8em;
}

.box h2:first-of-type,
.box h2:first-of-type,
.box h3:first-of-type,
.box p:first-of-type,
.box ul:first-of-type,
.box ol:first-of-type {
	margin-top: .7em;
}

.box img {
	margin-top: 0;
}

.box .wp-block-image {
	margin-bottom: 1.5em;
}



/* text  ------------------------------------------------------- */
h1+h2 {
	margin-top: -.5em;
}

h3 + .wp-block-columns {
	margin-top: 1.5em;
}

p + p.searchresultlink {
	margin-bottom: 2.5em;
	margin-top: -1em;
}

/* block mit css in zwei spalten geteilt */
p.aufgeteilt,
ul.aufgeteilt {
	column-count: 2;
	column-gap: 60px; /* margin-right von .wp-block-column * 2 */
	margin-bottom: 4em;
}

.wp-block-column > h2,
.wp-block-column > h3,
.wp-block-column > h4,
.wp-block-column > h5,
.wp-block-column > h6 {
	margin-top: 2em;
}

.wp-block-column > h2:first-child,
.wp-block-column > h3:first-child,
.wp-block-column > h4:first-child,
.wp-block-column > h5:first-child,
.wp-block-column > h6:first-child {
	margin-top: 0;
}

.wp-block-columns.hat-3-spalten-flexibel h2,
.wp-block-columns.hat-3-spalten-flexibel h3 {
	margin-bottom: .4em;
}

.wp-block-columns.hat-3-spalten-flexibel p {
	margin-bottom: .7em;
}

.wp-block-columns.hat-3-spalten-flexibel p:last-of-type {
	margin-bottom: 0;
}

/* blockquote */
.wp-block-quote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-quote p {
	margin-bottom: .5em;
}

.wp-block-quote cite {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}

.wp-block-pullquote p {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: .7em;
}

/* tabellen */
.wp-block-table table {
	color: var(--color-text);
	font-size: 1.0625rem;
}

.wp-block-table td, 
.wp-block-table th {
	border-top: 1px solid var(--color-breadcrumb);
	border-left: unset;
	border-right: unset;
}

.wp-block-table tr {
	
}

.wp-block-table tr:nth-child(2n) {
	background-color: #fafafa;
}

.wp-block-table tr:nth-child(2n+1) {
	background-color: var(--color-bg-1);
}

/* tabelle über ganze breite gezogen */
.wp-block-table.ganze-breite {
	width: 100%;
}

.wp-block-table.alignwide.ganze-breite {
	width: calc( 100% + 200px);
}


/* listen  ------------------------------------------------------- */
ul.linkliste li {
	padding-left: 0;
	padding-bottom: .3em;
}

ul.linkliste li::before {
	background-image: none;
}

ul.linkliste li a::before {
	content: '› ';
}

ol.farbnummern {
	list-style: none;
	counter-reset: my-counter;
}

ol.farbnummern li {
	counter-increment: my-counter;
}
ol.farbnummern li::before {
	content: counter(my-counter) ". ";
	color: var(--color-main);
	font-family: "PapelliLight", Arial, sans-serif;
	font-weight: normal;
}



/* buttons ------------------------------------------------------- */
.wp-block-button {
	/* betrifft den gesamten block, den wp um den button herum erstellt, in gesamt-layout-breite */
}

/* der eigentliche button */
.is-style-outline .wp-block-button__link,
a.wp-block-button__link {
	background-color: var(--color-main);
	border-bottom: 2px dotted transparent;
	border-radius: .3em;
	color: var(--color-negative);
	font-size: 21px;
	font-size: 1.3125rem;
	transition: all 0.2s ease-in-out;
}

.is-style-outline .wp-block-button__link {
	
}	

a.wp-block-button__link:hover {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

a.wp-block-button__link:active,
a.wp-block-button__link:focus {
	color: var(--color-negative);
}



/* icons  ------------------------------------------------------- */
.icon-notfall {
	margin-top: -.7em;
	position: relative;
}

.icon-notfall::before {
	/* achtung: die farbe muss der einfachheit halber direkt im svg gesetzt werden */	
	content: '';
	display: inline-block;
	height: 40px;
	width: 40px;
	background-position: left bottom;
	background-size: initial;
	background-repeat: no-repeat;
	position: absolute;
	left: -50px;
	top: 5px;
}

.icon-notfall::before {
	background-image: url(https://www.kinderarztpraxis-witt.de/kapiw/wp-content/themes/witt-2022/icons/icon-cross-witt.svg);	
}



/* bilder ------------------------------------------------------- */
.wp-block-image .alignleft,
.main-with-sidebar .wp-block-image .alignleft {
    float: left;
    margin-right: 1.875em;
}

.wp-block-image .alignright,
.main-with-sidebar .wp-block-image .alignright {
    float: right;
    margin-left: 1.875em;
}

.wp-block-image {
	border-radius: var(--border-radius-smallest);
	position: relative;
	margin-bottom: 3em;
}

.wp-block-image.abstand-geringer {
	margin-bottom: 1em;
}

.wp-block-image img {
	border-radius: 7px;
	float: none;
	margin-bottom: 0;
}

figure.hochformat {
	width: 75%;
}

.wp-block-image figcaption {
	color: var(--color-text);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4; 
	margin-top: .3em;
	margin-bottom: 2.5em;
	padding: 0;
	text-align: left;
	width: 100%;
}

.wp-block-image.alignwide img {
	margin-left: 0;
	width: 100%;
}

.wp-block-image.bild-kleiner img {
	width: 70%;
}

/* weite und volle breite */
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.alignfull.box-ganze-breite {
	margin: 32px calc(49.4% - 50vw); /* merkwürdig: statt 50% hier 49.4%, sonst wird ein horizontaler scrollbalken gezeigt... ein rechenfehler? */
}

.alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: calc( 100% + 200px);
}

/* 2 bilder in 1 spalte */
.wp-block-columns.hat-2-bilder-in-spalte {
	margin-top: 1.5em;
}

.wp-block-columns.hat-2-bilder-in-spalte .wp-block-column:nth-child(2n+1) {
	margin-right: 0;
}

.wp-block-columns.hat-2-bilder-in-spalte .wp-block-image {
	margin-bottom: 1.5em;
}

/* cover image */
.wp-block-cover.alignwide, 
.wp-block-cover-image.alignwide {
	width: calc(100% + 200px);
}

.wp-block-cover__inner-container p {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 0;
} /* beschriftung stylen */



/* galerie-blöcke ------------------------------------------------------- */
.wp-block-gallery img {
	margin: 0;
}

.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item {
	margin: 0 30px 30px 0;
	width: calc((100% - 30px)/2);
}

.wp-block-gallery.columns-3 .blocks-gallery-image, 
.wp-block-gallery.columns-3 .blocks-gallery-item {
	margin-right: 30px;
	width: calc((100% - 60px)/3);
}

.wp-block-gallery.columns-4 .blocks-gallery-image, 
.wp-block-gallery.columns-4 .blocks-gallery-item {
	margin-right: 30px;
	width: calc((100% - 90px)/4);
}

.wp-block-gallery.columns-5 .blocks-gallery-image, 
.wp-block-gallery.columns-5 .blocks-gallery-item {
	margin-right: 30px;
	width: calc((100% - 120px)/5);
}

.wp-block-gallery.columns-3 .blocks-gallery-image:last-of-type, 
.wp-block-gallery.columns-3 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-4 .blocks-gallery-image:last-of-type, 
.wp-block-gallery.columns-4 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-5 .blocks-gallery-image:last-of-type, 
.wp-block-gallery.columns-5 .blocks-gallery-item:last-of-type {
	margin-right: 0;
}	

.blocks-gallery-item {
	padding-left: 0;
}

.blocks-gallery-item:before {
	content: '';
	display: none;
}

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	bottom: 8px; /* bei test ragte der captionfond unten über das bild hinaus */
}


/* suchergebnisse (relevanssi) ------------------------------------------------------- */
.excerpt_part strong {
	color: var(--color-text);
}



/* ========================================================================== */
/* ! WORDPRESS Plugins --------------------------------------------------- */
/* ========================================================================== */





/* ========================================================================== */
/* ! SIDEBAR ---------------------------------------- */
/* ========================================================================== */




/* ========================================================================== */
/* ! FOOTER ---------------------------------------- */
/* ========================================================================== */

.site-footer {
	background: url('images/wave-witt-2.svg') no-repeat 0 -1px var(--color-main);
}

.site-footer .container {
    padding: 3.5em 5rem 1.5em;
	position: relative;
	width: 90rem;
}

.site-footer .row {
	padding: .5em 0;
	margin-bottom: 0;
}
    
.site-footer .footer-box {
	color: var(--color-negative);
	flex: 1 1 20%;
    width: 20%;
    padding-right: 2%;
}

.site-footer .footer-box:nth-of-type(1) {
	flex-basis: 24%;
    width: 24%;
	padding-right: 4%;
}

.site-footer .footer-box:nth-of-type(2) {
	flex-basis: 24%;
	width: 24%;
	padding-right: 6%;
}

.site-footer .footer-box:nth-of-type(3) {
	flex-basis: 18%;
	width: 18%;
}

.site-footer .footer-box:nth-of-type(4),
.site-footer .footer-box:nth-of-type(5) {
	flex-basis: 10%;
	width: 10%;
}

.site-footer .footer-box:nth-of-type(5) {
	flex-basis: 8%;
	width: 8%;
	padding-right: 0;
}

.site-footer p,
.site-footer ul,
.site-footer table {
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--color-negative);
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.4;
}

.site-footer p {
	margin-bottom: .2em;
}

.site-footer strong {
	color: var(--color-negative);
	font-family: "PapelliMedium", Arial, sans-serif;
	font-weight: normal;
}

.site-footer p.icon-notfall a {
	font-family: "PapelliLight", Arial, sans-serif;
}

.site-footer table {	
	color: inherit;	
	line-height: 1.1;
	margin: 0;
}

.site-footer td,
.site-footer th {
	border-top: none;
	border-right: none;
	color: var(--color-negative);
	padding: .1em .5em;
}

.site-footer th {
	font-weight: normal;
	padding-left: 0;
}

.site-footer tr:nth-child(2n+1),
.site-footer tr:nth-child(2n) {
	background-color: transparent;
}

.site-footer tr:last-of-type {
	border-bottom: none;
}

.site-footer ul.widget li {
	padding-left: 0;
}

.site-footer ul.widget li:before {
	content: '';
	display: none;
}

.site-footer ul.menu li {
	padding-left: 0;
}

.site-footer ul.menu li:before {
	content: '';
	display: none;
}

.site-footer p.small {
    font-size: 15px;
    font-size: 0.9375rem;
}

.site-footer ul {
    margin-top: 0;
	margin-bottom: 0;
}

.site-footer a {
    border-bottom: 1px dotted transparent;
    color: var(--color-negative);
	font-family: "PapelliMedium", Arial, sans-serif;
	font-weight: normal;
    transition: all 0.3s ease-in-out;
}

.site-footer a:hover {
    border-bottom: 1px dotted var(--color-negative);
    color: var(--color-negative);
}

.site-footer strong a {
	color: var(--color-negative);
}

a[href^="tel:"] {
/* 	border-bottom: 1px solid #fff; */
}

a.to-top {
    cursor: pointer;
    display: block;
    margin-bottom: 1em;
    position: absolute;
    top: -120px;
}

.to-top svg #to-top-icon {
	stroke: var(--color-link);
}

.to-top:hover svg #to-top-icon {
	stroke: var(--color-link-hover);
}

a.to-top:link,
a.to-top:visited,
a.to-top:hover,
a.to-top:active {
    border-bottom: none;
}




/* ========================================================================== */
/* ! RESPONSIVENESS 90 rem / 1440 px ---------------------------------------- */
/* ========================================================================== */

/* ab hier verändern sich die container flexibel */
@media only screen and (max-width: 90rem) {
    
/*     h1 {color: gray;} */
/*     h1::after {content: '....';} */
    
    
    /* layout allgemein -------------------------- */
    .container {
        margin-right: 7.75%;
        margin-left: 7.75%;
		width: 84.5%;
	}
    
    
    /* header -------------------------- */
    .site-header .container {
	    padding: 0;
		width: 84.5%;
	}
	
	.site-banner {
		height: 600px;
	}
	
	.sb-search {
		top: 106px;
	}
	
	.site-header.sticky .sb-search {
		top: 13px;
	}

	
	/* content -------------------------- */
	body.home .site-content {
		margin-top: 50px;
	}
	
	.alignfull.box-ganze-breite {
		margin: 4em calc(49.3% - 50vw); /* merkwürdig: statt 50% hier 49.4%, sonst wird ein horizontaler scrollbalken gezeigt... ein rechenfehler? */
	}
	
	.box-ganze-breite .wp-block-group__inner-container {
		width: 84.5%;
	}
	
	.wp-block-columns {
		margin-top: 4em;
	}
	
	.alignwide {
		margin-right: 0;
		margin-left: 0;
		max-width: 100%;
	}
	
	/* box-kontakt */
	.wp-block-group.box-kontakt {
		width: 350px;
	}	
	
	.wp-block-group.box-infos-aussen,
	.wp-block-group.box-blau-aussen {
		background: var(--color-bg-1);
		border-radius: var(--border-radius-big) var(--border-radius-big) 0 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 6rem;
		width: 100%;
	}
	
	.wp-block-group.box-infos-innen,
	.wp-block-group.box-blau-innen {
		background-color: var(--color-bg-1);
		border-radius: var(--border-radius-big) 0 0 0;
		margin: 0 auto 2em;
		padding-left: 0;
		width: 90%;
	}
	
	.wp-block-group.box-infos-innen h2,
	.wp-block-group.box-blau-innen h2 {
		margin-top: 1.5em;
		margin-bottom: 1em;
	}
	
	.wp-block-group.box-infos-innen p,
	.wp-block-group.box-infos-innen ul,
	.wp-block-group.box-blau-innen p,
	.wp-block-group.box-blau-innen ul {
		font-size: 17px;
		font-size: 1.0625rem;
	}
	
	
	/* box-blau */
	.wp-block-group.box-blau-aussen,
	.wp-block-group.box-blau-innen {
		background: var(--color-bg-2);
	}
	
	/* box-schmal */
	.wp-block-group.box-blau-innen.box-schmal {
		padding-left: 0;
	}
	
	
	/* text -------------------------- */
	h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
	
	h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	
	h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	
	p,
	ul,
	ol,
	table,
	.wp-block-table table,
	.nav-wrap ul {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
	.wp-block-columns.hat-3-spalten-flexibel p {
		font-size: 17px;
		font-size: 1.0625rem;
	}
	
	
	/* footer -------------------------- */
	.site-footer .container {
		padding: 2.5em 0 1.5em;
		width: 84.5%;
	}
	
    
}
    


/* ========================================================================== */
/* ! RESPONSIVENESS 72.5 rem / 1160 px ---------------------------------------- */
/* ========================================================================== */

@media only screen and (max-width: 72.5rem) {
    
/*     h1 {color: green;} */
/*     h1::after {content: '...';} */
    
    
    /* layout allgemein -------------------------- */
    .container-main {
	    width: 84.5%;
	}
	
	
	/* header -------------------------- */
	.site-banner {
		height: 550px;
	}
	
	.site-header.sticky .sb-search {
	  top: 12px;
	}
		
  
    /* content -------------------------- */
    .main {
        flex-wrap: wrap;
	}
	
	.home h1 + h2 {
		width: 100%;
	}
	
	/* behebt das problem, dass sich sonst der ganze-breite-block auf ipad nach links und rechts schieben lässt, weil er offensichtlich nicht mit calc zurecht kommt */
	.wp-block-group.alignfull.box.box-ganze-breite {
		margin-left: -7rem;
		margin-right: -7rem;
	}
	
	.wp-block-column {
		flex-basis: 47%;
	}
	
	.wp-block-column:not(:last-child) {
		margin-right: 30px;
	}
	
	.wp-block-column:nth-child(2n+1) {
		margin-right: 30px;
	}
	
	.wp-block-column:not(:first-child), 
	.wp-block-column:nth-child(2n) {
		margin-left: 30px;
	}	
	
	/* 3 spalten flexibel  */
	.wp-block-columns.hat-3-spalten-flexibel .wp-block-columns {
		flex-wrap: wrap;
	}
	
	.wp-block-columns.hat-3-spalten-flexibel .wp-block-column {
		flex-basis: 41%;
		margin-bottom: 4em;
	}
	
	.wp-block-columns.hat-3-spalten-flexibel .wp-block-column:not(:last-child) {
		margin-right: 30px;
	}
	
	.wp-block-columns.hat-3-spalten-flexibel .wp-block-column:not(:first-child) {
		margin-left: 30px;
	}
	
	.wp-block-columns.hat-3-spalten-flexibel .wp-block-column:nth-child(2n+1) {
		margin-left: 0;
	}
	
	.wp-block-columns.hat-3-spalten-flexibel .wp-block-column:nth-child(2n) {
		margin-right: 0;
	}
	
	.box-ganze-breite .wp-block-group__inner-container {
		width: 80%;
	}
	
	/* box-infos */
	.wp-block-group.box-infos-innen .wp-block-column {
		margin-right: 10px;
		padding-left: 1em;
	}
	
	.wp-block-group.box-infos-innen .wp-block-column:not(:first-child) {
		margin-left: 10px;
	}
	
	.wp-block-group.box-infos-innen p {
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	
	figure.hochformat {
		width: 100%;
	}


    /* footer -------------------------- */	
	.site-footer .footer-box {
		flex-basis: 20%;
		width: 20%;
		margin-bottom: 3em;
	}
	
	.site-footer .footer-box:nth-of-type(1) {
		flex-basis: 32%;
		width: 32%;
		padding-right: 8%;
	}
	
	.site-footer .footer-box:nth-of-type(2) {
		flex-basis: 32%;
		width: 32%;
		padding-right: 12%;
	}
	
	.site-footer .footer-box:nth-of-type(3) {
		flex-basis: 16%;
		width: 16%;
		padding-right: 0;
	}
	
	.site-footer .footer-box:nth-of-type(4),
	.site-footer .footer-box:nth-of-type(5) {
		flex-basis: 45%;
		width: 45%;
	}
	
	.site-footer .footer-box:nth-of-type(5) {
		flex-basis: 40%;
		width: 40%;
		padding-right: 0;
	}
	
}



/* ========================================================================== */
/* ! RESPONSIVENESS 67 rem / 1072 px ---------------------------------------- */
/* ========================================================================== */

/*  */
@media only screen and (max-width: 67rem) {
	
/* 	h1 {color: red;} */
/* 	h1::after {content: '..';} */
	
	/* header */
	.site-header .container {
		margin-right: 7.75%;
		margin-left: 7.75%;
		width: 84.5%;
	}
	
	
	/* content */
	h1 + h2 {
		margin-top: 0;
	}
	
	.wp-block-group.box-infos {
		padding: 1.5em 2em;
	}
	
	/* text -------------------------- */
	h1 {
		font-size: 38px;
		font-size: 2.375rem;
	}
	
	h2 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	
	h3 {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
	p,
	ul,
	ol,
	table,
	.wp-block-table table,
	.nav-wrap ul {
		font-size: 17px;
		font-size: 1.0625rem;
	}
	
	p {
		line-height: 1.4;
	}
	
	.wp-block-group.box-infos p, 
	.wp-block-group.box-infos ul, 
	.wp-block-group.box-infos-innen p, 
	.wp-block-group.box-infos-innen ul, 
	.wp-block-columns.hat-3-spalten-flexibel p {
		font-size: 16px;
		font-size: 1rem;
	}
	
	
	/* footer -------------------------- */
	
	
}



/* ========================================================================== */
/* ! RESPONSIVENESS 57 rem / 912 px ---------------------------------------- */
/* ========================================================================== */

/*  */
@media only screen and (max-width: 57rem) {
	
/* 	h1 {color: orange;} */
/* 	h1::after {content: '.';} */
	
	
	/* mobile navigation -------------------------- */
	.site-header.sticky .nav-wrap {
	  top: 6px;
	}
	
	#menu-icon {
		cursor: pointer;
		display: block;
		/* show menu icon */
		font-size: 1.2em;
		margin-top: 2px;
		padding: 0;
		text-align: right;
		width: 100%;
	}
	
	#menu-icon svg {
		fill: var(--color-link);
		width: 2em;
	}
	
	#menu-icon:hover,
	#menu-icon.active {
		background: transparent;
	}
	
	#menu-icon:hover svg {
		fill: var(--color-link-hover);
	}
	
	#menu-icon span {
		pointer-events: none;
	}
	
	.nav-main {
		box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
		border-radius: 0 0 10px 10px;
		display: none;
		/* menu-icon-function: visibility will be toggled with jquery */
		float: none;
		margin-top: 0;
	}
	
	.nav-wrap {
		right: 0;
		left: auto;
		
		padding: 0;
		width: 250px;        
	}
	
	.nav-wrap ul {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
	ul.nav {
		background-color: var(--color-bg-1);
		border-radius: 0 0 10px 10px;
		display: block;
		float: none;
		margin-top: 0;
		padding: .2em 1.4em;
		position: relative;
		z-index: 1000;
	}
	
	ul.nav > li {
		border-top: 1px solid var(--color-line);
		display: block;
		float: none;
		margin-left: 0;
		padding: 1em 0;
	}
	
	ul.nav li:first-child {
		border-top: none;
	}
	
	ul.nav > li > a {
		padding: 0;
	}
		
	.nav-main .current-menu-item > a, 
	.nav-main .current-page-ancestor > a, 
	.nav-main .current-menu-item > a:hover, 
	.nav-main .current-page-ancestor > a:hover {
		border-bottom: 2px dotted transparent;
		font-family: "PapelliMedium", Arial, sans-serif;
	
	}
	
	.nav-main li:hover > a, 
	.nav-main .current-page-item > a:hover, 
	.nav-main .current-page-ancestor > a:hover {
		border-bottom: 2px dotted transparent;
	}
	
	.nav-main a:focus, 
	.nav-main .current-page-item > a, 
	.nav-main .current-page-ancestor > a {
		color: var(--color-link);
	}
	
	.sub-menu {
		position: relative;
		top: 5px;
		
		background-color: #fff;
		box-shadow: none;
		margin: 0;
		opacity: 1;
		padding: .2em 0 .2em 1.2em;
		width: auto;
		z-index: 1;
	}
	
	.sub-menu li {
		padding: 0 0 .5em 1em;
	}
	
	.sub-menu li:last-of-type {
		padding: 0 0 0 1em;
	}
	
	.sub-menu li a {
		padding: 0;
	}
	
	/* hide submenu */
	.sub-menu {
		display: none !important;
		visibility: hidden !important;
	}
	
	/* show submenu */
	.menu-item-has-children .sub-menu.visible {
		display: block !important;
		visibility: visible !important;
	}
	/* ende mobile navigation */
	
	/* open state */
	/* font-size für input-felder auf 16px setzen > verhindert skalieren auf dem iphone */
	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select:focus,
	textarea {
		font-size: 16px;
	}
	
	.sb-search {
		right: 3rem;
	}
	
	
	/* text -------------------------- */
	h1 {
		font-size: 32px;
		font-size: 2rem;
	}
	
	p,
	ul,
	ol,
	table,
	.wp-block-table table,
	.nav-wrap ul,
	.wp-block-group.box-infos p, 
	.wp-block-group.box-infos ul, 
	.wp-block-group.box-infos-innen p, 
	.wp-block-group.box-infos-innen ul, 
	.wp-block-columns.hat-3-spalten-flexibel p {
		font-size: 18px;
		font-size: 1.125rem;
	}

	
	/* header */
	.logo {
		top: 40px;
	}
	
	.logo object {
		width: 330px;
	}
	
	.sb-search {
		top: 68px;
	}
	
	.nav-wrap {
		top: 62px;
	}
	
	.site-header .container {
		height: 160px;
	}
	
	body.home .site-banner {
		margin-top: 120px;
	}
	
	.site-banner,
	.site-banner .container {
		height: 300px;
	}
	
	
	/* content */
	.breadcrumb {
		margin-bottom: 1em;
	}
	
	body.home .site-content {
		margin-top: 30px;
	}
	
	.site-content {
		margin-top: 130px;
	}
	
	/* box-kontakt */
	.wp-block-group.box-kontakt {
		width: 100%;
	}
	
	.wp-block-columns {
		flex-direction: column;
		margin-top: 0;
	}
	
	.wp-block-column {
		margin: 2em 0 !important;
	}
	
	.box-infos .wp-block-column {
		margin: 1em 0 !important;
	}
	
	/* footer -------------------------- */	
	.site-footer .footer-box:nth-of-type(1),
	.site-footer .footer-box:nth-of-type(2) {
		flex-basis: 45%;
		width: 45%;
		padding-right: 10%;
	}
	
	.site-footer .footer-box:nth-of-type(2) {
		padding-right: 0;
	}
	
	.site-footer .footer-box:nth-of-type(3) {
		flex-basis: 100%;
		width: 100%;
		padding-right: 0;
	}
	
	.site-footer .footer-box:nth-of-type(4),
	.site-footer .footer-box:nth-of-type(5) {
		flex-basis: 45%;
		width: 45%;
		padding-right: 10%;
	}
	
	.site-footer .footer-box:nth-of-type(5) {
		padding-right: 0;
	}
	
	.icon-notfall {
		margin-top: 0;
		padding-left: 50px;
	}
	
	.icon-notfall::before {
		left: 0;
		top: -6px;
	}
	
	


/* ========================================================================== */
/* ! RESPONSIVENESS 49 rem / 784 px ---------------------------------------- */
/* ========================================================================== */

/* einspaltig */
@media only screen and (max-width: 49rem) {
	
/* 	h1 {color: black;} */
/* 	h1::after {content: '*';} */
	

	/* sticky header */
	.site-header.sticky {
		position: fixed;
		
		background-color: #fff;
		box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
		height: 65px; 
		transition: all 0.3s ease-in-out;
	}
	
	.site-header.sticky .container {
		height: 65px;
		transition: all 0.3s ease-in-out;
	}
	
	.site-header.sticky .logo {
		top: 7px;
	}
	
	.site-header.sticky .logo object {
		height: 50px;
		width: 170px;
	}
	
	.site-header.sticky .sb-search {
		top: 12px;
	}	
	
	/* box-infos */
	.wp-block-group.box-infos-innen .wp-block-column {
		margin-bottom: 2em;
		margin-left: 0;
	}
	
	.wp-block-group.box-infos-innen .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	.wp-block-group.box-infos-innen .wp-block-column:last-of-type {
		margin-bottom: 0;
	}
	
	/* box-schmal */
	.wp-block-group.box-schmal {
		margin: 0 auto;
		width: 100%;
	}
	
	/* box-blau */
	.wp-block-group.box-blau-innen ul {
		margin-bottom: 0;
	}
	
	.wp-block-group.box-blau-innen ul:last-of-type {
		margin-bottom: 1em;
	}
	
	.wp-block-group.box-blau-innen.box-schmal {
		margin: 0 auto;
		width: 90%;
	}

	
	/* content */
	body.home .site-content {
		margin-top: 20px;
	}	
	
	.wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}
	
	.wp-block-column:nth-child(2n+1) {
		margin-right: 0;
	}
	
	.wp-block-column:not(:first-child), 
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
		margin-right: 0;
	}
	
	.wp-block-columns.hat-3-spalten-flexibel .wp-block-column:not(:first-child) {
		margin-left: 0;
	}	
	
	
	/* footer -------------------------- */	
	.site-footer .footer-box,
	.site-footer .footer-box:nth-of-type(1),
	.site-footer .footer-box:nth-of-type(2),
	.site-footer .footer-box:nth-of-type(3),
	.site-footer .footer-box:nth-of-type(4),
	.site-footer .footer-box:nth-of-type(5) {
		flex-basis: 100%;
		width: 100%;
	}
	
	.site-footer .footer-box {
		border-top: 1px solid var(--color-negative);
		margin-bottom: 1.5em;
		padding-top: 2em;
	}	
	
	.site-footer .footer-box:nth-of-type(1) {
		border-top: none;
		padding-top: 0;
	}
	
	.site-footer .footer-box:nth-of-type(3) {
		margin-bottom: 2em;
	}
	
	.site-footer .footer-box:nth-of-type(4) {
		margin-bottom: 0;
	}
	
	.site-footer .footer-box:nth-of-type(5) {
		border-top: none;
		padding-top: 0;
	}
	
	.site-footer ul li {
		padding-bottom: 1em;
	}
	
	.site-footer svg .wave-bottom {
		transform: translate(0, -61px) scale(200%);
		fill: #fdfbf3;
	}
	
}



/* ========================================================================== */
/* ! RESPONSIVENESS 40 rem / 640 px ---------------------------------------- */
/* ========================================================================== */

/* einspaltig, iPhone6 */
@media only screen and (max-width: 40rem) {

/*     h1 {color: pink;} */
/*     h1::after {content: '**';} */
    
	
	/* layout allgemein -------------------------- */
    .container {
        margin-right: 7%;
        margin-left: 7%;
	}
	
	
	/* header */
	.site-banner, .site-banner .container {
		height: 250px;
	}
	
	
	/* text -------------------------- */	
	h2 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	
	h3 {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
	p,
	ul,
	ol,
	table,
	.wp-block-table table,
	.nav-wrap ul,
	.wp-block-group.box-infos p, 
	.wp-block-group.box-infos ul, 
	.wp-block-group.box-infos-innen p, 
	.wp-block-group.box-infos-innen ul, 
	.wp-block-columns.hat-3-spalten-flexibel p,
	.site-footer p,
	.site-footer ul, 
	.site-footer table {
		font-size: 17px;
		font-size: 1.0625rem;
	}
	
	/* footer */



}



/* ========================================================================== */
/* ! RESPONSIVENESS 34 rem / 544 px ---------------------------------------- */
/* ========================================================================== */

/* einspaltig, Samsung/iPhone*/
@media only screen and (max-width: 34rem) {

/*     h1 {color: purple;} */
/*     h1::after {content: '***';} */
    
	.logo {
		top: 50px;
		width: 220px; /* ist eigentlich nicht nötig, verhindert aber, dass auf dem iphone das logo manchmal beim seitenwechsel plötzlich groß dargestellt wird, weil anscheinend die object-breite nicht immer gleich erkannt wird */
		z-index: 9000;
	}
	
	.logo object {
		width: 220px;
	}
	
	.nav-wrap {
		top: 34px;
	}
	
	#sb-search {
		top: 41px;
		right: 2.7rem;
	}
	
	.site-header.sticky #sb-search {
		top: 12px;
	}
	
	.breadcrumb {
		margin-bottom: .6em;
	}
	
	.site-content {
		margin-top: 100px;
	}	
	
    
}



/* ========================================================================== */
/* ! PRINT STYLES ---------------------------------------- */
/* ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
	}
	
    pre,
    blockquote {
        border: 1px solid #000;
        page-break-inside: avoid;
	}
	
    tr,
    img {
        page-break-inside: avoid;
	}
	
    img {
        max-width: 100% !important;
	}
	
    @page {
        margin: 0.5cm;
	}
	
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
	}
	
    h2,
    h3 {
        page-break-after: avoid;
	}
    /* !eigene print-styles */
}

