/*
 * 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);
 }

body
 {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  background: linear-gradient(-65deg, #ddd, #fff);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height:1.25;
  font-weight: 300;
  color:white;
  font-family: 'BenchNine', sans-serif;  
 }

body::before
 {
  position:fixed;
  z-index: 999999999999991;
  content: '';
  pointer-events: none;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: transparent;
  border:0px solid #131;
  box-shadow: inset 2px 2px 5px rgba(0,0,0, 0.75);
 }


body::after 
{
  content: "";
  background-image: url(../bilder/bg3.png);
  background-repeat: repeat;
  opacity: .2345;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;   
}
 
@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,10,10, 1.350) 45% , transparent);

  border-bottom:1px solid rgba(0,0,0, 0.750);
  color: white;
  font-weight: 700;
  font-variant:small-caps;
  text-shadow: 0px 0px 2px rgba(0,0,0, 0.75);
  line-height: 1.250;
  text-align: center;
 }
h1
 {
  font-size: 3.250vw;
 }
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;
  text-align: left;
  margin-bottom: 25px;
  border:1px solid rgba(0,0,0, 0.0);
  border:0px dotted black;
  background: rgba(0,0,0, 0.0);
  box-shadow:  2px 2px 4px rgba(0,0,0, 0.0);
  color:white;
  font-size: 18px;
 }

.containerx
 {
  display: block;
  position:relative;
  float: left;
  top:80px;
  width: calc(90% - 0px);
  margin-left:5%;
  height:calc(100% - 80px);
  padding:0px;
  text-align: left;
  margin-bottom: 25px;
  border:1px solid black;
  border-top:0;
  border-bottom:0;
  background: rgba(0,0,0, 0.50);
  color:white;
  font-size: 18px;
  box-shadow:  2px 2px 4px rgba(0,0,0, 0.0);
  overflow: hidden;
 }

.incontainerx
 {
  position:relative;
  width:100%;
  height:100%;
  box-shadow:  0px 0px 0px rgba(0,0,0, 0.0);
 }
.element-with-scroll {
  overflow-y: scroll;
  max-height: 100%; /* Set a maximum height for the scrollable element */
   }

/* Custom scrollbar styling for Firefox */
.element-with-scroll {   
  scrollbar-color: gold blue;
  scrollbar-width: thin;
}

/* Styling the scrollbar in Chrome and Safari */
.element-with-scroll::-webkit-scrollbar {
  width: 50px;
}

.element-with-scroll::-webkit-scrollbar-thumb {
  background-color: red; /* Set thumb color for Chrome and Safari */
}

.element-with-scroll::-webkit-scrollbar-track {
  background-color: darkblue; /* Set track color for Chrome and Safari */
}
















.FixedStart
 {
  position:fixed;
  z-index: 9999;
  top:0;
  left:0;
  height:80px;
  line-height:1.0;
  padding-top: 0px;
  color:#eef;
  font-size: 25px;
  font-weight:bold;
  text-align: center;
  text-shadow:1px 1px 1px #000;
  width:100%;
  background: linear-gradient(rgba(0,0,0, 0.85) 30%, rgba(0,0,0, 0.995) );
  border-bottom:2px solid #000;
  box-shadow: 0px 0px 12.5px rgba(20,20,20, 0.9);
  overflow: hidden;
 }
.FixedStart i
 {
  color: gold;
  display:block;
  font-size: 16px;
  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;
  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(#000, #111);
  border-top:1px solid #000;
  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));
 }
 
