.note--item {
    margin-bottom: 50px;
    padding: 15px 25px;
    margin-left: -30px;
    position: relative;
    margin-top: -30px;
    border-top-left-radius: 25px;
    background: #e2f2fd;
    margin-right: -70px;
    border-top-right-radius: 25px;
    border-bottom: 1px solid #e4e9ec;
}

#main .image_container a {
    background: none;
}

#top.homepage #left .inside .mod_customnav.block {
    top: 269px;
}

.note--item h2 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 7px;
}
.note--item.block,
.block > .note--item.block,
#article-3.block {
    overflow: visible;
}

#zitat {
    position: relative;
    top: 10px;
    left: 0;
    overflow: visible;
    margin-left: -120px;
    z-index: 100;
}
#zitatMob {
    display: none;
}
#main .ce_gallery li {
    background: none;
    padding: 0;
    padding-right: 2%;
    width: 31%;
}

.start-gallery img {
    border-radius: 150px;
}

.start-gallery {
    cursor: pointer;
    width: 200px;
    text-align: center;
    margin-top: 10px;
}

.start-gallery::after {
    font-size: 13px;
    line-height: 28px;
    content: "Impressionen";
    display: inline-block;
    color: #1b88b1;
    text-decoration: none;
    background: url(/files/media/assets/link1.gif) no-repeat 100% 64%;
    padding-right: 7px;
    margin-right: 2px;
    font-weight: bold;
}
.start-gallery:hover::after {
    color: #ed6b0d;
    background: url(/files/media/assets/link.gif) no-repeat 100% 64%;
    margin-top: 0;
}

.hidden-gallery {
	display: none;
}

em {
    color: #ed6b0d;
    font-weight: bold;
    font-style: normal;
}

.blau_keinpunkt {
    font-weight: bold;
    color: #1b88b1;
    background: none no-repeat -7px 3px;
    margin-bottom: 4px;
    display: inline-block;
}

.gruen_keinpunkt {
    color: #67aa11;
    font-weight: bold;
    background: none no-repeat -7px 2px;
    margin-bottom: 4px;
    display: inline-block;
}

#header #logo {
    max-width: 70%;
}

#main .ce_text li {
    padding-left: 25px;
}

.ce_text p {
    margin-bottom: 15px;
}

#toggleTopNav::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 0px;
    display: block;
    top: 0;
    border-bottom: 5px solid #0d87b2;
    transition: ease all 0.0s 0s;
    padding-top: 12px;
    border-radius: 2px;
}
#toggleTopNav::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 12px;
    display: block;
    top: -11px;
    border-top: 5px solid #0d87b2;
    transition: ease all 0.0s 0.0s;
    padding-bottom: 0;
    border-radius: 2px;
}

#toggleTopNav {
    width: 45px;
    height: 5px;
    background-color: #ed6b0d;
    margin: 0 auto;
    position: absolute;
    z-index: 1000;
    right: 15px;
    top: 50px;
    border-radius: 0 2px 2px 0;
}

#toggleTopNav.show {
    background-color: transparent;
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
}
#toggleTopNav.show::after,
#toggleTopNav.show::before{
	color: #fff;
	top: 0;
	
}

#toggleTopNav.show::before {
    border-top: 4px solid #fff;
    transform: rotate(37deg);
    transition: ease transform 0.3s 1s;
    right: 7px;
}
#toggleTopNav.show::after {
    border-top: 4px solid #fff;
    border-bottom: 0px solid #0d87b2;
    transform: rotate(-45deg);
    transition: ease transform 0.3s 1s;
    left: 7px;
}

#topNavigation {
    display: block;
    position: fixed;
    background-color: #0d87b2;
    top: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    z-index: 999;
    color: #fff;
    transition: ease height 0.3s 0s;
    padding-top: 8rem;
}

#topNavigation.show {
    height: 100%;
    visibility: visible;
}

#topNavigation .navclose {
    position: absolute;
    top: 3rem;
    left: 53%;
    opacity: 0;
    transition: cubic-bezier(.75,-0.17,.03,.91) opacity 0.3s 1s;
}


#header .inside .mod_navigation a.Indikationen,
#header .inside .mod_navigation a.Therapieangebote,
#header .inside .mod_navigation a.Psychotherapie,
#header .inside .mod_navigation a.Indikationen:hover,
#header .inside .mod_navigation a.Therapieangebote:hover,
#header .inside .mod_navigation a.Psychotherapie:hover,
#header .inside .mod_navigation.block ul.level_1 li.active.Indikationen a.Indikationen.active,
#header .inside .mod_navigation.block ul.level_1 li.active.Therapieangebote a.Therapieangebote.active,
#header .inside .mod_navigation.block ul.level_1 li.active.Psychotherapie a.Psychotherapie.active
{
    height: auto;
    width: auto;
    background: none;
    text-indent: 0;
}

h1#home {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff551e;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
}

h1 {
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}

