.row #main-content {
    min-height: calc(100vh - 419px + 8em);
}

.contact_face, .eko_block {
    text-align: center;
}

.impreessum {
	display: none;
}

.contact_face.icons_show .contact_face_title {
	pointer-events: none;
}

.eko_block > div {
	width: max-content;
    position: relative;
    margin: auto;
}

.eko_block > div a {
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.contact_icons > *{
	opacity: 0;
}

div#fb-root {
	transform: scale(.85);
}

.contact_face.icons_show .contact_icons *:nth-child(2) {
	transition-delay: .1s;
}

.contact_face.icons_show .contact_icons *:nth-child(3) {
	transition-delay: .2s;
}

.contact_face.icons_show .contact_icons *:nth-child(4) {
	transition-delay: .3s;
}

.contact_face.icons_show .contact_icons *:nth-child(5) {
	transition-delay: .4s;
}

.contact_face.icons_show .contact_icons *:nth-child(6) {
	transition-delay: .5s;
}

.contact_face.icons_show .contact_icons *:nth-child(7) {
	transition-delay: .6s;
}

.contact_face.icons_show .contact_icons *:nth-child(8) {
	transition-delay: .7s;
}

.contact_face.icons_show .contact_icons *:nth-child(9) {
	transition-delay: .8s;
}

.contact_face.icons_show .contact_icons > * {
	opacity: 1;
    transition: .3s;
    display: block;
    width: 65px;
    position: relative;
}

.contact_face.icons_show .contact_icons > script {
	display: none;
}

.contact_face_image img {
   max-width: 140px; 
   width: 100%;
}

#logo-home > a {
	width: 60%;
	transition: .3s;
}

.contact_icons {
    width: max-content;
    cursor: pointer;
    margin: auto;
    transition: .1s;
}

.contact_icons div {
	opacity: 0;
}

.contact_icons::selected { background-color: none; }
/*
.contact_icons img {
    transition: .1s;
    filter:grayscale(1);
}*/

.contact_icons img:hover {
    filter: grayscale(0);
}

.contact_face_image { cursor: pointer; }

/*

.contact_icons div.contact_mail:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/kontakt/eps/Email%20orange.eps");
}

.contact_icons div.contact_fax:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/kontakt/eps/Fax%20orange.eps");
}

.contact_icons div.contact_WA:before {
    background-image:url("/	files/oomoxx/img/media_kontakt_icons/kontakt/eps/Whatsapp%20farbig.eps");
}

.contact_icons div.contact_calendar:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/kontakt/eps/Calandly%20orange.eps");
}

.contact_icons div.contact_FM:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/kontakt/eps/FB Messenger%20farbig.eps");
}

.contact_icons div.contact_telefon:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/kontakt/eps/Telefon%20orange.eps");
}

.contact_icons div.contact_post:before {
    background-image:url("/	files/oomoxx/img/media_kontakt_icons/kontakt/eps/Post%20orange.eps");
}

*/

.kontaktseite  .request_content span.with_img {
	z-index: 120;
}


.request_block {
    height: 100px;
    height: 100px;
    width: 200px;
    max-width: 100%;
    margin: auto;
}

.request_content span.with_txt {
    padding: 0 6.92308px;
    line-height: 45px;
    color: #fff;
    background: #ff6702;
    font-weight: bold;
    margin-top: 85px;
    position: relative;
    box-shadow: 2px 2px 2px #808080;
    border-radius: 5px;
    display: block;
}

.request_content span.with_img {
    transform: rotate(-15deg);
    position: absolute;
    margin-top: -65px;
    width: 75px;
    right: 4px;
}

.eko_block img {
    filter: grayscale(1);
    cursor: pointer;
    width: 90px;
}

.eko_block img:hover {
    filter: grayscale(0);
}

.contact_face_title span {
    background-color: #ff6702;
    color: white;
    padding: 4px 4px;
    font-weight: bold;
    font-size: 23px;
    cursor: pointer;
}

.contact_face_title {
    background-color: white;
    padding: 15px 5px;
    position: absolute;
    right: -10px;
    top: 132px;
    box-shadow: 0px 0px 10px 0px black;
    z-index: 30;
    animation-name: face;
    animation-duration: 10s;
    opacity: 0;
    animation-iteration-count: infinite;
}

.contact_face_title:before {
    content: "";
    border-top: 45px solid #ef000000;
    border-right: 0px solid #ffffff08;
    border-bottom: 0px solid #00000000;
    border-left: 46px solid #fefefe;
    position: absolute;
    left: 20px;
    top: -40px;
    transform: skew(-152deg);
    z-index: -1;
}

