@charset "UTF-8";
@font-face {
	font-family: 'KGAlwaysAGoodTime';
	src: url('KGAlwaysAGoodTime.woff2') format('woff2'),
			 url('KGAlwaysAGoodTime.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/*!
Theme Name: Monstroid2 Child
Theme URI: http://www.templatemonster.com/wordpress-themes.php
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Monstroid2 - truely multipurpose WordPress theme for real life projects. Built with love and care by TemplateMonster.
Template: monstroid2
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: monstroid2-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, grid-layout, custom-header, custom-logo, footer-widgets, flexible-header, blog
DocumentationID: monstroid_2

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Monstroid2 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* satisfy-regular - latin */
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/satisfy-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/satisfy-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/satisfy-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/satisfy-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/satisfy-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/satisfy-v17-latin-regular.svg#Satisfy') format('svg'); /* Legacy iOS */
}


/* Template-Anpassungen für praxis-tabke.de
 * Autor: Holger Strunk (strunk.info)
 * 
 * Vorgaben
 * blau: 				#009dbb
 * dunkelgrau: 	#464646 (Textfarbe)
 * hellgrau: 		#878786
 * Schriftarten: Lato, KGAlwaysAGoodTime
 */


/* Anpassungen vorhandener Theme-Elemente */
h1, h2, h3, h4, h5, h6 {
	/* font-family: 'KGAlwaysAGoodTime', sans-serif !important; */
	hyphens: none !important;
	-webkit-hyphens: none !important;
}
h5.widget-title {
	font-size: 35px;
	margin-bottom: 8px;
}
hr {
	margin: 40px -25px;
}
body, div, p, li {	
	hyphens: none !important;
	-webkit-hyphens: none !important;
}
p {
	margin: 0 0 14px;
}
p a {
	color: #009dbb;
	font-weight: bold;
}
p a:hover {
	color: black;
}
body {
	line-height: 1.5;
	hyphens: none;
}
body.error404 .site-content {
	background-size: 300px auto;
	background-position: center 36px !important;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #009dbb;
  padding: 0.5em 10px;
  color: #464646;
  font-size: 16px !important;
	text-align: left;
}
article.page .tm_pb_text img {
	/* box-shadow: 0 0 12px 0 #888; */
}
article.page .tm_pb_text img.alignleft {
	margin: 0 18px 8px 0 !important;
}
article.page .tm_pb_text img.alignright {
	margin: 0 0 8px 18px !important;
}
article.post .entry-meta, article.post .post-format-wrap, article.post .entry-header, .post-author-bio {
	display: none !important;
}
#content.site-content {
	/* Ausgleich für Verschiebung in #masthead .header-container_wrap.container */
	margin: 36px 0;
}
.footer-area-wrap {
	background-color: transparent !important;
}
.footer-area {
	padding: 30px 0;
	color: white;
	text-align: center;
	font-size: 16px;
}
.footer-area a {
	color: white;
}
.footer-area a:hover {
	color: black;	
}
.footer-area #custom_html-2 {
	padding: 0;
	margin: 0;
}
.footer-container.invert {
	display: none;
}
.header-btn.btn.btn-default {
	border: none;
	font-size: 18px;
	font-weight: normal;
	background-color: #009dbb;
	color: white;
	padding: 10px 20px;
}
.header-btn.btn.btn-default:hover {
	color: black;
}
.header-container {
	background-size: auto 100%;
	background-position: top center;
	margin-top: 36px;
	height: 25vh;
	min-height: 240px;
	max-height: 480px;
}
.header-container.header-sticky-target {
	margin-top: 36px;
	min-height: 160px;
	max-height: 480px;
}
.header-container.header-sticky-target.isStuck {
	background-size: 100% auto;
	background-position: top center;
	height: 15vh;
	min-height: 160px;
}
#masthead {
	background-color: #009dbb;
}
#masthead .header-container {
	opacity: 0;
}
.position-one-left-sidebar .site-content_wrap .sidebar:before, .position-one-right-sidebar .site-content_wrap .sidebar:before {
	background: #009dbb;
}
.textwidget p {
	margin: 0 0 8px;
}
.tm_pb_toggle_title {
	color: #009dbb;
	font-size: 22px;
}
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before {
	content: '\e939';
	transform: rotate(180deg);
}
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
	content: '\e939';
	transform: rotate(0);
}
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle {
	padding: 0;
}
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle+.tm_pb_toggle {
	border-top: 1px solid #009dbb;
}
#tm_builder_outer_content .tm_pb_module .tm_pb_button, #tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button {
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 15px 20px;
	margin: 0 16px 16px 0;
}
#tm_builder_outer_content .tm_pb_module .tm_pb_button:hover, #tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button:hover {
	padding: 15px 20px !important;
	background-color: #464646;
}
#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers {
	position: relative;
	margin: 16px 0;
}
.tm_pb_section.Abstand {
	padding: 100px 0;
}
.tm_pb_section.grau {
	background-color: #f3f3f3 !important;
	background-image: url(images/Hintergrundlinien.png);
	background-size: 100% auto !important;
	background-position: center !important;
}
.tm_pb_text ul {
	list-style: disc !important;
	margin-left: 19px !important;
}
.tm_pb_text ul li::before {
	display: none;
}
.tm_pb_text.tm_pb_text_align_center ul {
	list-style-position: inside !important;
	margin-left: 0 !important;
}
.top-panel__top {
	position: absolute;
	width: 100%;
	height: 36px;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #009dbb;
}
.top-panel__message {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
.row.schmal {
	width: 632px;
	margin: 0 auto;
}
#toTop {
	border: 1px solid white;
	right: 20px;
	bottom: 40px;
}
.widget {
	margin-bottom: 35px;
}
.widget+.widget {
	padding-top: 30px;
}



