/*******************************************/
/* Standard-HTML zurücksetzen
/*******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,
blockquote,th,td {margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }
html {font-size: 62.5%;}
strong {font-weight: bold;}
a {text-decoration: none; color: #004D86;}
a:active, a:focus {outline: 0;}

/*******************************************/
/* Globale-Tags
/*******************************************/

* {
    box-sizing: border-box;
}

div {
    box-sizing: border-box;
}

html {

}

a {
    color: #008cbb;
}

strong, b {
    font-weight: 600;
}
/*
img {
    border-radius: 5px;
    height: auto !important;
    max-width: 100% !important;
}*/

img.contentimage {
	float: left;
	display: block;
	width: 605px;
}

body {
    font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    min-height: 100%;
    padding: 0;
    margin: 0;
    color: #575757;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 0.5em;
}

h1 {
    font-weight: 300;
    font-size: 36px;
    padding-top: 15px;
    padding-bottom: 25px;
    line-height: 120%;
}

h2 {
    font-weight: 600;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 120%;
}

h1 + h2 {
    padding-top: 0px;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

main {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    min-height: 500px;
    width: 100%;
}
.leaflet-popup-content {
    font-size: 16px !important;
}
/*******************************************/
/* Header
/*******************************************/

header {
    top:-405px;
    margin-bottom:-405px;
    width: 100%;
    position: relative;
  /*  background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("images/header2.jpg");*/
}

#parallax {
    height: 405px;
    overflow: hidden;
    position: relative;
}

.layer {
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 405px;
    position: fixed;
    z-index: -1;
}

#parallax-mobile {
    display: none;
    background: url("/styles/images/header_mobile.jpg") no-repeat center center/cover;
    height: 405px;
}

#parallax, .layer {
    min-height: 405px;
}

.layer-bg {
    background-image: url("/styles/images/header_complete.jpg");
}

.layer-4 {
    background-image: url("/styles/images/header_valley_1.png");
}

.layer-3 {
    background-image: url("/styles/images/header_valley_2.png");
}

.layer-2 {
    background-image: url("/styles/images/header_valley_3.png");
}

.layer-1 {
    background-image: url("/styles/images/header_valley_4.png");
}

.layer-overlay {
    background-image: url("/styles/images/header_meadow.png");
}


header div.content {
    height: 405px;
}

header p.overlay {
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    left: 210px;
    bottom: 80px;
    color: white;
    line-height: 120%;
    text-shadow: 0 0 10px black;
}

header a#logo {
    display: block;
    width: 172px;
    height: 280px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+98&amp;0+0,1+50 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.6)), color-stop(98%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

header a#logo img {
    display: block;
    margin: 1.5em auto 0;
    width: 70%;
}

/*******************************************/
/* Navigation
/*******************************************/

nav#main {
    position: absolute;
    bottom: 0;
    padding-left: 200px;
    width: 100%;
}

nav#main ul {
    float: left;
    display: block;
}

nav#main ul li {
    float: left;
    display: block;
    padding: 10px 15px 15px 15px;

}

nav#main ul li a {
    float: left;
    display: block;
    color: white;
    font-size: 22px;
    font-weight: 400;
    text-shadow: 0 0 5px black;
}

nav#main ul li.selected {
    background-image: url(/styles/images/nav-selected.png);
    background-position: center bottom;
    background-size: 21px 11px;
    background-repeat: no-repeat;
}

nav#global {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 10px;
}

nav#global ul {
    float: right;
    display: block;
}

nav#global ul li {
    float: left;
    display: block;
}

nav#global ul li span {
    display: block;
    float: left;
    padding: 3px 0px;
}

nav#global .flag {
    width: 15px;
    border-radius: 2px;
}

nav#global ul li a {
    float: left;
    display: block;
    color: #002d62;
    padding: 3px 10px;
    font-weight: 400;
}

nav#global form {
    float: right;
    display: block;
    margin-left: 1em;
}

nav#global form input {
    width: 12em;
    background-color: rgba(255, 255, 255, 0.6);
    height: 24px;
    border-radius: 12px;
    border: none;
    padding: 5px;
    font-size: 14px;
    padding-left: 20px;
}

nav#global form input::-webkit-input-placeholder {
    color: white;
}



/*******************************************/
/* Content
/*******************************************/

