
.cursor-default{
	cursor:default !important;
}

.main-content>.row>.col-9 model-viewer.group_1{
	display:block !important;
}


.vkb_btn{
	
    width: 100%;
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
    font-size: 40px;

}

.default-screen.abwesenheitsscreen{
    background-color: rgb(184, 184, 184, 0.92);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.form_kb_holder .keyboard-bg{
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.form_kb_holder .keyboard-input{
    border-color: #272727;
    color: #272727;
}

.form_kb_holder .keyboard-input:hover{
    border-color: #e30613;
    color: #e30613;
}

#away_overlay .default-screen.abwesenheitsscreen a.btn_style.btn_secondary_alt {
    color: #fff;
    border: solid 2px #fff;
}

#wishlist_content .praesentation_slide_holder{
	display:none;
}

.overlay .overlay_content textarea {
    border-radius: 1.5rem;
    padding: 0.5rem 0.5rem;
    border: 2px solid white;
    height: 120px;
    width: 490px;
}

.cc_holder{
	width:100%;
	display:none;
	position:relative;
    max-width: 350px;
}

#cc_holder_1{
	display:block;
}

.cc_holder .cc_plus{
    position: absolute;
    top: 0;
    right: -0.025rem;
    cursor: pointer;
    background-color: #e30613 !important;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0 1.5rem 1.5rem 0;
}

.cc_holder .cc_plus i{
    font-size: 1rem;
    margin-top: 0.75rem;
}

.cc_holder .cc_minus{
    position: absolute;
    top: 0;
    left: -0.025rem;
    cursor: pointer;
    background-color: #e30613 !important;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.5rem 0 0 1.5rem;
}

.cc_holder .cc_minus i{
    font-size: 1rem;
    margin-top: 0.75rem;
}

.always_hidden{
	display:none !important;
	width:1px;
	height:1px;
	overflow:hidden;
	opacity:0;
}

.no_ar .ar-button{
	display: none;
}

.vkb{
	
    display: none;
    justify-content: center;
	
}

.vkb .keyboard-input{
	color:#004175;
	border-color:#004175;
}

#show_wl, #create_wl, #show_my_wl{
	display:none;
}

.link_mail_privacy span{
	color: #eaeaea;
}

.main-content.overview{
	padding-bottom:100px;
}

.bottom_navigation{
	background-color:#F0F2F6;
	z-index:3000;
}

.bottom_navigation .nav-link{
	cursor:pointer;
}

.company_logo{
	cursor:pointer;
}



#tutorial_overlay{
	z-index:20000;
	width:100%;
	height:100%;
	/* background-color:rgba(0,0,0,0.9); */
	position:fixed;
	top:0;
	left:0;
}

#away_overlay{
	z-index:20001;
	width:100%;
	height:100%;
	/* background-color:rgba(0,0,0,0.9); */
	position:fixed;
	top:0;
	left:0;
	display:none;
}

#search_overlay{
	z-index:20002;
	width:100%;
	height:100%;
	/* background-color:rgba(0,0,0,0.9); */
	position:fixed;
	top:0;
	left:0;
	display:none;
}

.mail_sent_airplane{
	width:100px;
	height:auto;
}

.overlay_content .list.main_wishlist{
	width:100%;
}

.overlay .overlay_content .watchlist-select{
	align-items:start;
}

.overlay .overlay_content .watchlist-select .wishlist-wrapper .wishlist-select[aria-expanded="true"] .wishlists-entry{
	z-index:5;
}

.overlay_content .input{
	border-radius: 5rem;
    	border: 2px solid #fcfdfd;
}

.edit_wishlist_title{
	margin-left:10px;
	cursor:pointer;
}

.deltitle{
	color:#fff;
}

.delete_wishlist{
	margin-left:10px;
	cursor:pointer;
}

.modal-dialog .modal-body .btn-close{
	margin-right: 1rem;
}

@media (min-width: 992px)
{
	.wishlist-wrapper {
		padding: 1rem;
		padding-left: 0;
	}
}

.at-container .ce-col{
  display: block;
}

.menue-filter{
	cursor:pointer;
}

.menue-filter.active a{
	color: #e30613 !important;
}

.wishlistoverlay{
	display:none;
	z-index:1000;
}

.homelink{
	cursor:pointer;
}

.show_wl{
	cursor:pointer;
}

span.btn_style {
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
  padding: 0.4rem 1.2rem;
  cursor: pointer;
  border-radius: 5rem;
  transition: 0.25s;
  box-sizing: border-box;
  border: solid 2px #e30613;
}
span.btn_style i {
  margin-right: 0.2em;
}
span.btn_style.btn_primary {
  color: #ffffff;
  background-color: #e30613;
}
span.btn_style.btn_primary:hover {
  background-color: #ea2d00;
  border-color: #ea2d00;
}

.to_page{
	cursor:pointer;
}


.btn_style {
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
  padding: 0.4rem 1.2rem;
  cursor: pointer;
  border-radius: 5rem;
  transition: 0.25s;
  box-sizing: border-box;
  border: solid 2px #e30613;
}
.btn_style i {
  margin-right: 0.2em;
}
.btn_style.btn_primary {
  color: #ffffff;
  background-color: #e30613;
}
.btn_style.btn_primary:hover {
  background-color: #e30613;
  border-color: #e30613;
}

.logo_holder{
	margin-top:5rem;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#currentuser{
	display:none;
}


.start_page_category{
	width:100%;
	position:relative;
	.h1{
		font-weight: 600;
	}
}


.keyboard-bg{

}

#msgbox{
    z-index: 60000;
}

.home_icon{
    position: relative;
    right: 0;
    border: 1px solid #e30613;
    color: #e30613;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    font-size: 1.25rem;
    float: left;
    cursor: pointer;
    margin-top: -5px;
    margin-right: 10px;
}

