

.spinner {
position: fixed;
z-index: 9999;
width: 100vw;
height: 100vh;
background: #222;
padding-left: calc(50% - 50px);
padding-top: calc(50vh - 50px);
}

.spinner > div {


 -webkit-animation: sk-stretchdelay 2.0s infinite ease-in-out;
 animation: sk-stretchdelay 2.0s infinite ease-in-out;

}

.spinner .rect2 {
  -webkit-animation-delay: -1.9s;
  animation-delay: -1.9s;
}

.spinner .rect3 {
 -webkit-animation-delay: -1.8s;
 animation-delay: -1.8s;
}



@-webkit-keyframes sk-stretchdelay {
  0% {   display: none;
        opacity: 0; }  
  100% { -display: block;
        opacity: 0.5; }
}

@keyframes sk-stretchdelay {
  0%, 20% {   display: none;
        opacity: 0; }  
  50% { -display: block;
        opacity: 1; }
  80%, 100% {   display: none;
        opacity: 0; } 
         
}







.sr_spinner_1 {
position: absolute;
  background: url(../gfx/Linie_Vektor.svg); 
  background-repeat: no-repeat;
  background-size: contain;
  height:100px;
  width: 100px;
  margin-left: -7px;
  margin-top: -40px;
}
.sr_spinner_2 {
position: absolute;
  background: url(../gfx/Linie_Vektor.svg); 
  background-repeat: no-repeat;
  background-size: contain;
  height:100px;
  width: 100px;
}
.sr_spinner_3 {
position: absolute;
  background: url(../gfx/Linie_Vektor.svg); 
  background-repeat: no-repeat;
  background-size: contain;
  height:100px;
  width: 100px;
  margin-left: 32px;
  margin-top: -20px;
}








.navbar-sr {
background-color:rgba(0, 0, 0, 0.6); 
  border-color: #fff;
  min-height:	80px;
}
.navbar-sr .navbar-brand {
  position: absolute;
  right: 0px;s
}
.navbar-sr .navbar-brand:hover,
.navbar-sr .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-sr .navbar-text {
  color: #fff;
}
.navbar-sr .navbar-nav > li > a {
  font-family: 'DIN Next W01 Medium';
  font-size: 16px;
  vertical-align: center;
  color: #fff;
}
.navbar-sr .navbar-nav > li > a:hover,
.navbar-sr .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-sr .navbar-nav > .active > a,
.navbar-sr .navbar-nav > .active > a:hover,
.navbar-sr .navbar-nav > .active > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-sr .navbar-nav > .disabled > a,
.navbar-sr .navbar-nav > .disabled > a:hover,
.navbar-sr .navbar-nav > .disabled > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-sr .navbar-toggle {
background: transparent;}
.navbar-sr .navbar-toggle:hover,
.navbar-sr .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-sr .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-sr .navbar-collapse,
.navbar-sr .navbar-form {
  border-color: #e7e7e7;
}
.navbar-sr .navbar-nav > .open > a,
.navbar-sr .navbar-nav > .open > a:hover,
.navbar-sr .navbar-nav > .open > a:focus {
  color: #333;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-sr .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-sr .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-sr .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-sr .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-sr .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-sr .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #000;
  }
  .navbar-sr .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-sr .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-sr .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
  }
}
.navbar-sr .navbar-link {
  color: #fff;
}
.navbar-sr .navbar-link:hover {
  color: #333;
}
.navbar-sr .btn-link {
  color: #777;
}
.navbar-sr .btn-link:hover,
.navbar-sr .btn-link:focus {
  color: #333;
}
.navbar-sr .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-sr .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}







.sr_start {
  padding-top: 45vh;
  padding-left:	5vh;
  padding-bottom: 10vh;
  margin-bottom: 0px; 
  color: #fff;
  background-color: #000;
  background: url(../gfx/background_start.png);  
  background-repeat: no-repeat;
  background-size: cover;
  min-height:	100vh;
  max-height: 100vh; 
  font-family: 'DIN Next W01 Light';
  font-size: 41px;
  text-shadow: 1px 1px 10px black, 0 0 25px black, 0 0 5px black;
  border-bottom: 1px solid #fff;
} 



.sr_start p {
position: absolute;
opacity: 0.0;
display: none;
}


.sr_start h1,
.sr_start .h1 {
color: #fff;
font-family: 'DIN Next W01 Bold';
font-size: 40px;
}

.sr_start h2,
.sr_start .h2 {
color: #fff;
font-family: 'DIN Next W01 Light';
font-size: 20px;
}