.page .content a.button {
    display: block;
    float: left;
    padding: 5px 16px;
    line-height: 140%;
    background-color: rgba(87, 87, 87, 0.5);
    border-radius: 20px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.25s linear 0s;
    clear-after: both;
}

.page .content a.button:hover {
    background-color: #ef8e00;
}

div.content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

section div.content ul {
    margin-bottom: 10px;
}

section div.content ul li {
    margin-left: 20px;
    list-style: circle;
}

table, td, th {
    border: 1px solid rgba(87, 87, 87, 0.5);
}

table {
    width:100%;
    margin-left:auto;
    padding: 1px;
    border-spacing: 1px;
}

div.row {
    width: 100%;
    float: left;
}

a.triplet,
div.triplet {
    width: 280px;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    display: block;
}

a.triplet {
    margin-top: 30px;
    color: #FFFFFF;
    background-color: #7041a1;
    text-align: center;
    padding: 30px 0;
    border-radius: 20px;
}

a.triplet h3 {
    font-size: 24px;
    font-weight: 600;
}

a.triplet i {
    margin-bottom: 15px;
    font-size: 46px;
}

div.triplet.product-teaser {
    margin-bottom: 3em;
}

div.triplet img {
    max-width: 100%;
}

div.double {
    float: left;
    display: block;
    width: 600px;
    margin-left: 20px;
    margin-right: 20px;
}

div.full {
    float: left;
    display: block;
    width: 920px;
    margin-left: 20px;
    margin-right: 20px;
}

div.content img.content {
	margin-left: 15px;
	margin-bottom: 15px;
}

ul.button-group {
    float: left;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

ul.button-group li {
    float: left;
    display: block;
    margin: 0 !important;
}

ul.button-group li a {
    float: left;
    display: block;
    color: white;
    padding: 5px 13px;
    font-weight: 600;
    border: 1px solid white;
    transition: background-color 0.25s linear;
}

ul.button-group.global li a {
    background-color: rgba(87, 87, 87, 0.5);
}

ul.button-group li:first-child a {
    padding-left: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

ul.button-group li:last-child a {
    padding-right: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

ul.button-group.global li.selected a {
    background-color: #ef8e00;
}


/*******************************************/
/* Responsive-Menü
/*******************************************/

div#sidr {
    display: none;
    width: 200px;
    font-family: 'proxima-nova', sans-serif;
}

section {
    float: left;
    width: 100%;
    padding-bottom: 2em;
    background-color: #FFFFFF;
}

section:first-of-type {
     padding-top: 3em;
 }

a#offcanvas-menu {
    display: none;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 90px;
    height: 40px;
    border-radius: 8px;
}

a#offcanvas-menu span.bars {
    display: block;
    float: right;
    height: 2px;
    width: 25px;
}

a#offcanvas-menu span.bars span.bar {
    background-color: #fff;
    border-radius: 3px;
    display: block;
    float: left;
    height: 2px;
    width: 100%;
    margin-top: 6px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a#offcanvas-menu span.title {
    float: left;
    color: white;
    font-weight: bold;
    width: 60px;
    display: block;
    font-size: 18px;
    padding-top: 2px;
}


/*******************************************/
/* Section
/*******************************************/

section.divider {
    background-color: #f6bf01;
    color: white;
}

section.divider-support {
    background-color: #7041a1;
    color: white;
    border-bottom: 2em solid #FFFFFF;
    padding-bottom: 0;
    padding-top: 10px;
}

section.divider h3 {
    font-weight: 400;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 2%;
}

section.triangle{
    margin-top: 0;
    margin-bottom: -1em;
}

section.triangle div.content {
    width: 230px;
}

section.triangle div.content div.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 100px 0 100px;
    border-color: #c4a977 transparent transparent transparent;
}

/*******************************************/
/* Footer
/*******************************************/


section.minimal_footer {
    margin-bottom: -30px;
    border-top: 1px solid #f6bf01;
    border-top: 1px solid rgba(87, 87, 87, 0.5);
}

section.minimal_footer div.content {
    padding: 0 2%;
}

footer {
    margin-top: 2em;
    float: left;
    width: 100%;
    background-color: #f6bf01;
    background-color: rgba(87, 87, 87, 0.5);
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer p {
    margin: 0;
}

nav.social-media {
    float:right;
    margin-top: -33px;
}

nav.social-media ul li {
    display: inline-block;
    margin-left: 5px;
}
nav.social-media ul li a {
    font-size: 21px;
    color: #ffffff;
}