
/* ====================================================   GLOBAL DEFINITION   ==================================================== */

@font-face {
    font-family: 'Tauri';
    font-style: normal;
    font-weight: 400;
    src: local('Tauri Regular'), local('Tauri-Regular'), url(http://themes.googleusercontent.com/static/fonts/tauri/v2/33NkxyDp8MBgQpwno_A-zw.woff) format('woff');
}

* {
    margin: 0;
    padding: 0;
}

html {
    padding: 5px 2%;
}

body {
    width:920px;
    margin: 0 auto; 
    font: normal .75em Arial, sans-serif;
    color: #474747; 
    background: #eceded;
}

a {
    color:#65003c; 
    font-weight: bold;
}
a:hover, a:focus {
    color: #8F8F90;
}

a.more {
    float: right;
}
a.more:after {
    content: " >"; 
    display: inline-block; 
    height: 1em; 
    padding: 0 .5em 0.5em 0.5em;
    border-radius: 1em;
    background: #8c6239;
    margin-left: 10px;
}
footer a {
    color: #989898;
}

a.more:hover, footer a:hover {
    color: #4A4A4A;
    text-decoration: none;
}

p {
    line-height: 1.6em;
    margin: 20px 0;
}

h1 {
    font: bold 1.875em Tauri, serif;
    color:#8b8b8b;
}
h2 { 
    font-size: 1.875em;
    font-weight: normal;
    color: #3a001f; 
    padding: 10px 5px;
    border-bottom: 1px solid #BBBCBE;
}
h2.img {
    padding-left: 40px;
    background: left center no-repeat scroll;
}

h3 {
    font: normal 1.10em Tauri, serif;
    color: #474747; 
    margin: 20px 0;
}

img, a img {
    border: 0 none;
}

ul.bullets  {
    margin: 30px 0 0 13px;
    color: #d46a6a;
}
ul.bullets li {
    width: 100%; 
    font-size: 1.10em; 
    font-weight: bold; 
    padding-left: 5px;
    line-height: 2.0em;
    color: #d46a6a;
}
ul.bullets li span	{
    color: #474747;
}


dl {
    margin-bottom: 50px;
    clear: left;
}
 
dt {	
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px; 
    width: 90px;
}
 
dd {
    margin: 2px 0;
    padding: 5px 0;
}

.responsive {
  width: 100%;
  height: auto;
}

/* ====================================================  HEADER   ==================================================== */

header {
    width: 100%;
    height: 170px;
    background: url('../img/header.png') no-repeat center bottom #f6f6f6;
    background-size: 100%;
    border: 2px #58585a solid;
    border-radius: 10px;
}

#logo	{
    float: left;
    margin: 10px 0 0 10px;
    padding: 10px 120px 120px;
    background: url('../img/logo.png') no-repeat left;    
    text-decoration: none;
}

#navlink {
    display:none;
    float: right;
    text-decoration: none;
    font-size: 1.875em;
    font-weight: bold;
    padding: 20px; 
    margin: 30px 30px 0 0;
}


/* ====================================================   CONTENT   ==================================================== */

main	{
    display: block;
    position: relative;
    width: 100%
}

article {
    float: left;
    background: #f6f6f6;
    border: 2px #58585a solid;
    border-radius: 10px;
    margin-top: 30px;
    width: 96%; 
    padding: 20px 2%;
}
section {
    float: left;
    width: 74%;
}
section2 {
    float: left;
    width: 100%;
}
section.spalte {
    float: left;
    width:33%;
    padding:20px 2%;
    min-height: 220px;
}
section.spalte h2	{
    border-bottom: 0 none;
}
main .news-1 { 
    background: url('') no-repeat top right #EEEEEE;
} 
main .news-2	{
    background: url('') no-repeat top right #EEEEEE
}

aside {
    float: right;
    width: 23%;
}
aside ul {
    line-height: 1.6em;
    list-style: none outside none;
    padding: 1em 0 1em 5px;
    clear: left;
}
aside p {
    margin-bottom: 50px;
}
aside p:last-child {
    margin-bottom: 20px;
}
responsive {
max-width: 100%;
height: auto;
}

/* ====================================================  NAV   ==================================================== */

