/* 
 * 1. Google Font
 */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
 

/* 
 * 2.0 Global Style
 */
html {
  font-family: 'Lora', sans-serif;
  font-size: 18px;
}

body {
  color: #4e4e4e;
  font-family: 'Lora', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
@media (max-width:767px) {
	body {
		font-size:18px;
	}
}
p.text {
	font-family: 'Lora', serif;
	letter-spacing:0.5px;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4,
p.teaser,
.initial p{
	font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	font-weight:500;
}

::-moz-selection { 
	color: #fff;
	background-color:#0B8E36;
 }
::selection { 
	color: #fff;
	background-color:#0B8E36;
 }
a,a:focus, a:active{
  color: #0B8E36;
}

a:hover
 {
  outline: none;
  color:#4e4e4e;
}

a.menu,a.menu:focus, a.menu:active{
   color:#4e4e4e;
} 

a.menu:hover
 {
  outline: none;
  color: #0B8E36;
}


a:focus, a:hover {
  text-decoration: none;
}
/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
*/
p {
  margin: 0 0 30px;
}

ul li {
  font-weight: 700;
  margin-bottom: 10px;
}

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

.relaunch-feedback {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid #000;
    color: #fff;
    left: -108px;
    padding: 8px 18px;
    position: fixed;
    text-decoration: none;
    top: 65%;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out 0s;
    z-index: 10000;
}

.relaunch-feedback:hover {
    background-color: rgba(30, 30, 30, 0.9);
    border: 1px solid #000;
    color: #fff;
    left: -75px;
    position: fixed;
    text-decoration: none !important;
    top: 65%;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out 0s;
    z-index: 10000;
}

.social-block {
  list-style-type: none;
  padding: 0;
}
.social-block li {
  display: inline-block;
}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}
.social-block li a i {
  font-size: 1.5em;
}
.social-block li a:hover, .social-block li a:focus {
  color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}
.btn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section {
  padding: 70px 0;
}

.section-title {
  color: #313131;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
  content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-white {
  color: #000;
  background-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #000;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #000;
}
.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #000;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2 {
  position: relative;
}
.bg-image::before, .bg-image-1::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.bg-image-1::before {
 background-color:#C9C9C9;
}
.bg-image-2::before,
.bg-grey {
  background-color: #F0F3F2;
}
.bg-image-2 {
  background: url('images/titel_baustelle.jpg') no-repeat center center/cover;
}
.section7 {
  background: url('images/beton.jpg') no-repeat center center/cover;
}
#site-header {
  background: url('images/cover_3.jpg') no-repeat center center/cover;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #337ab7;
  color: #fff;
  outline: 0 none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .section {
    padding: 90px 0;
  }

  .section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 60px;
    text-transform: uppercase;
    text-align: left;
  }
}
/* 
 * 4.0 Navigation
 */
 
 
.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;

  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 4px 15px 16px 15px;
	outline:none;
}
.navbar-custom .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 3px solid transparent;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width:991px){
	.nav > li > a {
		padding: 4px 8px 16px 8px;
	}
	.navbar-custom .navbar-nav > li > a {
	  font-size: 14px;
	}
	
}
@media (max-width:767px){
	.nav > li > a {
	  padding: 16px;
	}
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: #0B8E36;
}
.navbar-custom .navbar-nav > .active > a {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .customerbox {
	display:none!important;
}
.navbar-shrink .customerbox {
	display:block!important;
}
.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: -6px;
}
.navbar-toggle .icon-bar {
  background-color:#0B8E36;
}
.navbar-shrink .navbar-toggle .icon-bar {
  background-color: #595959;
}

.navbar-solid {
  background-color: #fff !important;
  padding: 5px 0 8px 0 !important;
  
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
min-height: 60px;
}
.navbar-solid img {
	width: 247px;
}

.navbar-solid .site-branding .logo {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
 
  letter-spacing: 3px;
  text-transform: uppercase;
}
.navbar-shrink {
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.20);
}
.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
 
  font-size: 32px;
  font-weight: 700;
 
  letter-spacing: 3px;
  text-transform: uppercase;
}
.navbar-custom div.navbar-items,
.navbar-custom .site-branding .logo {
	color: #fff;
}



