/*//// LANGENSCHEIDT HEADER und TOP-HEADER CSS | Fragen an Goldener Zirkel GmbH //////////// */



#main .inside{
	margin-bottom:3rem;
}
.footer-wrapper{
    background-image: linear-gradient(180deg,#022e55,#021e30);
    color: #fff;
    width: 100%;
    font-size: .875rem;
    padding: 5.4375rem 0;

}
.footer-wrapper h3 {
    margin-bottom: 1.125rem;
    color: #ffcd0d;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
}
.footer-wrapper .hotline-wrapper.block{
	overflow: visible;
}
.footer-wrapper .hotline-wrapper p{
    font-size: 2.625rem;
    font-family: Handelson,Arial,Helvetica,sans;
    margin-right: 1.875rem;

}
.footer-wrapper .hotline-wrapper p::after {
    content: "";

    display: block;
    font-size: .5rem;
    color: #ffcd0d;

    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;

}
@media screen and (max-width: 767px){
	.footer-wrapper .hotline-wrapper{
		max-width: 7.5rem;
	}
	.footer-wrapper .hotline-wrapper p,
	.footer-wrapper .phone-wrapper{
		margin-bottom: 0;
	}
	.footer-wrapper .help-wrapper{
		margin-top: 1.2rem;
	}
}
.footer-wrapper .phone-wrapper a {
    color: #fff;
    font-size: 1.375rem;
    text-decoration: none;
}

.footer-wrapper .ce_text ul{
	list-style: none;
	margin-left:0;
}
.footer-wrapper .ce_text ul li{
	line-height: 1.6;
}
.footer-wrapper .ce_text li a {
	text-decoration: none;
	color: #fff;
	margin-left: 0;
	line-height:1.6;
}
.footer-wrapper .ce_text li a:hover{
	text-decoration: underline;
	
}
.footer-wrapper .help-wrapper ul{
	display: flex;
}
.footer-wrapper .payment-wrapper ul,
.footer-wrapper .right-wrapper ul{
	display: flex;
	 gap: 20px;
	 text-transform: uppercase;
}
@media screen and (max-width:767px){
	.footer-wrapper .help-wrapper a{
		margin-bottom:0;
		width: 170px;
	}
	.footer-wrapper .payment-wrapper ul,
	.footer-wrapper .right-wrapper ul{
		flex-direction: column;
		gap: 10px;
		margin-bottom: 10px;
	}
	.footer-wrapper .payment-wrapper .column{
		margin-bottom:0;
	}
	.footer-wrapper .right-wrapper ul{
		margin-top: 35px;
	}

}
.footer-wrapper .help-wrapper a {
    max-width: 11.25rem;
    min-width: 7.5rem;
    margin-right: 1.5625rem;
    font-size: .875rem;
    padding: .6375rem 2.1875rem;
    border: 1px solid #fff;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: .9375rem;
}
.footer-wrapper .help-wrapper a:active, .footer-wrapper .help-wrapper a:focus, .footer-wrapper .help-wrapper a:hover {
    color: #ffcd0d;
    border-color: #ffcd0d;
    text-decoration: none !important;
}
@media (max-width:767px) {
    .footer-wrapper .help-wrapper ul{
       	flex-direction: column;
		gap: 10px;
    }
    
}
@media (min-width:768px) {
    .footer-wrapper .help-wrapper a {
        min-width: 0;
    }
    
}
.footer-wrapper .payment-wrapper ul{
	margin-bottom: 0;
}
.footer-wrapper .payment-wrapper h3{
	margin-top: 0;
	line-height: 1.6;
}