@media only screen and (min-width: 1024px) {

body {
	margin: 0 0 0 0;
	background-color: #2e2e2e;
    
background-image: url('images/bg_landscape_1920.jpg');
    background-attachment: fixed;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

	display: flex;
	flex-direction: row;
	justify-content: center;

	flex-wrap: wrap;
}

.start_link a {
border: 4px solid #fe030a;
display: flex;
align-items: center;
justify-content: center;
height: 2em;
font-size: 1.5em;
background-color: #e4e4e4;
width: 50%;
color: #fe030a;
text-decoration: none;
font-weight: bold;
}

.start_link a:hover {
color: #e4e4e4;
background-color: #fe030a;
border: 4px solid #e4e4e4;

}


.content {
box-sizing: border-box;
width: 70%;
 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;
}

.logo_img {
height: 200px;
width: auto;
}

.start_bild {
width: 25%; height: auto; margin: 1px; float: left;
margin-right: 30px;
}




}