<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Palm Beach Child
Author: wish design
Description: Palm Beach child theme
Version: 1.0.1
Template: palm-beach
Text Domain: palm-beach-child
*/

@font-face {
font-family: 'Genericons';
src: url('font/genericons-regular-webfont.eot');
src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/genericons-regular-webfont.woff') format('woff'),
url('font/genericons-regular-webfont.ttf') format('truetype'),
url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
font-weight: normal;
font-style: normal;
}

.wrapper {
	max-width: 1140px;
    margin: 3% auto;
    background: #fff;
}

a,
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
    color: #c90c1f;
}

/* Header */

.before-header-widget-area,
.after-header-widget-area {
	position: relative;
	padding-top: 1em !important;
	padding-bottom: 0 !important;
}
.before-header-widget-area .widget,
.after-header-widget-area .widget {
	margin: 0;
}

#masthead {
	background: #fff;
    padding: 0 0 2em;
    position: relative;
}
.widget_nav_menu {

}
.menu-metanvaigation-container,
#menu-metanavigation {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
	padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
	text-align: right;
}
.menu-metanvaigation-container ul li,
#menu-metanavigation li {
    /* float: left; */
	display: inline;
    margin-right: 15px;
}
.menu-metanvaigation-container ul li a,
#menu-metanavigation li a {
    font-size: 0.813em;
    letter-spacing: 0.05em;
    text-decoration: none;
}
.menu-metanvaigation-container ul li:last-child,
#menu-metanavigation li:last-child {
    margin-right: 0;
}

.primary-navigation {
	padding-top: 40px;
}

/* Navigation */
.main-navigation ul a, .main-navigation ul a:link, .main-navigation ul a:visited {
	font-weight: bold;
}
.main-navigation ul a:hover {
	color: #c90c1f;
}

.qtranxs-lang-menu {
	padding-top: 5px;
	float: right;
}
.qtranxs-lang-menu a {
	font-size: 0 !important;
    display: block;
    margin-bottom: 5px !important;
}
.qtranxs-lang-menu .sub-menu {
	margin: 0 !important;
/* 	display: none; */
}
.qtranxs-lang-menu .sub-menu li {
	width: auto !important;
    float: none !important;
    display: block;
    margin-right: 0 !important;
    border-bottom: none !important;
}
#sp-pcp-id-2504.swiper-container {
	padding-top: 0 !important;
}
#sp-pcp-id-2504 .sp-pcp-post {
	line-height: 1.6em;
    color: #eee;
    font-size: 1.1em;
}
#sp-pcp-id-2504 .sp-pcp-post-content {
	position: absolute;
    top: 60px;
    left: 50px;
    background-color: rgba(201, 12, 31, 0.8);
    height: 300px;
    width: 300px;
    border-radius: 300px;
}
#sp-pcp-id-2504 .sp-pcp-post-content p {
	margin: 85px 55px 60px 55px !important;
    font-size: 1.563em;
    line-height: 1.1em;
    text-align: center;
    font-weight: normal;
	color: #eee;
}
.sp-pcp-post-content {
	line-height: 1.6em !important;
}

.header-title-image {
	height: 211px;
}

/* END Header */

/* Teamseite */
.team_container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.team_container::after {
  content: "";
	width: 31%;
}
.team_container .team_eintrag {
    width: 31%;

    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: stretch;
    margin-bottom: 2em;
    background: #e1e6e9;
}
.team_container .team_eintrag .team_text {
    padding: 0 15px;
}

.team_container .team_eintrag .team_portrait img {
    min-width: 100%;
}

/* END Teamseite */