nav	{ 
	float: left; 
	width: 100%;  
	list-style-type: none; 
	position: absolute;
	top: -14px; left:0%;
	display: block;
	text-align: center;
	margin: 12px auto 20px;
}
nav ul {
    float: left; 
    width: 100%; 
    list-style-type: none;
    
}
nav ul li {
    float: left; 
}
nav ul li:first-child {
    margin-left: 2%;
}
nav ul li a 	{
    float: left;
    padding: 10px 0px 10px 0px;
    color: #000000;
    text-decoration: none;
}
nav ul li a:after {
    content:"  ";
    color: #333333;
    margin-left: 20px;
} 
nav li a:hover, nav li a:focus {
    background:  ;
}


/* ====================================================   FOOTER   ==================================================== */

footer {
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    color: #989898
}
footer ul {
    float: left;
    margin-left: 22px;
    list-style-type: none;
}
footer ul li	 {
    display: inline-block;
    border-left: 1px solid #989898;
}
footer ul li:first-child	 {
    border: 0 none;
}
footer ul li a {
    padding: 0 8px;
}
footer p {
    float: right;
    margin-right: 30px;
    margin-top: 0;
    padding-top: 0;
    text-align: right;
}
.hs-wrap{margin-top:6px}
    .hs-ticker{margin:12px 0 18px;border:1px solid #BBBCBE;border-radius:10px;background:#eee;overflow:hidden;white-space:nowrap;padding:10px 12px;font-weight:700;color:#3a001f}
    .hs-ticker__content{display:inline-block;animation:hsScroll 25s linear infinite}
    @keyframes hsScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
    .hs-card{background:#fff;border:1px solid #BBBCBE;border-radius:12px;padding:16px;margin:14px 0}
    .hs-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0}
    .hs-benefits{list-style:none}
    .hs-benefits li{padding:6px 0 6px 22px;position:relative}
    .hs-benefits li:before{content:'✓';position:absolute;left:0;color:#65003c;font-weight:900}
    .hs-two{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}
    .hs-stars{color:#d4a017;font-size:1.35em;margin-bottom:6px}
    .hs-quote{font-style:italic}
    .hs-author{color:#65003c;font-weight:700;margin-top:8px}
    .hs-testimonial{display:none}
    .hs-testimonial.is-active{display:block}
    .hs-carousel{display:flex;gap:10px;justify-content:center;margin-top:12px}
    .hs-carousel__btn{width:38px;height:38px;border-radius:999px;border:1px solid #BBBCBE;background:#eee;cursor:pointer;font-size:20px}
    .hs-contact{text-align:center}
    .hs-photo{width:100%;max-width:340px;border-radius:12px;border:2px solid #58585a;margin:4px auto 12px;display:block}
    .hs-cta{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:12px 0}
    .hs-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:999px;font-weight:800;border:1px solid #BBBCBE;background:#eee;color:#3a001f;min-width:140px}
    .hs-btn--wa{background:#25D366;border-color:#1fb65a;color:#fff}
    .hs-btn--primary{background:#65003c;border-color:#3a001f;color:#fff}
    .hs-steps{padding-left:18px}
    .hs-steps li{margin:10px 0}
    @media (max-width:950px){body{width:100%}.hs-grid,.hs-two{grid-template-columns:1fr}}
    @media (max-width:620px){header{height:200px}#navlink{display:block}article{margin-top:16px}nav{position:relative}nav ul{margin:3em 0 2em}nav ul li{width:90%;margin:5px 2%}nav ul li a{width:90%;background:#8b8b8b;margin:5px 5%;border-radius:10px;color:#fff}nav ul li a:after{display:none}}

/* 2-Spaltenlayout mit breiterem aside */
@media screen and (max-width: 950px) {
    body {width:100%}
    section {width:58%;}
    section.spalte, 
    aside {width:29%;}
}

/* 1-Spaltenlayout mit Navigation unten*/
@media screen and (max-width: 620px) {
    section, 
    section.spalte, 
    aside {
        float: none;
        width: 96%;
    }

    header {
        height: 200px; 
    }
    #navlink {
        display:block;
    }

    article {
        margin-top: 16px; 
    }
    nav {
        position:relative;
    }
    nav ul {
        display: block; 
        background: transparent;
        margin: 3em 0 2em;
    }
    nav ul li{
        width: 90%;
        margin: 5px 2%;
    }
    nav ul li a{
        width: 90%;
        background: #8b8b8b;
        margin: 5px 5%; 
        border-radius: 10px;
    }
    nav ul li a:after {
        display:none;
    } 
}





