
@font-face {
  font-family: Lola;
  src: url("fonts/FS_Lola_Regular.otf") format("opentype");
}

@font-face {
  font-family: Lola;
  font-weight: bold;
  src: url("fonts/FS_Lola_Regular.otf") format("opentype");
}

section {
  overflow: hidden;
}

body {
  max-width:1400px;
  margin:auto;
}

p {
  font-size: 16px;
}

p.small {
  font-size: 12px;
}

.diaimage{
  background: url('../img/probe.jpg') no-repeat top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 100px;  
}

.button-center{
  text-align:center;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ef8400;
  text-decoration: none;
}

.list {
  padding: 10px;
  margin: 0;  
}

.list li {
  padding: 5px;
  margin: 0;
  list-style: none;
} 

.list li:before  {
  content: '\f101';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #ef8400;
}

h1,
h2,
h3,
h4,
h5,
h6 {    
  font-family: Lola,Helvetica,Arial;
  font-weight: 700;
}

h1 {
  color:#888888;
  font-size: 3em;
}

h2 {
  color:#888888;
  font-size: 1.5em;
}

.headerdiv1 {
  margin-bottom: 20px;
}

.headerdiv2 {
  margin-bottom: 20px;
  margin-top: 20px;
}

#titlediv {
  border-bottom: 3px solid #ef8400;
}

header {
  text-align: center;
  color: #fff;
  background:#FFFFFF;
}

header .container {
  padding-top: 125px;
  padding-bottom: 50px;
}

header .img {
  margin: 0 0;
}

@media(min-width:768px) {

  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }

  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }

  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }

  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

@media (max-width: 1000px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
}

.navbar {
  font-family: Lola,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 100%;
  padding: 1px 10px;
  width: auto;
}

.navbar a:focus {
  outline: 0;
}

.navbar .navbar-nav {
  letter-spacing: 1px;     
}

.navbar-default .navbar-nav > li > a {
  color: #888888;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ed8400;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #888888;
}

.navbar-default,
.navbar-inverse {
  border: 0;
  background-color: #ffffff;
  border-bottom: 3px solid #ef8400;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: #ef8400;
  background-image: none;
  border: none;
  border-radius: 4px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #888888;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

section {
  padding: 40px;
}
section h3 {
  margin: 0;
  font-size: 3em;
  color: #888888;
}
section p {
  color: #888888;
}

section.success {
  color: #ffffff;
  background: #888888;
}

section.success h2 {
  margin: 0;
  font-size: 1.5em;
  color: #ffffff;
}
section.success h3 {
  color: #ffffff;
}

section.success p {
  color: #ffffff;
}


@media(max-width:767px) {
  section {
    padding: 75px 0;
  }

  section.first {
    padding-top: 75px;
  }
}


.btn {
  color:#ef8400;
}

.btn-outline {
  margin-top: 15px;
  border: solid 2px #ef8400;
  font-size: 20px;
  color: #fff;
  background: #ef8400;
  transition: all .4s ease-in-out;
  width:230px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  border: solid 2px #fff;
  color: #fff;
  background: #888888;
}

.btn-social {
  font-size: 20px;
  color: #fff;
  transition: all .4s ease-in-out;
  border:0;
  margin:10px;
  width:340px;

}

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

footer {
  color: #fff;
}

footer h3 {
  margin-bottom: 30px;
}

footer .footer-above {
  padding-top: 50px;
  background-color: #ef8400;
}

footer .footer-col {
  margin-bottom: 50px;
}

footer .footer-below {
  padding: 25px 0;
  background-color: #53504e;
}

.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}

.scroll-top .btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 28px;
  background-color: #ef8400;
  border: none;
  outline-color: #ffffff;
}

.scroll-top .btn:focus {    
  background-color:#888888;
}

.fa-chevron-up {
  color:#ffffff;
}

@media(min-width:1200px) {

  .borderr{
    border-right: 5px solid #ef8400;
  }

  .borderl{
    border-left: 5px solid #ef8400;
  }
}

@media(max-width:1199px) {

  .contactPadding {
    padding: 10px 0px;
  }

  .imagePadding {
    padding-bottom: 20px;
  }
}

.borderImpr{
  border-top:2px solid #888888;
}

.uppermargin {
  margin-top:50px;
}

.impressumLogo {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ef8400;
}

.form-control:focus{
  border-color:#ef8400;
}
