/*########## MELDUNGEN*/
#AnfrageMeldDiv {
    width: 75%;
    margin-left: 25%;
    margin-right: 0%;
    clear: both;
    position: relative;
    float: none;
}
/*########### */

#ErrMeld99 {
    float:none;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align:center;
    margin: 0px 25% 25px;
    clear: both;
    width:50%;
    min-height: auto;
    position: relative;
    padding: 0px;
    color:#990000;
    border-radius: 5px;
    background-color:#cccc00;
    padding:5px;
    font-size: 1.2em;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
    
}

#GesendetMeldung {
    float:none;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align:center;
    margin: 0px 25% 25px;
    clear: none;
    width:50%;
    min-height: auto;
    position: relative;
    color:#990000;
    border-radius: 5px;
    background-color:#cccc00;
    padding: 5px;
    font-size: 1.2em;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
    
}



#ContLay99Div {
     float:none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    clear: both;
    width: 90%;
    position: relative;
    left: 0px;
    margin-bottom:2%;
    min-width: 0px;
    padding:7%;
    border-radius: 0px;
    background-color: rgba(255,255,255, 0.8); 
    
      
    border-radius: 3px;
    -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
    
   /* box-shadow:3px 3px 5px #999; 
   -moz-box-shadow: 3px 3px 5px #999;
    -webkit-box-shadow: 3px 3px 5px #999;
    box-shadow:3px 3px 5px #999;*/
    
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}


#NameInpGroup {
    float: none;
    height: auto;
    display: block;
    text-align: right;
    margin: 0px 0px 5px 0px;
    clear: none;
    width: auto;
    min-height: auto;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
}

#NameInput {
    float: none;
    height: auto;
    padding: 2%;
    font-size: 1em;
    display: inline-block;
    width: auto;
    color: rgb(129, 129, 129);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: rgb(222, 222, 222);
    margin: 0px auto;
   /* -webkit-box-shadow: rgb(174, 174, 174) 1px 1px 3px 3px;
    box-shadow: rgb(174, 174, 174) 1px 1px 3px 3px; */
    border: 0px solid rgb(189, 189, 189);
    min-width: 60%;
    clear: none;
    
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}

#LabelName {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    padding: 0em 0.5em;
    display: inline-block;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}

#NameInput:hover {
    background-color: rgb(240, 226, 117);
}

#NameInput:active {
    background-color: rgb(240, 226, 117);
}

#NameInput:focus {
    background-color: rgb(240, 226, 117);
}

#EmailInpGroup {
    float: none;
    height: auto;
    display: block;
    text-align: right;
    margin: 0px 0px 0.7%;
    clear: none;
    width: auto;
    min-height: auto;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
}

#LabelEmail {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    padding: 0em 0.5em;
    display: inline-block;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}

#EmailInput:hover {
    background-color: rgb(240, 226, 117);
}

#EmailInput:active {
    background-color: rgb(240, 226, 117);
}

#EmailInput:focus {
    background-color: rgb(240, 226, 117);
}

#EmailInput {
    float: none;
    height: auto;
    padding: 2%;
    font-size: 1em;
    display: inline-block;
    width: auto;
    color: rgb(129, 129, 129);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 0px;
      /* -webkit-box-shadow: rgb(174, 174, 174) 1px 1px 3px 3px;
    box-shadow: rgb(174, 174, 174) 1px 1px 3px 3px; */
    border: 0px solid rgb(189, 189, 189);
    background-color: rgb(222, 222, 222);
    min-width: 60%;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}

#TelefonInpGroup {
    float: none;
    height: auto;
    display: block;
    text-align: right;
    margin: 0px 0px 2%;
    clear: none;
    width: auto;
    min-height: auto;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
}

#LabelTelefon {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    padding: 0em 0.5em;
    display: inline-block;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}

#TelefonInput:hover {
    background-color: rgb(240, 226, 117);
}

#TelefonInput:active {
    background-color: rgb(240, 226, 117);
}

