*{
	padding: 0;
	margin: 0 ;
    
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');

@font-face { font-family: Inter; src: url('Inter/Inter-VariableFont_slnt,wght.ttf'); }
@font-face { font-family: Black_Ops_One; src: url('Black_Ops_One/BlackOpsOne-Regular.ttf'); }
 @font-face { font-family: ProtestRiot; src: url('Protest_Riot/ProtestRiot-Regular.ttf'); }



.start-box{
    position: relative;
    width: 100%;
    height: auto;
}

.start-box-img{
    position: relative;
    width: 100%;
    height: auto;
	max-height: 750px;
	object-fit: cover;
    z-index:1;
}
.news-box-img-pic{
    position: relative;
    width: 100%;
    height: auto;
	max-height: 750px;
	object-fit: cover;
    z-index:1;
}

.start-box-txt{
    position: absolute;
    margin-top:-30%;
    color:#fff;
    margin-left: 15%;
    z-index:99;
}

.start-box-txt-h1{
    font-size: 40px;
    font-family: "inter";
}
.start-box-txt-h2{
    font-size: 21px;
    font-family: "inter";
}
.start-box-btn1{
    position: relative;
    width: 100px;
    height: 30px;
    background-color: #fff;
    border: none;
    font-family: "Inter";
    font-size: 16px;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 5px;
}
.start-box-btn1:hover{
    background-color: #dadada;
    border-radius: 7px;
}

.start-box-btn2{
    position: relative;
    width: 100px;
    height: 30px;
    background-color: #fff;
    border: none;
    font-family: "Inter";
    font-size: 16px;
    transition: 0.5s;
    margin-left: 20px;
    cursor: pointer;
    margin-top: 5px;
}
.start-box-btn2:hover{
    background-color: #dadada;
    border-radius: 7px;
}


.search-box{
    z-index: 99;
    position: relative;
    width: 98%;
    max-width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.search-box-btn{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}

.search-box-btn-verkaufen{
    position: relative;
    width: 120px;
    height: 40px;
    background-color: #edf6f9;
    border: none;
    border-radius: 0px 8px 0px 0px;
    font-family: "inter";
    color: #000;
    font-size: 17px;
    cursor: pointer;
    transition: 0.5s;
}
.search-box-btn-verkaufen:hover{
    background-color: #d1d1d1;
}

.search-box-btn-kaufen{
    position: relative;
    width: 120px;
    height: 40px;
    background-color: #8ecae6;
    border: none;
    border-radius: 8px 0px 0px 0px;
    font-family: "inter";
    color: #000;
    font-size: 17px;
    cursor: pointer;
    transition: 0.5s;
}
.search-box-btn-kaufen:hover{
    background-color: #d1d1d1;
}

.search-box-div{
    position: relative;
    width: 100%;
    height: auto;
    padding-top:30px;
    padding-bottom:30px;
    background-color: #fff;
    border-radius: 0px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search-box-div-inp{
    position: relative;
    width: 86%;
    margin-left: 7%;
    display: flex;
	height:auto;
}

.input_text{
    position: relative;
    width: 48%;
    height: 35px;
    font-family: "inter";
    color: #000;
    font-size: 17px;
    padding-left: 7px;
	padding-right: 7px;
}

.input_text_standort{
    position: relative;
    width: 48%;
    height: 39px;
    font-family: "inter";
    color: #000;
    font-size: 17px;
    padding-left: 7px;
    margin-left: 4%;
}

.input_text_zustand{
    position: relative;
    width: 23%;
    height: 39px;
    font-family: "inter";
    color: #000;
    font-size: 17px;
}

.input_text_Jahr{
    position: relative;
    width: 23%;
    height: 39px;
    font-family: "inter";
    color: #000;
    font-size: 17px;
    margin-left: 2%;
}

.input_text_preis{
    position: relative;
    width: 23%;
    height: 35px;
    font-family: "inter";
    color: #000;
    font-size: 17px;
    padding-left: 7px;
    margin-left: 2%;
}

.input_text_suche{
    position: relative;
    width: 23%;
    height: 38px;
    font-family: "inter";
    color: #000;
    font-size: 17px;
    padding-left: 7px;
    margin-left: 3%;
    background-color: #54dafa;
    border: none;
    transition: 0.5s;
    color: #fff;
    font-family: "Inter";
	border-radius: 5px;
}
.input_text_suche:hover{
    background-color: #5b8eec;
    border-radius: 5px;
    cursor: pointer;
}

.form-div-box{
    position: relative;
    margin-top: -11em; 
}

@media screen and (max-width: 770px) {
	.search-box-div-inp{
		display: inline-block;
    } 
    .input_text{
        width: 100%;
    } 
    .input_text_standort{
        width: 100%;
		margin-top:15px;
		margin-left:0%;
    }  	
	
	.input_text_zustand{
		width: 47%;
		margin-left: 0%;
	}
	
	.input_text_Jahr{
		width: 47%;
		margin-left:4%;
	}
	
	.input_text_preis{
		width: 47%;
		margin-left: 0%;
		margin-top:10px;
	}
	
	.input_text_suche{
		width: 47%;
		margin-left:4%;
		margin-top:10px;
	}
	.form-div-box{
		position: relative;
		margin-top: 10em; 
	}
}

@media screen and (max-width: 950px) {
	.form-div-box{
		position: relative;
		margin-top: 2em; 
	}
	.start-box{
		height: 100%;
		margin-top:0%;
	}	
	.start-box-txt{
		height: auto;
		margin-left: 10%;
		padding-top:1em;
	}
	.start-box-txt-h1{
		font-size: 25px;
		padding-bottom:5em;
	}
	.start-box-txt-h2{
		font-size: 18px;
	}
	.start-box-img{
		position: relative;
		width: 100%;
		height: 100%;
		z-index:1;
		object-fit: cover;
	}
}
.start-box-txt-vk-h2{
    font-size: 21px;
    font-family: "inter";
	color:#000000;
	width: 100px;
	height: 100px;
	background-color:#000;
	z-index:99;
}


.vk-h{
	position:relative;
    font-size: 17px;
    font-family: "inter";
	color:#2541b2;
    width: 90%;
    margin-left: 5%;
	margin-top:0px;
	height: auto;
	z-index:99;
}
.scrollmenu-verkaufen {
	background-color: transparent;
	overflow: auto;
	white-space: nowrap;
	margin-top:20px;
}
.scrollmenu-kaufen-div {
	display: inline-block;
    background-color: #ade8f4;
	overflow: auto;
	white-space: nowrap;
	width: 180px;
	height: 180px;
	border: 1px solid white;
	margin-left:10px;
	border-radius:15px;
	cursor:pointer;
	border-radius: 15px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 15px;
	margin-top:15px;
	margin-bottom:15px;
}
.scrollmenu-kaufen-div:hover {
        background-color: #a2d2ff;
        transition: 0.2s;
}
.scrollmenu-verkaufen-div {
	display: inline-block;
    background-color: #ade8f4;
	overflow: auto;
	white-space: nowrap;
	width: 200px;
	height: 200px;
	border: 1px solid white;
	margin-left:10px;
	border-radius:15px;
	cursor:pointer;
	border-radius: 15px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 15px;
	margin-top:15px;
	margin-bottom:15px;
}
.scrollmenu-verkaufen-div:hover {
        background-color: #a2d2ff;
        transition: 0.2s;
}
.scrollmenu-verkaufen-div-img{
	display: relative;
	width: 100%;
	height: 80%;
	background-color: #transparent;
	object-fit: contain;
	padding:10px;
}
.scrollmenu-verkaufen-div-text{
	display: relative;
	width: 100%;
	height: 15%;
	background-color: transparent;
	color:#000000;
	text-align:center;
	border-radius:15px;
	bottom:3%;
}




.verkaufen-box{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:80px;
}

.verkaufen-box-show{
	position: relative;
    width: auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.verkaufen-box-text{
	position: relative;
    width: auto;
    width: 48%;
	min-height:400px;
	background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.verkaufen-box-text-h{
    position: relative;
    font-size: 25px;
    color: #2541b2;
	width:90%;
	margin-left:5%;
	margin-top:25px;
    font-family: "Arial";
}
.verkaufen-box-text-p{
    position: relative;
    font-size: 20px;
    color: #000;
	width:84%;
	margin-left:8%;
	margin-top:20px;
    font-family: "Arial";
}

.verkaufen-box-choose{
	position: relative;
    width: auto;
    width: 48%;
	min-height:400px;
	margin-left: 4%;
	background-color: #fff;
}

.verkaufen-box-item-liste{
	position: relative;
    width: 90%;
	height:45%;
	margin-left:5%;
	margin-top:3%;
	background-color: #fff;
}

.verkaufen-box-item{
	position: relative;
    width: 45%;
	height:100%;
	margin-left: 4%;
	background-color: #e3f2fd;
	float:left;
    border-radius: 15px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 15px;
}
.verkaufen-box-item:hover{
	background-color: #90caf9;

}

.verkaufen-box-img{
    position: relative;
    height: 80%;
    width: 100%;
	object-fit: contain;
}
.verkaufen-box-item-h2{
    position: below;
    font-size: 18px;
    color: #2541b2;
	height:15%;
	width:90%;
	float:bottom;
	margin-left:5%;
    font-family: "Arial";
	text-align: center;
}

@media screen and (max-width: 1000px) {
    .verkaufen-box-show{
        display: block;
    } 
    .verkaufen-box-text{
        width: 96%;
        max-width: 600px;
		min-height:400px;
        margin-left: auto;
        margin-right: auto;
    }
    .verkaufen-box-choose{
        width: 96%;
        max-width: 600px;
		min-height:400px;
        margin-left: auto;
        margin-right: auto;
    }
	.verkaufen-box-item-liste{
		position: relative;
		width: 90%;
		height:200px;
		margin-left:5%;
		margin-top:3%;
		background-color: #fff;
	}

}


.top-angebote-box{
    position: relative;
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin-left: auto;
    margin-right:auto;
    margin-top:80px;
}

@media screen and (max-width: 1104px) {
    .top-angebote-box{
        width: auto;
        width: 100%;
        max-width: 830px;
    }  
}

@media screen and (max-width: 770px) {
    .top-angebote-box{
        max-width: 99%;
        max-width: 660px;
    }  
}


.top-angebote-box-h{
    position: relative;
    font-family: "Inter";
    text-align: left;
    font-size: 30px;
    padding-bottom: 20px;
}

.auto-grid {
    --auto-grid-min-size: 23rem;
    
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem;
    justify-items: center;
  }
  
  
  /* Presentational styles */
  
  
.auto-grid li {
    width: 368px;
    height: 235px;
    text-align: center;
    font-size: 1.2rem;
    background: #000000;
    list-style-type: none;

    text-align: center;
    border-radius: 12px;
    transition: 0.5s;
  }

.auto-grid li:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
  }

.angebot-box{
    position: relative;
    width: 100%;
    height: 100%;

}

.angebot-box-img{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.text-block {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.781);
    color: white;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:3px;
    padding-bottom:5px;
  }

  .artikel-info-txt-marke{
    position: relative;
    font-family: "Inter";
    color:#fff;
    font-size: 14px;
    text-align: left;
    width: 90%;
    margin-left: 5%;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
  }
  .artikel-info-txt-ort{
    position: relative;
    font-family: "Inter";
    color:#fff;
    font-size: 12px;
    text-align: left;
    width: 90%;
    margin-left: 5%;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
  }
  .artikel-info-txt-preis{
    position: relative;
    font-family: "Inter";
    color:#fff;
    font-size: 17px;
    text-align: left;
    width: 90%;
    margin-left: 5%;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
  }


.boot-verkaufen-info{
    position: relative;
    width: 100%;
    height: auto;
    padding-top:30px;
    padding-bottom: 30px;
    background-color: #5585ddb4;
    margin-top:50px;
}

.boot-verkaufen-info-bx{
    position: relative;
    width: auto;
    width: 100%;
    max-width: 1100px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.boot-verkaufen-info-bx-1{
    position: relative;
    width: auto;
    width: 48%;
}

.boot-verkaufen-info-bx-2{
    position: relative;
    width: auto;
    width: 48%;
    margin-left: 4%;
}

.boot-verkaufen-info-bx-1-h{
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-family: "Inter";
}

.boot-verkaufen-info-bx-1-p{
    position: relative;
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.3;
    color: #ffffff;
    font-family: "Inter";
}

.boot-verkaufen-info-bx-2-i{
    position: relative;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 700px) {
    .boot-verkaufen-info-bx{
        display: block;
    } 
    .boot-verkaufen-info-bx-1{
        width: 96%;
        max-width: 600px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .boot-verkaufen-info-bx-2{
        width: 96%;
        max-width: 600px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.boot-verkaufen-info2{
    position: relative;
    width: 100%;
    height: auto;
    padding-top:30px;
    padding-bottom: 30px;
    background-color: #0931e0b4;
    margin-top:0px;
}

.boot-verkaufen-info2-bx{
    position: relative;
    width: auto;
    width: 100%;
    max-width: 900px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.boot-verkaufen-info2-bx-insert{
    position: relative;
    width: 33%;
    height: auto;
}

.boot-verkaufen-info2-bx-head{
    position: relative;
    text-align: center;
    font-weight: bold;
    font-family: "Inter";
    font-size: 25px;
    color:#fff;
}
.boot-verkaufen-info2-bx-body{
    position: relative;
    text-align: center;
    font-family: "Inter";
    font-size: 17px;
    color:#fff;
}

.boot-verkaufen-info2-bx-verkauft{
    position: relative;
    width: 33%;
    height: auto;
}

.boot-verkaufen-info2-bx-handler{
    position: relative;
    width: 33%;
    height: auto;
}



@media screen and (max-width: 650px) {
    .boot-verkaufen-info2-bx{
        display: block;
    } 
    .boot-verkaufen-info2-bx-insert{
        width: 96%;
        max-width: 600px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .boot-verkaufen-info2-bx-verkauft{
        width: 96%;
        max-width: 600px;
        height: auto;
        margin-top:15px;
        margin-left: auto;
        margin-right: auto;
    }
    .boot-verkaufen-info2-bx-handler{
        width: 96%;
        max-width: 600px;
        height: auto;
        margin-top:15px;
        margin-left: auto;
        margin-right: auto;
    }

}








.haender-box{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:100px;
}

.haender-box-show{
	position: relative;
    width: auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.haender-box-show-pic{
	position: relative;
    width: auto;
    width: 48%;
	min-height:400px;
	background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.haender-box-show-img{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.haender-box-show-text{
	position: relative;
    width: auto;
    width: 48%;
	min-height:400px;
	margin-left: 4%;
	background-color: #fff;
}
.haender-box-show-text-h{
    position: relative;
    font-size: 25px;
    color: #2541b2;
	width:90%;
	margin-left:5%;
	margin-top:30px;
    font-family: "Arial";
}
.haender-box-show-textp{
    position: relative;
    font-size: 18px;
    color: #000;
	width:90%;
	margin-left:5%;
	margin-top:30px;
    font-family: "Arial";
}


@media screen and (max-width: 1000px) {
    .haender-box-show{
        display: block;
    } 
    .haender-box-show-pic{
        width: 96%;
        max-width: 600px;
		min-height:auto;
        margin-left: auto;
        margin-right: auto;
    }
    .haender-box-show-text{
        width: 96%;
        max-width: 600px;
		min-height:auto;
        margin-left: auto;
        margin-right: auto;
    }
	
}




.textMain-box{
    position: relative;
    width: 90%;
	max-width:1000px;
    height: auto;
	margin: 0px auto;
	margin-top:100px;
}
.textMain-box-h{
    position: relative;
    font-size: 30px;
    color: #2541b2;
	width:100%;
    font-family: "Arial";
	text-align: center;
}
.textMain-box-p{
    position: relative;
    font-size: 16px;
    color: #000;
	width:100%;
	margin-top:15px;
	margin-top:15px;
    font-family: "Arial";
	text-align: center;
}




.div-button-Weiter{
	position: relative;
	width:200px;
	height:50px;
	margin: 0px auto;
	margin-top:50px;
}

.buttonWeiter {
	position: relative;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	background-color:#0931e0b4;
	width:100%;
	height:100%;
	transition-duration: 0.4s;
}
.buttonWeiter:hover {
  background-color: #000;
}






.text-img-box{
    position: relative;
    width: 100%;
    height: 350px;
    margin-top:100px;
}

.text-img-box-show{
	position: relative;
    width: auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
	height:350px;
    margin-left: auto;
    margin-right: auto;
}

.div-half-box-text{
	position: relative;
    width: auto;
    width: 50%;
	height:350px;
	background-color: #fff;
	border-radius:15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.div-text-img-box-pic{
	position: relative;
    width: auto;
    width: 60%;
	height:350px;
	background-color: #fff;
	border-radius:15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.haender-box-show-img{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.div-text-img-box-text{
	position: absolute;
    width: auto;
    width: 50%;
	height:350px;
	margin-left: -5%;
	margin-top: 5%;
	right:0px;
	background-color: #fff;
	border-radius:15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}
.haender-box-show-text-h{
    position: relative;
    font-size: 25px;
    color: #2541b2;
	width:90%;
	margin-left:5%;
	margin-top:30px;
    font-family: "Arial";
}
.haender-box-show-textp{
    position: relative;
    font-size: 18px;
    color: #000;
	width:90%;
	margin-left:5%;
	margin-top:30px;
    font-family: "Arial";
}
.buttonPartner {
	position: relative;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	margin-left:5%;
	margin-top:5%;
	border-radius: 5px 5px 5px 5px;
	background-color:#0931e0b4;
	transition-duration: 0.4s;
}.buttonPartner:hover {
  background-color: #000;
}

.buttonInfos {
	position: relative;
	border: none;
	color: #ffb703;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	margin-left:5%;
	margin-top:5%;
	margin-bottom:20px;
	border-radius: 5px;
	background-color:transparent;
	border:1px solid #ffb703;
	transition-duration: 0.4s;
}.buttonInfos:hover {
  background-color: #ffb703;
  color:#fff;
}

@media screen and (max-width: 1000px) {
    .half-text-box-show{
        display: block;
    } 

    .div-text-half-box-text{
		position: relative;
        width: 100%;
		height: auto;
    }
	.div-text-half-box-text-right{
		position: relative;
        width: 100%;
		height: auto;
    }
	
}



.div-half-text-box{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:100px;
}

.half-text-box-show{
	position: relative;
    width: auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
	height:auto;
    margin-left: auto;
    margin-right: auto;
}

.div-text-half-box-text{
	position: relative;
    width: auto;
    width: 45%;
	height:auto;
	background-color: #fff;
	border-radius:15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}
.div-text-half-box-text-right{
	position: absolute;
    width: auto;
    width: 45%;
	height:auto;
	right:0px;
	background-color: #fff;
	border-radius:15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}
.haender-half-box-show-text-h{
    position: relative;
    font-size: 25px;
    color: #2541b2;
	width:90%;
	margin-left:5%;
	margin-top:30px;
    font-family: "Arial";
}
.haender-half-box-show-textp{
    position: relative;
    font-size: 18px;
    color: #000;
	width:90%;
	margin-left:5%;
	margin-top:30px;
    font-family: "Arial";
}
.half-text-img-box-pic{
    position: relative;
    width: 60%;
    height: 150px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20%;
	object-fit: contain;
}

@media screen and (max-width: 1200px) {
    .haender-box-show{
        display: block;
    } 
    .haender-box-show-pic{
        width: 96%;
        max-width: 600px;
		min-height:auto;
        margin-left: auto;
        margin-right: auto;
    }
    .haender-box-show-text{
        width: 96%;
        max-width: 600px;
		min-height:auto;
        margin-left: auto;
        margin-right: auto;
    }	
}


@media screen and (max-width: 800px) {
    .half-text-box-show{
        display: block;
		width: 90%;
		margin-left: auto;
        margin-right: auto;
    } 

    .div-text-half-box-text{
		position: relative;
        width: 100%;
		height: auto;
    }
	.div-text-half-box-text-right{
		position: relative;
        width: 100%;
		height: auto;
    }
	
	.haender-half-box-show-text-h{
		padding-top:20px;
	}
	
}



.div-color{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:150px;
}

.div-color-show{
	position: relative;
    width: 100%;
    max-width: 1000px;
    display: flex;
	height:300px;
    margin-left: auto;
    margin-right: auto;
	background-image: linear-gradient(#00b4d8, #0D73D9);
	border-radius:15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}
.div-color-img{
	position: absolute;
    width: 35%;
	height:auto;
	margin-left:5%;
	border-radius:15px;
	margin-top:-100px;
}
.div-color-pic{
    position: relative;
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.div-color-text{
	position: absolute;
    width: 55%;
	height:auto;
	right:0px;
	margin-top:30px;
	margin-bottom:30px;
	border-radius:15px;
}
.div-color-h{
    position: relative;
    font-size: 25px;
    color: #2541b2;
	width:100%;
	margin-left:5%;
	margin-top:30px;
    font-family: "Arial";
	color:#fff;
}
.div-color-p{
    position: relative;
    font-size: 18px;
    color: #2541b2;
	width:100%;
	margin-left:5%;
	margin-top:30px;
    font-family: "Arial";
	color:#fff;
}
.buttonboot{
	position: relative;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	margin-left:5%;
	margin-top:5%;
	border-radius: 5px 5px 5px 5px;
	background-color:#0931e0b4;
	transition-duration: 0.4s;
}.buttonboot:hover {
  background-color: #000;
}
@media screen and (max-width: 800px) {
	.div-color{
		margin-top:200px;
	}
    .div-color-show{
        display: block;
		width: 90%;
		margin-left: auto;
        margin-right: auto;
		height:auto;
    } 
	.div-color-img{
		position: relative;
		width: 40%;
		margin-left: auto;
        margin-right: auto;
		height:auto;
		top:-70px;
	}
	.div-color-text{
		position: relative;
        width: 100%;
		margin-top:-65px;
	}
    .div-text-half-box-text{
		position: relative;
        width: 100%;
		height: auto;
    }
	.div-text-half-box-text-right{
		position: relative;
        width: 100%;
		height: auto;
    }
	
	.haender-half-box-show-text-h{
		padding-top:20px;
	}
	.buttonboot{
		margin-bottom:20px;
	}
	
}




.div-text{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:80px;
}

.div-text-show{
	position: relative;
    width: auto;
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:5%;
	padding-right:5%;
}

.div-text-h{
    position: relative;
    font-size: 80px;
	width:100%;
	margin-top:30px;
	color: #2541b2;
    font-family: "ProtestRiot";
	
}
.div-text-p{
    position: relative;
    font-size: 20px;
    color: #2541b2;
	width:100%;
	margin-top:30px;
    font-family: "Inter";
	color:#000;
	text-align: justify;
}
@media screen and (max-width: 800px) {
	.div-text-h{
		font-size: 3.5em;
	}
	.div-text-p{
		font-size: 1.2em;
	}
}



.div-typ{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:80px;
}

.div-typ-show{
	position: relative;
    width: 100%;
    max-width: 1000px;
	height: auto;
	display: flex;
    margin-left: auto;
    margin-right: auto;
}
.div-typ-big{
	position: relative;
    width: 47%;
	height:800px;
    left: 0px;
}
.div-typ-big-pic{
    position: relative;
    width: 100%;
    height: 100%;
	object-fit: cover;
	border-radius:15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}
.div-typ-klein{
	position: relative;
    width: 47%;
	height:800px;
    float:right;
	top:0px;
	margin-left:5%;
}
.div-typ-klein-01{
	position: relative;
    width: 100%;
	height:47%;
}
.div-typ-klein-02{
	position: relative;
    width: 100%;
	height:47%;
	margin-top:6%;
}
.div-box-text{
	position: absolute;
    width: 80%;
	height:auto;
	right:0px;
	bottom:0px;
	border-radius:15px 0px 15px 0px;
	background-color:#fff;
	padding:10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}
.div-text-h4{
    position: relative;
	width: 100%;
	height:auto;
    font-size: 17px;
    color: #000;
	width:100%;
    font-family: "Inter";
	text-align: left;
}
.div-text-p4{
    position: relative;
	width: 100%;
	height:auto;
    font-size: 14px;
    color: #000;
	width:100%;
    font-family: "Inter";
	text-align: left;
}
@media screen and (max-width: 800px) {
	.div-typ{
		height:auto;	
	}
    .div-typ-show{
        display: block;
		width: 90%;
		margin-left: auto;
        margin-right: auto;
		height:1000px;
    } 
	.div-typ-big{
		position: relative;
		width: 100%;
		margin-left: auto;
        margin-right: auto;
		height:300px;
	}
	.div-typ-klein{
		position: relative;
		width: 100%;
		margin-left: auto;
        margin-right: auto;
		height:600px;
		margin-top:6%;
	}
	.div-typ-klein-01{
		position: relative;
		width: 100%;
		margin-left: auto;
        margin-right: auto;
	}
	.div-typ-klein-02{
		position: relative;
		width: 100%;
		margin-left: auto;
        margin-right: auto;
		
	}
	
}




.div-img-and-text{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:80px;
}

.div-img-and-text-show{
	position: relative;
    width: 100%;
    max-width: 1000px;
	height: auto;
	display: flex;
    margin-left: auto;
    margin-right: auto;
}
.div-img-and-text-img{
	position: relative;
    width: 65%;
	height:450px;
    left: 0px;
	border-radius:15px;
}
.div-img-and-text-text{
	position: relative;
    width: 30%;
	height:auto;
    right:0px;
	top:0px;
	margin-left:5%;
}
.div-img-and-text-text-02{
	position: relative;
    width: 30%;
	height:auto;
	margin-right:5%;
}
.div-img-and-text-text-03{
	position: relative;
    width: 30%;
	height:auto;
	margin-right:5%;
	display:none;
}
.div-text-h5{
    position: relative;
	width: 100%;
	height:auto;
    font-size: 25px;
    color: #000;
	width:100%;
	margin-top:10px;
    font-family: "Inter";
	text-align: left;
}
.div-text-p5{
    position: relative;
	width: 100%;
	height:auto;
    font-size: 17px;
    color: #000;
	width:100%;
	margin-top:20px;
    font-family: "Inter";
	text-align: left;
}
@media screen and (max-width: 800px) {
	.iv-img-and-text{
		height:auto;
	}
    .div-img-and-text-show{
        display: block;
		width: 90%;
		height:auto;
		margin-left: auto;
        margin-right: auto;
    } 
	.div-img-and-text-img{
		position: relative;
		width: 100%;
		margin-left: auto;
        margin-right: auto;
		height:auto;
	}
	.div-img-and-text-text{
		position: relative;
		width: 100%;
		margin-left: auto;
        margin-right: auto;
		height:auto;
		display: block;
		margin-top:6%;
	}
	.div-img-and-text-text-02{
		position: relative;
		width: 100%;
		margin-left: auto;
        margin-right: auto;
		height:auto;
		margin-top:6%;
		display:none;
	}
	.div-img-and-text-text-03{
		position: relative;
		width: 100%;
		margin-left: auto;
        margin-right: auto;
		height:auto;
		margin-top:6%;
		display:block;
	}
	.div-img-and-text-text-02{
		display:none;
	}
	.div-text-h5{
		margin-top:0px;
		height:auto;
	}
	.div-text-p5{
		height:auto;
	}
}



.boot-box{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:80px;
	background-color:#001020;
}

.boot-box-show{
	position: relative;
    width: auto;
    width: 100%;
    max-width: 1100px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
	padding-top:40px;
	padding-bottom:40px;
}
.boot-box-img{
    position: absolute;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.boot-box-show-text{
	position: relative;
    width: auto;
    width: 38%;
}
.boot-box-show-text-h{
    position: relative;
    font-size: 30px;
    color: #fff;
	width:100%;
    font-family: sans-serif;
	text-align: left;
}
.boot-box-show-textp{
    position: relative;
    font-size: 18px;
    color: #fff;
	width:100%;
	margin-top:10px;
    font-family: sans-serif;
	text-align: left;
}


.boot-box-show-boot{
	position: relative;
    width: auto;
    width: 20%;
	height:400px;
}
.boot-box-show-img{
    position: relative;
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.boot-box-show-boot-h{
	position: relative;
    width: auto;
    width: 60%;
	height:auto;
	margin: 0 auto;
	display:none;
}

.boot-box-show-steps{
	position: relative;
    width: auto;
    width: 40%;
	margin-left:2%;
	background-color: transparent;
	min-height:400px;
}
.boot-box-step{
	position: relative;
    width: 90%;
	height: 60px;
	background-color: transparent;
	border-radius:10px;
	padding:10px;
	border: 1px solid #ffffff;
	margin:0px auto;
}
.boot-box-step-img{
    position: relative;
    width: 10%;
    height: 55px;
	margin-top: -10px;
	object-fit: contain;
	float:left;
}
.boot-box-step-text{
    position: relative;
    width: 85%;
    height: auto;
	object-fit: contain;
	float:right;
	font-family: sans-serif;
	text-align: left;
	font-size:18px;
	margin-top:10px;
	color:#fff;
}


@media screen and (max-width: 1250px) {
    .boot-box-show{
        display: block;
    } 
	.boot-box-show-text{
		width: 90%;
		margin-left:5%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
		height:auto;
    }
    .boot-box-show-boot{
		width: 90%;
		margin-left:5%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
		margin-top:20px;
		display:none;
    }
    .boot-box-show-steps{
        width: 90%;
        max-width: 600px;
		min-height:auto;
        margin-left: auto;
        margin-right: auto;
		margin-top:20px;
		margin-top:80px;

    }	

	.boot-box-show-boot-h{
		display:block;
		margin-top:80px;
	}
}







.info-box{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:80px;
}

.info-box-show{
	position: relative;
    width: auto;
    width: 100%;
    max-width: 800px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.info-box-show-text{
	position: relative;
    width: auto;
    width: 100%;
	background-color: #fff;
}
.info-box-show-text-h{
    position: relative;
    font-size: 20px;
    color: #2541b2;
	width:100%;
	margin-left:4%;
	margin-top:10px;
    font-family: "Arial";
}
.info-box-show-textp{
    position: relative;
    font-size: 17px;
    color: #000;
	width:100%;
	margin-left:4%;
	margin-top:10px;
    font-family: "Inter";
}


.info-box-show-img{
    position: relative;
    width: 80%;
    height: auto;
	margin-top: 40px;
	object-fit: contain;
	border-radius: 15px 15px 15px 15px;
	margin-left:10%;
	margin-right:10%;
}

@media screen and (max-width: 1250px) {
	.info-box-show{
		width: 90%;
        margin-left: auto;
        margin-right: auto;
		height:auto;
		display: block;
    }
    .boot-box-show-boot{
		width: 90%;
		margin-left:5%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
		margin-top:20px;
		display:none;
    }
    .boot-box-show-steps{
        width: 90%;
        max-width: 600px;
		min-height:auto;
        margin-left: auto;
        margin-right: auto;
		margin-top:20px;
		margin-top:80px;

    }	
	.boot-box-show-boot-h{
		display:block;
		margin-top:80px;
	}
}

@media screen and (max-width: 800px) {
	.info-box{
        display: block;
    } 
	.info-box-show{
		width: 90%;
		margin-left:5%;
        margin-left: auto;
        margin-right: auto;
    }
}





  #menu_boot_verkaufen{
    position: relative;
    display: none;
  }
  #menu_boot_kaufen{
    position: relative;
    display: block;
  }
.info-menu-txt{
    position: relative;
    font-size: 17px;
    font-weight: bold;
    font-family: "Inter";
    width: 90%;
	color:#2541b2;
    margin-left: 5%;
    margin-top:0px;
    padding-bottom:10px;
}


.div-button-verkaufenWeiter{
	position: relative;
	width:50%;
	margin:0px auto;
	height:50px;
	margin: 0px auto;
	margin-top:50px;
}
.buttonverkaufen {
	position: relative;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	background-color:#0931e0b4;
	margin-left:24px;
	height:100%;
	width:100%;
	transition-duration: 0.4s;
}
.buttonverkaufen:hover {
  background-color: #000;
}




.footer-div{
    position: relative;
    width: 100%;
    height: auto;
	padding-top:80px;
}
.footer-div-img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:1;
	object-fit: cover;
	display: block;
}
.footer-div-img-mobil{
    position: absolute;
    width: 100%;
    height: 500px;
    z-index:1;
	object-fit: cover;
	display: none;
}
.footer-div-show{
	position: relative;
    width: auto;
    width: 100%;
    max-width: 400px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
	padding-top:100px;
}
.footer-div-box{
	position: relative;
    width: 100%;
	height: auto;
	z-index:99;
	padding-top: 5vh;
    padding-bottom: 5vh;
}
.footer-div-box1{
    position: relative;
    width: 48%;
	float:left;
    background-color: transparent;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.footer-div-box2{
    position: relative;
    width: 48%;
	float:left;
    background-color: transparent;
    padding-top: 1vh;
    padding-bottom: 1vh;
	margin-left:3%;
}
  .footer-a{
    position: relative;
    color:#fff;
    text-decoration: none;
    font-size:18px;
    cursor: pointer;
	text-align:left;
	line-height: 1.4;
  }
  .footer-a:hover{
    color:#cacaca;
  }

@media screen and (max-width: 500px) {
	.footer-div{
		position: relative;
		width: 100%;
		height: 500px;
	}
	.footer-div-show{
		padding-top:0px;
		display: block;
	}
	.footer-div-img-mobil{
		display: block;
	}
	.footer-div-img{
		display: none;
	}
    .footer-div-box1{
        position: relative;
        width: 90%;
        padding-top: 8%;
        padding-bottom: 5%;
        margin-top:5%;
        margin-left:5%;
		text-align:center;
    }
    .footer-div-box2{
        position: relative;
        width: 90%;
        padding-top: 5%;
        padding-bottom: 5%;
        margin-top:5%;
        margin-left:5%;
		text-align:center;
    }
	.footer-a{
		font-size:16px;
		color:#ffffff;
		text-align:center;
		padding-top:1vh;
		line-height: 1.6;
	}
}
