/* Eigene Styles festlegen */

::selection {
    background-color: #5F6A6A;
    color: #fff;
}

body {font-family: 'EB Garamond'; color: #5F6A6A; font-size: 1.1em;}

h1, h2, h3 {
    font-family: 'EB Garamond';
    font-weight: normal;
}

p  {
	line-height: 1.6em;
}

li  {
	list-style-type: square;
	line-height: 1.6em;
}

hr {
    border-color: rgb(240, 240, 240);
}

.navbar {
    background-color: transparent!important;
    justify-content: flex-end;
    font-family: 'EB Garamond';
    font-size: 17px;
}

.navbar .nav-element a:link, .navbar .nav-element a:visited, .navbar .dropdown-parent {
    background-color: #fff;
    color: #5F6A6A;
}

.navbar .nav-element {
    border-right: 1px solid #5F6A6A;
}

.navbar .nav-element:last-of-type {
    border-right: none
}

.navbar .nav-active, .navbar .nav-element a:hover {
    background-color: rgb(240, 240, 240)!important;
}

.hero-slider-text {
    font-family: 'EB Garamond';
    text-align: left;
    padding-left: 5%;
}

.text-center {
    text-align: center;
}

.bg-dark {
    background-color: #2E3434;
    color: #fff!important;
}

.bg-dark a:link, .bg-dark a:visited, .bg-dark blockquote {
    color: #fff;
}

.bq-xl {
    font-size: 25px;
}

.col50-pd {
    padding: 100px 75px 100px 25px;
}

.footer-dark {
    background-color: #5F6A6A;
}

.footer-col-25 {
    max-width: 25%;
    min-width: 25%;
}

.footer-col-50 {
    max-width: 50%;
    min-width: 50%;
}

.ycenter {
    align-items: center!important;
}

div.privacy-msg {
    background-image: url(../img/karte.jpg);
    background-size: cover;
    padding-top: 40px;
    width: 100%!important;
}

div.privacy-msg p {
    width:90%;
    border: 1px solid black;
    padding: 5px;
    text-align:center;
    position: relative;
    margin-left: 5%;
    background-color: #fff;
}

div.privacy-msg a:link {
    color: #2E3434;
    font-size: 18px;
    font-weight: bold;
}

.overflow-hidden {
    overflow: hidden;
}

.btn-line {
    border-color: #5F6A6A;
    color: #5F6A6A;
    border-width: 1px;
    font-family: 'EB Garamond'!important;
    margin-bottom: 10px;
}


@media only screen and (max-width: 968px) {

    .navcol {
        width: calc(85% - 50px)!important;
		max-width: calc(85% - 50px)!important;
    }

    .logocol {
        width: calc(15% - 50px)!important;
		max-width: calc(15% - 50px)!important;
    }

}

@media only screen and (max-width: 768px) { 

    .navbar .nav-element {
        border-right: none;
    }

    #navbar-navbutton {
        display: inline-block;
    }
    
    .navcol {
        width: 95%!important;
		max-width: 95%!important;
        position: fixed;
        top: 0;
        z-index: 9999;
        text-align: right;
    }

    .logocol {
        width: calc(100% - 50px)!important;
		max-width: calc(100% - 50px)!important;
        text-align: center;
        padding-top: 30px;
    }

    .col50-pd {
        padding: 50px 75px 50px 25px;
    }

    .my-100 {
        margin-top: 50px!important;
        margin-bottom: 50px!important;
    }

    .py-100 {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }

    .footer-col-25, .footer-col-50 {
        width: 100%;
        min-width: 100%;
    }

    .m-order1 {
        order: 1;
    }
    
    .m-order2 {
        order: 2;
    }
}