#TelefonInput:focus {
    background-color: rgb(240, 226, 117);
}

#TelefonInput {
    float: none;
    height: auto;
    padding: 2%;
    font-size: 1em;
    display: inline-block;
    width: auto;
    color: rgb(129, 129, 129);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 0px;
      /* -webkit-box-shadow: rgb(174, 174, 174) 1px 1px 3px 3px;
    box-shadow: rgb(174, 174, 174) 1px 1px 3px 3px; */
    border: 0px solid rgb(189, 189, 189);
    background-color: rgb(222, 222, 222);
    min-width: 60%;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}

#MitteilungInpGroup {
    float: none;
    height: auto;
    display: block;
    text-align: left;
    margin: 0px 0px 15px;
    clear: none;
    width: auto;
    min-height: auto;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}


#AnfrageInpGroup1 {
     float: none;
    height: auto;
    display: block;
    text-align: left;
    margin: 0px 0px 15px;
    clear: none;
    width: auto;
    min-height: auto;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
      -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}

#LabelAnfrage1 {
    float: none;
    font-size: 1.3em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 1em;
    padding: 0.2em 0em;
    display: block;
      -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}
#LabelAnfrage1 img {
    margin:10px;
    max-width: 150px!important;
    width:auto;
}


#LabelMitteilung {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    padding: 0.2em 0em;
    display: block;
     -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}

#MitteilungInput:hover {
    background-color: rgb(240, 226, 117);
}

#MitteilungInput:active {
    background-color: rgb(240, 226, 117);
}

#MitteilungInput:focus {
    background-color: rgb(240, 226, 117);
}

#MitteilungInput {
    float: none;
    height: 14.5em;
    padding: 2%;
    font-size: 1em;
    display: block;
    width: 100%;
    color: rgb(129, 129, 129);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 0px;

    border: 0px solid rgb(189, 189, 189);
    background-color: rgb(222, 222, 222);
    min-height: 217px;
    
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}

#Lay99SendButton {
    float: none;
    height: auto;
    font-size: 1em;
    margin: 20px auto 30px;
    clear: none;
    width: auto;
    padding: 10px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.3);
    border-width: 0px;
    -webkit-box-shadow: rgb(175, 175, 175) 1px 1px 3px 1px;
    box-shadow: rgb(175, 175, 175) 1px 1px 3px 1px;
    color: rgb(0,0,0);
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}

#Lay99SendButton:hover {
    background-color: rgb(160, 32, 32);
    color:white;
}

#Lay99SendButton:active {
    background-color: rgb(160, 32, 32);
    color:white;
}

#Lay99SendButton:focus {
    background-color: rgb(160, 32, 32);
    color:white;
}
#DivDsgvo {
     position: relative;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    font-size: 0.8em;
}

/*Checkbox Datenschutz gelesen */
#dsgvo18 {
   position: relative;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
     height: 30px;
   width: 30px;
}


/*############################################### 959*/
@media only screen and (max-width: 959px) {

#ContLay99ContainerDiv {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
    
    #ErrMeld99 {
 float: right;
    margin: 80px 25% 25px;
    clear: both;
   margin-left: auto;
        margin-right: 1%;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
    
}
    
}

/*############################################### 720*/
@media only screen and (max-width: 720px) {
    
        #ContLay99ContainerDiv {
        width: 100%;
    margin-bottom: 0px;
            margin-top: 0px;
}



    #ContLay99Div {
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
        border-radius: 0px;
        width: 100%;
        padding:20px;
         background-color: rgba(255,255,255, 1.0);/* */;
    }
    
     #LabelName {
    width:100%;
}
    
    #LabelEmail {
    width:100%;
}
     #LabelTelefon {
    width:100%;
}
    
    #NameInput, #EmailInput, #TelefonInput {
    width: 100%;
    min-width: 100%;
    clear: none;
    }
    
    #Lay99SendButton {
    width: 100%;
    padding: 20px;
    
}
    
}

