/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
html
 {
  width:100%;
  height:100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-y: hidden; 
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color:orange;
  font-family: 'BenchNine', sans-serif;  
 }
	/* own scrollbar */
html {
    /* scrollbar firefox */
    scrollbar-color: rgb(255, 255, 255) rgb(255, 255, 255);
}

/* Note: The -webkit-scrollbar is not supported by Firefox or IE and Edge. */

::-webkit-scrollbar {
    /* width */
    width: 1vw;
    height: 100px;
    background:gold;
}

::-webkit-scrollbar-track {
    /* Track */
    background: red;
    box-shadow: inset 0 0 5px #111;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    /* Handle */
    background: rgb(0, 0, 0, 1.0);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    /* Handle on hover */
    background: orange;
}

::-webkit-scrollbar-track-piece {
    /* srollbar hintergrund */
    background: rgba(22, 22, 22, 1.0);
}



body
 {
  width: calc(100% - 5px);
  height:calc(100% - 5px);
  margin:0;
  padding:0;
	background-image: linear-gradient(-75deg, darkred 50%,  #200 100%);
  background-image: linear-gradient(-62deg, #7a7, #585, #454, #253);
  background-image: linear-gradient(-65deg, #f11, #fff);
  background: #111;
  background-size: 500% 500%;
	animation: gradient 60s ease infinite;
  border:0px solid #f22;
  border:2.5px solid orange;
  
 }

body::before
 {
  position:fixed;
  left:-0px;
  top:-0px;
  z-index: 999999999999991;
  content: '';
  pointer-events: none;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background: transparent;
  border: 2.5px solid #000;
  box-shadow: inset 0px 0px 15px rgba(0,0,0, 0.75);
 }



@keyframes gradient
 {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}    

/* Titles */
/* Paragraph & Typographic */
p
 {
  margin: 0;
  padding: 1.5vw;
  padding-top:0;
  text-align:left;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 400;
  background : rgba(120,0,120, 0.0);
  text-shadow: 1px -1px 2px rgba(250,250,250, 0.5);
 }
p b
 {
  background : rgba(255,0,0, 0.5);
  font-weight: bold;
  padding-left:10px;
  padding-right: 10px;
  color: white;
  border:2px dashed darkred;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0,0,0, 0.75);
 }
 
p i
 {
  color: gold;
  text-shadow: 0px 0px 3px rgba(0,0,0, 0.75);
 }
 
.kapital 
 {
  font-variant:small-caps;
 }
 
 
/* Links */
a {
    color: gold;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;

}

a:hover,
a:focus {
    color: pink;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


h1, h2, h3, h4
 {
  position: relative;
  display: block;
  width: 97.5%;
  padding-left: 2.5%;
  margin:0;
  margin-bottom: 1vw;
  background: linear-gradient(to right, rgba(10,100,10, 1.350) 45% , transparent);
  background-image: linear-gradient(#202020 30%, #111 ); 
  border:1px solid rgba(255,255,255, 0.250);  
  border-bottom:1px solid rgba(0,0,0, 0.750);
  border-right:1px solid rgba(0,0,0, 0.750);
  border-left:1px solid rgba(0,0,0, 0.750);
  color: #eee;
  letter-spacing: 0.125vw;
  font-weight: 700;
  font-variant:small-caps;
  text-shadow: 1px 1px 2px rgba(0,0,0, 0.75);
  line-height: 1.250;
  text-align: left;
 }
h1
 {
  font-size: 4.50vw;
 }
h2
 {
  font-size: 4.250vw;
 }
h3
 {
  font-size: 4.0vw;
 }
h4
 {
  background: linear-gradient(to right, rgba(0,0,0, 0.350) 45% , transparent);
  font-size: 3.75vw;
 }

hr
 {
    display: block;
    width:96%;
    
    height: 1px;
    border: 0;
    border-top:1px dashed rgba(10,10,10, 0.75);
    border-bottom:1px dashed rgba(160,160,160, 0.125);
    margin: 5px 2% 5px;
    padding: 0;
}


.container
 {
  display: block;
  float: left;
  width: calc(90% - 0px);
  margin-left:5%;
  min-height:100px;
  padding:0px;
  margin-bottom: 25px;
  border:0px dotted black;
 }















.FixedStart
 {
  position:fixed;
  z-index: 999;
  top:0;
  left:0;
  height:80px;
  line-height: 80px;
  color:#eef;
  color: black;
  font-size: 5.50vw;
  font-weight: 700;   
  text-align: center;
  text-shadow: -1px -1px 3px rgba(255,255,255, 0.35);
  width:100%;
  background-image: linear-gradient(#505050 10%, #202020 70%);
  border-bottom:1px solid #111;
  box-shadow: 0px 0px 12.5px rgba(20,20,20, 0.0);
  overflow: hidden;
 }
.FixedStart i
 {
  color: gold;
  display:block;
  position:relative;
  width:100%;
 }

.FixedHeader
 {
  position:fixed;
  z-index: 9999;
  top:0;
  left:0;
  height:45px;
  line-height:1.0;
  padding-top: 10px;
  color:#eef;
  color : black;
  font-size: 25px;
  font-weight:bold;
  text-align: center;
  text-shadow:1px 1px 1px #000;
  width:100%;
  background-image: linear-gradient(#353 30%, #131 );
  border-bottom:1px solid #000;
  box-shadow: 0px 0px 12.5px rgba(20,20,20, 0.75);
 }
.FixedHeader i
 {
  color: gold;
  display:block;
  font-size: 16px;
  position:relative;
  width:100%;
 }
 
.FixedFooter
 {
  position:fixed;
  z-index: 9999;
  bottom:0;
  left:0;
  height:50px;
  line-height:50px;
  padding: 0px 0px;
  color:#eef;
  text-shadow:1px 1px 2px #112;
  width:100%;
  background-image: linear-gradient(#500, darkred);
  border-top:1px solid #c00;
  box-shadow: 0px 0px 7.5px rgba(0,0,0, 0.75);
 }

.back-to-top
 {
  position:fixed;
  z-index: 99999;
  bottom:10px;
  right:10px;
  width:40px;
  height:40px;
  background-image: linear-gradient(#a00, darkred);
  box-shadow: 2px 2px 5px rgba(0,0,0, 0.5);
  border:2px solid darkred;
  border-radius: 50%;
  text-align:center;
  color: #bcc;
  text-shadow: -1px -1px 2px rgba(0,0,0, 0.25);
  line-height:40px;
  font-size:30px;
  font-weight: 700;
  }


.back-to-top:hover
 {
  color: white;
  box-shadow: 0px 0px 5px rgba(250,250,250, 0.5);
  text-shadow: 0px 0px 1px #112;
 }





















/* Helpers */
.NeddleIcon
 {
  position:relative;
  float:left;
  height:50px;
  width:45px;
  margin-left:5px;
  background: rgba(20,10,10, .0);
  border-right:1px dashed gold;
  border-left:1px dashed #111;
  text-align:center;
 }

.NeddleIcon::after
 {
  position:absolute;
  content: '';
  z-index: 1;
  top: 0; left: -0px;
  width:100%;
  height:100%;
  background:transparent;
  border-right:1px dashed gold;
  border-left:1px dashed #651515;
 }
.DropShadow
 {
  border:0;
  -o-box-shadow:      0px 0px 4px rgba(10,10,20, 0.5);
  -icab-box-shadow:   0px 0px 4px rgba(10,10,20, 0.5);
  -khtml-box-shadow:  0px 0px 4px rgba(10,10,20, 0.5);
  -moz-box-shadow:    0px 0px 4px rgba(10,10,20, 0.5);
  -webkit-box-shadow: 0px 0px 4px rgba(10,10,20, 0.5);
  box-shadow:         0px 0px 4px rgba(10,10,20, 0.5);
 }
  
.DeviceSize1
 {
  position:relative;
  float:left;
  top:0;
  height:50px;
  margin-right:5px;
  z-index:1;
  left:5px;
  bottom:0px;
  padding:0px;
  font-size:14px;
  line-height:48px;
  text-align:Center;
  background: rgba(20,10,10, 0.0);
  border-right:1px dashed #a53535;
  border-left:1px dashed #111;
 }
.DeviceSize1::after
 {
  position:absolute;
  z-index:1;  
  content: '';
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-right:1px dashed #111;
  border-left:1px dashed #a53535;
 } 
.DeviceLogo
 {
  float:left;
  border:2px dashed transparent;
  width:50px;
  height:50px;
  font-size:28px;
  color:#fff;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.25);
 }
.DeviceSize
 {
  float:left;
  text-align:left;
  width:90px;
  height:50px;
  color:#ddf;
  font-weight:bold;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.25);
 }

@element .DeviceSize
 {
	$this::after {
    	content: 'eval("''+window.innerWidth+' x '+window.innerHeight")';
  	}
  } 
.DeviceTextMobil { display:none; }
.DeviceTextTablet { display:none; }
.DeviceTextDesktop { display:none; }
.DeviceTextBigScreen { display:none; }

@media only screen and (max-width: 600px)
 {  
  .DeviceTextMobil { display:block; }
  .DeviceTextTablet,.DeviceTextDesktop,.DeviceTextBigScreen { display:none; }
 }
@media only screen and (min-width : 601px) and (max-width: 899px)
 {
  .DeviceTextTablet { display:block; }
  .DeviceTextMobil,.DeviceTextDesktop,.DeviceTextBigScreen { display:none; }
 }
@media only screen and (min-width : 900px)  and (max-width: 1280px)
 {
  .DeviceTextDesktop { display:block; }
  .DeviceTextTablet,.DeviceTextMobil,.DeviceTextBigScreen { display:none; }
 }
@media only screen and (min-width : 1281px) 
 {
  .DeviceTextBigScreen { display:block; }
  .DeviceTextTablet,.DeviceTextMobil,.DeviceTextDesktop { display:none; }
 }
 
 
 
.MoveInFromRight
{
 opacity:1;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
  transform: scale(100%);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}



.MoveOut
 {
  width: 0%;
  opacity: 0.0;
  transform: scale(0%);

  -webkit-transition: all .75s ease-in-out;
  -moz-transition: all .75s ease-in-out;
  -ms-transition: all .75s ease-in-out;
  -o-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
}

.MoveIn
 {
  visibility: visible;
  width: 100%;
  top:0;
  right:0;
  opacity: 1.0;
  transform: scale(100%);

  -webkit-transition: all .75s ease-in-out;
  -moz-transition: all .75s ease-in-out;
  -ms-transition: all .75s ease-in-out;
  -o-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
}


.bdend
{
    	transition: all 10s ease-in-out;
      opacity:0;
 }

.BlendOut
{
    	transition: all 2.5s ease-in-out;
      opacity:0;
 }


 
.VerticalCenter
 {
  position:relative;
  float:left;
  background: rgba(10,10,20, 0.125);
  top:50%;
  left:50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);  
 } 


.dropTheShadow
 {
  -webkit-filter: drop-shadow( 1.5px 1.5px 4px rgba(0,0,0, 0.75));
  filter: drop-shadow( 1.5px 1.5px 4px rgba(0,0,0, 0.75));
 }
 
 
 
 
 
 
 
 
 
 