/* blank */ 

*{
    box-sizing: border-box;
}

.mobile{
    display: none;
}


body{
	font-family: 'Open Sans', sans-serif; 
}

body, html{
    width: 100%;
    height: 100%;
    margin: 0;

}


/* ************************ */
/* parallax (Teaser Bild bleibt stehen)
/* ************************ */

.fixed-image-header {
    position: fixed;
    top: 150px;
    left: 0;
    height: 500px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed-image-header .zitat {
    position: absolute;
    left: 50%;
    bottom: 20px;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
    text-align: right;
    font-style: italic;
    max-width: 960px;
    width: 100%;
    transform: translateX(-50%);
    text-shadow: 1px 1px 1px #938585;
}

@media screen and (max-width: 960px) {
    .fixed-image-header .zitat {
        padding: 0 20px;
    }
}

/* ************************ */
/* Teaser Bild
/* ************************ */

.inner_container .teaserbild {
    width: 100%;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.inner_container .teaserbild img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner_container .teaser-title {
    position: absolute;
    left: 50%;
    bottom: 20px;
    font-size: 40px;
    color: #fff;
	line-height: 50px;
	font-weight: 400;
	text-align: right;
	font-style: italic;
	max-width: 960px;
	width: 100%;
	transform: translateX(-50%);
}
.fixed-image-header .zitat p {
	margin-bottom:5px;
}

.zitatteaser{
	font-size:20px;
	font-weight:400;
	font-style:italic;	
}

/* ************************* */
/* 404-er Seite Spezial ohne teaser
/* ************************* */

.inner_container.p404 {

    padding-top: 230px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;

}

/* ************************ */
/* main
/* ************************ */

.main_container{
    width: 100%;
    /*max-width: 960px;*/
    margin: 0 auto;
    position: relative;
	background-color:#fff;
	
}

/* ************************ */
/* header
/* ************************ */

.header{
    position:fixed;
	margin:auto;
	width:100%;
	border-top: 8px solid #CBB174;
	border-bottom: 2px solid #AB8B53;
	background-color:#fff;
	height: 170px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index:3;
}

.headercontent{
    width: 100%;
	max-width:960px;
	margin:auto;
	position: relative;
}

@media screen and (max-width: 960px) {
    .headercontent{
        padding: 0 20px;
    }
}


.praxisfuer {
	font-weight: 300;
    font-style: italic;
    font-size: 35px;
    color: #BBAF9B;
    margin-top: 20px;
    position: relative;
	left:120px;
}

.chinesischemedizin{
	font-weight: 400;
    font-style: italic;
    font-size:35px;
    color: #AB8B53;
    position: relative;
	left:120px;
	top:-8px;
	
}
.adresse{
	font-size: 13px;
    font-style: italic;
    color: #7A6E64;
    line-height: 10px;
    position: relative;
    display: block;
    margin-top: 10px;
}


.logo{
	top:0px;
	position:absolute;

}



/* ************************ */
/* navigation
/* ************************ */

.navigation{
	position:absolute;
	top: 95px;
}

nav ul{
    list-style: none;
	padding: 0px;
}

nav ul li{
    display: inline-block;
}

nav ul li a{
    display: block;
    color: #7A6E64;
    text-decoration: none;
    padding: 0 10px;
    font-size: 15px;
	border-right: 1px solid #594a3d;
}

nav ul li:first-child a {
    padding-left: 0;
}

nav ul li a:hover{
    color: #AB8B53;
}

nav ul li a.active{
    color: #AB8B53;
}

/* ************************ */
/* content
/* ************************ */

.inner_container{
    color: #7A6E64;
	font-size:16px;
	line-height:25px;
	width: 100%;
	position: relative;
	z-index:2;
}

.inner_container a{
    color: #424242;
    text-decoration: underline;
}

.inner_container a:hover{
    text-decoration: none;
	color: #AB8B53;
}


h1{
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 1.2em;
}

h2 {

	font-size:17px;
	font-weight: 600; 
	margin-bottom: 0px;
    margin-top: 0;
	font-style: italic;
}


p {
	margin-top:0px;
}

.underlined{
    border-bottom: 1px solid #fff;
}

.info_list h1{
    margin-top: 30px;
}

.info_detail{
    border: 1px dotted #fff;
    padding: 8px;
}

.info_detail p{
    margin-top: 0;
}

.info_detail label{
    display: inline-block;
    width: 140px;
    font-weight: bold;
    vertical-align: top;
}

.info_detail p span{
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

hr {
	color:#AB8B53;
	border-top: 1px;	
}


/* ************************ */
/* Stile farbiger BG
/* ************************ */
.wanderungen_list .artikel-wrapper.BGFarbe1{
    background-color: #D5C188;
	color:#fff;
}
.wanderungen_list .artikel-wrapper.BGFarbe2{
    background-color: #C8B28E;
	color:#fff;
}
.wanderungen_list .artikel-wrapper.BGFarbe3{
    background-color: #B0A296;
	color:#fff;
}
.wanderungen_list .artikel-wrapper.wichtig{
    color: #CC0000;
}

.wanderungen_list  .artikel-wrapper.BGFarbe3 a, .artikel-wrapper.BGFarbe1 a, .artikel-wrapper.BGFarbe2 a{
    color: #ffffff;
    text-decoration: underline;
}
.wanderungen_list  .artikel-wrapper.BGFarbe3 a:hover, .artikel-wrapper.BGFarbe1 a:hover, .artikel-wrapper.BGFarbe2 a:hover{
    color: #ffffff;
    text-decoration: none;
}

/* ************************ */
/* Footer
/* ************************ */
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(#CBB174, #AB8B53);
    text-align: center;
    margin: 0 auto;
    height: 120px;
    padding-top: 11px;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	z-index:3;
}

footer .footer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5em;
    width: 100%;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}

.icon-house, .icon-phone, .icon-mail { display: inline-block; background: url(/site/templates/images/layout/iconsfooter.png) no-repeat; }
.icon-house { width: 18px; height: 18px; background-position: 0 -3px; vertical-align:middle;}
.icon-phone { width: 18px; height: 18px; background-position: -22px -3px; vertical-align:middle;}
.icon-mail { width: 18px; height: 18px; background-position: -43px -3px; vertical-align:middle;}



/* ************************ */
/* Artikel / Einträge Content
/* ************************ */

.right-col{
	margin-left: 20px;
}
p.citation{
    margin-top: 0;
}

.teaser_container{
    margin-top: 70px;
}

.teaser_container.angebot{
    margin-top: 0;
}

.home_teaser{
    width: 32.5%;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
}

.teaser_container.angebot .home_teaser{
    margin-bottom: 30px;
}

.home_teaser.left{
    margin-right: 11px;
}

.home_teaser.right{
    margin-left: 12px;
}

.home_teaser img{
    width: 100%;
}

.home_teaser p{
    margin-top: 4px;
    margin-bottom: 0px;
    line-height: 1.5em;
}

a.eindrucke{
    background-image: url(/site/templates/images/layout/icon_bildgalerie.png);
    background-repeat: no-repeat;
    padding-left: 33px;
    height: 27px;
    display: inline-block;
}

.angebot_title{
    position: relative;
    margin-bottom: 20px;
}

.angebot_title h1{
    margin: 0;
    font-weight: normal;
}

.angebot_title a{
    position: absolute;
    right: 0;
    top: 5px;
}

img.angebot{
    margin-bottom: 20px;
}

img.whole-width {
    width: 100%;
}

.wanderungen_list {
    position: relative;
    margin-top: 660px;
    padding: 60px 0;
}

.wanderungen_list.no-header {
    margin-top: 100px;
}

.wanderungen_list.no-header .backlink {
    margin: 30px auto;
    width: 100%;
    max-width: 960px;
}

.wanderungen_list.no-header .backlink img, .wanderungen_list.no-header .backlink span {
    display: inline-block;
    vertical-align: middle;
}

.wanderungen_list.no-header .backlink span {
    border-bottom: 1px solid #424242;
}

.wanderungen_list.no-header .backlink span:hover {
    border-bottom: 1px solid #fff;

}

.wanderungen_list.no-header .backlink a {
    text-decoration: none;
}

@media screen and (max-width: 960px) {

    .wanderungen_list.no-header .backlink {
        padding: 0 20px;
    }

}


.wanderungen_list .artikel-wrapper {
    margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.wanderungen_list .artikel-wrapper .artikel-content {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.wanderungen_list .artikel-wrapper .artikel-content .left-col {
    /*padding-right: 20px;*/
}

.wanderungen_list .artikel-wrapper .artikel-content .left-col img.artikel-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.wanderungen_list .artikel-wrapper .artikel-content .left-col h1 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    margin: 0;
}

@media screen and (max-width: 960px) {

    .wanderungen_list .artikel-wrapper .artikel-content {
        padding: 0 20px;
    }

}



.wanderung_detail{
    border: 1px dotted #fff;
    padding: 8px;
}

.wanderung_detail p{
    margin-top: 0;
}

.wanderung_detail label{
    display: inline-block;
    width: 140px;
    font-weight: bold;
    vertical-align: top;
}

.wanderung_detail p span{
    display: inline-block;
    vertical-align: top;
    width: 80%;
}




.gallery{
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 16px;
}

.gallery.left{
    margin-right: 39px;
}

.gallery.right{
    margin-left: 40px;
}

img.align_right{
    float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


/** special responsive table **/

table.responsive-table {
    width: 100% !important;
    display: block;
}

table.responsive-table tbody {
    display: block;
}

table.responsive-table tbody tr {
    display: block;
    width: 100%
}

table.responsive-table tbody tr td{
    display: inline-block;
}

/*
* Anchor Link
*/

a.anchor {
    position: absolute;
    top: -170px;
}