@media only screen and (max-width: 1023px) {
* {

}

body {
margin: 0 0 0 0;
	background-color: #2e2e2e;
background-image: url('images/bg_portrait_640.jpg');
    background-attachment: fixed;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content {
box-sizing: border-box;
width: 95%;
 position: relative;
 text-align: left;
 font-size: 17px;
 background-color: #ffffff;
 background-image: url('images/transp_80.png');
 padding: 10px;
 margin-left: auto;
margin-right: auto;
 border-radius: 0px;

 text-align: left;
 border: 5px solid #ffffff;
overflow-x: hidden;
}

.start_link a {
border: 4px solid #fe030a;
display: flex;
align-items: center;
justify-content: center;
height: 2.4em;
font-size: 1.5em;
background-color: #e4e4e4;
width: 90%;
color: #fe030a;
text-decoration: none;
font-weight: bold;
}

.start_bild {
width: 95%;
height: auto;
float: none;
}

.start_link a:hover {
color: #e4e4e4;
background-color: #fe030a;
border: 4px solid #e4e4e4;

}

.logo_img {
width: 100%;
height: auto;
}


}