﻿#Site_Begruessung {
    display: none;
    /*  visibility:hidden;*/
}

#carouselExampleCaptions {
    display: none;
}

#Kontakt_Rahmen {
    margin-top: 110px;
    margin-bottom: 50px;
}




#Meldung_Zeile {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#Kontakt_Button_Feld {
    padding: 10px;
    border: 1px whitesmoke solid;
    text-align: center;
}


#CheckBox {
    padding: 10px;
}

.kontakt_feld {
    margin-bottom: 10px;
}


.meldung_green,
.meldung_red {
    border: 1px whitesmoke solid;
    padding: 10px 200px;
    font-size: 1.5em;
    color: green;
}

.meldung_red {
    color: red;
}

.CheckBox,
.kontakttext,
.kontakttext_gr,
.kontakttext_xxl,
.kontaktfeldmemotext,
.kontaktbuttontext,
.kontaktfeldertext,
.kontaktschlusstext {
    font-family: Verdana, Arial, Helvetica;
    color: black;
    font-size: 1em;
    text-decoration: none;
}

    .kontakttext a:link {
        text-decoration: none;
        COLOR: yellow;
    }

    .kontakttext a:hover {
        COLOR: yellowgreen;
    }


.kontakttext_gr {
    font-size: 1.2em;
    text-decoration: underline;
}

.kontakttext_xxl {
    font-size: 1.6em;
}


.kontaktschlusstext {
    font-size: 1.2em;
    color: green;
    padding: 5px;
}

.CheckBox {
}




@media (max-width: 767px) {

    #Kontakt_Rahmen {
        margin-top: 30px;
        margin-bottom: 30px;
    }


}