/* Frontpage */
.frontpage_beitraege {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		width: 100%;
}
.frontpage_beitraege::after {
  content: "";
	width: 31%;
}
.frontpage_beitraege .frontpage_beitrag {
	width: 31%;

	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-bottom: 2em;
    /*background: #e1e6e9;*/
}
.frontpage_beitraege .frontpage_beitrag iframe {
	height: auto;
}
.frontpage_beitraege .frontpage_beitrag blockquote {
	background: #f5f5f5;
    border-left: 48px solid #e5e5e5;
    margin: 1em 0;
    padding: 1em;
	font-size: 0.95em;
	color: #242424;
}
.frontpage_beitraege .frontpage_beitrag blockquote:before {
    margin-left: -56px;
    padding-right: 20px;
/*     content: '\f106'; */
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 36px/20px 'Genericons';
    vertical-align: bottom;
    color: #aaa;
}
.frontpage_beitraege .frontpage_beitrag .alignright {
	float: right;
    display: inline;
    margin: 0 0 1em 2em;
}
.frontpage_beitraege .frontpage_beitrag h3 {
	font-size: 1.500em;
    font-weight: 700;
    color: #c90c1f;
    /* font-family: 'Roboto', Tahoma, Verdana, Arial; */
    padding: 0;
    border-bottom: 1px solid #c90c1f;
    margin-bottom: 1em;
    letter-spacing: 0.03em;
    position: relative;
}
.frontpage_beitraege .frontpage_beitrag h3:after{
	content: "";
    position: absolute;
    display: inline-block;
    right: 0;
    top: 2px;
    background-image: url(images/pfeil.png);
    background-size: 12px 20px;
    width: 12px;
    height: 20px;
}
/* END Frontpage */
.frontpage_beitraege .frontpage_beitrag.blogeintrag h3:after {
    background-image: none;
}
.frontpage_beitraege .frontpage_beitrag.blogeintrag h3 a {
    color: #c90c1f;
    text-decoration: none;
}
.frontpage_beitraege .frontpage_beitrag.blogeintrag h3 a:hover {
    color: #c90c1f;
    text-decoration: underline;
}

/* Blog Beitraege */
.blog_beitraege {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		width: 100%
}
.blog_beitraege::after {
  content: "";
	width: 31%;
}
.blog_beitraege .blog_beitrag {
    width: 31%;

    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: stretch;
    margin-bottom: 2em;
    background: #e1e6e9;
}
.blog_beitraege .blog_beitrag h3 {
    font-size: 1.500em;
    font-weight: 700;
    color: #c90c1f;
    /* font-family: 'Roboto', Tahoma, Verdana, Arial; */
    padding: 0;
    padding: 0 15px;
    /* border-bottom: 1px solid #c90c1f; */
    margin-bottom: 1em;
    letter-spacing: 0.03em;
    position: relative;
}
.blog_beitraege .blog_beitrag.blogeintrag h3:after {
    background-image: none;
}
.blog_beitraege .blog_beitrag.blogeintrag h3 a {
    color: #c90c1f;
    text-decoration: none;
}
.blog_beitraege .blog_beitrag.blogeintrag h3 a:hover {
    color: #c90c1f;
    text-decoration: underline;
}
.blog_beitraege .blog_beitrag.blogeintrag p {
    padding: 0 15px;
}

/* END Blog Beitraege */

/* Content */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4  {
	color: #c90c1f;
}
.entry-content ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.entry-content ul li {
	position: relative;
    padding-left: 20px;
}
.entry-content ul li:before {
	content: "â€º";
    display: inline-block;
    font-family: "Source Sans Pro", Verdana, Arial;
    font-weight: bold;
    background-size: 8px 13px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 8px;
    height: 13px;
    color: rgb(201, 12, 31);
    font-size: 1.2em;
	line-height: 1em;
}
/* END Content */


/* Footer */
.zertifikate img {
	max-width: 100px;
    height: auto;
    float: right;
    margin-right: 25px;
}

.footer-widget-column .widget_text p {
	margin: 0;
}


/* Switch to small desktop / tablet */
@media only screen and (max-width: 960px) {
	.sp-pcp-post .sp-pcp-post-content {
		display: none;
	}
	.frontpage_beitraege .frontpage_beitrag,
	.team_container .team_eintrag,
	.blog_beitraege .blog_beitrag {
		width: 48%;
	}

	.menu-metanvaigation-container {
		position: relative;
		display: inline-block;
	}
}

/* Switch to small phone */
@media only screen and (max-width: 768px) {
	.frontpage_beitraege .frontpage_beitrag,
  .team_container .team_eintrag,
	.blog_beitraege .blog_beitrag {
		width: 100%;
	}
}
</pre></body></html>