/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	/*margin: 0;
	padding: 0;
	/*border: 0;
	/*font-size: 100%;
	/*font: inherit;
	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* esplanade.css - Seitenspezifische Werte */

:root {
	--hausfarbe: #0088b6;
	--subfarbe: #32a836;
	--grau1: #cccccc;
	--grau2: #808080;
	--grau3: #404040;
	--grau4: #1d1d1b;
	--mainbreite: min(96vw, 1340px); /* Grundraster der Seite 96% der Browserbreite und maximal 1340px breit */
	--randbreite: calc(50vw - min(48vw, 670px)); /* Verbleibender Abstand zwischen Grundraster und Browserbreite */
}

body,
form * {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

body,
html {
	scroll-behavior: smooth; /* Scrolling bei Sprungankern aktiviert */
}
.mod_changelanguage a{
	border-radius:0;
}

.above-the-fold-start .col-text {
	border-radius:0;
}

.leistungskacheln .card-footer{
	border:0;
	border-radius:0;
	padding-bottom: 1rem;
    border-bottom: 3px solid #0088b6;
	background:none;
}

.link-below-portrait a{
    border-bottom: 3px solid #0088b6;
}

.card figure.card-img-top img{
    border-radius:0;
}

.navbar-nav .dropdown-menu {
    border: none;
}
button.navbar-toggler {
    border: none;
    box-shadow: none;
}
button.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

/** KONTAKTFORMULAR **/

.form-control{
    border-radius:0;
}
.widget-submit .btn-primary{
    border-radius:0;
    text-transform:uppercase;
}

/** FOOTER **/

.footer-bottom {
    padding: 10px 0;
    text-align: center
}

.footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-bottom ul li {
    display: inline-block;
    color: white;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 0rem 1rem;
    border-right: 1px solid #fff
}

.footer-bottom ul li::before {
    display: none
}

.footer-bottom ul li:last-child {
    border-right: none
}

.footer-bottom ul li a {
    color: #fff;
    text-decoration: none
}

.footer-bottom ul li a:hover {
    color: #fff;
    text-decoration: none
}

@media (max-width: 550px) {
    .footer-bottom ul li {
        display: block;
        border: none;
        border-bottom: 1px solid #fff;
        line-height: 2rem
    }

    .footer-bottom ul li:last-child {
        border-bottom: none
    }
}