h1.open_doorr {
    position: absolute;
    z-index: 999999;
    font-size: 49px;
    left: 50%;
    top: 44vh;
    width: auto;
    text-align: center;
    display: table;
    cursor: pointer;
    /* background-color: rgb(239, 0, 0); */
    transform: translateX(-50%);
    /* padding: 10px 20px; */
    color: white;
    line-height: auto !important;
}





.linkto img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    z-index: -1;
    /* border-radius: 100%; */
    height: 100%;
    /* mix-blend-mode: hard-light; */
    transform: scale(1);
    overflow: hidden;
    transition: all .4s ease;
    /* filter: grayscale(0); */
    transform: scale(1);
    /* background-color: transparent; */
    /* border: 0px solid transparent; */
}

.entries .linkto a:hover img {
    transform: scale(1.05);
    transition: all .2s ease;
    left: 0%;
    /* border-radius: 100%; */
    /* border: 0px solid rgba(255, 255, 255, 0.5); */
    /* box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.61); */
    /* width: 100%; */
    /* height: 100%; */
}


.entries {
    /* width: 100%; */
    /* display: inline-table; */
    /* background: yellow; */
    /* float: none; */
    /* clear: both; */
    margin: 0 auto;
}


.entries {
    width: 100%;
    /* margin-left: 25%; */
    /* background: rgba(0, 0, 0, 0.3); */
    /* margin-top: 20px; */
    /* float: none; */
    /* text-align: center; */
    /* margin: 43px auto 23px auto !important; */
    display: none;
    /* mix-blend-mode: overlay; */
    z-index: 999 !important;
    padding: 30px 0 32px 0;
    /* position: absolute; */
    /* top: 27vh; */
    /* left: 50%; */
    margin: auto;
    /* transform: translateX(-50%); */
    text-align: center;
}

.entries .linkto {
    width: 15%;
    /* float: left; */
    text-align: center;
    padding: 0%;
    display: inline-block;
    /* box-shadow: 0 0 1px 1px black; */
    margin: 10px;
    /* mix-blend-mode: overlay !important; */
    min-width: 290px;
    /* height: 300px; */
    border-radius: 100%;
    position: relative;
}

.entries .linkto a {
    background-color: rgba(66, 76, 82, 0.4);
    height: 170px;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 4vh;
    transition: all .3s ease;
    box-shadow: 0 0 0 transparent;
    font-family: oswald;
    text-decoration: none;
    padding: 4px;
    /* border: 1px solid #ffffffb0; */
    font-weight: 900;
    box-shadow: 0 10px 10px -12px black;
}



