
.agb-main,
.impressum-main {

    width: 60%;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    }

    @media (max-width:900px) {

    .agb-main,
    .impressum-main {

        width: 90%;
        margin-top: 150px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 15px;
        background-color: #fff;
        text-align: center;
        padding: 5px;
    }

    }
   
.kontakt-main {

    margin-top: 150px;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 15px;
    background-color: #fafafab7;
    text-align: center;
    padding: 2px;
}


label{

    display: block;
    font-size:1.2rem ;
    margin-bottom: 10px;
    margin-top: 5px;
    
}


input,
textarea {

    width: 50%;
    font-size: 1rem;
    border-radius: 10px;
    border: solid 2px black;
    background-color: rgba(17, 17, 241, 0.479);
    padding-left: 10px;
    
}

@media (max-width:900px) {

    input{

        width: 80%;
    }
    textarea {

        width: 80%;
    }
}

.label-button{

    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    box-shadow: 3px 4px 0px 0px #f4f4f87e;
	background:linear-gradient(to bottom, #000000 5%, #1329f0 100%);
	background-color:#000000;
	border-radius:5px;
    border:1px solid #fafafabe;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}