﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffcd;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

input, textarea, select {
    width: 90%;
    border: 2px solid #555;
    padding:3pt;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.minheight35 {
    min-height:30px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-dark a {
    color: #fff;
}

    .navbar-dark a:hover {
        background-color: #333;
        color: #fff;
    }


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.badge-info {
    border-radius: 5px;
    padding: 1em;
    background-color: #666;
}

.divplatz2em {
    margin: 2em;
}

.divplatz1em {
    margin: 1em;
}

h1, h2 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.tales {
    width: 100%;
}

.carousel-inner {
    width: 100%;
    max-height: 600px !important;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

.leftrightNone {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.nopads {
    margin: 0;
    padding: 0;
}

.margin10 {
    margin: 10pt;
    padding: 10pt;
}

.paddingtop10 {
    padding-top: 10pt;
}

.padding10 {
    padding: 10pt;
}

.padding20 {
    padding: 20pt;
}

.paddingbot10 {
    padding-bottom: 10pt;
}

.paddingbot20 {
    padding-bottom: 20pt;
}

.bottom1 {
    border-bottom: 1px solid lightgray;
}
.bottom1white {
    border-bottom: 1px solid white;
}

.top1 {
    border-top: 1px solid lightgray;
}

.font12rem {
    font-size: 1.2rem;
}

.TopperSparrad {
    /* 
        Vorteile Topleiste
    */
    background-image: linear-gradient(#777777, #666666);
    color: white;
    line-height: 40px; /* Vertically center the text there */
}

.TopperMainz {
    background-image: linear-gradient(#189b4f, #25ac5e);
    color: white;
    line-height: 40px; /* Vertically center the text there */
    border-bottom: 1px solid #666;
}

.TopperDarmstadt {
    background-image: linear-gradient(#e30514, #c60808);
    color: white;
    line-height: 40px; /* Vertically center the text there */
    border-bottom: 1px solid #666;
}


.makeRed {
    color: mediumvioletred;
}

a .makeRed {
    color: mediumvioletred;
}

.standardtextsize {
    font-size: 1rem;
}

.textsize16 {
    font-size: 1.6rem;
}
.display-5 {
    font-size: 1.2rem;

}

#canvas-map {
    height: 600px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}

.mainzfarbe {
    color: #189b4f;
    font-weight: bold;
}

.mainzbg {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    /*background-image: url(/bilder/mainzhintergrundtopleiste.jpg);
    background-image: url(/bilder/hintergrundtopleistehome.jpg);*/
}

a.mainzfarbe {
    color: #189b4f;
    font-weight: bold;
}

a.mainz {
    color: #189b4f;
}

.sparradfarbe {
    color: #6accc0;
}

.semilight {
    font-weight: 400;
}

.bg-top {
    /*background-image: url(/bilder/hintergrundtopleistehome.jpg);
    background-repeat: repeat;*/
}

.noBottomMargin {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .bottom1NurMobile {
        border-bottom: 1px solid #e5e5e5;
    }

    .display-4 {
        font-size: 1.5rem;
    }
}


.bold {
    font-weight: bold;
}

/* caption beschriftung für  */
.carousel-caption {
    top: 15pt;
    bottom: auto;
    background: rgb(165, 146, 51); /* The Fallback */
    background: rgba(165, 146, 51, 0.5);
    
}

.vornamen-topleiste-caption {
    bottom: 35pt;
    top: auto;
    /* background: rgb(255,255,255); /* The Fallback */
    /* background: rgba(255,255,255, 0.5);*/
    padding: 10pt;
}
.vornamen-topleiste-caption a {
    color: #ff4600;
}

.margintop10 {
    margin-top:10pt;
}

.marginbot20 {
    margin-bottom:20pt;
}

@media (max-width: 600px) {
    .IMG200 {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 900px) {
    .IMG200 {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 1200px) {
    .IMG200 {
        width: 400px;
        height: 400px;
    }
}

@media (min-width: 1270px) {
    .IMG200 {
        width: 400px;
        height: 400px;
    }
}

.mainzbg a {
    color: white !important;
}

.TopperMainz a {
    color: white !important;
}

.TopperDarmstadt a {
    color: white !important;
}

.bg-top a {
    color: white !important;
}

.max300 {
    max-width: 300px;
    width: 300px;
}

.nav-item {
    border-left: 1px solid white;
    padding-left: 5pt;
}

.nav-item-dummy {
    border-left: 1px solid white;
    padding-left: 5pt;
}

.logos40 {
    width: 40px;
    height: 40px;
}

.logos30 {
    width: 30px;
    height: 30px;
}

.logos30b {
    width: 60px;
    height: 30px;
}

.logos30c {
    width: 40px;
    height: 30px;
}

.pad20right {
    padding-right: 20pt;
}

.pad20right {
    padding-right: 10pt;
}

.paddingbot0 {
    padding-bottom: 0;
}

.borderright666 {
    border-right: 1px solid #666;
}

.min10 {
    top: 10pt;
    display: block;
}

.linebreak {
    margin-top: 10pt;
    padding-bottom: 10pt;
    border-bottom: 1px solid gray;
    margin-bottom: 10pt;
}

@media (max-width: 600px) {
    .nav-item {
        border-bottom: 1px dotted white;
    }

    .links10 {
        margin-left: 10pt;
    }

    .BildMobilOhneMargin {
        padding-left: 0;
        padding-right: 0;
        margin-top: 15pt;
        margin-bottom: 15pt;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
    }

    .bottom1 {
        border-bottom: none;
    }
    .bottom1white {
        border-bottom: none;
    }

    .linebreak {
        border: none;
    }

    .linebreakmobile {
        border-bottom: 1px solid gray;
    }
}

@media (min-width: 601px) {
    .BildMobilOhneMargin {
        padding: 15pt;
    }

    .bottom1 {
        border-bottom: 1px solid gray;
    }
    .bottom1white {
        border-bottom: 1px solid white;
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.leftright10 {
    padding-left: 10pt;
    padding-right: 10pt;
    color: white;
    font-weight: bold;
}

.left10 {
    padding-left:10pt;
}
.left20 {
    padding-left: 20pt;
}

.breadcrumb {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15pt;
    border-radius: 0;
    width:100%;
}

.lh250 {
    line-height: 2.5;
}

.noborder td, .noborder th {
    border: none;
}

.VolleBreite {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    border-left: none;
    border-right: none;
}

.bgschloss {
    background-image:url(/bilder/schloss-ludwigsburg.jpg);
    background-size: cover;
}

.weisstrans {
    background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.65);
}

.bgbabyhand {
    background-image:url(/bilder/babyhand1.jpg);
}

.height200 {
    min-height:200px;
}

.bgfarbe {
    background-image: url(/bilder/vornamen/farbverlauf.jpg);
}

.werb {
    background-color:white;padding:10px;
    border-bottom: 1px solid orange;
}

.TopperVornamen {
    background-image:url(/bilder/vornamen/farbverlauf.jpg);
}

.randrechtsweiss {
    border-right: 1px solid white;
    border-left: 1px solid white;
}

.text-orange a {
    color: #ff4600;
}

.text-orange {
    color: #ff4600;
}

.bgorange {
    background-color: #ff4600;
}

    .liHome {
    list-style-image: url('/bilder/vornamen/pfeilgleich.gif');
}

.bgnice {
    background-color: #ffffcd;
}

.orange-toggler {
    border-color: rgb(255,132,0);
}
.orange-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,132,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.grau50 {
    color: gray;
    font-weight: normal;
}

.morepad {
    padding:10pt;
}