.icons_trigger.icons_show , .icons_trigger ~ * {
    display: none;
}

.contact_face.icons_show > *.contact_icons {
	height: auto;
	pointer-events: auto;
}

.contact_face > *.contact_icons {
	height: 0px;
	pointer-events: none;
}

.contact_face.icons_show > *.contact_icons div {
    opacity: 1;
    max-width: 100%;
}

.contact_face.icons_show > *.contact_icons div a {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
}

.contact_icons::-webkit-scrollbar {
	width: 0px;
}

.large-2.large-2_header.columns { top: 0!important; }
.large-2.large-2_header.columns a { margin: auto; }

.contact_face.icons_show ~ .eko_block { position: static; }

.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in {
	position: static!important;
    height: 66px!important;
    display: block!important;
    width: 66px!important;
    padding: 3px!important;
    filter: grayscale(1);
    transition: .1s;
}

.fb-customerchat.fb_invisible_flow.fb_iframe_widget iframe {
	right: auto!important;
    margin-left: -35px!important;
    transform: scale(.7);
    max-height: 239px!important;
	
}

.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in:hover {
	filter: grayscale(0);
}

a#costless-small{ display: none; }

.contact_icons span {
    display:none;
    position: absolute;
    width: max-content;
    left: calc(50% + 40px);
    z-index: 10;
    background: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: -60px;
    border: 3px solid #ff6702;
    text-align: left;
    bottom: 0;
    max-width: calc(100vw - 100px) ;
}

.contact_icons span:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -20px;
    bottom: 20px;
    border-top: 10px solid #dbe42700;
    border-right: 10px solid #ff6702;
    border-bottom: 10px solid #00000003;
    border-left: 10px solid #fc060600;
}

.speech_bubble_global {
  display: none;
}

.left_side_kontakt, #logo-home {
     transition: .3s;
}


@keyframes face {
 0% {opacity: 1}
 50% {opacity: 0}
 100% {opacity:0}
}

@media only screen and (max-width: 73.063em) {
	
	.contact_icons div.hover > span {
		display: block;
	}
	
	.contact_face.icons_show > *.contact_icons, .kontaktseite .contact_face.icons_show > *.contact_icons{
		height: calc(100% - 250px);
	}
	
	.left_side_kontakt.show_in_header .contact_face.icons_show > *.contact_icons {
		height: calc(100% - 195px);
	}
	
	.contact_face.icons_show .contact_icons > * { 
		margin: auto; 
		height: calc(100% / 7 - 10px);
		max-height: 60px;
    	margin-top: 10px;
    	width: 100%;
	}
	
	.contact_face.icons_show .contact_icons > * > img {
		right: 0;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	z-index: 100;
	}
	
	.contact_face.icons_show .contact_icons > *.hover > img {
		z-index:0;
	}
	
	.contact_face.icons_show .contact_icons > * > a {
		display: block;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	margin: auto;
    	height: 100%;
    	left: 0;
    	right: 0;
	}
	
	.contact_icons img {
		max-height: 60px;
    	height: 100%;
    	transform: scale(1.07);
	}
	
	.contact_icons span {
		bottom: 35%;
	}
	
.contact_face_title { right: calc(50% - 94px - (132px/2)); top: calc(133px / 2);}
.icons_trigger, .icons_close { right: calc(50% + 20px); }
.contact_face .speech_bubble_global.show {
    position: fixed;
    width: max-content;
    left: 0;
    z-index: 10;
    background: white;
    padding: 15px 15px 10px;
    border-radius: 5px;
    border: 3px solid #ff6702;
    text-align: left;
    margin: 50px 0 0 70px;
}

.contact_icons span:before {
	bottom: 0;
}


.contact_face.icons_show {
	position: fixed;
	z-index: 103;

}

.contact_icons {
	width: 100px;
	left: 0;
	margin-top: 195px;
}


.contact_icons {
	    position: fixed;
    z-index: 101;
}

.social_icons.hide_this {
	display: none ;
}
ul.level_1 .level_2 {
	display: none;
}

.contact_face_image {
    position: fixed;
    top: 65px;
    z-index: 1000;
    left: 0;
    width: 100px;
}

.top-header-with-img header > img {
	height: 150px;
}

div#right-contents > *:not(.social_icons) {
	display: none;
}

.social_icons {
	position: fixed;
    bottom: calc(50% - 145px);
    left: 0;
    width: 40px;
    background: white;
    padding: 10px 10px 10px 3px;
    box-shadow: 0px 0px 9px 0px black;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 0;
}

