.gew_name{
	cursor: pointer;

}
.gew_name:hover{
	color:red;
}

body {
	padding: 0!important;
	overflow-x:hidden;
}

#header {
	height: 50px;
	background: #efefef;
	width: 100%;
	padding: 10px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#gewinner {
	background-color: #444;
	color: #fff;
  height: 100%;
	position: fixed;
	right: 0;
	padding-top: 100px;
}

#gewinner h2 {
	color: #fff;
	float: right;
	font-weight: 700;
	font-size: 28px;
	border-bottom: 2px solid #ccc;
	display: block;
	width: 100%;
	text-align: right;
	padding-bottom: 5px;
}


.uk-button {
    padding: 5px 18px;
    font-size: 20px;
}

#slider1 {
	padding-top: 70px!important;
	width: 100%!important;
	padding-left: 50px!important;
}

.karte {
    width: 600px;
    height: 100px !important;
    border-radius: 5px !important;
    margin: 0px;
    padding: 20px;
		background: #c4112e !important;
		border: 2px solid #444;
}

.name {
    font-size: 30px;
    text-transform: capitalize;
    height: 40%;
    font-weight: 700;
    padding-top: 30px;
    line-height: 36px;
}

#slider1 .overview li {
	max-width: 900px!important;
	width: auto!important;
}

.krone {
    max-width: 800px!important;
    width: 100%!important;
    text-align: center;
}

@media screen and (min-width: 1680px) {
	.karte {
	    width: 800px;
	}
}

@media screen and (min-width: 1350px) and (max-width: 1679px) {
	.karte {
	    width: 600px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1349px) {
	.karte {
	    width: 500px;
	}
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
	.karte {
	    width: 350px;
	}
}
