/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#plan {
	width: 100%;
	overflow: hidden;
    padding: 0 20px 0 20px;
}

#plan > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    text-align: center;
    margin: 50px 0;
    width: 100%;
}

#plan .btn {
    width: 40%;
    height: 70px;
    margin: 5% 30%;
}

@media(max-width: 800px) {  
    #plan .btn {
        width: 100%;
        margin: 5% 0%;
    }
}

#plan .btn a {
    color: #fff !important;
    text-align: center;
}

#css3-spinner {
	visibility: hidden;
}

#plan #anfahrt {
    display: none;
    border: 0;
    width: 100%;
    height: 800px !important;
}

@media(max-width: 1064px) {   
    #plan #anfahrt {
        height: 3250px !important;
    }
}

#plan p {
    text-align: center;
}

#plan p a {
    text-decoration: underline !important;
}