/*  
Theme Name: Dentales Kunstwerk
Version: 5.1
*/
/*
	Blau   #7acdf0;
*/


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	font-size: 16px;
}
body {
	position: relative; /* ScrollSpy */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    font-weight: 400;
	line-height: 1.5;
	color: #555;
	background-color: #fff;
    z-index: 0;
}
a {
	color: #555;
	text-decoration: underline;
	outline: none;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
a:hover {
	color: #7acdf0;
	text-decoration: underline;
}
p {
	margin: 8px 0 16px;
}
small, .klein {
	font-size: 0.8em;
}
blockquote {
	font: italic 1.4em "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
blockquote p {
	padding-bottom: 8px;
}
blockquote em {
	color: #999;
}
b,
strong {
	/*color: #555;*/
}
hr.wp-block-separator,
hr {
	border: 0 none;
	border-bottom: 1px solid #eee;
	clear: both;
	height: 0;
	line-height: 0;
}
hr.blau {
	border-bottom: 1px solid #00c;
}
hr.rot {
	border-bottom: 1px solid #c00;
}
figcaption {
    color: #999;
    font-size: 0.8em;
    line-height: 1.2;
}
::selection {
	background-color:#7acdf0;
	color:#fff;
}
::-moz-selection {
	background-color:#7acdf0;
	color:#fff;
}
/* LISTEN
=================================================================================== */
ul {
 	/*list-style-type: square;
	list-style-image: url(image/punkt_sw.gif);*/
}
ul, ol {
	/*margin-top: -8px;*/
	margin: 8px 0 16px;
	padding: 0 0 0 18px;
}
ul ul, ol ol {
	margin-top: 4px;
	margin-bottom: 0;
	padding-bottom: 0;
}
li {
	padding: 0 0 8px 8px;
}
li li {
	padding: 0 0 4px 8px;
}
ul.check {
    list-style-image: url(image/check-kl.png);
    margin-top: 0;
    padding: 0 0 16px 28px;
}
/* HEADLINES
=================================================================================== */
h1, h2, h3, h4, h5, h6 {
	padding: 8px 0 0;
	margin-bottom: 16px;
	line-height: 1.5;
	color: #7acdf0;
	font-weight: normal;
	clear: both;
}
h1 {
	padding: 0;
	font-size: 1.5em;
    text-transform: uppercase;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
/* FORMULAR
=================================================================================== */
input, textarea, select, input[type=search], button {
	font-size: 1em;
	font-family: inherit;
	outline-color: transparent;
	outline-style: none;
}
input[type=text], input[type=email], input[type=date], input[type=password], textarea, select, input[type=search] {
	background: #fff;
    border: 0 none;
	border-bottom: solid 1px #ccc;
	padding: 8px 0;
	color: #555;
    -webkit-appearance: none;
    outline-color: transparent;
	outline-style: none;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input.placeholder, textarea.placeholder, select {
	color: #888;
}
input[type=text], input[type=email], input[type=date], input[type=password], input[type=search] {
	width: 100%;
}
textarea {
	line-height: 1.5;
	width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=date]:focus, input[type=password]:focus, textarea:focus, select:focus, input[type=search]:focus {
	outline: none;
	background: #fff;
	border-bottom: solid 1px #7acdf0;
	color: #485156;
}
input[type=reset], input[type=submit], button, a.btn,
.wp-block-button__link,
.wp-block-button__link:visited {
	color: #7acdf0;
	border: solid 1px #7acdf0;
	padding: 7px 21px;
	cursor: pointer;
	background-color: #fff;
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
    -webkit-appearance: none;
	outline-color: transparent;
	outline-style: none;
}
input[type=reset]:hover, input[type=submit]:hover, button:hover, a.btn:hover,
.wp-block-button__link:hover {
	background: #7acdf0;
	color: #fff;
}
a.btn,
a.btn:hover,
.wp-block-button__link, 
.wp-block-button__link:hover {
	display: inline-block;
	text-decoration: none;
}
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	border: solid 1px #ccc;
	background: #ccc;
	color: #fff;
	cursor: not-allowed;
}
/************************************************************************************
STRUKTURE
*************************************************************************************/
#Rahmen {
    background-image: url(image/Zahn-Kreis.png);
    background-position: 235px 120px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.sc-pagewidth,
.pagewidth {
	max-width: 1000px;
    margin: 0 auto;
}
.mobile {
}
.desktop {
	display: none;
}
#IRahmen {
}
#Inhalt {
	position: relative; /* Seiten ID */
	padding: 24px 14px;
}
#Inhalt p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
#SpalteL,
#SpalteR {
	padding: 24px 14px;
	background-color: #eee;
	text-align: center;
}
.linie {
	height: 0;
	line-height: 0;
}
/* KOPFZEILE
=================================================================================== */
#Kopf {
}
.kopfzeile {
	padding: 8px 0;
}
#Titelbild {
	background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
	line-height: 0;
	overflow: hidden;
	text-align: center;
}
#Titelbild img {
	display: inline-block;
	margin: 0 auto;
}
/* LOGO
=================================================================================== */
#Logo {
	padding: 16px 76px 16px 14px;
	text-align: center;
}
.logo {
}
.logo-svg {
    display: none;
}
/* Plugin SVG Check */
.svg .logo-png {
    display: none;
}
.svg .logo-svg {
    display: block;
}
a.logo {
	font-size: 2em;
	text-decoration: none;
}
a.logo:hover {
	text-decoration: none;
}
/* SUCHFORMULAR
=================================================================================== */
#searchform {
}
#searchform #s {
	width: 100px;
	color: #555;
	/*background: transparent url(image/lupe.png) no-repeat 8px center;*/
	border: solid 1px #ccc;
	padding-left: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#searchform #s:focus {
	width: 230px;
	color: #7acdf0;
    border: solid 1px #7acdf0;
    background-color: #eee;
}
/* MOBILE HAUPT NAVIGATION 
=================================================================================== */
.logged-in #menu-icon {
	top: 88px;
}
#menu-icon {
	position: fixed;
	top: 7px;
	right: 10px;
	width: 48px;
	height: 48px;
	z-index: 999;
}
.mobile-button {
	display: block;
	font-weight: 600;
	text-align: center;
	color: #555;
	border: 0 none;
	cursor: pointer;
	background-image: url(image/menu-icon2-gr.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mobile-button:hover {
	border: 0 none;
	background-image: url(image/menu-icon2-sw.png);
}
.mobile-button.active {
	border: 0 none;
	background-image: url(image/close-icon-hgr.png);
}
/* Toggle */
.toggle #Menu {
    background-color: #f8f8f8;
	text-align: center;
}
/* Slide */
.slide #Menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 280px;
    padding: 0;
    z-index: 998;
	text-align: center;
	background-color: #f8f8f8;
}
#Icon {
    display: block;
	padding: 0 0 16px;
}
#Icon .icon {
	width: 64px;
}
.slide .slide-menu {
	right: -280px;
}
.slide .slide-menu.menu-open {
	right: 0px;
    overflow-y: auto;
}
.slide .slide-menu {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slide #main-nav-wrap {
    padding: 48px 28px;
}
.toggle #main-nav-wrap {
    padding: 0 14px;
}
.toggle #main-nav {
	display: none; /* visibility will be toggled with jquery */
	text-align: center;
}
.slide #main-nav {
	text-align: left;
}
ul#main-nav, #main-nav ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav ul  {
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
#main-nav li {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	background-color: #f8f8f8;
}
#main-nav > li:first-child {
	border-top: 0 none;
}
#main-nav ul ul li {
	border-top: 0 none;
}
#main-nav .current-menu-item,
#main-nav .current_page_item {
}
/* main level link */
#main-nav a {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.7;
	padding: 8px 1px;
}
/* sub-levels link */
#main-nav ul a {
	font-size: 1em;
	line-height: 1.3;
    padding: 11px 10px;
	text-transform: none;
}
/* dropdown ul */
#main-nav ul {
	display: none;
}
/* Mobile - aktives Untermenu sichtbar */
#main-nav .current_page_item > ul,
#main-nav .current-menu-item > ul,
#main-nav .current_page_ancestor > ul,
#main-nav .current-menu-ancestor > ul {
	display: block;
}
/* Sidebar Menu #side-nav */
#side-nav, #side-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side-nav {
	margin: 0 0 24px;
}
#side-nav ul {
	padding-left: 14px;
}
#side-nav li {
	padding: 0;
	margin: 0;
	display: block;
	line-height: 1;
}
#side-nav a {
	display: inline-block;
	font-size: 1em;
	line-height: 1.5;
}
/* MENUPUNKT STYLING 
=================================================================================== */
#side-nav .menu-item a,
#side-nav .page_item a,
#main-nav .menu-item a,
#main-nav .page_item a {
	color: #555;
	font-weight: normal;
	text-decoration: none;
}
#side-nav a:hover,
#main-nav a:hover {
	color: #7acdf0;
	text-decoration:none;
}
/* aktiver Menupunkt */
#side-nav .current-menu-item > a,
#side-nav .current_page_item > a,
#main-nav .current-menu-item > a,
#main-nav .current_page_item > a {
	color: #7acdf0;
}
/* GrossEltern Menupunkt */
#main-nav .current-menu-ancestor > a,
#main-nav .current_page_ancestor > a {
}
/* Eltern Menupunkt */
#side-nav .current-menu-parent > a,
#side-nav .current_page_parent > a,
#main-nav .current-menu-parent > a,
#main-nav .current_page_parent > a {
	color: #7acdf0;
}
/* Submenu Icon / jQuery */
li.menu-item-has-children span {
    display: inline-block;
    white-space: nowrap;
}
.submenu-icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/* SEITEN-TEMPLATES
=================================================================================== */
.home h2.kat-name {
	text-align: center;
}
/* archive.php */
.archive h1.kategorie {
	color: #7acdf0;
}
.archive h1.kategorie a {
	color: #7acdf0;
	text-decoration: none !important;
}
.archive h1.kategorie a:hover {
	color: #555;
}
.artikel {
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
	margin-bottom: 24px;
}
.three-columns-one:last-child .artikel,
.four-columns-one:last-child .artikel {
	border-bottom: 0 none;
}
.artikel h2 {
}
.artikel p {
}
.artikel img {
	padding-bottom: 0;
}
.post-date {
	padding-top: 3px;
	color: #7acdf0;
}
/* Beitrags Navigation */
.post-nav {
	margin-top: 24px;
}
.post-nav .prev {
	margin-right: 14px;
	float: left;
}
.post-nav .next {
	float: right;
}
.post-nav .prev .klein {
	margin-right: 7px;
}
.post-nav .next .klein {
	margin-left: 7px;
}
.post-nav a {
	/*font-family: "Courier New", Courier, monospace;*/
	font-size: 1em;
	color: #999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #555;
	text-decoration: none;
}
.page-nav {
	margin-top: 24px;
}
.page-nav .number {
	background-color: #ccc;
	color: #555;
	display: inline-block;
	vertical-align: bottom;
	margin: 7px 3px;
	padding: 5px 0;
	width: 30px;
	height: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.page-nav .number:hover {
	color: #fff;
}
.page-nav .current {
	color: #fff;
}
/* SEITEN
=================================================================================== */
h1 a,
h2 a,
h3 a {
	color: #7acdf0;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: #555;
	text-decoration: none;
}
a.tel {
	color: #333 !important;
	text-decoration: underline;
}
/* more-link */
a.more-link {
	/*position: absolute;
	top: 0;
	right: 14px;
	font-size: 4em;
	line-height: .8;
 	font-family: "Courier New", Courier, monospace;*/
	color: #7acdf0;
	text-decoration: none;
}
a.more-link:hover {
	color: #555;
	text-decoration: none;
}
a.pdf {
	margin-left: 4px;
	padding-left: 22px;
	background-image: url(image/pdf.png);
	background-repeat: no-repeat;
	background-position: left;
}
.rot {
	color: #7acdf0;
}
.grau {
	color: #888;
}
.schwarz {
	color: #000;
}
.abstand-oben {
	padding-top: 24px;
}
.abstand-unten {
	padding-bottom: 24px;
}
.abstand-rechts {
	padding-right: 14px;
}
.abstand-links {
	padding-left: 14px;
}
.kein-abstand-oben {
	margin-top: 0;
	padding-top: 0;
}
.kein-abstand-unten {
	margin-bottom: 0;
	padding-bottom: 0;
}
.separator {
	clear: both;
	line-height: 0;
}
.separator-small {
	padding-bottom: 22px;
}
.separator-medium {
	padding-bottom: 30px;
}
.separator-large {
	padding-bottom: 50px;
}
p:empty {
	padding-bottom: 0;
}
/* Abstandshalter - Breite veraenderbar in Shortcode */
span.abstand {
	display: inline-block;
	width: 100px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
	margin-bottom: 16px;
}
table th {
	padding: 15px 14px 5px 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	border: 0 none;
	border-bottom: 1px solid #555;
}
table td {
	vertical-align: top;
	/*text-align: left;*/
    padding-bottom: 3px;
	padding-right: 14px;
    padding-top: 5px;
	border: 0 none;
	border-bottom: 1px solid #eee;
}
/* Lightbox */
.lb-outerContainer {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.lb-data .lb-number {
	visibility:hidden;
}
/* Dashicons */
.dashicons {
    color: #555;
    vertical-align: text-top;
}
.icon-mittel {
    width: 48px;
    height: 48px;
    font-size: 48px;
}
.icon-gross {
    width: 72px;
    height: 72px;
    font-size: 72px;
}
/* Akkordeon */
.accordion {
	border-bottom: solid 1px #7acdf0;
    margin-bottom: 16px;
}
h3.ui-accordion-header {
	cursor: pointer;
	outline: none;
}
.accordion h3 {
	position: relative;
	padding: 16px 10px 16px 24px;
	margin-bottom: 1px;
	font-size: 1em;
	line-height: 1;
	color: #7acdf0;
	border-top: solid 1px #7acdf0;
	background-color: #fff;
	cursor: pointer;
}
.accordion h3:hover {
    background-color: #eee;
	color: #7acdf0;
}
.accordion .ui-icon {
	position: absolute;
	top: 14px;
	left: 1px;
	width: 18px;
	height: 18px;
	z-index: 9;
    background-color: #7acdf0;
	background-repeat: no-repeat;
	background-position: center;
}
.accordion .ui-icon-triangle-1-e {
	background-image: url(image/icon-plus.png);
	background-size: 50% auto;
}
.accordion .ui-icon-triangle-1-s {
	background-image: url(image/icon-minus.png);
	background-size: 50% auto;
}
.accordion h3 span.info {
	color: #666;
	padding: 0 10px;
	font-size: 0.857em;
}
.accordion h3:hover span.info {
	color: #444;
}
.accordion > div {
	padding: 10px 10px 10px 24px;
}
/* Bildslider */
.bild, 
.cycle-slideshow {
	width: 100%;
}
.cycle-slideshow > div,
.cycle-slideshow > .wp-block-image {
    width: 100%;
}
.cycle-slideshow img {
	display: none;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.cycle-slideshow img:first-child,
.cycle-slideshow img.bild1 {
	display: block;
}
#Slideshow .cycle-overlay {
	position: absolute;
	color: #000;
	background-color: rgba(255, 255, 255, .5);
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	z-index: 777;
}
.cycle-pager {
	position: absolute;
	right: 20px;
	bottom: 8px;
    width: auto !important;
    font-size: 2em;
    line-height: 1;
    text-align: right;
	z-index: 778;
}
.cycle-pager span {
	display: inline-block;
    color: #fff;
	cursor: pointer;
	margin-left: 8px;	
}
.cycle-pager span.cycle-pager-active,
.cycle-pager span:hover {
	color: #7acdf0;
}
#Slideshow {
	position: relative;
	margin-bottom: 0;
}
.cycle-next,
.cycle-prev {
	position: absolute;
	top: 42%;
	z-index: 778;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	color: #555;
	line-height: 1;
	padding: 0 4px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.5);
}
.cycle-next {
	right: 14px;
}
.cycle-prev {
	left: 14px;
}
.cycle-next:hover,
.cycle-prev:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1);
}
/* Teilnehmerstimmen - Slider */
.testimonial .cycle-slideshow > div {
    padding: 0 15%;
    width: 70%;
    text-align: center;
    font-size: 1.1em;
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
    /*background-color: lightblue;*/
}
.testimonial .cycle-slideshow > div p em {
    font-size: .9em;
}
.testimonial .cycle-pager {
	position: relative;
	right:  auto;
	bottom:  auto;
    z-index: auto;
    text-align: center;
}
.testimonial .cycle-next {
	right: 0;
}
.testimonial .cycle-prev {
	left: 0;
}
/* Titelbild single.php ... */
.content-image,
.titelbild {
	margin-bottom: 16px;
}
/* Box  */
.box {
	margin-top: 16px;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box p {
	margin: 8px 5px;
}
.box a {
	display: block;
	text-decoration: none;
}
.box.orange {
	background-color: #f57d33;
	color: #fff;
}
.box.orange h1,
.box.orange h2,
.box.orange h3,
.box.orange h4,
.box.orange h5,
.box.orange h6,
.box.orange a, 
.box.orange a:hover {
	color: #fff;
}
/* Tooltip */
.tooltip {
}
[data-tooltip] {
	position: relative;
}
[data-tooltip]::after {
	content: attr(data-tooltip);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
	display: block;
	position: absolute;
	top: 1em;
	min-width: 8em;
	max-width: 15em;
	padding: 0.5em;
	z-index: 100;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: solid 1px #ccc;
}
[data-tooltip]:hover::after {
	opacity: 1;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
iframe {
	width: 100% !important;
}
/* SmoothDivScroll */
#DivScroll {
}
#DivScroll .wp-block-image {
	display: inline-block;
    margin: 0 24px;
}
#DivScroll a {
	display: inline-block;
}
#DivScroll img {
    display: inline-block;
    max-height: 120px;
    width: auto;
    max-width: 90%;
    vertical-align: middle;
}
#makeMeScrollable {
	width: 100%;
	height: 120px;
	position: relative;
}
#makeMeScrollable div.scrollableArea img {
	position: relative;
	margin: 0;
	padding: 0 24px;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.punkt {
	position: absolute;
	top: 60%;
	width: 100%;
	z-index: 99;
}
.punkt a {
	background-color: #7acdf0;
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #7acdf0;
	margin: 2px auto;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.punkt a:hover {
	width: 34px;
	height: 34px;
	margin-top: 0;
	margin-bottom: 0;
}
/* Button Aktion */
.aktion-wrap {
	margin-bottom: 24px;
	position: relative;
}
.aktion-btn {
	display: inline-block;
	margin-top: 8px;
	position: relative;
}
.aktion-btn-text {
	cursor: pointer;
	color: #fff;
	background-color: #7acdf0;
	padding: 7px 14px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#AktionLayer {
	display: none; /* visibility will be toggled with jquery */
	padding: 10px 14px;
	margin-top: 16px;
	background-color: #f8f8f8;
}
#AktionLayer p {
	padding-bottom: 8px;
}
/* Top-News */
.top-news-widget {
	text-align: center;
	font-size: 1.15em;
	color: #7acdf0;
	line-height: 1.1;
	background-color: #fff;
	padding: 4px 0 0;
	border-top: 3px solid #7acdf0;
    border-bottom: 1px solid #eee;
}
.top-news-widget div {
	display: inline-block;
	margin: 0;
}
.top-news-widget p {
	margin: 0;
	padding: 0;
}
.top-news-widget a,
.top-news-widget a:hover {
	color: #7acdf0;
    text-decoration: underline;
}
.top-news-widget .top-news-widgettitle {
	font-weight: bold;
	margin-right: 14px;
	display: none;
}
/* Laufschrift - Top-News */
.marquee {
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}
.marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 25s linear infinite;
}
.marquee span:hover {
    animation-play-state: paused;
}
@-webkit-keyframes marquee {
	0% { transform: translate(0, 0); }
	100% { transform: translate(-100%, 0); }
}
/* WP Kontaktformular 
=================================================================================== */
.wpcf7-form {
}
.wpcf7-form h4 {
	padding: 24px 0 16px;
	font-size: 1em;
	font-weight: bold;
}
.wpcf7-form p {
	position: relative;
	clear: both;
	padding: 6px 0;
}
.wpcf7-form .klein {
	font-size: 0.857em;
}
.wpcf7-form label.abstand {
	float: left;
	padding: 4px 0;
	width: 100px;
}
.wpcf7-radio label {
	display: inline-block;
	padding-bottom: 8px;
}
.wpcf7-not-valid-tip {
}
.wpcf7-response-output {
}
/* weitere Formulardaten ein-/ausblenden */
.wpcf7 label.check {
    display: inline-block;
    margin: 20px 10px;
}
.wpcf7 span.check-box {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #888;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 3px;
    height: 28px;
    width: 28px;
    vertical-align: middle;
}
.wpcf7 .active span.check-box {
    background: #fff url(image/check.png) no-repeat center center / auto 80%;
    border: 1px solid #555;
}
.wpcf7 .weitere-daten {
    display: none;
    padding-bottom: 24px;
}
/* SIDEBAR
=================================================================================== */
.widget {
	margin: 0 0 24px;
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;*/
}
.widgettitle {
	margin: 0 0 16px;
	padding: 0;	
	font-size: 1em;
	text-transform: uppercase;
}
.widget ul {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}
.widget li {
	margin: 0;
	padding: 0;
	clear: both;
}
.widget ul ul {
	margin: 0;
	padding: 0;
}
.widget ul ul li {
	margin: 0;
}
.widget li a  {
	padding-left: 0;
	text-decoration: none;
}
.widget li a:hover  {
}
#Fuss-2 .widget {
	margin-bottom: 0;
}
/* KOMMENTAR
=================================================================================== */
.comment-form label {
	display: inline-block;
	width: 120px;
}
/* FUSSZEILE
=================================================================================== */
#Fuss,
#Fuss-2 {
	font-size: .85em;
}
#Fuss-2 {
}
#Fuss a,
#Fuss-2 a {
    color: #555;
	text-decoration: none;
	white-space: nowrap;
}
#Fuss a:hover,
#Fuss-2 a:hover {
    color: #555;
	text-decoration: underline;
}
.fusstext {
	text-align: center;
	padding: 24px 14px 8px;
}
.fusstext span {
	white-space: nowrap; /* kein Umbruch in Telefonnr. */
}
.copy {
    margin-bottom: 8px;
}
#footer-nav, #footer-nav ul {
	margin: 0;
	padding: 0;
}
#footer-nav {
	margin: 0 0 8px;
}
#footer-nav ul {
	padding-left: 14px;
}
#footer-nav li {
	padding: 0;
	margin: 0 7px;
	display: inline-block;
}
#footer-nav a {
	display: inline-block;
	font-size: 1em;
}
/* back to top */
/* jQuery - wird beim scrollen eingeblendet */
a.back-to-top {
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 997;
}
a.back-to-top {
	background: url(image/arrow-up-gr.png) no-repeat center center / 50% auto;
	border: 0 none;
	display: block;
	width: 48px;
	height: 42px;
	margin: 0 auto;
	text-indent: -900em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.back-to-top:hover {
	background-image: url(image/arrow-up-sw.png);
}
/* Schlagwortwolke */
.tagcloud a {
	font-size: 1em !important;
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 4px;
	padding: 3px 7px;
	color: #999;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.tagcloud a:hover {
	color: #7acdf0;
	text-decoration: none;
	background-color: #444;
}
/* MODULAR
=================================================================================== */
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 82%;
	position: relative;
	margin: 15% auto;
	padding: 40px 4% 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}