.navbar-shrink div.navbar-items,
.navbar-shrink .site-branding .logo {
	color: #0B8E36;
}

.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}

/* 
 * 5.0 Site Header
 */
.site-header {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  
  display: table;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}
.site-header .intro {
 
  position: relative;

  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
}
.site-header .intro h2 {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 300;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.site-header .intro h1 {
  margin-top: 0px;
  font-size: 46px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 20px;
}
.site-header .intro p {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}

.intro-2 h1 {
	font-size: 44px;
}

.intro-2 h1, .intro-2 h2 {
	color: white;
	max-width: 700px; 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.intro-2 {
	padding: 150px 0px;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */


  }

  .site-branding {
    margin-top: 2px;
    margin-left: 0;
  }
}
/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about .section-title {
  margin: 0 0 25px;
}
.about figure {
  margin-bottom: 25px;
}

/* 
 * 6.2 Section: Facts
 */
.facts i {
  color: #fff;
  font-size: 3em;
}
.facts h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

/* 
 * 6.3 Section: Speaker
 */
.speaker {
  text-align: center;
  color: #313131;
  text-transform: uppercase;
  margin: 25px 0;
}
.speaker h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.speaker p {
  margin-bottom: 5px;
}
.speaker img:hover {
  opacity: .7;
}

/* 
 * 6.4 Section: Registration & Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
  text-align: center;
  color: #fff;
}

/* 
 * 6.6 Section: Schedule
 */
.schedule-box {
  position: relative;
  text-decoration:none;
	background:rgba(255,255,255,0.7);
  text-align: center;
  padding: 10px 0;
  margin: 25px 0 0;
  display:block;
}
.schedule-box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  /*border: 1px solid #fff;
  */
  border: 1px solid #0B8E36;
}

/* 
 * 6.7 Section: Schedule
 */
.partner {
  background-color: #f8f8f8;
}
.partner .partner-box {
  display: block;
  opacity: 0.3;
  height: 150px;
  width: 150px;
  margin: 25px auto;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}
.partner .partner-box:hover {
  opacity: 1;
}
.partner .partner-box-1 {
  background: url(../images/partner/partner-1.png) no-repeat center center/contain;
}
.partner .partner-box-2 {
  background: url(../images/partner/partner-2.png) no-repeat center center/contain;
}
.partner .partner-box-3 {
  background: url(../images/partner/partner-3.png) no-repeat center center/contain;
}
.partner .partner-box-4 {
  background: url(../images/partner/partner-4.png) no-repeat center center/contain;
}
.partner .partner-box-5 {
  background: url(../images/partner/partner-5.png) no-repeat center center/contain;
}
.partner .partner-box-6 {
  background: url(../images/partner/partner-6.png) no-repeat center center/contain;
}
.partner .partner-box-7 {
  background: url(../images/partner/partner-7.png) no-repeat center center/contain;
}
.partner .partner-box-8 {
  background: url(../images/partner/partner-8.png) no-repeat center center/contain;
}

/* 
 * 6.8 Section: FAQ
 */
.faq .panel-heading {
  cursor: pointer;
}
.faq .faq-toggle.collapsed::before {
  font-family: "Ionicons";
  content: "\f218";
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
  position: absolute;
  left: 15px;
}
.faq .faq-toggle::before {
  position: absolute;
  left: 15px;
  font-family: "Ionicons";
  content: "\f209";
}
.faq .panel-group .panel + .panel {
  margin-top: 15px;
}
.faq .panel-default > .panel-heading {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}
.faq .panel-default > .panel-heading a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 35px;
}

/* 
 * 6.9 Section: photos
 */
.grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.grid::after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-item-sm-6 {
    width: 50%;
  }

  .grid-item-sm-3 {
    width: 25%;
  }

  .section-title {
    margin: 0 0 30px;
  }

  figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .schedule-box {
    margin: 0;
  }

  .grid-item-md-6 {
    width: 50%;
  }

  .grid-item-md-3 {
    width: 25%;
  }
}
/* 
 * 7.0 Site-footer
 */
.site-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 10px;
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .social-block li a {
  color: #fff;
}
.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}
.navbar-header,
.site-branding {
	width:100%;
}