.entries .linkto a .goto {
    padding-left: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    /* position: relative; */
}
.entries .linkto a:hover .goto {
    padding-left: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.entries .linkto a {
    transition: all .7s ease;
    -webkit-transition: all .2s ease;
    /* box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1); */
    position: relative;
    /* border: 1px solid rgba(255, 255, 255, 0.6); */
    /* line-height: 130%; */
    /* border-radius: 100%; */
    /* height: 300px; */
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: oswald;
    font-size: 31px;
    /* padding: 0px; */
    mix-blend-mode: difference;
    overflow: hidden;
    /* filter: brightness(100%); */
    width: 260px;
    height: 260px;
    /* transform: rotateX(-45deg); */
    border-radius: 100%;
    box-shadow: 0 0 0 10px #00000033;
}
.entries .linkto a:hover {
    /* padding: 0; */
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    /* box-shadow: 0 0 1px 1px rgb(255, 255, 255), 0 20px 20px -10px #000000fc; */
    /* background-color: rgba(255, 255, 255, 0.9); */
    /* border: 0px solid rgba(255, 255, 255, 0.6); */
    /* mix-blend-mode: luminosity; */
    filter: brightness(115%);
    text-shadow: 1px 1px 3px black;
    /* box-shadow: 0 25px 15px -17px black; */
}


.entries .linkto a .goto:before {
    content: ">>>";
    position: absolute;
    margin-left: -52px;
    opacity: 0;
    margin-top: 1px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.entries .linkto a:hover .goto:before {
    content: ">>>";
    position: absolute;
    margin-left: -32px;
    opacity: 1;
    margin-top: 1px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}



.gutschein_image img {
    width: 78% !important;
    background-size: cover !important;
    height: auto;
    margin-bottom: 30px;
}

.gutschein_txt a.reisegutschein:hover {
    cursor: pointer;
    transition: all .1s ease;
    background-color: #85bce9;
    color: #fff !important;
    font-weight: bold;
    text-shadow: 1px 5px 5px rgb(0 0 0 / 30%);
}


@media (max-width: 1023px) {
    .top-links {
        /* display: table; */
        width: 100%;
        position: absolute;
        /* right: 0; */
        /* top: 15px; */
        text-align: right;
        z-index: 99999999999999 !important;
        mix-blend-mode: unset;
        left: -2%;
    }
}

@media (max-width: 991px){
    .gutschein_image img {
        width: 100% !important;
        background-size: cover !important;
        height: auto;
        margin-bottom: 30px;       
    }
    
    .container-fluid.topBlocks.reisetipps .entries.showcatsx .beratung {
        margin-bottom: 0px !important;
    }
    
    h3.beratung.reisetipp {
        margin-bottom: 0px !important;
    }.container-fluid.topBlocks.reisetipps .entries.showcatsx .beratung {
        margin-bottom: 0px !important;
    }
    
    h3.beratung.reisetipp {
        margin-bottom: 0px !important;
    }

}

@media (max-width: 897px) {
    .top-links.links .hotline img {
        max-width: 334px;
        display: inline-table;
        background-color: white;
        padding: 15px 10px 20px 7px;
        border-radius: 0px 0px 10px 0px;
        margin-top: 0px;
        margin-left: -20px;
        width: 60%;
    } 
}

span.hotline .txt {
    color: #d00000;
    margin-right: 10px;
}



@media (max-width: 935px) {
	
		.entries {
			top: -40px !important;
	}
    .entries .linkto {
        width: 45%;
        /* float: left; */
        text-align: center;
        padding: 0%;
        display: flex;
        /* box-shadow: 0 0 1px 1px black; */
        /* margin: 1% 2.5%; */
        /* mix-blend-mode: overlay !important; */
        min-width: 150px;
        /* height: 300px; */
        border-radius: 0%;
        margin-left: 25%;
        margin-top: -13%;
        margin-bottom: 14%;
        position: relative;
    }
video#v_reisebuero {
    /* min-height: 800px; */
}
    .entries .linkto a {
        transition: all .7s ease;
        -webkit-transition: all .2s ease;
        /* box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1); */
        position: relative;
        /* border: 1px solid rgba(255, 255, 255, 0.6); */
        /* line-height: 130%; */
        /* border-radius: 100%; */
        /* height: 300px; */
        color: white;
        display: inline-flex;
        justify-content: center;
        flex-direction: column;
        font-family: oswald;
        font-size: 31px;
        /* padding: 0px; */
        mix-blend-mode: difference;
        overflow: hidden;
        /* filter: brightness(100%); */
        width: 100%;
        height: 150px;
        /* transform: rotateX(-45deg); */
        border-radius: 0;
        box-shadow: 0 0 0 10px #00000033;
        margin-bottom: 30px;
        float: left;
    }
	span.open_link {
		margin: 2% auto 10px auto !important;
	}
   
}

@media (max-width: 697px) {
    .blended {
       font-size: 19.5vw;
    }
    .blended2 {
       /* font-size: 7vw !important; */
    }

	.entries {
			top: -5vh !important;
	}
	
.entries .linkto {
    width: 70%;
    /* float: left; */
    text-align: center;
    padding: 0%;
    display: inline-block;
    /* box-shadow: 0 0 1px 1px black; */
    margin: 10px;
    /* mix-blend-mode: overlay !important; */
    min-width: 290px;
    /* height: 300px; */
    border-radius: 100%;
    position: relative;
}

.entries .linkto a {
    transition: all .7s ease;
    -webkit-transition: all .2s ease;
    /* box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1); */
    position: relative;
    /* border: 1px solid rgba(255, 255, 255, 0.6); */
    /* line-height: 130%; */
    /* border-radius: 100%; */
    /* height: 300px; */
    color: white;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    font-family: oswald;
    font-size: 31px;
    /* padding: 0px; */
    mix-blend-mode: difference;
    overflow: hidden;
    /* filter: brightness(100%); */
    width: 100%;
    height: 130px;
    /* transform: rotateX(-45deg); */
    border-radius: 0;
    box-shadow: 0 0 0 10px #00000033;
    margin-bottom: 30px;
    float: left;
}

.topBlocks.reisetipps .entries.showcatx {
    margin-bottom: 0px !important;
}
    
}

@media (max-width: 585px) {
	.entries {
		top: 5vh !important;
	}
	h1.open_doorr span {
	    line-height: max(min(6.5vh),70px) !important;
	}
}	


h1.open_doorr {
    position: absolute;
    z-index: 999999;
    font-size: 34px;
    left: 50%;
    top: 32vh;
    width: auto;
    text-align: center;
    display: table;
    cursor: context-menu;
    /* background-color: #ef0000; */
    transform: translateX(-50%);
    /* padding: 0px 1% 0px 1%; */
    color: white;
    border-radius: 10px;
    max-width: 320px;
    /* text-shadow: 1px 1px 3px black; 
    box-shadow: 0 5px 10px -4px black;*/
    /* border-radius: 10px; */
    transition: all .4s ease;
    padding: 4% 2% 2% 2%;
}
/* 

h1.open_doorr:hover {
    box-shadow: 0 11px 13px -6px black;
    transition: all .2s ease;
    padding: 2% 2%;
}
*/

span.open_link strong {
    font-size: 40px;
    top: 4px;
    position: relative;
}
span.open_link {
    /* position: absolute; */
    z-index: 999999;
    font-size: 18px;
    /* left: 50%; */
    /* top: 54vh; */
    width: auto;
    text-align: center;
    display: table;
    cursor: pointer;
    background-color: #ef0000;
    /* transform: translateX(-50%); */
    padding: 0px 20px 6px 20px;
    color: white;
    border-radius: 5px;
    line-height: 100%;
    margin: -5px auto 7px auto;
}
h1.open_doorr:hover .open_link {
    background-color: #ffffff;
    color: #ef0000;
    transition: all .3s ease;
}


@media (max-width: 580px) {

    .open_doorr {
        font-size: 6.5vw !important;
        /* padding: 9px 10px 0px 10px !important; */
        max-width: 100% !important;
    }
}
header {
    display: table;
    position: absolute;
    top: 0;
    width: 100%;
    /* display: none; */
}