section{
  width: 100%;
}

.navbar{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.navbar-brand{
  display: block;
  text-align: left;
  left: 65px;
  padding: 10px;
  line-height: 20px
}

.navbarlogo{
  vertical-align: middle;
  border: 6px solid rgba(255,255,255, 0.8);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100;
  margin-left: 20px;
}

.opener{
  padding: 90px 0px;
  background-image: url(../images/Nachthimmel2.webp);
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.opener h1{
  line-height: 120px;
  font-weight: 400;
  color: #fff;
  font-size: 120px;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

.opener h2{
  line-height: 60px;
  font-weight: 400;
  color: #fff;
  font-size: 60px;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
  text-align: center;
  margin: 0 0 50px;
  padding: 0;
}

.opener h3{
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
  text-align: center;
  margin: 0 0 50px;
  padding: 0;
}

.opener h4{
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  font-size: 25px;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
  text-align: center;
  margin: 0 0 50px;
  padding: 0;
}

.opener .lead{
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,0.75);
  text-align: center;
  display: inline-block;
  width: 100%;
}

.blacklayer{
  background: rgba(0,0,0,0.4) url(../images/bg-strip.png) repeat scroll 0 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.brands{
  padding: 30px 0px;
  background-color: #eeeeee; 
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

footer{
	padding: 30px 0px;
	background-color: #eeeeee; 
  	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.brands img{
  max-width: 100%;
}

.brand {
  padding-left: 50px;
  padding-right: 50px;
}

.halfscreen{
  display: flex;
  flex-wrap: wrap;
}

.flipped{
  position: relative;
}

.halfscreen .image-wrap {
  width: 55%;
  overflow: hidden;
}

.halfscreen.flipped .image-wrap{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1000px){
  .halfscreen.flipped .image-wrap{
    position: relative;
    height: 500px;
  }
}

@media screen and (max-width: 500px){
  .halfscreen.flipped .image-wrap{
    position: relative;
    height: 300px;
  }
}


.halfscreen .text {
  width: 45%;
}

@media screen and (max-width: 1000px){
  .halfscreen .image-wrap,
  .halfscreen .text {
    width: 100%;
  }
}

@media screen and (max-width: 1000px){
  .halfscreen .image-wrap {
    height: 500px;
  }
}

@media screen and (max-width: 500px){
  .halfscreen .image-wrap {
    height: 300px;
  }
}

.halfscreen .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
  background-color: #eccf12;
}

.halfscreen .text{
  padding: 50px 100px;
  background: #0e2135;
}

h3{
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}


.subtitle{
  color: #999;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
}

.text p{
  color: #999;
  font-size: 20px;
}

.btn-outline-custom{
  color: #fff;
  border-color: rgba(255,255,255,0.5);
  border-radius: 100px;
  font-size: 20px;
  padding: 15px 40px;
  margin-top: 20px;
  font-weight: 500;
}

.btn-outline-custom:hover{
  background: 0 0;
  border-color: #eccf12;
  color: #eccf12;
}

.inverted .btn-outline-custom:hover{
  background: #FFF;
  border-color: #FFF;
  color: #0b1e33;
}

.btn-primary{
  color: #0e2135;
  background-color: #eccf12;
  border-color: rgba(0,0,0,0);
  border-radius: 100px;
  font-size: 20px;
  padding: 15px 40px;
  margin-top: 20px;
  font-weight: 500;
}

.btn-primary:hover{
  background-color: #DABF10;
  border-color: rgba(0,0,0,0);
  border-radius: 100px;
  font-size: 20px;
  padding: 15px 40px;
  margin-top: 20px;
  font-weight: 500;
}

#profile{
  border: 6px solid rgba(255,255,255, 0.8);
  max-width: 220px;
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;

}

.cv h3{
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
  border-bottom: 1px dotted #aaa;
}

.cv h4{
  
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
  border-bottom: 1px dotted #aaa;
}

.cv{
  margin-top: 30px;
  margin-bottom: 30px;
}

.socialmedia{
  max-width: 30px;
  vertical-align: middle;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-right: 5px;
}

@media only screen and (max-device-width: 1366px) {
  .opener h1{
    line-height: 80px;
    font-size: 80px;
  }

  .socialmedia{
    margin-bottom: 20px;
  }

  .halfscreen .text{
    padding: 50px;
  }
}

footer h3{
	color: #444;
  	border-bottom: 1px dotted #aaa;
}

footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.design{
	max-width:100%;
	max-height:100%;
}

.designrow{
	margin-top: 10px;
	margin-bottom: 10px;
}

.designrow h4{
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
  border-bottom: 1px dotted #aaa;
}

.designrow .col-sm-6{
	margin-bottom: 30px;
}

.transition {
    -webkit-transform: scale(1.4); 
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
	opacity: 0.5;
}

[id^=animated] {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	
}

.image-wrapper{
	overflow: hidden; 
	border-radius: 10px;
}

a.darken {
    display: inline-block;
    background: black;
    padding: 0;
}

a.darken img {
	max-width: auto;
	max-width: auto;
}

.inverted{
	background: #000;
	padding: 20px 0px;
}

.inverted h2{
	color: #EEE
}

.blue{
	background: #0e2135;
	padding: 20px 0px;
}

.inverted p{
	color: #FFF;
	font-size: 20px;
}

.blue p{
	color: #FFF;
	font-size: 20px;
}

.blogentry {
	background: rgba(56,152,255,0.2);
	border-radius: 7px;
	margin: 10px 0px;
}


.blogentry h2 {
	color: #FFF;
}

.blogentry h3 {
	color: #FFF;
	font-size: 25px;
	font-weight: lighter;
	margin-bottom: 0px;
}

.inverted .sub {
	font-size: 15px;
	font-weight: lighter;
	color: #BBBBBB;
	margin-bottom: 30px;
}

.quelle {
	margin-bottom: 0px;
	overflow-wrap: break-word;
}