.modalDialog .modal-small {
	max-width: 350px;
}
.modalDialog .modal-medium {
	max-width: 500px;
}
.modalDialog .modal-large {
	max-width: 700px;
}
.close {
	background: #fff;
	border: 1px solid #ddd;
	color: #0079ff;
	font-size: 42px;
	font-weight: normal;
	line-height: 33px;
	padding-bottom: 3px;
	position: absolute;
	right: 14px;
	text-align: center;
	top: 14px;
	width: 36px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.close:hover {
	background: #ccc;
}
/* WP BLOCK ELEMENTE
=================================================================================== */
.wp-block-gallery li {
	padding: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 12px 12px 8px;
    font-size: 14px;
    line-height: 1.2;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
    margin-top: 5px !important; /* Oben mit Text buendig */
}
/* CLEAR & ALIGNMENT
=================================================================================== */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
/* clearfix */
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* WP SYSTEM
=================================================================================== */
body .seiten-id {
	display: none;
}
body.logged-in .seiten-id {
	display: inline;
	position: absolute;
	z-index: 99;
	top: 1px;
	right: 1px;
	padding: 3px 5px;
	color: #fff;
	background-color: #222;
	border: 2px solid #f00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wp-edit a {
	background-color: #ff3;
	display: inline-block;
	padding: 1px 7px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wp-edit a::before {
	content: "\f464";
	float: left;
	font: normal 20px/1 dashicons;
}

/* Media queries
------------------------------------------------------------------------------------ */
/* bis 600px */
@media screen and (max-width:600px) {
    /* WP BLOCK ELEMENTE */
	.wp-block-media-text {
		display: block !important;
		margin-bottom: 24px;
		border-bottom: 1px solid #eee;
	}
	.wp-block-media-text .wp-block-media-text__media {
		margin-bottom: 24px !important;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding-left: 3% !important;
		padding-right: 3% !important;
	}
    /* Bilder zentriert */
    body .wp-block-image .alignright,
    body .wp-block-image .alignleft {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	/*.table-responsive > table > tbody > tr > th,
	.table-responsive > table > tbody > tr > td {
		white-space: nowrap;
	}*/
}
/* ab 600 pixel */
@media screen and (min-width: 600px) {
	html {
		/*height: 100%;*/
	}
	body {
		/*min-height: 100.5%;*/
		/*font-size: 14px;*/
		overflow-y: scroll;
        background-color: #d9dfe2;
	}
	#Rahmen {
		overflow: hidden;
        background-color: #fff;
        padding: 0 38px;
        max-width: 900px;
        margin: 0 auto;
	}
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
	#Kopf {
	}
	.kopfzeile {
		padding: 16px 14px 0;
	}
	.kopfzeile a {
	}
	#Logo {
		padding: 0;
        text-align: center;
	}
	.logo {
		max-width: 100%;
	}
	.logged-in #Menu {
		top: auto;
	}
    .slide #Menu,
	.toggle #Menu {
		float: none;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;	
		width: auto;
		min-width: inherit;
		max-width: none;
		z-index: auto;
		background: none;
		line-height: 0;
        text-align: left;
	}
    #Menu #Sidebar {
        display: none;
    }
	#Icon {
		display: none;
	}
	#Titelbild {
	}
	#IRahmen {
        padding: 24px 28px;
        border: 1px solid #9f9f9d;
        min-height: 499px;
	}
    /*#IRahmen .pagewidth-content,*/
    #IRahmen .sc-pagewidth {
		margin: 0 auto;
		max-width: 700px;
	}
	#Inhalt {
		float: right;
		padding: 0;
		width: 60%;
		min-height: 399px;
	}
	#Inhalt.breit {
		float: none;
		padding: 0;
		width: 100%;
	}
    #Inhalt.schmal {
		float: none;
        margin: 0 auto;
		padding: 0;
		max-width: 1000px;
		width: 100%;
	}
    /* Kein Seitenrand! */
    .page-template-temp_volle_breite #IRahmen.pagewidth {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
	}
    #Inhalt.fullwidth {
		float: none;
		padding: 0;
		width: 100%;
	}
    /* Randbegrenzung */
    #Inhalt.fullwidth .wp-block-image figcaption,
    #Inhalt.fullwidth > h1,
    #Inhalt.fullwidth > h2,
    #Inhalt.fullwidth > h3,
    #Inhalt.fullwidth > p,
    #Inhalt.fullwidth > ul,
    #Inhalt.fullwidth .sc-pagewidth {
        padding-left: 14px;
        padding-right: 14px;
    }
	.home #Inhalt {
		min-height: 1px;
	}
	.archive #Inhalt,
	.single #Inhalt,
	.blog #Inhalt,
	.page #Inhalt,
	.page-template-xy #Inhalt {
	}
	#SpalteL {
		float: left;
	}
	#SpalteR {
		float: right;
	}
	#SpalteL,
	#SpalteR {
		padding: 16px 0;
		width: 34%;
		background: none;
		text-align: left;
	}
	#Fuss {
	}
	#Fuss a {
		text-decoration: none;
	}
	#Fuss a:hover {
		text-decoration: none;
	}
	.fusstext {
		text-align: left;
	}
	.back-top {
		display: none;
	}
    .copy {
        float: left;
    }
	#footer-nav {
        float: left;
		text-align: left;
	}
	#footer-nav li {
        display: inline-block;
		margin: 0 0 0 24px;
	}
    /* WP BLOCK ELEMENTE */
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        text-align: right;
    }
	/* HAUPT NAVIGATION 
	============================================================================== */
	.mobile-button {
		display: none;
	}
	.slide #main-nav-wrap,
    .toggle #main-nav-wrap {
        padding: 0;
	}
	#main-nav {
		position: relative;
		display: inline-block !important; /* !important - wegen Toggle jQuery !!! */
		border: 0 none;
		text-align: left;
		width: auto;
		z-index: 999;
		line-height: 1;
	}
	#main-nav li {
		float: left;
		position: relative;
		margin-left: 25px;
		border: 0 none;
		background: none;
	}
	#main-nav li:first-child {
		margin-left: 0;
	}
	#main-nav .current-menu-item,
	#main-nav .current_page_item {
		background: none;
	}
	/* main level link */
	#main-nav a {
		display: inline-block;
		padding: 0;
		font-size: 1.1em;
		border: 0 none;
		line-height: 2.3;
	}
	/* sub-levels link */
	#main-nav ul a {
		padding: 8px 10px;
		display: inline-block;
		width: 175px;
		border-top: 1px solid #eee;
		background-color: rgba(242, 242, 242, 0.9);
	}
    /* Submenu oeffnen - Icon ausblenden */
    #main-nav ul li.menu-item-has-children span b {
        display: none;
    }
	/* dropdown ul */
	#main-nav ul {
		position: absolute;
		z-index: 999;
		display: none;
		border-bottom: 1px solid #ccc;
	}
	/* Mobile - aktives Untermenu sichtbar ueberschreiben */
	#main-nav .current_page_item ul,
	#main-nav .current-menu-item ul,
	#main-nav .current_page_ancestor ul,
	#main-nav .current-menu-ancestor ul {
		display: none;
	}
	#main-nav ul li {
		padding: 0;
		margin: 0;
		float: none;
		border: 0 none;
	}
	/* sub-levels dropdown */
	#main-nav ul ul {
		left: 100%;
		top: 0;
		padding-top: 0;
	}
	/* show dropdown ul */
	#main-nav li:hover > ul {
		display: block;
	}
	/* SEITEN
	============================================================================== */
	a.tel {
		color: #555;
		text-decoration: none;
		cursor: default;
	}
	/* archive.php */
	.artikel {
		border-bottom: 0 none;
	}
	.archive h1.kategorie {
	}
	.artikel h2 {
	}
	.artikel p {
	}
	/* single.php */
	.header-text {
		float: left;
	}
	/* Button Aktion */
	.aktion-wrap {
		margin-bottom: 0;
	}
	.aktion-btn {
		margin-top: 0;
		position: fixed;
		top: 200px;
		right: 0px;
		z-index: 888;
	}
	.aktion-btn-text {
		position: absolute;
		top: 0;
		right: -60px;
		padding: 10px 5px 0;
		height: 34px;
		width: 150px;
		font-size: 15px;
		letter-spacing: 1px;
		text-align: center;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		-moz-transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	#AktionLayer {
		font-size: 1.154em;
		margin-top: 0;
		position: fixed;
	 	top: 142px;
		right: 60px;
		left: auto;
		width: 360px;
		min-height: 125px;
		z-index: 888;
	}
	/* Top-News */
	.top-news-widget {
		/*position: fixed;*/
		width: 100%;
		z-index: 99999;
	}
	.cycle-pager {
		bottom: 10px;
	}
	.cycle-pager span {
		margin-left: 8px;
	}
	.cycle-next,
	.cycle-prev {
		top: 44%;
		font-size: 3em;
		padding: 0 7px;

	}
    .testimonial .cycle-next,
    .testimonial .cycle-prev {
        top: 32%;
    }
	/* SPALTEN 
	============================================================================== */
	.divider {
		clear: both;
		display: block;
		margin-bottom: 8px;
		padding-top: 8px;
		width: 100%;
	}
	.last {
		clear: right;
		margin-right: 0 !important;
	}
	.two-columns-one {
		width: 48.75%;
	}
	.three-columns-one {
		width: 31.666%;
	}
	.three-columns-two {
		width: 65.833%;
	}
	.four-columns-one {
		width: 23.125%;
	}
	.four-columns-two {
		width: 48.75%;
	}
	.four-columns-three {
		width: 74.375%;
	}
	.two-columns-one, .three-columns-one, .three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
		float: left;
		margin-bottom: 0;
		margin-right: 2.5%;
		position: relative;
	}
    /* Plugin Spalten Shortcode
	============================================================================== */
	.full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		float: left;
	}
	.clear_column {
		clear:both;
		display:block;
		font-size:0;
		height:0;
		line-height:0;
		width:100%;
		overflow: hidden;
		margin-bottom: 8px;
	}
	body .full_width  {
		width: 100%;
	}
	body .one_half {
		width: 48.75%;
		margin-right: 2.5%;
	}
	body .one_half.last_column {
		width: 48.75%;
		margin-right: 0px;
	}
	body .one_third {
		width: 31.666%;
		margin-right: 2.5%;
	}
	body .one_third.last_column {
		width: 31.666%;
		margin-right: 0px;
	}
	body .two_third {
		width: 65.833%;
		margin-right: 2.5%;
	}
	body .two_third.last_column {
		width: 65.833%;
		margin-right: 0px;
	}
	body .one_fourth {
		width: 23.125%;
		margin-right: 2.5%;
	}
	body .one_fourth.last_column {
		width: 23.125%;
		margin-right: 0px;
	}
	body .three_fourth {
		width: 74.375%;
		margin-right: 2.5%;
	}
	body .three_fourth.last_column {
		width: 74.375%;
		margin-right: 0px;
	}
	body .one_fifth {
		width: 18%;
		margin-right: 2.5%;
	}
	body .one_fifth.last_column {
		width: 18%;
		margin-right: 0px;
	}
	body .two_fifth {
		width: 38.5%;
		margin-right: 2.5%;
	}
	body .two_fifth.last_column {
		width: 38.5%;
		margin-right: 0px;
	}
	body .three_fifth {
		width: 59%;
		margin-right: 2.5%;
	}
	body .three_fifth.last_column {
		width: 59%;
		margin-right: 0px;
	}
	body .four_fifth {
		width: 79.5%;
		margin-right: 2.5%;
	}
	body .four_fifth.last_column {
		width: 79.5%;
		margin-right: 0px;
	}
	body .one_sixth {
		width: 14.583%;
		margin-right: 2.5%;
	}
	body .one_sixth.last_column {
		width: 14.583%;
		margin-right: 0px;
	}
	body .five_sixth  {
		width: 82.9%;
		margin-right: 2.5%;
	}
	body .five_sixth.last_column  {
		width: 82.9%;
		margin-right: 0px;
	}
	
}
/* 768/810 pixel iPad */
/* ab 850 pixel */
@media screen and (min-width: 850px) {
	#main-nav li {
		margin-left: 40px;
	}
}
/* ab 1140 pixel */
@media screen and (min-width: 1140px) {
	.cycle-next,
	.cycle-prev {
		top: 43%;
		font-size: 5em;
	}
	.cycle-next {
		right: -70px;
	}
	.cycle-prev {
		left: -70px;
	}
    .testimonial .cycle-next,
    .testimonial .cycle-prev {
        top: 28%;
    }
}
/* fuer kleine Bildschirmen-Hoehen ******************* */
@media screen and (max-height: 770px) and (min-width: 600px) {
	/*.pagewidth {
		max-width: 860px;
	}*/

}



/* PRINT
----------------------------------------------------------------------------------- */
@media print {
	body {
		height: auto;
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.pagewidth,
	#Rahmen {
		max-width: 100%;
		border: 0 none;
	}
	#Logo {
	}
	.logo {
	}
	#Inhalt {
		width: auto;
	}
	#Inhalt a,
	a {
		text-decoration: none;
	}
	#Titelbild,
	#SpalteL,
	#SpalteR,
	.logo-mobil,
	.wpcf7-form,
	#Menu,
	#side-nav,
	#footer-nav,
	.post-nav,
	.page-nav,
	.more-link,
	.cycle-pager,
	.cycle-next,
	.cycle-prev,
	#Fuss,
	.back-top,
	.back-to-top,
	.social-widget {
		display: none;
	}
	.alignleft {
		float: left;
		margin-right: 20px;
	}
	.alignright {
		float: right;
		margin-left: 20px;
	}
}