/* GENERAL */


/* @font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: local('ITC Avant Garde Gothic Demi'), local('ITC-Avant-Garde-Gothic-Demi'),
        url('/theme/Hiltermann/fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'),
        url('/theme/Hiltermann/fonts/ITCAvantGardeStd-Demi.woff') format('woff'),
        url('/theme/Hiltermann/fonts/ITCAvantGardeStd-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}   */

@font-face { font-family: 'AvantGarde-Book';  src: local('AvantGarde-Book'), url('/theme/Hiltermann/fonts/avant-garde-book.woff') format('woff'); font-display:swap; }
@font-face { font-family: 'AvantGarde-Book-Bold';  src: local('AvantGarde-Book-Bold'), url('/theme/Hiltermann/fonts/avant-garde-book-bold.woff') format('woff'); font-display:swap; }
@font-face {font-family: "ITC Avant Garde Gothic Demi"; src: url("/theme/Hiltermann/fonts/752207253c09fa54b07fcea869b76412.woff") format("woff"); font-display:swap; }

body {
    background: #fff;
    font-family: 'AvantGarde-Book';
    font-weight: normal;
    font-style: normal;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
.container {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    display: block;
}
a:link, a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover, a:focus {
	color:#7AB4B3;
	text-decoration:underline;
}
::-webkit-scrollbar{width:5px;height:15px;}
::-webkit-scrollbar-button{width:0px;height:0px;}
::-webkit-scrollbar-thumb{background:#7AB4B3 !important;border:0px none #ffffff;border-radius:0px;}
::-webkit-scrollbar-thumb:hover{background:#337AB7;}
::-webkit-scrollbar-thumb:active{background:#7AB4B3;}
::-webkit-scrollbar-track{background:#ccc;border:0px dashed #ffffff;border-radius:0px;}
::-webkit-scrollbar-track:hover{background:#666666;}
::-webkit-scrollbar-track:active{background:#555555;}
::-webkit-scrollbar-corner{background:transparent;}
::selection {
	background: #7AB4B3;
	color: #fff;
}

::-moz-selection {
	background: #7AB4B3;
	color: #fff;
}

::-webkit-selection {
	background: #7AB4B3;
	color: #fff;
}
p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 400;
}
ul {
    margin: 0px 0px 40px;
}
.toggleMenu-button {
	display: none;
    float: left;
    z-index: 99;
    position: relative;
    padding: 0px;
    width: 100%;
    text-align: left;
}
.cmn-toggle-switch{display:block;position:relative;overflow:hidden;margin:0;padding:0;width:30px;height:50px;margin:0 auto;font-size:0;text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border-radius:none;border:none;cursor:pointer;-webkit-transition:background 0.3s;transition:background 0.3s;}
.cmn-toggle-switch:focus{outline:none;}
.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
    right: 18px;
    height: 2px;
    text-align: center;
    width: 30px;
    background: #000;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after{position:absolute;display:block;left:0;width:30px;height:2px;background-color:#000;content:"";}
.cmn-toggle-switch span::before {
    top: -11px;
}
.cmn-toggle-switch span::after {
    bottom: -11px;
}
.cmn-toggle-switch__htx {
    z-index: 9999;
    position: absolute;
    height: 30px;
    margin-top: 0px;
    width: 30px;
    text-align: center;
    z-index: 0;
}
.cmn-toggle-switch__htx span{-webkit-transition:background 0 0.3s;transition:background 0 0.3s;}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after{-webkit-transition-duration:0.3s, 0.3s;transition-duration:0.3s, 0.3s;-webkit-transition-delay:0.3s, 0;transition-delay:0.3s, 0;}
.cmn-toggle-switch__htx span::before{-webkit-transition-property:top, -webkit-transform;transition-property:top, transform;}
.cmn-toggle-switch__htx span::after{-webkit-transition-property:bottom, -webkit-transform;transition-property:bottom, transform;width: 30px;}
.cmn-toggle-switch__htx.active{}
.cmn-toggle-switch__htx.active span{background:none;}
.cmn-toggle-switch__htx.active span::before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after{-webkit-transition-delay:0, 0.3s;transition-delay:0, 0.3s;}

/* HEADER */


header {
    height: 255px;
    background: url(assets/images/header.jpg) 50% 18% no-repeat;
    max-width: 850px;
    margin: 0 auto;
}
#psychotherapie header {
    background: url(assets/images/header-1.jpg) 50% 100% no-repeat;
}
#hypnose header {
    background: url(assets/images/header-2.jpg) 50% no-repeat;
}
#paartherapie header {
    background: url(assets/images/header-3.jpg) 50% no-repeat;
}
#header-pages {
    max-width: 850px;
    margin: 0 auto;
    background-size: cover !important;
}
.tel {
    float: right;
    margin-right: 20px;
    color: #000 !important;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none !important;
    top: 20px;
    position: relative;
}
.online {
    float: right;
    position: absolute;
    right: 20px;
    top: 75px;
    background: #7AB4B3;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
	color:#fff;
	text-decoration: none;
	transition:0.5s all;
	cursor:pointer;
}
.online:hover {
    background: #fff;
	color:#7AB4B3;
	transition:0.5s all;
	text-decoration: none;	
}

/* #header-pages {
    height: 225px;
}
#header-pages #logo {
    padding: 10px 0px;
} */

/* HEADER: logo */
header #logo {
    position: absolute;
    padding: 60px 0px;
    left: 20px;
    width: 150px;
}
header #logo img {
    width: 100%;
}
#menu {
    float: left;
    width: 110px;
    margin: 0px 0px 50px;
    border-top: 0px solid #cbcbcb;
    border-bottom: 0px solid #cbcbcb;
    height: auto;
    padding: 0px 0px 0px;
    background: #fff;
    position: relative;
    top: 40px;
    margin-left: 20px;
    margin-right: 10px;
}
#menu .container {
    float: left;
    width: 100%;
}