#schedule {
  padding: 0;
}
ul.navbar-nav {
	display:none;
} 
.navbar-solid ul.navbar-nav {
 display:block;	
} 
.first-container {
	margin-top:5vh;
}
.first-container h1 {
	font-size:60px;
	color:#fff;
}
.first-container h4 {
	color:#fff;
	line-height:1.425;
	margin-bottom:40px;
	text-align:left;
	padding-left:30px;
}
@media (max-width: 767px) {
	ul.navbar-nav {
 display:block;	
} 
.first-container {
	margin-top:12vh;
}
.first-container h1 {
	font-size:40px;
}

}

.navbar-solid .navbar-header {
  float: left;
  height: 40px;
}

.tdm-head {
	margin-top:10px
}

#schedule4 {height:100vh;}

.anker-in-text {
	font-weight:600;
}
.initial {
	font-weight: 200;
	font-size: 74px;
	display: inline-block;
	margin: 14px 5px 0px 0;
	float: left;
	vertical-align: top;
	padding: 0 10px 2px 4px;
}
.initial p {
	margin: -38px -5px -46px -8px;
}
.question-answer {
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:500;
}
.question {font-weight:bold;}
a.intern {
	
}
.credit {
	color:#999;
	font-size:10px;
	float:right;
	margin-right:0px;
	margin-top:4px;
	font-family: 'Montserrat', sans-serif;
}
.caption {
	font-size:14px;
	margin-top:10px;
	margin-left:20px;
	font-family: 'Montserrat', sans-serif;
	display:block;
}
blockquote {
  font-size: 22px;
  line-height: 1.6;
  margin: 0 0 35px;
}
blockquote.left-quote {
  border-left: 0 none;
  border-right: 0 none;
  color: #808080;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.425;
  padding: 0 30px 0 0;
  text-align: right;
}
blockquote.left-quote cite p, blockquote.right-quote cite p {
  font-size: 18px;
  line-height: 1.25;
  margin-top: 20px;
}
blockquote.right-quote {
  border-left: 0 none;
  border-right: 0 none;
  color: #808080;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.425;
  padding: 0 0 0 30px;
  text-align: left;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

footer {font-size:16px;color:#fff;}

.selected {padding:0 2px;color:#fff;background-color:#0B8E36;box-shadow:8px 0 0 0 #0B8E36, -8px 0 0 0 #0B8E36;box-decoration-break:clone;}

figure.image {margin:40px 0 60px 0;}

h2.partnersection {
	font-size:48px;
	line-height:1.25em;
	margin-bottom:60px;
	margin-top:0;
}
@media (max-width:767px){
	h2.partnersection {
		font-size:36px;
		line-height:1.25em;
		margin-bottom:60px;
		margin-top:0;
	}
}
a.dropdown-toggle {
	cursor:pointer;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #fff;
  border-color: red;
}
.dropdown-menu {
  font-family: 'Montserrat', sans-serif;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  border-style: none solid solid solid;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu > .active > a:hover {
  background-color: #eee;
  color: #4e4e4e;
  outline: 0 none;
  text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus{
  background-color: #fff;
  color: #4e4e4e;
  outline: 0 none;
  text-decoration: none;
}

.dropdown-menu > li > a {
  clear: both;
  color: #4e4e4e;
}
.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover {
	background-color: #eee;
  color: #4e4e4e;
}
.dropdown-menu > li > a:active {
background-color: #fff;
  color: #4e4e4e;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 4px;
  width: 32px;
}
.collapsing {
	 background: #fff none repeat scroll 0 0;
}
.collapse.in {
  background: #fff none repeat scroll 0 0;
  display: block;
  margin-bottom: 18px;
	
}
button.collapsed {box-shadow:none;}
.navbar-toggle {
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 0;
  margin-top: -10px;
  padding: 12px;
  position: relative;
  box-shadow:0 3px 2px -1px rgba(0, 0, 0, 0.2);
}
.navbar-collapse {
  box-shadow: none;
  margin-top: 0;
  border-radius:0 0 4px 4px;
}
@media (max-width:767px) {
	.navbar-collapse {
	  box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2);
	  margin-top: 44px;
	  border-radius:0 0 4px 4px;
	}
}