h1::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 100px);
    left: 0;
    bottom: 0;
    transform: translateX(-30px);
    height: 1px;
    border-bottom: 1px solid #0d87b2;
}


#top #container {
	background: none;
    top: -30px;
    border-radius: 25px;
    position: relative;
}
#top #container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 83px;
	width: calc(100% - 90px);
	height: 420px;
	display: block;
	z-index: -1;
    background-image: linear-gradient(to right, #0a86b1 0%,#a3bfd7 100%);
    border-radius: 25px;
}
#header .inside .mod_navigation {
    z-index: 9;
    top: 153px;
}

#header{
	background-image: none;
}

#top #left .inside .mod_navigation.block {
    top: 70px;
}

#top.homepage #left .inside .mod_navigation.block {
    top: 10px;
}

#main .inside {
    background-color: #fff;
    margin-top: 80px;
    border-radius: 25px;
    padding-left: 0;
    width: auto;
    left: 0;
    padding: 30px;
    padding-right: 70px;
    min-height: 0;
    padding-bottom: 45px;
    box-shadow: 0px 5px 10px #3a3a3a;
}
.homepage #main .inside {
    margin-top: 15px;
}


.mod_article {
    position: relative;
    top: 0;
    left: 0;
}

#header .inside .mod_navigation a {
    height: auto;
    width: auto;
    background-image: none !important;
    text-indent: 0;
    padding: 10px 20px;
    background-color: #000 !important;
}

#header .inside #topNavigation .mod_navigation a {
    background-color: transparent !important;
    float: none;
    font-size: 14px;
}

#header .inside #topNavigation .mob-horizontal .mod_navigation a {
    font-size: 17px;
    margin-bottom: 5px;
}

#header .inside #topNavigation .mod_navigation li {
    display:block;
}
#header .inside #topNavigation .mod_navigation {
    position: relative;
    top: 10px;
    left: 0;
}

#header .inside #topNavigation .mod_navigation li:not(.first) a, 
#header .inside #topNavigation .mod_navigation li:not(.last) a {
    border-right: 0px solid rgba(255,255,255,0.5);
    border-left: 0px solid rgba(255,255,255,0.5);
}

#header .inside #topNavigation .mod_navigation a.Notfall {
    background-color: #ed6b0d !important;
    color: #fff !important;
    width: 200px;
    margin: 0 auto;
    border-radius: 10px;
}

#header .inside .mod_navigation a:hover {
    font-weight: bold;
    color: #99d7fe;
}

#header .inside .mod_navigation .first a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#header .inside .mod_navigation .last a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#header .inside .mod_navigation li:not(.first) a,
#header .inside .mod_navigation li:not(.last) a{
    border-right: 1px solid rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.5);
}
.visible-m{
	display: none;
}
.visible-d{
	display: block;
}

#footer a {
    font-size: 10px;
    color: #707070;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
    float: left;
    margin-right: 10px;
}

@media screen and (max-width:959px){
	.note--item {
	    margin-right: -30px;
	}
	.visible-m{
		display: block !important;
	}
	.visible-d{
		display: none !important;
	}
	#header #logo {
	    max-width: 50%;
	}
	#main {
	    margin-left: 15px;
	    margin-right: 40px;
	    min-height: 500px;
	    top: 0;
	    left: 0;
	    width: auto;
	}
	#container {
	    padding-left: 0;
	}
	#wrapper{
		width: auto;
	}
	#main .inside {
	    padding-right: 30px;
	}
	.homepage #zitatMob {
	    margin-left: 90px;
	}
	.homepage #zitat {
	    display: none;
	}
	#zitatMob {
	    display: block;
	}
	
	h1::after {
	    width: calc(100% + 60px);
	}
}

@media screen and (max-width:767px){
	#top #container::before {
	    left: -30px;
	    width: calc(100% - 60px);
	    height: 195px;
	}
	#top.homepage #container::before {
	    height: 262px;
	}
	#container {
	    padding-left: 0;
	}
	#top.homepage #container {
	    top: 0;
	    margin-top: 45px;
	}
	#main {
	    margin-left: 15px;
	    min-height: 500px;
	    top: 40px;
	    left: 0;
	    margin-right: 15px;
	}
	.homepage #main {
	    top: 0;
	}
	#header {
	    height: 90px;
	}
	#header #logo {
	    max-width: 50%;
	}
	.homepage #zitatMob {
	    left: 0;
	    margin-left: 0;
	    max-width: calc(100% - 90px);
	}
	#main .ce_gallery li {
	    padding-right: 0;
	    width: 100%;
	}
}

@media screen and (max-width:549px){
	h1 {
    	font-size: 18px;
	}
	#header #logo {
	    max-width: 70%;
	}
	#top #container::before {
	    width: calc(100% - 15px);
	}
		#top.homepage #container::before {
	    height: 220px;
	}
	.homepage #zitatMob {
	    max-width: calc(100% - 45px);
	}
	.homepage #main .inside {
	    margin-top: -5px;
	}
}
