@charset "UTF-8";
/* CSS Document */




/**
 * Theme Name:     Praxis Hoyndorf
 * Theme URI:      https://verhaltenstherapie-hoyndorf.de/
 * Description:    Theme der ersten Generation für Praxis Hoyndorf
 * Author:         Der Hersteller
 * Author URI:     https://www.der-hersteller.de
 * Version:        1.0
 */




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	font: 62.5%/1.5em 'lao_uiregular', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: rgb(0,0,0);
}

a {
	transition: 0.5s ease-in-out; 
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    color: rgb(186,55,15);
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}

.background-cover {
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.multiply {
	mix-blend-mode: multiply;
}
.shadow {
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

.scale:hover,
.scale:focus {
    transform: scale(.95);
}

.box-sizing {
	box-sizing: border-box;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.flex {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.stretch {
	align-self: stretch;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
    font-family: 'lao_uibold';
}

h1 {
    font-size: 2em;
    line-height: 1.4em;
    color: rgb(186,55,15);
    text-transform: uppercase;
    margin-bottom: 1.4em;
}
.start h1 {
    font-family: 'lao_uiregular';
    text-transform: none;
    margin-bottom: 3.2em;
}
h2, h3 {
    font-size: 1.4em;
    line-height: 1.7em;
}
h2 { 
    margin-bottom: 1.7em;
}
p + h2 {
    margin-top: 3.2em;
}
h3 {
}
h4 {	
}
h5 {	
}
p, #main ul {
    font-size: 1.4em;
    line-height: 1.7em;
}
#main p, #main ul {
    margin-bottom: 1.7em;
}
#main .quote p {
    font-family: 'dejavu_serifbold';
    font-size: 1.6em;
    line-height: 1.9em;
    color: rgb(186,55,15);
    margin-bottom: 1em;
}
#main .quote p:last-child {
    color: rgb(135,136,138);
}
#main ul {
	list-style: square;
	padding: 0 0 0 1em;
}
p + ul {
    margin-top: -1.7em;
}
i, em {
	font-style: normal;
}
b, strong {
	font-weight: normal;
    font-family: 'lao_uibold';
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
.inside {
    margin: 0 auto;
    width: 98.5em;
    box-sizing: border-box;
}

.img-float {
    float: right;
    margin: -0.8em 0 4em 4em;
}
.img-float img {
    border: 1px solid rgb(255,255,255);
}
.img-float.large {
    width: 46.96132596685083%; /* 425/905 */
}
.img-float.small {
    width: 26.1878453038674%; /* 237/905 */
}

.flex-column {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.flex-column.start .left {
    width: 26.1878453038674%; /* 237/905 */
}
.flex-column.start .left img {
    border: 1px solid rgb(255,255,255);
}
.flex-column.start .right {
    width: 67.95580110497238%; /* 915/905 */
    align-self: stretch;
    display: flex;
    flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.flex-column.contact .left,
.flex-column.contact .right {
    width: 47.84530386740332%; /* 433/905 */
}
section + section {
    margin-top: 4em;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#header {
    color: rgb(51,51,51);
}
#header .inside {
    border-top: 1em solid rgb(186,55,15);
}
.header-top {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    padding: 1.8em 0;
}
.header-top img {
    width: 52.5em;
    margin-left: -0.5em;
}
.header-bottom {
    padding: 2.85em 4em;
    background: rgb(224,224,223);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {
    margin-bottom: 3.5em;
}
#main .inside {
    background: rgb(239,239,239);
    padding: 4.8em 4em;
}
#main .quote {
    border: 3px solid rgb(186,55,15);
    padding: 3.4em 2.8em 2em 2.8em;
}

/* form */
form {}
.ff_list_inline {
    margin-top: 4em;
}
.ff-custom_html {
    margin-top: 3em;
}
#label_ff_1_dropdown {
    margin-top: -1.4em;
}
#label_ff_1_message {
    margin-top: 2em;
}
#main form p {
    margin: 0;
}
label, button.ff-btn {
    font-size: 1.4em !important;
    line-height: 1.7em !important;
}
input, textarea, select {
    font-size: 1.3em !important;
    line-height: 1.5em !important;
    border: none !important;
}
label, button.ff-btn, form p {
    font-family: 'lao_uibold' !important;
}
input, textarea, select, button.ff-btn {
    border-radius: 0 !important;
}
input, textarea {
    padding: 0.5em 1em !important;
}
select {
    background: rgb(255,255,255) !important;
    padding: 0.7em 1em !important;
    -webkit-appearance: none;
}
button.ff-btn {
    float: right;
    background: rgb(239,239,239) !important;
    border: none !important;
    padding: 0 !important;
    margin: 1em 0 0.5em !important;
    transition: 0.5s ease-in-out;
}
button.ff-btn:hover,
button.ff-btn:focus {
    color: rgb(0,0,0) !important;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * FOOTER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#footer {
    margin-top: auto;
    color: rgb(51,51,51);
}
.footer-top {
    margin-bottom: 1.3em;
}
.footer-bottom {
    background: rgb(204,204,204);
    padding: 1.4em 0 2.6em 0;
}
.footer-mail {
    display: none;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#menu {
}
#menu ul {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#menu ul > li {
}
#menu ul > li > a {
    font-family: 'lao_uibold';
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: uppercase;
}
#menu ul > li.current-menu-item > a {
    color: rgb(186,55,15);
}

#sub-nav {
}
#sub-nav ul {
    text-align: right;
}
#sub-nav ul > li {
    display: inline-block;
    margin-left: 2em;
}
#sub-nav ul > li > a {
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: uppercase;
}
#sub-nav ul > li.current-menu-item > a {
    color: rgb(186,55,15);
}

/* responsive-nav */
.open-nav,
.close-nav {
	display: none;
}
.open-nav {
    text-align: right;
}
.open-nav .toggle-button {
    font-family: 'lao_uibold';
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: uppercase;
}
.open-nav .toggle-button span {
    font-size: 1.6em;
}
.close-nav {
    margin-left: 4em;
    margin-top: 4em;
}
.close-nav .toggle-button {
    font-family: 'lao_uibold';
    font-size: 2.2em;
}





