
#answer{
    margin-top: 1rem; 
} 

.banner{
    position:relative;
    margin-top: 3em
}
.banner img{
    display:block;
    width:100%;
    height:auto
}
.data{
    padding-top:3em
    }
.data p{
    margin-top:0;
    font-size:1rem;
    margin-bottom:0;
    color:#353534
}
.form-group{
    border:0;
    padding:0;
} 
html{
	font-family: 'Open Sans', sans-serif;
    height:100%;
}
body{
    display: flex;
    flex-direction: column;
    height:100%;
    margin: 0;
    padding: 0;
}
.wrap{
    flex: 1;
    padding: 1rem;
}
button{
	height: 30px;
	background-color: #F0F0F3;;
	color: white;
    font-size: 1rem;
    margin-top: 2rem;
    border:none
}

.container{
    display: flex;
    flex-direction:column;
    margin:0;
    width: 100%;
    align-items: center;
    justify-content: center;
    }
.container-footer{
    max-width: 1460px;
    margin: 0 auto;
} 
#eingabeseite{
    text-decoration: underline;
}

.flexbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem
}
.form{
    margin-bottom:3rem
    }
footer{
    padding: 1rem;
    max-width: 100%;
}

h1{
    color:#dd1116;
    font-size: 1.3rem;
    margin-bottom:0
}
h3,p,input, .form-group, h4, table{
	color:  #353534;
    text-decoration: none
}
h2{
    color: #353534;
    font-size: 1.3rem;
	margin-top:3rem
}
input[type=string]{
    height: 30px;
    width:100%;
    margin-top:1rem;
    background-color:#F0F0F3;
    border: none
}
::placeholder{
    color: #353534;
	font-weight: bold;
	padding-left: 1rem;
}

input[type=text]:focus{
    background-color:#F0F0F3
}
input[type=submit]{
    height: 30px;
    width:30%;
    margin-top:3rem;
    background-color:#F0F0F3;
    border: none;
    cursor: pointer;
}
.label{
    display:none;
} 
.logo_de{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.logo_de img{
    width: 100%;
    height: auto;
}

.karte img{
    display:block;
    width:100%;
    height:auto;
    margin-bottom:3rem
}
#returnedlink{
    display: none;
} 
.red-underlined{
    color:#dd1116;
    text-decoration: underline;
} 
.sendungsdaten{
    margin-bottom:2rem;
    text-align:start;
}
h3{
    margin-top:2rem;
    font-size:1rem;
	margin-bottom:0;
}

.textbody{
    width: 100%;
    margin-top:2rem
}
.title{
    height:auto;
}

.wrapper{
    position:relative;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    width:100%;
    justify-content: center
}

.zusatz{
    margin-right: 1rem;
	display: block;
	margin-bottom: 1rem;
    color:  #353534;
    text-decoration: none
}
@media(min-width:600px){
.zusatz{
	display:block;
}
}
@media( min-width : 1024px ){
.logo_de img{
    width: 220px;
    height: 100px;
}

.form{
    max-width:35%;
    }
h1{
    color:#dd1116;
    font-size: 2rem
    }

.sendungsdaten{
    text-align:start;
	margin-bottom:0
    }

.textbody p{
    margin-top:1rem;
    width:100%
    }


.wrapper{
    margin:0 auto;
    display:flex;
    flex-direction:column;
    max-width:1460px;
    justify-content: center;
    }
.zusatz{
	display:inline-block;
}
    }
