/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('/fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.06em;
    line-height: 2em;
}

body {
    font-family: "Roboto Condensed";
    font-size: 18px;
    color: #4c4c4c;
    background: #ffffff;
}

.container-fluid {
    padding: 0px;
    margin: 0px;
}

.row {
    margin: 0px;
}

.parallax-bereich {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 25% 0 0% 0;
    text-align: center;
}


.bereich {
    background-position: 50% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
}

.responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.logo {
    text-align: left;
    
}

.logo img {
    max-width: 321px;
    margin-left: -15px;
    float: right;
}

@media (min-width: 768px) {
.content, .anfahrt {
    padding: 80px 0px;
}

}

.logos {
    padding-top: 20px;
}
.logos img {
    max-width: 120px;
}


h1 {
    font-size: 30px;
    color: #004494;
}

h2 {
    font-size: 25px;
    color: #ebab04;
    margin-bottom: 20px;
    margin-top: 0px;
}

#container_leistungen h2 {
    color: #ffffff;
    margin-top: inherit;
}

.leistungen {
    padding: 80px 0px;
    background: #004494;
    color: #ffffff;

}

.leistungen ul li {
	color: #ffffff;
}

#container_kontakt h2 {
    color: #ffffff;
    margin-top: inherit;
}

.kontakt {
    padding: 80px 0px;
    background: #004494;

}

.control-label {
    text-align: left !important;
    font-weight: normal;
}

textarea {
    resize: none;
}

button:hover {
    -o-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -webkit-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}

.footer {
    padding: 50px 0px;
    letter-spacing: normal;
    line-height: 1.4em;
    background: #ffffff;
}

.footer a {
    color: #4c4c4c;
    text-decoration: none;
}

.footer a:hover {
    color: #004494;
    text-decoration: none;
    
    -o-transition: color .4s ease-out;
    -ms-transition: color .4s ease-out;
    -moz-transition: color .4s ease-out;
    -webkit-transition: color .4s ease-out;
    transition: color .4s ease-out;
}

ul {
    padding: 25px 0px 0px 25px;
    text-align: left;
}

.footer ul {
    list-style-type: none;
    padding: 0px;
}

.fa {
    padding-left: 10px;
}

.modal {
    font-size: 16px;
    letter-spacing: normal;
}

.modal-content {
    padding: 20px;
}

@media (max-width:991px){
   ul {
    text-align: left;
    } 
    

    
}
.alert {
    padding: 5px;
}



