





/* ----------------------------------------------------------------------------- */
/* Styling General */
html, body {
    height: 100%;
}

body {
    background-color: #dcbfb9; 
}
.container {
    background-color: white;
    height: 2500px !important;
}

.ownContainer {
}
/* ----------------------------------------------------------------------------- */












/* ----------------------------------------------------------------------------- */
/* Styling Logo */
#logo {
    max-width: 400px;
    display: block;
    margin-top: 25px;
    margin-bottom: 17px;
    margin-left: 30px;
}

#handynummer {
    float: right;
    margin-top: 25px;
    margin-bottom: 5px;
}

#handynummer2 {
    float: right;
    margin-bottom: 5px;
}

hr { 
    width: 100%; 
    height: 1px; 
    margin: 0px;
    padding: 0px;
    color: #6d6e71;
    background: #6d6e71; 
}
/* ----------------------------------------------------------------------------- */









/* ----------------------------------------------------------------------------- */
/* Styling Navbar */
.navbar {
    letter-spacing: 2px !important;
    text-transform: uppercase;
}

.nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-right: 8.4em !important;
}

.nav-link:hover {
    color: #ea3e1c !important;
}
/* End Styling Navbar */
/* ----------------------------------------------------------------------------- */













/* ----------------------------------------------------------------------------- */
/* Styling Unsere Leistungen */
h1 {
    margin-top: 60px !important;
    margin-bottom: 15px !important;
}

h1,h2 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.willkommen {
    margin-left: 10px !important;
}

.anfrage {
    text-align: center;
    font-weight: bold;
    color: #ea3e1c !important;
}

.anfrageInput {
    margin-bottom: 15px;
    width: 100%;
}

.anfrageMargin{
    margin-left: 0%,
}

#submitButton {
    margin-bottom: 25px;
    background-color: #ea3e1c;
    border: none;
    color: white;
    text-align: center;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    padding: 8px;
}

#submitButton:hover {
    background-color: red;
}

.vl {
    border-right: 1px solid rgba(109,110,113,0.3);
    height: 600px;
    margin-right: 0px;
}
/* ----------------------------------------------------------------------------- */










/* ----------------------------------------------------------------------------- */
/* Styling Galerie */
.galerie {
    margin-top: 30px;
}



/* End Styling Galerie */
/* ----------------------------------------------------------------------------- */