/* ## fluesteststylesheet.css ## */
/* externe Schriftart einbinden */
@import url(https://fonts.googleapis.com/css?family=Audiowide);
* {
  -moz-box-sizing: inherit;
       box-sizing: inherit;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
a {color:lightgreen;}
html {height:100%;margin:0}
.wrapper {
	height:auto;
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
	margin-bottom: 50px;
}
/*
#header,#footer,#content { position:absolute; right:0;left:0; background:#CCC}
*/

#header{
   height:50px; top:0;
   background-color:darkmagenta;
   color:white;
   font-size:1.5em;
   text-align:center;

}
#footer{
  height:50px; bottom:0;
  margin-top: -50px;
  background-color:darkmagenta;
  color:grey;
}
#footer p{color:lightblue;padding:1em;margin:auto; text-align:right}
.push{height:50px;}
#content{
  top:50px;
  bottom:50px;
  margin:2em;
}

body {
	font-family : Arial, Verdana;
	color : white;
	height: 100%; 
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #4d4e4e;
	/* background-image: linear-gradient(-25deg, #f2f2f2 0%, #96B7C4 100%); */
}
h1 {color: #00b7ff; font-family: "Audiowide"; font-size: 2em; font-weight: bold; line-height: 1.2; margin: 1.5em 0 0.5em; text-shadow: 1px 1px 1px #fefefe
}
h2 {color: darkmagenta; font-family: "Audiowide", cursive; font-size: 1.7em; font-weight: bold; line-height: 1.2; margin: 1.5em 0 0.5em; text-shadow: 1px 1px 1px #fefefe
}
h3 {color: darkgreen; font-family: "Audiowide", cursive; font-size: 1.5em; font-weight: bold; line-height: 1.2; margin: 1.5em 0 0.5em; text-shadow: 1px 1px 1px #fefefe
}
h4 {color: darkred; font-family: "Audiowide", cursive; font-size: 1.3em; font-weight: bold; line-height: 1.2; margin: 1.5em 0 0.5em;
}
* p {
		color : #F2F2F2;
}

#inhalt1 p {
    color: darkgreen;
}
a{
	/* font-family: "Audiowide", cursive;  
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);*/
	}



a.fluelinks:before, .btn:after {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
}

a.fluelinks:hover, a.fluelinks:active, a.fluelinks:focus{
	color: darkorchid;
	transition-delay: .5s;
}

a.fluelinks:hover:before {
	transition-delay: 0s;
}

a.fluelinks:hover:after {
	background: white;
	transition-delay: .35s;
}



zum_testen {
		font-family : Arial, Verdana;
		color : #ffffff;
		background-color : #323232;
}


pre {
   background: white;
   color: black;
   display: inline-block;
   font-size: 1em;
   margin-top: 2em;
   padding: 1em;
}

#inhalt1 {
		max-width:520px;
		border: 12px ridge lightblue;
}
#inhalt1 li {
    color: darkorange;
	text-align: left !important;
}
/* ### CSS TOOLTIP - START - ### */
.fluestooltip1 {
    cursor: help;
    position: relative;
}

span {
   color: #e91e63;
   font-family: monospace;
   white-space: nowrap;
}

span:after {
   font-family: Arial, sans-serif;
   text-align: left;
   white-space: normal;
}

span:focus {
   outline: none;
}
/*== common styles for both parts of tool tip ==*/
.fluestooltip1::before,
.fluestooltip1::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.fluestooltip1:hover::before,
.fluestooltip1:focus::before,
.fluestooltip1:hover::after,
.fluestooltip1:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100; 
}


/*== pointer tip ==*/
.fluestooltip1::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3E474F transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transform:  scale(.6) translateY(-90%);
} 

.fluestooltip1:hover::before,
.fluestooltip1:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.fluestooltip1::after {
    background: #3E474F;
    border-radius: .25em;
    bottom: 180%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -8.75em;
    padding: 1em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform:  scale(.6) translateY(50%);  
    width: 17.5em;
}

.fluestooltip1:hover::after,
.fluestooltip1:focus::after  {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}
/* ### CSS TOOLTIP - ENDE - ### */

/* ### CSS BUTTONS - START - ### */



.container1 {
  text-align: center;
  vertical-align: middle;
	background-color: darkorange;
	max-width: 640px;
	padding:2em;
	}

 
.btnfos {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  max-width: 160px;
  margin: 0 auto 2em;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
@media (min-width: 400px) {
  .btnfos {
    display: inline-block;
    margin-right: 2.5em;
  }
  .btnfos:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .btnfos:nth-of-type(even) {
    margin-right: 2.5em;
  }
  .btnfos:nth-of-type(5) {
    margin-right: 0;
  }
}

.btnfos-1 {
  background: #3498db;
  font-weight: 100;
}
.btnfos-1 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
}
.btnfos-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 422, 0;
}

.btnfos-1:hover {
  background: darkorange;
  letter-spacing: 1px;
  font-weight: 900;
}
.btnfos-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.btnfos-2 {
  font-family: monospace;
  letter-spacing: 0;
}

.btnfos-2:hover,
.btnfos-2:active {
  letter-spacing: 5px;
}

.btnfos-2:after,
.btnfos-2:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
          transition: all 280ms ease-in-out;
  width: 0;
}

.btnfos-2:hover:after,
.btnfos-2:hover:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
          transition: width 350ms ease-in-out;
  width: 70%;
}

.btnfos-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}

.btnfos-3 {
  background: #3498db;
  border: 1px solid white;
  box-shadow: 0px 2px 0 white, 2px 4px 6px #eee;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
}

.btnfos-3:hover {
  background: #3498db;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #74e6e0;
  text-decoration: none;
  text-shadow: -1px -1px 0 #136a65;
  -webkit-transition: all 250ms linear;
          transition: all 250ms linear;
}