/* eigene Elemente */
.Abschnitt_Startseite {
	display: none;
}
#Abschnitt_Startseite_Home {
	display: block;
}
.Abstand {
	margin: 60px 0;
}
.Abstand_klein {
	margin: 30px 0;
}
.Abstand_oben {
	margin-top: 60px;
}
.Abstand_oben_klein {
	margin-top: 30px;
}
.Abstand_unten {
	margin-bottom: 60px;
}
.Abstand_unten_klein {
	margin-bottom: 30px;
}
.Abstand_unten {
	margin-bottom: 60px;
}
.Abstand_unten_klein {
	margin-bottom: 30px;
}
.Accordeon_geschlossen {
	border-bottom: 1px solid #009dbb;
	margin-top: 20px;
}
.Accordeon_geschlossen .tm_pb_module:first-child {
	display: none;
}
.Accordeon_geschlossen .tm_pb_toggle.tm_pb_toggle_open {
	background-color: transparent !important;
}
.fett_blau strong {
	color: #009dbb;
}
.Footer_Adresse {
	margin-bottom: 20px;
}
.Footer_Copyright {
	margin: 0;
}
.Footer_Hinweistext {
	margin: 40px 0 10px;
}
.Footer_Links a {
	margin: 0 10px;
	color: white;
	font-weight: bold;
}
.Footer_Links a:hover {
	color: black;
}
.halb {
	display: inline-block;
	width: 49%;
	margin-right: .5%;
}
.Icon_TopPanel {
	height: 25px;
	width: auto;
	margin: 5px 0px;
}
.Kontaktformular div {
	margin-top: 20px;
}
.Kontaktformular_Datenschutz .wpcf7-list-item {
	margin: 0;
}
.Portrait {
	width: 50%;
	height: auto;
}
.Portrait_ueber_uns {
	margin-top: 24px;
}
.schmal {
	padding: 0 30px;
}
.Slider_Praxis .tm_pb_slide {
	height: 100vh;
	max-height: 600px;
}
.soz_media {
	width: 48px;
	height: auto;
	margin: 60px 10px 0 !important;
}
.Widget_Rahmen {
	border: 1px solid #009dbb;
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
	margin-top: -32px;
}


/* Cookies */
.cli-switch input:checked + .cli-slider, .cli-tab-footer .wt-cli-privacy-accept-btn, #cookie_action_close_header {
	background-color: #009dbb !important;
}
.cli-tab-header a.cli-nav-link {
	text-transform: none;
}
#cookie-law-info-bar {
	width: 530px !important;
}
@media (max-width: 768px) {
	#cookie-law-info-bar {
		width: 95% !important;
	}
}
#cookie-law-info-again {
	box-shadow: none;
	border: 1px solid lightgray;
	border-radius: 12px 0 0 0;
	border-bottom: 0;
	border-right: 0;
	font-size: 10px;
	padding: 2px 10px;
	background-color: rgba(255,255,255,.5) !important;
}



