@charset "utf-8";
/* CSS document oneGo.de v4 10.06.2019 */

/* Import Roboto
font-family: 'Roboto', sans-serif;
100 thin - 300 light - 400 regular - 500 medium - 700 bold - 900 black */
/* 100 thin */
@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-thin_100.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-thin_100.woff') format('woff'),
	     url('/fonts/roboto/roboto-thin_100.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-thinitalic_100.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-thinitalic_100.woff') format('woff'),
	     url('/fonts/roboto/roboto-thinitalic_100.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

/* 300 light */
@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-light_300.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-light_300.woff') format('woff'),
	     url('/fonts/roboto/roboto-light_300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-lightitalic_300.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-lightitalic_300.woff') format('woff'),
	     url('/fonts/roboto/roboto-lightitalic_300.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* 400 regular */
@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-regular_400.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-regular_400.woff') format('woff'),
	     url('/fonts/roboto/roboto-regular_400.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-italic_400.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-italic_400.woff') format('woff'),
	     url('/fonts/roboto/roboto-italic_400.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* 500 medium */
@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-medium_500.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-medium_500.woff') format('woff'),
	     url('/fonts/roboto/roboto-medium_500.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-mediumitalic_500.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-mediumitalic_500.woff') format('woff'),
	     url('/fonts/roboto/roboto-mediumitalic_500.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* 700 bold */
@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-bold_700.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-bold_700.woff') format('woff'),
	     url('/fonts/roboto/roboto-bold_700.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-bolditalic_700.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-bolditalic_700.woff') format('woff'),
	     url('/fonts/roboto/roboto-bolditalic_700.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* 900 black */
@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-black_900.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-black_900.woff') format('woff'),
	     url('/fonts/roboto/roboto-black_900.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('/fonts/roboto/roboto-blackitalic_900.woff2') format('woff2'),
	     url('/fonts/roboto/roboto-blackitalic_900.woff') format('woff'),
	     url('/fonts/roboto/roboto-blackitalic_900.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}


/* Import Font Awesome */
@font-face {
	font-family: 'FontAwesome';
	src: url('/fonts/font-awesome/fontawesome-webfont.eot');
	src: url('/fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/font-awesome/fontawesome-webfont.woff2') format('woff2'), url('/fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('/fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('/fonts/font-awesome/fontawesome-webfont.svg?#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon_fa::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    /* font-size: inherit; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 1.0;
    vertical-align: middle;
    color: #FFF;
    content: "\f017";
    margin: 0 10px 0 0;
    padding-bottom: 3px;
}

.icon_hint-cir.icon_fa::before {
    content: "\f06a";
}

.icon_hint-tri.icon_fa::before {
    content: "\f071";
}

.icon_mail-o.icon_fa::before {
    content: "\f003";
}

.icon_mail.icon_fa::before {
    content: "\f0e0";
}


/* General */
body, html {
	margin: 0;
	padding: 0;
	/* background-color: #242729; */
	background-color: #e6ecf0;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300; /* light */
	min-height: 100%; /* body - important for disable scrolling with JS */
	overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

/* Remove blue border in FF from img links */
:focus {
	outline: 0;
}

/* Remove blue border when link touched */
/* Do not use for text input fields - or use value initial */
a, label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.wrapper {
	display: table;
	width: 100%;
	height: 100vh;
}

.wrapper .inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 30px;
	vertical-align: middle;
}

.main_frame {
	opacity: 0; /* anim initial state */
	margin: 0 auto;
	width: 380px;
	text-align: center;
	/* border: 1px solid #696969; */
	border-width: 1px;
	border-style: solid;
	/* border-color: #e5e6e9 #dfe0e4 #d0d1d5;*/
	border-color: #d0d1d5;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.08),0 6px 20px 0 rgba(0,0,0,0.08);	
	border-radius: 8px;
	overflow: hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main_frame div {
	padding: 25px;
}

.inner_top {
	/* border-bottom: 1px solid #696969; */
	/* background-color: #F6B33C; */
	background-color: #242729;
	color: #40BAEC;
	font-size: 44px;
	/* letter-spacing: 1.4px; */
	font-weight: 700;
}

.inner_top .icon_fa::before {
	opacity: 1;
	color: #40BAEC;
	font-size: 48px;
	margin-right: 15px;
    padding-bottom: 8px;
}

.inner_middle {
	/* override rule */	
	padding: 70px 30px !important;
	/* color: #848d95; */
	color: #9d9d9c;
	/* background-color: rgba(0, 0, 0, 0.12); */
	background-color: #eff4f7;
	font-size: 22px;
	line-height: 1.6;
	/* fix chrome hover blurry effect */
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.0, 1.0);	
}

.uline {
	/* prepare before-element */
	position: relative;	
}

.uline:before {
	position: absolute;
    left: 0;
    bottom: -3px;
	height: 2px;
    width: 100%;
    content: '';
    background-color: #40BAEC;
	/* border-bottom: 1px dashed #9d9d9c; */
}

.inner_bottom {
	position: relative;
	/* override rule */	
	/* padding: 15px 25px !important; */
	padding: 30px 25px !important;
	border-top: 1px solid #dfe0e4;
	/* background-color: rgba(0, 0, 0, 0.12); */
	background-color: #FFF;
}

.inner_bottom .icon_fa::before {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #9d9d9c;
	opacity: 0.5;
	font-size: 22px;	
	-ms-transition: opacity 0.35s ease,-ms-transform .25s ease;
	-webkit-transition: opacity 0.35s ease,-webkit-transform .25s ease;
	transition: opacity 0.35s ease,transform .25s ease;
	-ms-transform: translate3D(0, 0, 0); /* pseudo el flicker fix */
	-webkit-transform: translate3D(0, 0, 0); /* pseudo el flicker fix */
	transform: translate3D(0, 0, 0); /* pseudo el flicker fix */	
}

.inner_bottom .icon_fa:hover::before {
	opacity: 1;
	-ms-transform: scale(1.30);
	-webkit-transform: scale(1.30);
	transform: scale(1.30);
}


/* animated logo */
#spriteContainer {
	margin-top:0px;
    width: 120px;
    /* height: 35px; */
    height: 20px;
	display: inline-block;
	padding: 0; /* reset */
}

.animate {
    /* background: url("tomdenkt_logo_h-sprite_120x35.png") no-repeat; */
    background: url("tomdenkt_logo_h-sprite_120x20.png") no-repeat;
    -webkit-animation: play 1.466s steps(43) forwards;
       -moz-animation: play 1.466s steps(44) infinite;
        -ms-animation: play 1.466s steps(44) infinite;
         -o-animation: play 1.466s steps(44) infinite;
            animation: play 1.466s steps(43) forwards;
}

.animatehover {
    /* background: url("tomdenkt_logo_h-sprite_120x35.png") no-repeat; */
    background: url("tomdenkt_logo_h-sprite_120x20.png") no-repeat;
 	cursor:default;
    -webkit-animation: playhover 1.466s steps(43) forwards;
       -moz-animation: playhover 1.466s steps(44) infinite;
        -ms-animation: playhover 1.466s steps(44) infinite;
         -o-animation: playhover 1.466s steps(44) infinite;
            animation: playhover 1.466s steps(43) forwards;
}

.animatepause {
    /* background: url("tomdenkt_logo_h-sprite_120x35.png") no-repeat right center; */
    background: url("tomdenkt_logo_h-sprite_120x20.png") no-repeat right center;
 	animation-play-state: paused;
}

@-webkit-keyframes playhover {
   from { background-position:    0px; }
     to { background-position: -5160px; }
}

@-moz-keyframes playhover {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@-ms-keyframes playhover {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@-o-keyframes playhover {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@keyframes playhover {
   from { background-position:    0px; }
     to { background-position: -5160px; }
}



@-webkit-keyframes play {
   from { background-position:    0px; }
     to { background-position: -5160px; }
}

@-moz-keyframes play {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@-ms-keyframes play {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@-o-keyframes play {
   from { background-position:    0px; }
     to { background-position: -5280px; }
}

@keyframes play {
   from { background-position:    0px; }
     to { background-position: -5160px; }
}


@media only screen and (max-width: 440px) {
	/* {
		transition: all 1s;
	} */
    
    body {
        padding: 5%;
    }

    .wrapper .inner {
        padding: 0;
        /* padding-top: 45px;
        vertical-align: top; */
    }
    
    .main_frame {
        width: 100%;
    }
    
    .main_frame .inner_middle {
        padding: 50px 25px;
    }    
}