.video {
    width: 100%;
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width: 680px;
}
.playButton{
    border-radius: 90px;
    border: 12px solid #333;
    height: 100px;
    position: absolute;
    width: 100px;
    margin: auto;
    top:0;
    bottom:0;
    right:0;
    left:0;
    cursor: pointer;
}
.playButton:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 50px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top:0;
    left:0;
    right:-10px;
    bottom:0;
    margin: auto;
}



.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}





.fullscreen-bg__video {
  position: absolute; /* problem Nav*/
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height:400px;
  ;
}

section {
  background: white;
}

#home {
  background: transparent;
  height: 100%;
width:100%;


}

.navbar-default {
  background: none;
      position: fixed;
	  z-index:32000;
    width: 100%;
    left: 0px;

}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-weight: bolder;
}

header.fixed .navbar-default {
  background: #fff;
}

header.fixed .navbar-nav>li>a {
  color: #333 !important;
  font-weight: bolder;
}

.hero-3 .hero-box .hero-heading {
  font-size: 76px;
}

.hero-3 .hero-box .hero-text {
  font-size: 30px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #f6a820 !important;
}

#unterseite .header-image {
  background-image: url("../images/technology-servers-server-159282.jpeg");
  background-position: center;
  background-size: cover;
  height: 450px;
}


#unterseite #seite2{background-image: url("../images/slider/shutterstock_561776362.jpg");}
#unterseite #seite3{background-image: url("../images/slider/Fotolia_169233286_M.jpg");}
#unterseite #seite6{background-image: url("../images/slider/Fotolia_144941724_M.jpg");}
#unterseite #seite11{background-image: url("../images/slider/shutterstock_199034639.jpg");}
#unterseite #seite7{background-image: url("../images/slider/shutterstock_263211977.jpg");}
#unterseite #seite4{background-image: url("../images/slider/Fotolia_99635365_M.jpg");}


.fixed img.logo-white {
  display: none;
}

img.logo-normal {
  display: none;
}

.fixed img.logo-normal {
  display: block;
}

/*################
## -- Global -- ##
################*/

li, ol {
  line-height: 1.7em;
  margin: 0 0 10px;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
}

h3 {
  margin-top: 60px;
}

h4 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.nopad {
  padding: 0;
}

.footer-pri .links-box ul li a {
    padding: 0px 0px 10px 0;
}

.heading-box {
    text-align: center;
    margin-bottom: 40px;
}

/*###################
## -- Introtext -- ##
###################*/

.videodummy {
  background-color: #000;
  height: 550px;
  width: 100%;
  text-align: center
}

.videodummy .play-btn {
  line-height: 550px;
}

.videodummy i {
  color: #fff;
  border: 5px solid #fff;
  padding: 10px 12px;
  border-radius: 25px;
}

.vid-text {
    width: auto;
    margin: 0 auto;
        margin-top: 0px;
    display: block;
    margin-top: 15%;
    padding: 0px 100px;
}

/*#################
## -- Rechner -- ##
#################*/

.rechner_box {
  height: 750px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 15px;
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
  margin: 5px;
}

.produkt-list {
  background-color: #fff;
  height: 150px;
  margin: 15px 0;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 10%;
  cursor: pointer;
  transition: .3s;
  overflow: hidden;
}

.produkt-list:hover {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
}

.produkt-list > p {
    line-height: 20px;
    transition: .5s;
    text-align: left;
    margin-left: 40%;
    margin-top: 3%;
	font-weight:bold;
}

.produkt-desc{font-weight:normal;}
.produkt-list p{display:block}
.produkt-list > p p {
font-size: 14px;margin-top:10px;
}
/*
.select.active p .produkt-list-point {
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(70);
  transition: .5s;
}*/

.select+i {
  position: absolute;
  padding: 5px;
  background-color: #f6a820;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 20px;
  color: #fff;
  transform: scale(0);
  transition: .5s;
}

.select.active+i {
  transform: scale(1);
}
/*
.produkt-list-point {
  background: #f6a820;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-top: 0px;
  margin-left: 5px;
  position: absolute;
  border-radius: 5px;
  margin-bottom: 15px;
  top: 35px;
  transition: .5s;
}*/

.btn-bottom-rechner {
  height: auto;
/*  position: absolute;*/
margin-top:20px;
  bottom: 25px;
  right: 35px;
  width: auto;
}

.pic1 {
  background-image: url("../images/miner2.jpg")
}

.pic2 {
  background-image: url("../images/miner1.jpg")
}
.btn-bottom-rechner a {
  float: right;
}

.rechner-prev {
  margin-right: 15px;
}

.range-slider output {
  display: inline-block;
}

.rechner-overview p {
  margin-bottom: 0;
}

.rechner-overview hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.range-slider {
  width: 100%;
  display: flex;
  align-items: center;
}

.rechner-wertung h1 {
  font-size: 50px;
}

.rechner-wertung h4 {
  margin-bottom: 0;
}

.rechner-btn-disabled {
  color: #aaa !important;
  border-color: #aaa !important;
  cursor: default;
}

.btn-primary:hover.rechner-btn-disabled {
  color: inherit;
  border-color: inherit;
  box-shadow: none;
}

.btn-primary:active:hover, .btn-primary:active:focus {
  color: #555;
  background: transparent;
  border: 2px solid #555;
}

/*##############
## -- Kurs -- ##
##############*/

.kurs-zahlen h1 {
  font-size: 60px;
  margin-bottom: 0;
}

