.ALL_HAIL_MEGATRON {
	
	/*   	Fuck Flash, but to get a decent HTML page running, you need HTML,	
	 * 		CSS AND JavaSript to make it work. If you want some fancy content stuff, 
	 * 		add something like PHP and SQL on top. This shit is more complex than Brainfuck...
	 * 
	 *		And CSS is Brainfuck by itself if you really dig into it...
	*/
	
}

#about-sub-nav {
	margin-top: -21px;
}

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

@media (min-width: 1600px) {
  .modal-fullscreen .modal-dialog {
     width: 1500px;
  }
}

@media (min-width: 1920px) {
  .modal-fullscreen .modal-dialog {
     width: 1800px;
  }
}



.owl-theme .item img{
    display: block;
    //width: 100%;
    width: 720px;	// Umbruch Größe md -> sm
    //height: 367px;
    height: auto;

}

.owl-wrapper {
	
	background-color: #000; // #313539;
}

.progress {
	
	margin-bottom: 50px;
}


.white-box {
	
	background: #ffffff;
	color: #333333;
	//padding-top: 30px;
	padding-bottom: 40px;
	
}

.black-box {
	
	background: #313539;
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 70px;
	
}



.transparenz-box {
	//background: none;
	color: #ffffff;
}

.height-500 {
	
	height: 500px;
	
}


.runde-bildmaske img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; 
    border-radius: 50%; 
    
    //width: 50px;
    //height: 50px;
    //margin-right: 12px;
}



.whateva-abrisskante-dunkel {
	
	border-top: 10px solid transparent;
	box-shadow: 0px 2px 5px #ffffff;
	margin-bottom: 10px;
}

.dark-text-color {
	
	color: #333333;
}

.light-text-color {
	
	color: #ffffff;
}

.rr-close-button {
	
	float: right;	
}


.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.preloader div {
	display: none;
	/* Preload the Second Pricing Image */
	background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
	background-position: 9999px 9999px;
}




#rr-home{
	background-color: #ffffff;
	background: rgba(0, 0, 0, 0) url("../images/bgs/tropen_insel.jpg") no-repeat fixed center center / cover; 
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
}

#rr-home .overlay {
	// Scanlines
	//background: url("../images/bg_pattern.png") repeat; 

	
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 66%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(66%,rgba(0,0,0,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );


		
	height: 1600px;
	//background-attachment: fixed;
}






#rr-about {
	
	background: rgba(0, 0, 0, 0) url("../images/bgs/tropen_insel2.jpg") no-repeat fixed center center / cover; 
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#rr-about .overlay{
	
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 66%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(66%,rgba(0,0,0,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );


	//height: 750px;
	//background-attachment: fixed;
}


#rr-portfolio {
	background-color: #ffffff;
	//background: rgba(0, 0, 0, 0) url("../images/bgs/heissluftballon.jpg") no-repeat fixed center center / cover; 
	//background: rgba(0, 0, 0, 0) url("../images/bgs/wasserspiegelung.jpg") no-repeat fixed center center / cover; 
	background: rgba(0, 0, 0, 0) url("../images/bgs/welle.jpg") no-repeat fixed center center / cover; 
	
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
}

#rr-portfolio .overlay {
	
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 66%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(66%,rgba(0,0,0,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );


		
	//height: 1000px;
	//background-attachment: fixed;
}



.panel-collapse {
	
	background-color: #ffffff;
	background: rgba(0, 0, 0, 0) url("../images/textures/binding_dark.png") repeat; 
	//background-size: cover;
	//background-position: center;
	//background-attachment: fixed;
	background-repeat: repeat;	
	
	
}

.panel-collapse .overlay {
	
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
		
	//height: 1000px;
	//background-attachment: fixed;
}






.portfolio-collapse {
	
	background-color: #ffffff;
	background: rgba(0, 0, 0, 0) url("../images/textures/binding_dark.png") repeat; 
	//background-size: cover;
	//background-position: center;
	//background-attachment: fixed;
	background-repeat: repeat;	
	
	
}

.portfolio-collapse .overlay {
	
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
		
	//height: 1000px;
	//background-attachment: fixed;
}









#rr-experiment {
	
	background: rgba(0, 0, 0, 0) url("../images/bgs/roter_himmel.jpg") no-repeat fixed center center / cover; 
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#rr-experiment .overlay{
	
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 66%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(66%,rgba(0,0,0,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );


	//height: 750px;
	//background-attachment: fixed;
}




#rr-kontakt {
	
	background: rgba(0, 0, 0, 0) url("../images/bgs/heissluftballon.jpg") no-repeat fixed center center / cover; 
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#rr-kontakt .overlay {
	
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 66%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(66%,rgba(0,0,0,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 66%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );


		
	//height: 500px;
}







.old-overlay {
	
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */

	
}



.label-dark {
  	
  	background-color: #3a3f44;
	padding: .2em .3em .2em;
  	//white-space: nowrap;
	opacity: 0.9;
	color: #ffffff;
	//font-style:italic;
	font-size: 48px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

.label-light {
  
  	background-color: #c8c8c8;
  	padding: .2em .3em .3em;
  	//white-space: nowrap;
	opacity: 0.7;
	color: #000000;
	font-style:italic;
	font-size: 24px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

	
}


h3,
h4,
.h3,
.h4 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small {

	color: #ffffff;	
}

a i:hover {
	color: #3a3f44;
}

h5 {
    background: rgba(0, 0, 0, 0) url("../images/h5_bg.png") repeat-x scroll 0 0;
    color: #44403A;
    font-family: "Open Sans Condensed" , "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 86px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    
}

h5 span {
    background: rgba(0, 0, 0, 0) url("../images/block_texture_weiss.png") repeat scroll 0 0;
    padding: 0px 12px;

}

h5 span::before {
	

}

h5 span::after {
	

}

.icon-box {
    text-align: center;
}

.fa-4x.fa-round, .fa-4x.fa-box, .fa-4x.fa-round-social, .fa-4x.fa-box-social, .fa-4x.fa-bg-social {
    width: 120px;
    height: 120px;
    padding-top: 29px;
    text-align: center;
    color: #343434;
    border: solid 3px #343434;
    border-radius: 50%;
}

.fa-round .fa-2x , .fa-2x.fa-round {
    width: 60px;
    height: 60px;
    padding-top: 14px;
    text-align: center;
    color: #343434;
    border: solid 3px #343434;
    border-radius: 50%;
}



.fa-pull-left {
    float: left;
}



.lightbox-overlay {
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1001;
    background: rgba(0,0,0,0.85);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lightbox-overlay .lightbox-container {
    margin: 0 auto;
}




.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  //border: 1px solid transparent;
  border-radius: 0 0 0 0;
  background-color: #343434;
}
.nav-tabs > li > a:hover {
  border-color: #4e5d6c #4e5d6c transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ebebeb;
  background-color: #df691a;
  border: 1px solid #4e5d6c;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #4e5d6c;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #4e5d6c;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #4e5d6c;
  }
}

.space {
	
	width: 100%;
	height: 50px;
} 


.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .hover-bg{
	//height: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}