.fixed-menu {
    position: fixed !important;
    top: -1px;
    z-index: 99999;
    background: #7AB4B3 !important;
    transition: 0.5s all;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}
.fixed-menu ul li a{
	border-right: 1px solid #fff !important;
}
.fixed-menu ul li a:hover {
    background: #fff !important;
	color:#000 !important;
}
#menu ul {
    padding: 0px;
    list-style: none;
}
#menu ul li {
    display: block;
    padding: 0px 0px 17px 0px;
    margin-bottom: 0px;
    width: 100%;
    color: #000;
}
#menu ul li a {
    font-family: 'AvantGarde-Book-Bold';
    font-size: 12px;
    font-weight: 400;
    color: #ADAEAE;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    width: auto;
    transition: 0.5s all;
}
#menu ul li a:hover {
	transition: 0.5s all;
	color: #7AB4B3;
}
#menu ul li.active a {
    color: #7AB4B3;
}
#right-menu {
    float: right;
    position: absolute;
    right: 20px;
    font-size: 11px;
    text-align: right;
    margin-top: 40px;
    border-bottom: 1px solid #000;
    width: 216px;
    padding-bottom: 18px;
}
#right-menu ul {
    padding-left: 0px;
    margin: 0;
}
#right-menu ul li {
    color: #000;
    list-style: none;
    margin-bottom: 6px;
}
#site-mail {
    float: right;
    text-align: right;
}
header #logo:link, 
header #logo:visited, 
header #logo:hover, 
header #logo:focus {
	text-decoration:none;
}
.breadcrumbs {
    float: left;
    width: 100%;
    margin: 0px 0px 32px;
    display: none;
}
.info-pages #form {
    width: 100%;
    float: left;
    display: inline-block !Important;
}
#index #form, #biographie #form, #psychotherapie #form, #referenzen #form, #impressum #form {
	display:none !important; 
}
#index #menu {
	margin-bottom:50px;
}
ul {
    margin: 0px 0px 40px;
    padding-left: 17px;
    float: left;
    width: 100%;
}
h1{
	width:100%;
	float:left;
	font-size: 18px;
    /* font-family: "ITC Avant Garde Gothic Demi"; */
}
h2, h3, h4 {
    font-weight: 700;
	font-size:13px;
	width:100%;
	float:left;
    /* font-family: "ITC Avant Garde Gothic Demi"; */
}
#main-text {
    width: calc(100% - 420px);
    float: left;
    padding: 40px 0px 50px 0px;
}
#main-text ul {
    padding-left: 16px;
    width: calc(100% - 22px);
    font-size: 11px;
    line-height: 15px;
    margin: 0px 0 15px;
}

#main-text h1 {
    width: 100%;
    float: left;
    margin-top: 0px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