.keyboard-input{
	border: 1px solid rgba(255,255,255,0.75);
	color: rgba(255,255,255,0.75);
	width: 64px;
	height: 64px;
	text-align: center;
	border-radius: 5px;
	cursor:pointer;
	display: table-cell;
	float:left;
	margin-right:4px;
	vertical-align:middle;
	padding-top:2px;
	font-size: 2.5rem;
	
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.keyboard-input:hover{
	color: #eaeaea;
	border-color: #eaeaea;
}

.keyboard-space{
	width:128px;
}

.keyboard-large-space{
	width:222px;
}


.keyboard-com{
	width:113px;
}

.keyboard-de{
	width:80px;
}


.keyboard-at{
	margin-left:-26px;
}

.keyboard-line{
	display:block;
	clear:both;
	padding-top:4px;
}

.keyboard-line-1{
	margin-left: 13px;
}
.keyboard-line-3{
	margin-left: 13px;
}
.keyboard-line-4{
	margin-left: 27px;
}
.keyboard-line-5{
	display: flex;
    align-items: center;
    justify-content: center;
}



@media (max-width: 1000px)
{
	
	.form_kb_holder .keyboard-bg{
		width: 25rem;
		margin-left: auto;
		margin-right: auto;
	}

	.keyboard-input{
		width:48px;
		height:48px;
		font-size:24px;
		margin-top:5px;
		padding-top:5px;
	}
	.keyboard-large-space{
		width:260px;
	}
	.keyboard-de {
		width: 60px;
	}
	.keyboard-com {
		width: 73px;
	}
}


.watchlist-select{
	justify-content:left !important;
}

.sublistselect {
	justify-content:left !important;
}

.noscroll_over{
	height:0;
	overflow:hidden;
}

.sublistheader{
	color:#009de0;
	margin:0;
	font-weight:300;
}

@media (max-width: 1200px)
{
	.keyboard-input{
		width:32px;
		height:32px;
		font-size:18px;
		margin-top:5px;
		padding-top:2px;
	}
	.keyboard-large-space{
		width:260px;
	}
	.keyboard-de {
		width: 40px;
	}
	.keyboard-com {
		width: 60px;
	}
}


@media (max-width: 450px)
{
	.keyboard-input{
		width:24px;
		height:24px;
		font-size:14px;
		margin-top:3px;
		padding-top:1px;
	}
	.keyboard-large-space{
		width:200px;
	}
	.keyboard-de {
		width: 30px;
	}
	.keyboard-com {
		width: 40px;
	}
}




.kacheln.kachel_single .kacheln_container .content_container{
	justify-content: flex-end;
}
.kachel_overlay.kacheln_container .content_container{
	justify-content: flex-end;
}
.kachel_overlay.kacheln_container .content_container .text_container .h5, .kachel_overlay.kacheln_container .content_container .text_container .h5 > *{
	margin: 0;
}


.pdffiles {
	position: relative;
	width: 100%;
    max-width: 1200px;
    margin: 2rem auto;
}

.pdffiles ul{
	list-style: none;
}
.pdffiles ul li{
	position: relative;
	font-size: 1.375rem;
	line-height: 3.5rem;
}

.pdffiles ul li::before{
	position:absolute;
	top: 0;
	left: -32px;
	content: "\f1c1";
	font-family: "Font Awesome 6 Free";
	color: #e30613;
	font-size: 1.6rem;
	width: 32px;
	height: 32px;
	display: block;
}

.hotspot_btn{
	padding:4px 10px;
}

.hotspot_btn_disabled{
	padding:4px 10px;
	color:#666;
	cursor:standard;
}

#hotspots .trash{
	float:left;
	display:inline-block;
	font-size:24px;
	margin-right:10px;
	cursor:pointer;
}

#hotspots .trash:hover{
	color:#c00;
}

#hotspots textarea{
	padding:2px;
}

.praesentation_home{
	position:fixed;
	z-index:500;
	top:1rem;
	left:1.5rem;
}

.praesentation_heart{
	cursor:pointer;
}


.praesentation_heart{
	position:fixed;
	z-index:500;
	top:1rem;
	right:1.5rem;
} 

.add_all_to_wishlist{
	cursor:pointer;
}

.add_all_to_wishlist{
	position:fixed;
	z-index:501;
	top:4rem;
	right:1.5rem;
} 

.tinytext{
	font-size:0.75rem;
	text-align:center;
	margin-top:-0.25rem;
}


.remove_all_from_wishlist{
	cursor:pointer;
}

.remove_all_from_wishlist{
	position:fixed;
	z-index:502;
	top:7rem;
	right:1.5rem;
} 
.praesentation-content{
	  -webkit-user-select: none; /* Safari */
	  -ms-user-select: none; /* IE 10 and IE 11 */
	  user-select: none; /* Standard syntax */
}

.praesentation_slide_holder{
	width:100%;
	height:100vH;
}

.praesentation_slide{
	width:100%;
	height:100%;
	display:none;
}

.praesentation_slide img{
	width:100%;
	height:100%;
  object-fit: contain;
}

.praesentation_slide_1{
	display:block;
}

.praesentation_left{
	position:fixed;
	width:50vW;
	height:100vH;
	left:0;
	top:0;
	  -webkit-user-select: none; /* Safari */
	  -ms-user-select: none; /* IE 10 and IE 11 */
	  user-select: none; /* Standard syntax */
}

.praesentation_right{
	position:fixed;
	width:50vW;
	height:100vH;
	right:0;
	top:0;
	  -webkit-user-select: none; /* Safari */
	  -ms-user-select: none; /* IE 10 and IE 11 */
	  user-select: none; /* Standard syntax */
}

