body{
	background-color: whitesmoke;
	font-family:"Helvetica Neue", sans-serif;
	font-weight: 400;
	
	border-left: whitesmoke 20px solid;
	
}


.container {
  height: 45px;
	margin-top: 3em;
	
		border-right: whitesmoke 40px solid;

background-color:rgba(255,255,255,0.55);

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
		position: fixed;
	z-index: 10000;
  opacity: 1;
}

.container .logo {
  overflow: hidden;
	border:solid 3px none;
	padding-bottom: 10px;
	

}

.container .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	
}



.container .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
	box-sizing: border-box; 
	
 
  top: 0;
  
  display: block !important;

  
	
}

.container .navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
	box-sizing: border-box; 
 
  top: 0;
  

 
}

.container .navbar ul li a {
 
  
  
  display: block;
  height: 60px;
  line-height: 45px;
  cursor: pointer;
  padding: 0 10px;
	  font-size: 0.8em;
  padding-bottom: .5em;
  letter-spacing: .15em;
  color: black;
  -webkit-transition: color .3s;
  transition: color .3s;

	
}

.container .navbar ul li a:hover {
   color: red; text-shadow: 0em 0em 1.0em red, 0em 0em 1.0em red, 0em 0em 0.2em yellow;
 text-decoration: none;
 
}

.container .navbar ul .close {
  display: none;
  text-align: left;
  padding: 2.7em 2em 2em 2em;
	color:black;
	
}


.container .navbar ul .close span {
  font-size: 40px;
  display: inline-block;
  border: 1px solid none;
  padding: 0 10px;
  cursor: alias;
	color:black;
}

.container .navbar .icon-bar {
  padding: 18px 8px;
  width: 50px;
  height: 60px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
	color:black;
}

.container .navbar .icon-bar i {
  background-color: black;
  height: 1.5px;
	width: 35px;
}

@media only screen and (max-width: 650px) {
  .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	   padding-bottom: 60px;
  }

  .container .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	  padding-bottom: 0px;
  }

  .container .navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
	  
	  
  }

  .container .navbar ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: fixed;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(255,255,255,0.50);
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
	  
  }

  .container .navbar ul li a {
    padding: 10px 10px 10px 3em;
    font-size: 16px;
    height: auto;
    line-height: normal;
    color: black;
	  
  }

  .container .navbar ul .close {
    display: block;
  }

  .container .navbar .icon-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 
  }

  .container .navbar ._Menus-show {
    left: 0;
  }
}


.body {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
}

.ab{
	
	margin: 0px 70px 70px 70px;
	
	
}
.intro-text-english {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 0.9em;
  font-weight: 300;
	letter-spacing: .0;
}



.intro-text-deutsch {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 0.9em;
  font-weight: 300;
	letter-spacing: .0;
	}


.text{
	font-family: "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
	letter-spacing: .0;
	
	margin-top: 160px;
	

}
.text a:hover{
	color: red; text-shadow: 0em 0em 1.0em red, 0em 0em 1.0em red, 0em 0em 0.2em yellow;
	text-decoration: none;
}


a {
  color: #000000;
}
.col-md-6  { 
	
	width: 100%;
	
	}

.embed-container {
      --video--width: 640;
      --video--height: 359;

      position: relative;
      padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
      overflow: hidden;
      max-width: 100%;
      background: black;
	border: solid none;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
.abst {
	padding: 20px 20px 20px 20px;
	border: solid none;
	
}
.col-md-6 h3{ 
	color: #707070;
	text-align:left;
	width: 100%;
	font-family: "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
	letter-spacing: .0;
	border: 3px solid none;

	
	}
a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: e-resize;
}

@media only screen and (max-width: 320px) {

   nav { 
      font-size: 0.56em; 
   }

}