.social_icons.before_footer {
	bottom: auto;
}

#right-contents div[class^=icon_] {
	width: 30px;
    height: 30px;
}

ul.level_1 > li > ul.level_2:before {
	display: none;
}

.contact_icons.with_indent {
	z-index: 1;
}




#right-contents div[class^=icon_]:before {
	    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

div#fb-root ~ script { display: none; }

.contact_face_image { text-align: center; }

.left_side_kontakt { min-height: auto!important; margin-top: 0!important;}

.speech_bubble_global.show .close {
    line-height: 10px;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    background: #ff6702;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
}

.speech_bubble_global.show:before {
    content: "";
    border-top: 0px solid #1bc71e00;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #ffffff;
    border-left: 13px solid #fc060600;
    position: absolute;
    top: -60px;
    right: calc(50% - 30px);
    display: none;
}

.eko_block, .impreessum, .contact_face.icons_show ~ .eko_block {
	display: block;
	position: fixed;
    bottom: 0;
    z-index: 1;
    width: calc(50% - 50px);
    height: 55px;
    background: #ebebeb;
    text-align: center;
}

.show_in_header .eko_block, .show_in_header .impreessum {
	display: none!important;
}

.contact_face_title {
	display: none;
}

.eko_block img {
	width: 55px;
}


.impreessum img {
	    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: #f47217;
    padding: 5px;
}

.eko_block {
	left: 0;
}

.impreessum {
	right: 0;
}

.large-2.columns.hide-for-medium-down {
	display: block!important;
}

.request_content span_with_txt {
	display: none;
}

.request_content span.with_img {
	right: 0;
    position: fixed;
    left: 0;
    margin: auto;
    transform: rotate(0);
    z-index: 1;
    background: #ebebeb;
    display: block;
    height: 120px;
    width: 135px;
	bottom: -40px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    transition: .3s;
}

body:not(.kontaktseite) .request_content.half span.with_img {
	width: 100px;
	bottom: 0px;
}

.request_content span.with_txt {
	display: none;
}

.request_content span img {
	width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -moz-animation: cycle 4s linear 10;            
    -webkit-animation: cycle 4s linear 10;
}

	.sprung {
		visibility: hidden;
    	height: 0px !important;
    	margin-top: -200px;
    	padding-top: 200px;
	}
	
}

#footer {
	padding-bottom: 55px;
}

@media only screen and (min-width: 73.063em) {
.contact_icons span.show_content {
    display:block;
}


.contact_icons div:hover > span {
    display: block;
}


.impreessum {
	display: none;
}

.large-2.columns nav.mod_navigation.side-navi.block {
    display: none;
}

.mobile_menu_opener, .mobile_menu_closer {
    display: none;
}
}

@media(min-width: 73.063em) {
 .row > .large-2.columns:not(.hide-for-medium-down) { position: fixed; z-index: 25; width: 200px; top: 95px; }
 .row > .large-8 { left: 16.666667%;}
  .large-2.columns.hide-for-medium-down { right: 16.66667%; }
  #wrap-all > .row.top-header-with-img { position: sticky;
    top: -140px;
    z-index: 24; 
}

	.sprung {
		visibility: hidden;
    	height: 0px !important;
    	margin-top: -340px;
    	padding-top: 340px;
	}

.hide-for-medium-down #social-claim { left: 57%;
    width: 140px;
    display: block;}

.left_side_kontakt { 
    min-height: calc(100vh - 235px);
    margin-top: 140px;
}

.eko_block {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: .3s;
}

.eko_block.position_changed {
	bottom: 140px;
}

.row.top-header-with-img > .large-2.columns { top: 0px; }

.row.top-header-with-img > .large-2.columns a { margin: auto; }

.large-2.columns.hide-for-medium-down { 
	top: 200px;
    position: sticky; 
}

li.oomoxx-DVD { max-width: 95px; }

.mod_navigation.custom-top-navigation ul.level_1 > li:not(.last):after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
}
}

@-webkit-keyframes cycle {
    35% {transform: rotate(0deg) translate(0, 0);}
            40% {transform: rotate(5deg) translate(0, -2px);}
            45% {transform: rotate(-3deg) translate(0, -2px);}
            50% {transform: rotate(5deg) translate(0, -2px);}
            55% {transform: rotate(-3deg) translate(0, -2px);}
            60% {transform: rotate(5deg) translate(0, -2px);}
            65% {transform: rotate(-3deg) translate(0, -2px);}
            70% {transform: rotate(5deg) translate(0, 0);}
}