/*Navbar*/

#navbarMenu {
    background-color: #eb690b;
}

#navbar-brand {
    font-size: 17pt;
    color: white;
    padding-right: 20pt;
}

#navbarNav {
    font-size: 13pt;
    font-weight: bold;
    letter-spacing: 1pt;
    padding-left: 0pt;
}

#navbarDropdown {
    background-color: orange;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/*headerinhalt*/

#container {
    background-size: cover;
    background-image: url("https://atlantis.lu/xxx/pdfThumbnails/de/Lisa.png");
    background-position: center;
}

#display {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: beige
    ;
    font-size: 30pt;
    font-weight: 300;
}

#accordionExample {
    background-color: white;
    border-color: rgb(240, 236, 228);
}

.btn {
   
    width: 100%;
    height: 40px;
    border-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: #eb690b;
}

.btn-collaps {
    background-color: orange;
    width: 100%;
    height: 40px;
    border-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

.btnadresse {
    background-color: #eb690b;
    height: 120px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.btntiere {
    background-color: orange;
    margin-top: 3pt;
    margin-right: 3pt;
   
    width: auto;
    border-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

.btntiere_2 {
   
    margin-top: 3pt;
    margin-right: 3pt;
    width: auto;
    height: auto;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: black;
}

.card {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-color: orange;
}

.card-footer {
    border-color: orange;
    height: 55px;
    margin-top: 5pt;
}

.footer {
    background-color: darkorange;
    font-size: 15pt;
    color: white;
}

ul {
    font-size: 15pt;
}

a {
    color: white;
}

.view {
    background-image: url("../images/ueberuns_3.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.Hintergrundfarbe {
    background-color: rgba(255, 255, 255, 0.0);
}

.col1 {
    margin-top: 10pt;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 5pt;
}

.col2 {
    margin-top: 10pt;
    padding-top: 5pt;
}

.col3 {
    max-width: 300px;
}

.col4 {
    width:700px;
}

h1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16pt;
    color: #eb690b;
    font-weight: bold;
    line-height: 150%;
}

h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    line-height: 150%;
    color: black;
}

p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13pt;
    line-height: 150%;
}

.h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30pt;
    font-weight: 300;
    line-height: 150%;
    color: white;
}

.h1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20pt;
    color: #eb690b;
    font-weight: bold;
    line-height: 150%;
}

h4 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16pt;
    color: black;
}

hr {
    border: dashed 1px;
    color: white;
}

.hr {
    border: orange 1px;
    color: orange;
}