@media screen and (min-width: 768px) {

.sr_start {
  padding-top: 70vh;
  padding-left:	5vh;
  padding-bottom: 10vh;
  margin-bottom: 0px; 
  color: #fff;
  background-color: #000;
  background: url(../gfx/background_start.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  max-height: calc(100vh -80px); 
  font-family: 'DIN Next W01 Light';
  font-size: 41px;
  text-shadow: 1px 1px 10px black, 0 0 25px black, 0 0 5px black;
  border-bottom: 1px solid #fff;
} 

 .sr_start p {
   position: absolute;
top: 0;
left: 0;
display: flex;
  align-items: center;
  justify-content: center;width: 100vw;
height: 100vh;
opacity: 0.1;
  text-shadow: 1px 1px 10px black, 0 0 25px black, 0 0 5px black;

  }
  .sr_start h1,
  .sr_start .h1 {
    font-size: 60px;
  }
  .sr_start h2,
  .sr_start .h2 {
    font-size: 24px;
  }
 }



.sr_about_text_words	{
  position: relative;

				height:	60vh;
				margin-top: 	0px;
								margin-bottom: 	100px;

				padding-top: 5px;
				padding-left:	0px;
				padding-right:	0px;
				bottom:			0px; 
				width:			100%;
				font-size:		4.5vh; 
				line-height:	3.7vh;
				font-family:	'DIN Next LT W01 Black';
				text-align:		justify;
				overflow:		hidden;
				background:	#000;
				color: #fff;
				  background: url(../gfx/background_start_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;

  
				}
.sr_about_text_words p
				{
				text-decoration:	none;
				color:				#fff;
				display: 			inline;
				opacity: 0.02;
				margin: 0;
padding: 0;
			   transition: opacity .5s ease-in-out;
   				-moz-transition: opacity .5s ease-in-out;
   				-webkit-transition: opacity .5s ease-in-out;
				}

.sr_about_text_words p:hover
				{
				      opacity: 1;

				}
				
				

				

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }




#news
{
padding-bottom: 50px;
font-family:	'DIN Next LT W01 Black';
font-size: 40px;
}





.sr_news_container
{
margin: 0px;
border: 0px solid #eee;
  border-radius: 5px;
}
.sr_news_1
{
line-height:	20px;
color:			#333;
font-family: 'DINNextLTW01-UltraLight 706122';
font-size: 12px;
border-top: 1px solid #fff;
min-height: 2vh;
}
.sr_news_2
{
line-height:	20px;
font-family: 'DIN Next W01 Medium';
border-top: 1px solid #fff;
margin-bottom: 10px;
min-height: 7vh;

}
.sr_news_3
{
margin-bottom: 30px;
overflow: auto;
}
.sr_news_3 img
{
width: 100%; border-radius: 5px;
}



#kontakt,
#jobs
{
position: relative;
min-height: 80vh; 
font-family:	'DIN Next W01 Light';
font-size:	20px;
color: #000;
}

#jobs h1
{
font-family:	'DIN Next LT W01 Black';
font-size: 40px;
padding-bottom:	50px;
}

#kontakt h1
{
font-family:	'DIN Next LT W01 Black';
font-size: 40px;
padding-bottom:	50px;
}

#kontakt h2
{
font-family:	'DIN Next W01 Medium';
font-size: 30px;
padding-bottom:	10px;
}

#kontakt a
{
color: #000;
}



.sr_footer_1
{
min-height: 2vh;
background: #000;
border-top: 1px solid #fff;
}

.sr_footer_2
{
padding-top: 20px;
min-height: 15vh;
background: #000;
border-top: 1px solid #fff;
color:				#fff;
font-family: 'DIN Next W01 Light';
}

.sr_footer_2 a
{
color:				#fff;
}



.dryhire
{

padding: 0px;
margin: 0px;
position: relative;
min-height: 100vh;
min-width: 100%; 
font-family:	'DIN Next W01 Light';
font-size:	20px;
  background: url(../gfx/background_start_2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.dryhire a
{
color: #fff;
text-decoration: none;
}






.impressum
{
color: #fff;
padding: 0px;
margin: 0px;
position: relative;
min-height: 100vh;
min-width: 100%; 
font-family:	'DIN Next W01 Light';
font-size:	14px;
  background: url(../gfx/background_start_2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.impressum a
{
color: #fff;
text-decoration: none;
}
.impressum .h1 {
    font-size: 60px;
  }




.svg-icons path {
    fill: #fff;
}

.socialicons {
    width: 30px;
    margin-right: 10px;
}