ul {
    margin: 0px 0px 40px;
    padding-left: 17px;
}
ul li {
    list-style: square;
    padding-left: 0px;
    margin-bottom: 0px;
}
ul li ul {
    margin-top: 10px;
}
ul li::marker {
    color: #7AB4B3;
    float: left;
    font-size: 18px;
    position: absolute;
}
#index #form {
    margin-top: 50px;
}
#form {
    width: 100%;
    float: left;
    display: inline-block !Important;
    font-size: 11px;
    line-height: 15px;
}
#form h4 {
    width: auto;
    margin-top: 44px;
    float: left;
    font-weight: 700;
    margin: 0px 0px 30px;
}
 #form2 {
	display:none;
}
#form2 h4 {
	margin:0 0px 30px;
}
#form-container {
    width: 800px;
    margin: 10% auto;
    background: #fff;
    z-index: 999;
    position: relative;
    display: table;
    padding: 30px;
}
#form2 .send-btn {
	margin-bottom:0px;
}
#form2.pop {
    position: fixed;
    z-index: 999;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    display: block;
    transition: 0.5s all;
    z-index: 999999;
}
#online-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.6);
    transition: 0.5s all;
    backdrop-filter: blur(1px);
}
#form2.pop #form-close {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 50px;
    transform: rotate(45deg);
    cursor: pointer;
	transition:0.5s all;
}
#form2.pop #form-close:hover {
    transform: rotate(0deg);
	transition:0.5s all;
}

.p01-contact {
    margin: 0px;
    float: left;
    width: 100%;
}
#kontakt-notfall {
    float: left;
    width: auto;
    background: #7AB4B369;
    color: #000;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#contacts {
    width: 100%;
    float: left;
    margin-top: 0px;
    border-top: 1px solid #cbcbcb;
    padding: 50px 0px 0px;
}

#text-pages {
    width: 100%;
    float: left;
}

/* FOOTER */
footer {
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 70px;
    height: 200px;
}
footer .container {
    padding: 70px 0 40px;
    width: 100%;
    max-width: 850px;
    height: 90px;
    background: #7AB4B3;
}
#footer-logo {
    left: 0px;
    float: left;
    display: inline-block;
    position: relative;
    top: -45px;
    width: 150px;
    margin-left: 20px;
}
#footer-logo img {
	width: 100%;
}
#service {
    float: left;
    margin: 64px 0 0 0px;
    width: auto;
    color: #fff;
}
#service span {
    float: left;
    width: 100%;
    margin: 10px 0 0 0px;
    color: #fff;
    font-size: 22px;
    padding-bottom: 6px;
}
#service ul {
    padding: 0px 0px 0px;
    font-size: 12px;
    line-height: 20px;
    list-style: none;
}
#service ul li {
    list-style: none;
    display: inline-block;
}
#service ul li a {
    color: #fff;
    text-decoration: none;
}
#footer-contacts {
    float: right;
    color: #fff;
    font-size: 20px;
    padding: 10px 0px 0px;
}
footer .left {
	float:left;
	width:40%;
	text-align:left;
}
footer .right {
	float:right;
	width:60%;
	text-align:right;
}
footer a:link, footer a:visited {
	color:#888;
	text-decoration:underline;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:underline;
}

#copy {
    width: 100%;
    float: left;
    color: #fff;
}
#topcontrol {
    margin-right: 35px;
    margin-bottom: 20px;
    background: #fff;
    width: 30px;
    border-radius: 25px;
    height: 30px;
    position: fixed;
    color: #7AB4B3;
    z-index: 9999;
    text-align: center;
    line-height: 0px;
    font-size: 26px;
}
.info-pages #form {
    margin-top: 20px;
}

@media (max-width:1040px) {
.p01-contact label {
    font-size: 13px !important;
}
}

/* @media (max-width:970px) {
#main-text {
    width: calc(100% - 40px);
    float: left;
    padding: 50px 20px 50px 20px;
}
#topcontrol {
    margin-right: 20px;
}
} */
@media (min-width:600px) and (max-width:1200px) {
#menu .nav {
    display: block !important;
}
}

@media (max-width:700px) {
#main-text {
    width: calc(100% - 300px);
}
#right-menu {
    width: 125px;
}
}

@media (max-width:600px) {
#main-text {
    width: calc(100% - 40px);
    float: left;
    padding: 50px 20px 50px 20px;
    margin-top: 140px;
}
#menu {
    width: auto;
}
#menu ul li a {
    font-size: 16px;
}
#right-menu {
    width: 220px;
    line-height: 23px;
	margin-top: 40px;
}
#service {
    margin: 64px 0px 0 0px;
    width: auto;
    display: inline-block;
    position: relative;
    left: -20px;
}
#service ul {
    margin-bottom: 0px;
}
#menu ul {
	display: none;
}
.toggleMenu-button {
	display: block;	
}
#menu {
    width: 100%;
}
.nav {
    width: 100%;
    z-index: 99;
    position: absolute;
    background: #fff;
    margin-top: 40px;
}	
}

@media (max-width:500px) {
.field.name, .field.email, .field.tel {
    width: 100% !important;
}
}