/* Anpassungen für Mobilgeräte */
@media (max-width: 1024px) {
	p {
		font-size: 12px;
	}
	.header-container, .header-container.header-sticky-target {
		min-height: 200px;
	}
	#main-menu li, .TopPanelMenu a  {
		padding: 0 12px;
	}
}
@media (max-width: 768px) {
	h2 {
		font-size: 30px !important;
	}
	h3 {
		font-size: 22px !important;
	}
	.row.schmal {
		width: 100%;
	}
	.tm_pb_section.Abstand {
		padding: 60px 0;
	}
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_5 {
    margin-top: 25px;
	}
}
@media (max-width: 480px) {
	article.page .tm_pb_text img.alignleft {
	margin: 0 18px 18px 0 !important;
	max-width: 35vw !important;
	float: left;
	}
	article.page .tm_pb_text img.alignright {
		margin: 0 18px 18px 0 !important;
		max-width: 35vw !important;
		float: right;
	}
	#content.site-content {
		margin-top: 0;
	}
	h1 {
		font-size: 32px !important;
	}
	h2 {
		font-size: 30px !important;
	}
	h3 {
		font-size: 28px !important;
	}
	h4, h5 {
		font-size: 25px !important;
	}
	body, p, input[type=email], input[type=submit], input[type=tel], input[type=text], textarea {
		font-size: 14px !important;
	}
	.grecaptcha-badge {
		top: 20px !important;
	}
	.header-btn.btn.btn-default {
		display: none;
	}
	.header-container, .header-container.header-sticky-target {
		height: 10vh;
    min-height: 100px;
		margin-top: 0;
		padding: 20px 0;
	}
	.halb {
		width: 100%;
	}
	#main-menu {
		margin: 24px 0 0 0;
	}
	.main-navigation.mobile-menu a {
		text-transform: none;
		color: #009dbb !important;
	}
	#menu-item-83 {
		display: block;
	}
	.row.schmal {
		width: 100%;
	}
	.site-branding {
		width: 40vw;
		margin-left: 5vw;
	}
	.tm_pb_section.Abstand {
		padding: 60px 0;
	}
}
/* Anpassungen für Desktops */
@media (min-width: 490px) {
	#masthead .header-container_wrap.container {
		position: absolute;
		width: 100%;
		max-width: 100%;
		bottom: -36px;
		background-color: #009dbb;
		/* Verschiebung wird in #content.site-content korrigiert */
	}
	#main-menu {
		margin: 0;
		justify-content: start;
	}
	#main-menu li {
		border-left: 1px solid white;
		padding: 0 12px;
		margin: 8px 0;
		line-height: 10px;
	}
	#main-menu li:first-child, #menu-item-373 {
		border-left: 0 !important;
	}
	.main-navigation {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.main-navigation a {
		text-transform: none;
		font-size: 16px !important;
		font-weight: bold;
		letter-spacing: normal;
		color: white !important;
	}
	.main-navigation a:hover {
		color: #464646 !important;
	}
	.main-navigation .sub-menu a {
		color: #009dbb !important;
    font-weight: bold;
    line-height: normal;
    padding: 0 !important;
	}
	#menu-item-250, #menu-item-301, #menu-item-302, #menu-item-303, #menu-item-304, #menu-item-569 {
		display: none;
	}
	.site-branding {
		display: none;
		position: relative;
		left: 5%;
		top: 10%;
		width: 32vw;
	}
	.header-container.header-sticky-target.stuckMenu.isStuck .site-branding {
		top: 3%;
		width: 28vw;
	}
	.site-header.default .header-container:after, .site-header.style-4 .header-container:after {
		border-bottom: 0;
	}
	.TopPanelMenu {
		font-size: 16px !important;
		font-weight: bold;
		letter-spacing: normal;
		color: white !important;
		line-height: 36px;
		display: flex;
		justify-content: space-between;
	}
	.TopPanelMenu a {
		border-left: 1px solid white;
		padding: 0 12px;
		margin: 8px 0;
		line-height: 10px;
	}
	.TopPanelMenu a:hover {
		color: #464646 !important;
	}
	.TopPanelMenu a:first-child {
		border-left: 0;
	}
	.TopPanelMenu .Kontaktlinks{
		display: inline-block;
	}
	.TopPanelMenu .Seitenlinks{
		display: inline-block;
	}
}

@media (min-width: 1025px) {
	#main-menu li, .TopPanelMenu a  {
		padding: 0 24px;
	}
}
@media (min-width: 1281px) {
	.header-container, .header-container.header-sticky-target {
		min-height: 220px;
		margin-top: 30px;
	}
	.super-guacamole__menu.menu-item.menu-item-has-children {
		display: none !important;
	}
}
@media (min-width: 1441px) {
	.header-container, .header-container.header-sticky-target {
		min-height: 300px;
	}
}
@media (min-width: 1921px) {
	.header-container, .header-container.header-sticky-target {
		min-height: 350px;
	}
}
@media (min-width: 2400px) {
	.header-container, .header-container.header-sticky-target {
		min-height: 400px;
	}
}

