@import "fonts.css";

* {
	outline: 0;
	border: 0;
    margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
}

*::before, *::after { box-sizing: border-box; }

html, body {
    padding: 0;
    margin: 0;
		background-color: rgba(0,0,0,.7);
    /*background-color: rgba(251,205,203,.8);*/
}

body {
    font-family: 'Metropolis-Thin';
}

.left {float: left;}
.right {float: right;}
.clearer {clear:both;}

.sticky { position: fixed; top: 0; width: 100%;}
p.success, p.error { padding: .3em 1em .3em 1.9em; -webkit-border-radius: .5em; border-radius: .5em; background-position: .25em .25em; background-repeat: no-repeat; background-size: 1.2em; }
p.success { background-color: rgba(0,128,0,1); color: rgba(255,255,255,1); background-image: url('/images/success.svg'); }
p.error { background-color: rgba(217,0,0,1); color: rgba(255,255,255,1); background-image: url('/images/error.svg'); }

div.blumen {
	  background-image: url('/images/hg1.png');
    background-position: right top;
    background-attachment: fixed;
    background-repeat: no-repeat;
		position: fixed;
		top: 0;
		right: 0;
}
.visible {	width:750px; height: 550px; background-size: 750px; transition: all .8s ease-in; }
.invisible { width: 0; height:0; background-size: 0; transition: all .8s ease-in; }

body > header {
		  background-color: rgba(0,0,0,1);
	    border-width: 0 0 2.5em 0;
      border-image: radial-gradient(ellipse farthest-corner at right bottom, rgb(253,185,49), rgb(93,74,31), rgb(253,185,49), rgb(93,74,31), rgb(253,185,49), rgb(159,121,40) ) 1;
      border-image-slice: 9;
      border-style: solid;
			position: sticky;
			top: 0;
}


body > header > a > img {
    width: 15em;
    margin: 1em 3em;
}

body > header > nav {
    letter-spacing: .3em;
    font-size: 1.2em;
    text-transform: uppercase;
}

body > header > nav ul {
	position: absolute;
	width: 100%;
  list-style: none;
	padding-left:0;
  padding-left: 1em;	
}


body > header > nav ul > li {
    display: inline-block;
    padding: .5em;
}


body > header > nav a {
	text-decoration: none;
}

body > header > nav a:not(.active) {
	color: rgba(0,0,0,1);    
}

body > header > nav a:hover,
body > header > nav a.active {
	color: rgba(255,255,255,.6);
}

body > header > nav a:hover {    
    -webkit-transition: color 450ms ease-in-out;
    -moz-transition: color 450ms ease-in-out;
    -ms-transition: color 450ms ease-in-out;
    -o-transition: color 450ms ease-in-out;
    transition: color 450ms ease-in-out;
}

body > header > nav input#menue-mobile { width: 0; height: 0; overflow: hidden;position: absolute;top: 0; left: 0; visibility: hidden; }
body > header > nav label#label-menue-mobile { background-color: transparent; border: 0; position: relative; cursor: pointer; text-transform: none; overflow: visible; display: none;}
/*body > header > nav label#label-menue-mobile:hover { background-color: rgba(0,0,0,.3); -webkit-transition: background 450ms ease-in-out; -moz-transition: background 450ms ease-in-out; -ms-transition: background 450ms ease-in-out; -o-transition: background 450ms ease-in-out; transition: background 450ms ease-in-out;}*/
body > header > nav input#menue-mobile:checked + ul { display: block;	}
body > header > nav label#label-menue-mobile .icon-bar { background-color: rgba(0,0,0,0.9); border-radius: 0.05em; display: block; height: 0.15em; width: 2.5em; margin-top: 0.3em; }
body > header > nav label#label-menue-mobile .sr-only { border: 0 none; clip: rect(0px, 0px, 0px, 0px); height: 0.1em; margin: -0.1em; overflow: hidden; padding: 0;  position: absolute; width: 0.1em; }



main  {
   padding: 2em 15em;
   font-size: 1.4em;
   color: rgba(255,255,255,.85);
}

main h1 {
    font-size: 1.3em;
    margin-bottom: 1em;
}


main h2 {
    font-size: 1.15em;
    margin-bottom: .7em;
}

main p {
    line-height: 1.5em;
}

main img:not(.frameless) {
    border: .1em rgba(255,255,255,1) solid;
}

main div.flex {
    display: flex;
    flex-direction: row;
}

main div.flex p {
   padding: 0 2em;
    
}

main article section .rahmen { background-color: rgba(100,100,100,.15); padding: 2.5em 4em; -webkit-border-radius: .5em; border-radius: .5em;}