.btnfos-4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btnfos-4 span {
  z-index: 20;
}
.btnfos-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  z-index: -10;
}

.btnfos-4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btnfos-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
}

.btnfos-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 255, 0);
  text-shadow: 1px 1px 2px #427388;
}


/* https://codepen.io/perry_nt/pen/eVboze */

.fluesghost-btn {
	position: relative;	
	padding: 0.5rem 4.2rem;
	padding-right: 3.1rem;
	font-size: 1.4rem;
	color: red;
	letter-spacing: 1.1rem;
	text-transform: uppercase;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
	width: 400px;
}
 .fluesghost-btn::before, .fluesghost-btn::after {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
  }

.fluesghost-btn:hover {
	color: black;
	transition-delay: .5s;
}
.fluesghost-btn:hover:before {
	transition-delay: .0s;
}
.fluesghost-btn:hover:after {
	background: white;
	transition-delay: .35s;
}

/* From center */
a.from-center {text-decoration:none}
.from-center:before {
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;
	border: 2px solid white;
	border-left: 0;
	border-right: 0;
}

.from-center:after {
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: white;
}

.from-center:hover:before {
	left: 0;
	width: 100%;
}

.from-center:hover:after {
	top: 0;
	height: 100%;
	background:white;
	transition-delay: .35s;
}

/* from-top */

.from-top:before, 
.from-top:after {
	left: 0;
	height: 0;
	width: 100%;
}

.from-top:hover {
	color:black;
	transition-delay: .15s;
	background-color: white;
}
.from-top:before {
	bottom: -2px;	
	border: 1px solid white;
}

.from-top:after {
	top: 0;
	height: 0;
}

.from-top:hover:before,
.from-top:hover:after {
	height: 114%;
}
/* ## button mit svg # fluesbtnfos ## */
.fluesbtnfos {
	color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  max-width: 160px;
  margin: 0 auto 2em;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  text-align:center;
		
	}
	
.fluesbtnfos-1 {
  background: #3498db;
  font-weight: 100;
}
.fluesbtnfos-1 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
}
.fluesbtnfos-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 422, 0;
}

.fluesbtnfos-1:hover {
  background: darkorange;
  letter-spacing: 1px;
  font-weight: 900;
}
.fluesbtnfos-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

/* ## button mit fluesbtn27 ## */
.fluesbtn27 {
    margin: 1em;
    padding: 1em;
    background-color: red;
    width: fit-content;
    color: white;
	    line-height: 24px;
}
.fluesbtn27 a{color:white}
.fluesbtn27:hover {
	text-transform: uppercase;
	font-weight:900;
	outline:	3px solid red;	
	transition: all 280ms ease-in-out;
}
.fluesbtn27::before {
	border-top: 3px solid rgba(255, 255, 255, 1);
  border-left: 3px solid rgba(255, 255, 255, 1);
  top: 1616px;
  left: 41px;
  content: " ";
  display: block;
  position: absolute;
  -webkit-transition: all 280ms ease-in-out;
          transition: all 280ms ease-in-out;
  width: 10px;
  height: 10px;
	
} 
  .fluesbtn27:hover::before {
	  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  width: 170px;
  height:77px;
  border-color: red;
	
} 
  .fluesbtn27::after{
border-bottom: 3px solid rgba(255, 255, 255, 1);
    border-right: 3px solid rgba(255, 255, 255, 1);
    bottom: -1089px;
    right: 1699px;
  content: " ";
  display: block;
  position: absolute;
  -webkit-transition: all 280ms ease-in-out;
          transition: all 280ms ease-in-out;
  width: 10px;
  height: 10px;
	
} 
  .fluesbtn27:hover::after {
	
		  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  width: 170px;
  height:77px;
  border-color: red;
} 
  
/* ### CSS BUTTON ENDE ### */

/* ### ### ### ### ### ### ### ### ### */

/* ### CSS LISTEN - START - ### */
.flueliste1 ul {
	    color: lightskyblue;
	list-style-type: none;
	list-style-position:inside;
	padding-left: -20px;
	marign-top: 0;
}
.flueliste1 ol, .flueliste1 li {margin-bottom: 0;}
.flueliste1 ul li::before {
    content: '\2013\2002';
    text-indent: -10px;
	color:darkorange;
}

/* flueliste2 */
/* liststyle2 */
.liststyle2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.liststyle2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.liststyle2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.liststyle2 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.liststyle2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.liststyle2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* flueliste2 - ENDE */
/* ############################# */ 
/* flueliste3 - START */
.flueliste3 ul {
  list-style: none;
  padding: 0;
}
.flueliste3 li {
  padding-left: 1.3em;
}
.flueliste3 li:before {
  content: "\f001"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:darkorange; 
}
.flueliste3 li:after {
	content:"\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
	color: green;
}
/* flueliste3 - ENDE*/



/* ### CSS LISTEN - ENDE - ### */
/* ### CSS HR Trennlinien formatieren - START - ### */
hr.fluestrennlinie1{
	border: 0;
    height: 1px;
    background: darkorange;
    background-image: linear-gradient(to right, grey, darkorange, gray);
	}  s
hr.fluestrennlinie2{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));}
hr.fluestrennlinie3{
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;}
hr.fluestrennlinie4{
    height: 12px;
    border: 0;
    box-shadow: inset 0px -11px 12px -10px #ff9800;}
hr.fluestrennlinie5{
    border: 1px solid lightskyblue;
    height: 0;
    box-shadow: 1px 1px 11px 3px #00BCD4;
}

hr.fluestrennlinie5::after{content: "\00a0";}
hr.fluestrennlinie6{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

.wrap{margin:1em}


/* ### CSS HR Trennlinien formatieren - ENDE - ### */