﻿.modal-dialog {
    color: #363636;
}

/* Startpage Animation */
.divAnimated {
    position: absolute;
    z-index: 1;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #0088CB;
}

.startImg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.startImg img {
    width: 90%;
    max-width: 600px;
}

/* Gemeindeauswahl */
.kreisStart {
	border: 2px solid #ffffff;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	margin: 0 auto;
    margin-top: 25%;
}

.kreisStart p {
	color: #ffffff;
	font-size: 30px;
    line-height: 80px;
    font-weight: 700;
}

.kreisTxt {
	margin-top: 2%;
	margin-bottom: 10%;
}

.wappen {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}

.wappen div {
    display: table-cell;
    width: 100px;
}

.wappen div img {
    max-width: 80px;
}

.wappen-bottom {
    margin-top: 25px;
}

/* Bootstrap auf 100% höhe aufziehen */
.container-fluid {
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid {
    height: 100%;
}

.col-md-4 {
    height: 100%;
}

.logoFooter {
	bottom: 0;
}

.btnContact {
    background-color: black;
    color: white;
}

.mb-1 {
    margin-bottom: 10px;
}

.mobile {
    display: none;
}

/* Impressum */
#kontaktLnk {
    cursor: pointer;
    position: fixed;
    bottom: 55px;
    right: 270px;
}

/* Datenschutz */
.datenschutz-dialog {
    width: 60%;
}

@media screen and (max-width: 1500px) {
    .datenschutz-dialog {
        width: 75%;
    }
}

@media screen and (max-width: 991px) {
    .datenschutz-dialog {
        width: 95%;
    }
}

#impressumLnk {
    cursor: pointer;
    position: fixed;
    bottom: 55px;
    right: 160px;
}

#datenschutzLnk {
    cursor: pointer;
    position: fixed;
    bottom: 55px;
    right: 50px;
}

.datenschutz {
    font-size: 80%;
}

/* logoScroller */
#cycler {
    position: relative;
}

#cycler img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.5s ease;
}

#cycler img.active {
    opacity: 1;
    z-index: 3;
}

.logoTopRight {
    text-align: right;
}

.logoTopRight img {
    width: 100%;
    min-width: 100px;
    max-width: 200px;
    margin-top: 25px;
    margin-right: 25px;
}

.pnlMobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .logoTop {
        text-align: center;
    }

    .logoTop img {
		width: 100%;
		min-width: 100px;
		max-width: 400px;
	}

    .logoTopRight {
        text-align: center;
    }

    .logoTopRight img {
        margin-top: 50px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .pnlMobile {
        display: block;
        text-align: center;
    }

    .pnlMobile div {
        display: inline-block;
        margin: 0 15px;
        cursor: pointer;
    }

    .pnlDesktop {
        display: none;
    }

    .kreisStart,
    .kreisTxt {
        display: none;
    }

    .wohnort {
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {

    .logoTop img {
        width: 90%;
    }
}