form input[type=text],
form input[type=email],
form input[type=password],
form textarea {
	border: 1px solid rgba(200,200,200,1);
	padding: .5em;
	-webkit-border-radius: .5em;
	border-radius: .2em;
	font-family: 'Metropolis-Thin', sans-serif;
	font-weight: 300;
    font-size: 1em;
	color: rgba(0,0,0,.9);
	vertical-align: top;
	width: 100%;
	background-color: rgba(255,255,255,.8);
	box-sizing: border-box;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form textarea:focus { background-color: rgba(255,255,255,1); }

form button,
.button {
	color: rgba(255,255,255,1);
  text-shadow: 0 1px rgba(0,0,0,0.15);
	background: rgb(93,74,31);
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
              radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	padding: .6em 2em;
	font-size: 1.2em;
	cursor: pointer;
	-webkit-border-radius: .2em;
	border-radius: .2em;
}


form button[disabled="disabled"] {
	opacity: .6;
   animation: fade 1s;
}

form input[type=checkbox]  + label { line-height: 1.5em; }
form input[type=checkbox] { display:none; }
form input[type=checkbox] + label::before {
  width: 22px;
  height: 22px;
  background-image: url('/images/checkbox_unchecked.svg');
  background-repeat: no-repeat;
  display: block;
  content: "";
  float: left;
  margin-right: .7em;
  cursor: pointer;
}
form input[type=checkbox].error + label::before { background-image: url('/images/checkbox_unchecked_error.svg'); }
form input.error, form textarea.error { background-color: rgba(255,0,0,.2); }
form input[type=checkbox]:checked+label::before { background-image: url('/images/checkbox_checked.svg'); }
form.loading > input[type='submit'], form.loading > button[name='submit'] {	opacity: .7; cursor: default; }
form label a { color: rgba(255,255,255,.85); }
form label a:hover { color: rgba(255,255,255,1); }

form p { margin-bottom: .6em; }

footer {
    position:fixed;
    bottom: 0;
    width: 100%;
	display: flex;
	justify-content: flex-end;
	background-color: rgba(0,0,0,.8);
	padding: 0.7em 1.2em;
	box-sizing: border-box;
}

footer ul {
	margin:0;
	list-style: none;
}

footer ul > li {
	display: inline-block;
	margin-left:1.2em;
}

footer ul > li a {
	text-decoration: none;
	color: rgba(255,255,255,.9);	
}

@media  (max-width: 2000px) {

}

@media  (max-width: 1800px) {
    main  {
        padding: 2em 8em;
    }
}



@media  (max-width: 1600px) {
	div.blumen {
			background-image: url('/images/hg1-670.png');
	}
	.visible {	width:670px; height: 495px; background-size: 670px; transition: all .8s ease-in; }
	body > header > nav {
    letter-spacing: .2em;
	}
}




@media  (max-width: 1380px) {
	div.blumen {
			background-image: url('/images/hg1-600.png');
	}
	.visible {	width:600px; height: 442px; background-size: 600px; transition: all .8s ease-in; }
    main  {
        padding: 2em 4em;
    }
}


@media  (max-width: 1180px) {
		div.blumen {
				background-image: url('/images/hg1-500.png');
		}
		.visible {	width:500px; height: 370px; background-size: 500px; transition: all .8s ease-in; }
    main  {
        padding: 2em;
        font-size: 1.3em;
    }
}

@media  (max-width: 1024px) {
		div.blumen {
				background-image: url('/images/hg1-400.png');
		}
		.visible {	width:400px; height: 295px; background-size: 400px; transition: all .8s ease-in; }
	body > header { position: relative; }
  body > header > a > img {
        width: 14em;
        margin: 2em 0 1em 2em;
    }
	/*body > header > nav { background-color: rgba(0,0,0,.8); }*/
	body > header > nav {  background: -webkit-linear-gradient(left, #8f6B29, #FDE08D, #DF9F28); background: linear-gradient(left, #8f6B29, #FDE08D, #DF9F28); }
	body > header > nav label#label-menue-mobile { display:block; }
	body > header > nav label#label-menue-mobile { padding: .7em 1em; display: flex; flex-direction: column; align-items: center; }
	body > header > nav ul {float:none; padding-left:0; width:100%;display:none; margin-left: 0; background-color: rgba(0,0,0,.8); }
	body > header > nav ul li {display:block; text-align: center;padding:1em .5em;}
	body > header {	border-bottom: 0; }
  main  {
        padding: 2em 1em;
        font-size: 1.2em;
    }
	 footer {
		position: relative;
	 }
}

@media all and (max-width: 870px) {
	main div.flex {
        flex-direction: column;
    }
	main div.flex p {
		padding: .5em 0;
	}
}


@media all and (max-width: 670px) {
   body > header > a > img {
      width: 10em;
		  margin: 1em 0 1em 0.5em;
    }
		div.blumen {
				background-image: url('/images/hg1-300.png');
		}
		.visible {	width:300px; height: 221px; background-size: 300px; transition: all .8s ease-in; }
    main  {
        padding: .8em;
        font-size: 1.4em;
    }
	 main article section .rahmen { padding: 2em;}
}


@media all and (max-width: 450px) {
   body > header > a > img {
        width: 7em;
        margin: .5em 0 .7em 0.5em;
    }
		div.blumen {
				background-image: url('/images/hg1-200.png');
		}
		.visible {	width:200px; height: 200px; background-size: 200px; transition: all .8s ease-in; }
	 main {
		padding: .3em;
	 }
	 main article section .rahmen { padding: 2em .5em;}
	 form button,
	.button { width: 100%; }
}