@import url('https://fonts.googleapis.com/css?family=Montserrat');

html {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	min-height: 100%;
    font-family: 'Montserrat', sans-serif;
	overflow-x: hidden !important;
}
body {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.9;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
	border: 20px solid white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-toggler {
	display: none;
}

a.nav-link {
	color: #ad986e !important;
	font-size: 115%;
	line-height: 1.6;
}

a.nav-link:hover {
	color: #000 !important;
}

@media(min-width: 768px) {
  .container-md,
  .container-sm,
  .container,
  .t4-masthead .t4-masthead-detail {
    max-width:92vw;
  }
}
@media(min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .t4-masthead .t4-masthead-detail {
    max-width:92vw;
  }
}
@media(min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .t4-masthead .t4-masthead-detail {
    max-width:1140px
  }
}

@media(min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .t4-masthead .t4-masthead-detail {
    max-width:1284px;
  }
}

.section-block {
	display: inline-block;
	margin-bottom: 50px;
    width: 100%;
    border: 0px solid black;
}

.sectionbox {
    position: relative;
}

.section-title {
	font-size: 14px !important;
	margin: 0;
	margin-left: -0px;
	position: absolute;
	top: 60px;
	left: 0;
	transform-origin: top left;
	transform: rotate(-90deg);
	color: #ad986e;
}

.angebot .section-title {
	top: 104px;
}

.produkte .section-title {
	top: 79px;
}

.kontakt .section-title {
	top: 68px;
}

@media (max-width: 767px) {
    .section-title {
        margin-left: -16px;
    }
}

.section-block.section4 {
	margin-bottom: 160px;
}

@media (min-width: 768px) {
    div.spalte1 {
        width: 46%;
        float: left;
        margin-right: 6%;
        padding-left: 0%;
    }

    div.spalte2 {
        width: 46%;
        float: left;
    }
}

#t4-header {
	height: calc(100vh - 30px);
	background-image: url("/images/intro/tao_pattern_web_new.gif");
}

@media(max-width: 767px) {
    #t4-header {
        border: 0;
    }
}

.navbar-brand {
	width: 100%;
    text-align: center;
}
.t4-masthead {
    margin:55px 0 70px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #ad986e;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 12px 0;
	padding: 0;
}

h1 {
	font-size: 27px;
	font-weight: 300;
	margin: 0 0 0px 0;
}

p {
	margin: 0.5em 0 1.5em;
}

b, strong {
	font-weight: 700;
}

a {
	border: none !important;
	color: #666 !important;
	padding: 0 !important;
	background: none !important;
}

a:hover {
	text-decoration: none;
	border: 1px solid #ad986e;
	padding: 5px;
	background: none;
	color: #ad986e;
}
.backlink a,
a.actionbutton {
    text-decoration: none;
    border: 1px solid #ad986e !important;
    padding: 5px !important;
    background: #ad986e !important;
    color: white !important;
    margin-right: 20px;
    transition: all .3s;
}
.backlink a:hover,
a.actionbutton:hover {
	background: none !important;
	color: #ad986e !important;
}
/***** top bar ****/
.navbar {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
}

.mod-languages {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.mod-languages ul.lang-inline li {
	display: block;
    background: none !important;
}

div.mod-languages a {
	text-decoration: none;
    color: #ad986e !important;
    transition: all .3s;
}

.mod-languages ul li.lang-active {
	font-weight: 700;
    color: #ad986e;
}

/* footer **/
#t4-footer {
	background-image: url("/images/intro/tao_pattern_web_new.gif");
    margin-top: 20px;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.t4-footer ul {
	text-align: center;
	list-style: none;
}

.t4-footer li {
	display: inline-block;
	margin: 0 10px;
}

#t4-karte {
	margin: 0 -20px;
}

.phocamaps {
	filter: grayscale(100);
}

.awesome-marker {
    background: url('/images/icons/marker.png') no-repeat 0 0 !important;
    width: 35px;
    height: 46px;
    position: absolute;
    left: 9px;
    top: 0;
    display: block;
    text-align: center;
    background-repeat: no-repeat !important;
}

.awesome-marker-shadow {
display: none;
}

.fa.fa-circle {
display: none;
}



#back-to-top i {
	color: #fff;
	line-height: 36px;
	background: url(../icons/tao_icon_top.png) no-repeat center 50%;
	width: 40px;
    opacity: .5;
    transition: all .3s;
}


#back-to-top i:hover {
    opacity: 1;
}

.fa-chevron-up::before {
	color: transparent;
}

.djslider-default .load-button {
	width: 15px;
	height: 15px;
}

.load-button.load-button-active {
	opacity: 1;
}

.sliderangebot {
	display: inline-block;
	margin-bottom: 99px;
	width: 100%;
	border: 0px solid black;
}
@media(min-width: 768px) {
    .sliderangebot .mod-articlesnews__item {
        width: 33.3334%;
        float: left;
        padding-right: 40px;
    }
}

#t4-defualtpage {
	display: none;
}

/**** price list ***/
.defaultpage #t4-defualtpage {
	display: block;
}

.defaultpage #t4-footer {
	background: #fff;
    text-align: left;
}

.defaultpage #t4-karte,
.defaultpage #t4-footer .footer,
.defaultpage #t4-all-modules,
.defaultpage #t4-header,
.defaultpage #t4-masthead {
	display: none;
}

.t4-defualtpage .item-page [itemprop="articleBody"] {
    max-width: 90vw;
    width: 960px;
    margin: 0 auto;
}

.defaultpage h3 {
	font-size: 18px;
	line-height: 20px;
}

.defaultpage p {
	margin: 0 0 9px;
	font-size: 13px;
}

.container.copyrght {
	float: left;
	border-top: 1px solid #ad986e;
	max-width: 94%;
	margin-top: 20px;
	padding-top: 20px;
}