.kurs-zahlen h1 span {
  font-size: 30px;
  color: #f6a820;
}

.kurs-zahlen {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.kurs-zahlen img {
  height: 80px;
  margin-right: 15px;
}

.bitcoin_class {
  height: 300px;
}

/*#################
## -- kontakt -- ##
#################*/

#kontakt .form-control, #nummer .form-control {
  border-bottom: 1px solid #909090;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  height: 30px;
}

#kontakt .form-group, #nummer .form-group {
  display: flex;
  align-items: center;
  justify-items: center;
}

#kontakt .form-group i, #nummer .form-group i {
  color: #fff;
  background-color: #f6a820;
  font-size: 24px;
  font-weight: 300;
  border-radius: 50%;
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  padding: 10px 13px;
  margin-right: 10px;
}

#kontakt .form-control:focus, #nummer .form-control:focus {
  border-color: #f6a820;
  outline: 0;
  box-shadow: none;
}

#kontakt textarea.form-control, #nummer textarea.form-control {
  background-color: #eee;
  padding: 8px;
  border: 0;
  height: inherit;
}

#kontakt .textarea {
  align-items: start;
  margin-top: 20px;
}

#kontakt .frageSelect i {
  padding: 10px 15px;
}

#kontakt .textarea i {
  padding: 10px 11px;
}

/*#####################
## -- Datenschutz -- ##
#####################*/

.wideruf-DIN-A4 {
  box-shadow: 2px 2px 11px #aaa;
  padding: 20px 30px;
}

.wid-intro {
  margin-bottom: 60px;
}

.wid-adresse {
  margin-bottom: 60px;
}

.lines {
  width: 100%;
  height: 50px;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  margin: 40px 0;
}

.line-sm {
  content: '';
  width: 30%;
  position: relative;
  height: 15px;
  border-bottom: 1px solid #949494;
  float: left;
  margin-bottom: 60px;
  margin-left: 15px;
}

.wid-3+.row .line-sm, .row+.row .line-sm {
  margin-bottom: 25px;
}

.wid-3+.row+.row+.row+.row .line-sm {
  margin-bottom: 60px;
}

.wid-5+.row .line-sm {
  width: 15%;
}

@media print {
  #no-printed, #home, #de_10, .heading-box {
    display: none;
  }
  .wideruf-DIN-A4 {
    padding: 0;
  }
  .wideruf-DIN-A4 wid-intro {
    margin-bottom: 50px;
  }
  .col-md-12 {
    padding: 0;
  }
  .line-sm {
    @-moz-margin-bottom: 30px;
  }
  .lines {
    @-moz-height: 30px;
  }
}

.print-btn {
  margin-bottom: 25px;
  display: block;
  position: relative;
  text-align: right;
}

.hidden-print span {
  margin-right: 10px;
}

.hidden-print.btn-primary {
  color: #666;
  border-color: #666;
}

/*
  Sachen von Timm (Nicht eingeortnet in die Super-Coole List. (Paar Zeilen weiter oben))
 */

#counter2_eprice::after, #counter2_bprice::after {
  content: ' \20AC';
}

#counter2_eprice, #counter2_bprice {
  font-size: 60px;
  color: #F6A820;
}

#particles-js {
  height: 100%;
}

#no-printed {
  margin-bottom: 150px;
}

.footer_ul li, .footer_ul ol {
  margin-bottom: -5px;
  /* Biite nicht umbringen */
}

/*#####################
## -- Unternehmen -- ##
#####################*/

.tgo1 {
  background-image: url("../images/VorplatzTGO.jpg");
  background-size: 100%;
  background-repeat:no-repeat;
  height: 500px;
  overflow: hidden;
  background-position: center;
  transition: 1s;
}

.tgo2 {
  background-image: url("../images/TGOFoyer.jpg");
  background-size: 100%;
  height: 500px;
  overflow: hidden;background-repeat:no-repeat;
  background-position: center;
  transition: 1s;
}

.tgo1:hover, .tgo2:hover {
  background-size: 105%;
  transition: 1s;
}


/*##################
## -- Karriere -- ##
##################*/

.job-table tr td:first-child h4 {
color: #F6A820;
margin-top: 5px;
}

.job-table tr td:last-child h4 {
  margin-top: 0;
}

.table.job-table .tbody tr td {
border-top: 1px solid #ddd;
}

.white-bg {
  border-radius: 5px;
  padding: 20px 15px;
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.job-table tr:first-child td, .job-table th {
  border-top: 0;
}

.interesse {
    background-color: #f5f5f5;
    padding: 50px 0 0 0;
}

.interesse p {
  font-size: 25px;
}

yell {
  color: #F6A820;
}

.navbar-default {background-color:rgba(0,0,0,0.35);}
#home {background-color:rgba(0,0,0,0.3);padding-top:20%;}
.hero-box {text-shadow:2px 2px 5px rgba(0,0,0,0.65);}
#chart{    background-color: #f5f5f5 !important;}
#rechner{background:white !important}
.underline{border-bottom:1px dotted #f6a820;display:inline;}
.no-margin{margin:0 !important;}
.no-padding{padding:0px !important;}

.process-box {height: 250px;margin: 70px 0px;}
.modal-dialog{z-index: 1600;}

.navbar-default{border:none;}.bitcoin_chart_1_removal, .bitcoin_chart_2_removal {	display: none;}

@media (max-width: 600px) {
.footer-box {
    text-align: center;	
}
.footer_ul {
    padding-left: 0px;	
}
}