@import url(http://fonts.googleapis.com/css?family=Open+Sans);
 
* {
  border-radius: 0 !important;
}
 
html,
body {
    width: 100%;
    height: 100%;
    padding-top: 0;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

.ibg {
    background: rgba(0,0,0,.32);
    line-height: 139%;
    color: #ffffff;
}



hr {
    max-width: 50px;
    border-color: #f05f40;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Open Sans",sans-serif;
    color: #4F4F4F;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}


aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;

}

.search-caption {
    position: absolute;
    top: 45%;
    width: 50%;
     margin: 0 auto;
    right: 20%;
    left: 20%;
}


.header-content-inner {
       position: absolute;

}

.start-caption {
    position: absolute;
    top: 30%;
     margin: 0 auto;
    left: 10%;
}


@media(min-width:768px) {
    header {
        min-height: 100%;
    }
	
}

table {
    width: 80%;
}

table, th, td {
font-family: Verdana;
font-size: 11px;
text-align: center;
} 

.table tbody>tr>td{
    vertical-align: middle;
    padding-right: 25px;
}

.center {
    padding-right:0 !important;
    text-align: center;

}

tr.border_bottom td {
  border-bottom: 2pt solid #fff !important;
}

.form-group {
    width:100%;
}

#form {
    min-height: 800px;

}

.vcenter {
   margin-top:  300px;

}

.lightskyblue {
    background-color: #87ceFa;
}

.deepskyblue {
    background-color: #00bffF;
}


#strasse {
    width: 90%;
}



@media(max-width:767px){
    #st_btn {
        display: none;
    }
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #007299 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #007299;
  opacity: 1;
}