/**************************************/
/**                                  **/
/** stat.visualcosmos.com            **/
/**                                  **/
/** Allgemeine HTML-Formatierungen   **/
/** Schriften & Links                **/
/** Header                           **/
/** HTML-Auszeichnungen              **/
/** Footer                           **/
/** Responsive                       ***/
/**                                  ***/
/**************************************/




/************************************/
/** ALLGEMEINE HTML-FORMATIERUNGEN **/
/************************************/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://stat.visualcosmos.com/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://stat.visualcosmos.com/fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://stat.visualcosmos.com/fonts/MaterialIcons-Regular.woff) format('woff'),
    url(https://stat.visualcosmos.com/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://stat.visualcosmos.com/fonts/roboto/roboto-v51-latin-regular.woff2) format('woff2');
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://stat.visualcosmos.com/fonts/roboto/roboto-v51-latin-italic.woff2) format('woff2');
}

/* roboto-600 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://stat.visualcosmos.com/fonts/roboto/roboto-v51-latin-600.woff2) format('woff2');
}

/* roboto-600italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://stat.visualcosmos.com/fonts/roboto/roboto-v51-latin-600italic.woff2) format('woff2');
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://stat.visualcosmos.com/fonts/roboto/roboto-v51-latin-700.woff2) format('woff2');
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://stat.visualcosmos.com/fonts/roboto/roboto-v51-latin-700italic.woff2) format('woff2');
}

/* roboto-mono-700 - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://stat.visualcosmos.com/fonts/roboto-mono/roboto-mono-v31-latin-700.woff2) format('woff2');
}

/* roboto-mono-700italic - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://stat.visualcosmos.com/fonts/roboto-mono/roboto-mono-v31-latin-700italic.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


*{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

html, body{
	width: 100%;
	height: 100%;
}

body{
	overflow-x: hidden;
}

body *{
	box-sizing: border-box;
	outline: 0;
}

.left{float: left;}

.right{float:right;}

.clear{clear: both;}

hr{
	border: none;
    border-top: 1px solid black;
    height: 1px;
    margin: 11px 0px;
}

img#krypto {
    position: relative;
    left: -72px;
    margin-bottom: 30px;
}

/************************/
/** SCHRIFTEN & LINKS **/
/***********************/

p{
	font-weight: 400;
    font-size: 20px;
    line-height: 140%;
	vertical-align: middle;
}

p a{
	color:black;
	text-decoration:none;
	border-bottom: 2px solid #000;
}

p a:hover{
	color: #c5112a;
	border-bottom-color: #c5112a;
}

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *{
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
}

h1{
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 27px;
}

h1 strong{
	font-size: 40px;
	line-height: 48px;
	color: #c5112a;
}

h2, h3, h4, h5, h6{
	font-size: 22px;
    line-height: 27px;
    margin-bottom: 4px;
    margin-top: 40px;
}

h1 .button, h1 .button *,
h2 .button, h2 .button *,
h3 .button, h3 .button *,
h4 .button, h4 .button *,
h5 .button, h5 .button *,
h6 .button, h6 .button *,
h1 .button-3d, h1 .button-3d *,
h2 .button-3d, h2 .button-3d *,
h3 .button-3d, h3 .button-3d *,
h4 .button-3d, h4 .button-3d *,
h5 .button-3d, h5 .button-3d *,
h6 .button-3d, h6 .button-3d *,
h1 button, h1 button *,
h2 button, h2 button *,
h3 button, h3 button *,
h4 button, h4 button *,
h5 button, h5 button *,
h6 button, h6 button *{
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
}

#footer *{
	font-size: 14px;
	color: black;
}

#footer a {
    color: black;
    text-decoration: none;
    border: none;
}

#footer address a{
	text-decoration: underline;
    position: relative;
}

#footer a:hover{
    background-color: #c5112a;
    color: #fff;
}

#footer a:hover *{
    color: #fff;
}

#footer address a:hover{
	text-decoration: none;
}


#top-bar a, #top-bar a i{
	color: white;
	text-decoration: none;
	line-height: 40px;
}

#top-bar a{
	font-size: 14px;
}

#top-bar a:hover,
#top-bar a:hover i{
	color: #c5112a;
}

address{
	font-style: normal;
	line-height: 29px;
	margin-top: -5px;
}

strong, b{
	font-weight: bold;
}


@media(min-width: 740px){
	a.button-3d,
    #footer a{
		display: inline;
	}

	a.button-3d
    #footer a{
		border-bottom:0
	}

	a.button-3d{
		color:black;
		display:inline-block;
		text-decoration:none;
		overflow:hidden;
		vertical-align:top;
		-webkit-perspective:600px;
		perspective:600px;
		-webkit-perspective-origin:50% 50%;
		perspective-origin:50% 50%;
		border-bottom: 2px solid #000;
		margin-bottom: -2px;
	}

    #footer a{
        color: black;
        display: inline-block;
        text-decoration: none;
        overflow: hidden;
        vertical-align: top;
        -webkit-perspective: 600px;
        perspective: 600px;
        -webkit-perspective-origin: 50% 50%;
        perspective-origin: 50% 50%;
    }

	a.button-3d:hover,
    #footer a:hover{
		border-color:white;
		font-weight: normal !important;
	}

	a.button-3d:hover span,
    #footer a:hover span{
		background:#c5112a;
		-webkit-transform:translate3d(0,0,-30px) rotateX(90deg);
		transform:translate3d(0,0,-30px) rotateX(90deg);
		font-weight: normal !important;
	}

	a.button-3d span,
    #footer a span{
		display:block;
		position:relative;
		padding:0 3px;
		-webkit-transition:all .5s ease;
		transition:all .5s ease;
		-webkit-transform-origin:50% 0;
		transform-origin:50% 0;
		-webkit-transform-style:preserve-3d;
		transform-style:preserve-3d;
		font-weight: normal !important;
	}

	a.button-3d span:after,
    #footer a span:after{
		content:attr(data-title);
		display:block;
		position:absolute;
		left:0;
		top:0;
		padding:0 3px;
		color:#fff;
		background:#c5112a;
		-webkit-transform-origin:50% 0;
		transform-origin:50% 0;
		-webkit-transform:translate3d(0,105%,0) rotateX(-90deg);
		transform:translate3d(0,105%,0) rotateX(-90deg);
	}

	.container.home{
		min-height: calc(100% - 497px) !important;
	}

    #footer address a{
        top: 5px;
    }
}




/************/
/** HEADER **/
/************/

#logo{
	max-width: 75%;
	height: auto;
	margin: 39px 0px 86px -12px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.agency-name{
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 16px;
    margin-top: 10px;
    max-width: calc(100% - 30px);
    padding-left: 162px;
    position: relative;
    top: -95px;
}

#top-bar{
	background: #373737;
	height: 40px;
	width: 100%;
	line-height: 40px;
	color: white;
	position: relative;
	top: 0px;
	left: 0px;
	-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

#top-bar .container{
	font-size: 14px;
	line-height: 40px;
}

#top-bar:hover #close-frame{
	opacity: 1;
}

#close-frame{
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

a#ticketsystem-box {
    position: absolute;
    background: #c5112a;
    color: white;
    right: 0px;
    bottom: 0px;
    padding: 5px 11px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

a#ticketsystem-box:hover{
    background: black;
}




/**************************/
/** HTML-AUSZEICHNUNGEN **/
/*************************/

i.material-icons{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: -5px;
}

.big-icon i.material-icons{
	font-size: 590px;
    color: #c5112a;
    position: absolute;
    z-index: -5;
    top: -60px;
    opacity: 0.2;
    left: 110px;
}

.big-icon-full i.material-icons{
	font-size: 845px;
	color: black;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	cursor: pointer;
}

.big-icon-full i.material-icons:hover{
	color: #c5112a;
}

.big-icon-xl i.material-icons{
	font-size: 700px;
    color: #c5112a;
    position: fixed;
    z-index: -5;
    top: 10px;
    left: 20px;
    opacity: 0.2;
}

img{
	max-width: 100%;
	height: auto;
}

.full{
	width: 100%;
}

.container{
	width: 100%;
	padding: 0px 15px;
	max-width: 840px;
	margin: 0 auto;
}

.container.home{
	padding: 0px 15px 80px 15px;
	min-height: 350px;
	position: relative;
}

.home ul{
	list-style: none;
	margin: 30px 0px;
}

.home ul li{
	padding: 10px 0px;
	border-top: 1px solid black;
}

.home ul li:last-of-type{
	border-bottom: 1px solid black;
}

form input,
form input[type='email'],
form input[type='text'],
form textarea,
form select,
input#domain,
textarea[name="message"],
.input{
    background: #fff;
    border: 2px solid #d5cccc;
    font-size: 20px;
    padding: 10px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

textarea[name="message"]{
	resize: none;
}

form select{
	max-width: 500px;
    height: 52px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 60% !important;
    background-repeat: no-repeat !important;
    background-image: url(https://stat.visualcosmos.com/media/material-design-arrow-down.png) !important;
    background-size: 30px !important;
}

form input:active,
form input:focus,
form input[type='email']:active,
form input[type='email']:focus,
form input[type='email']:hover,
form input[type='text']:active,
form textarea:active,
form input[type='text']:focus,
form textarea:focus,
form input[type='text']:hover,
form textarea:hover,
form input[type='submit']:active,
form input[type='submit']:focus,
input#domain:hover,
input#domain:active,
input#domain:focus,
textarea[name="message"]:hover,
textarea[name="message"]:active,
textarea[name="message"]:focus,
.input:hover, .input:active, .input:focus{
	border:2px solid #404040;
}

textarea, input, button {
	outline: none;
}

label{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.error{
	border-color: #c5112a !important;
	color: #c5112a !important;
}

.messages,
#hetzner .messages div{
	padding: 14px 50px 11px 20px !important;
    font-size: 18px !important;
    position: relative;
    line-height: 27px;
    color: black !important;
    margin: 6px 0 5px 0px !important;
    border: none !important;
}

#hetzner .messages div{
    padding: 0px 50px 0px 20px !important;
    line-height: 55px !important;
}

#hetzner .messages{
    padding: 0px !important;
    line-height: inherit !important;
    margin: 0px !important;
    overflow: hidden;
}

.messages.error,
#hetzner .messages.error div{
    background: #fcf3f4 !important;
}

#hetzner .messages.error{
    background: white !important;
}

.messages.success {
    background: #f3fcf5 !important;
    margin-top: 28px !important;
    margin-bottom: 43px !important;
}

.messages.error:after {
    content: "error";
    display: block;
    font-family: "Material Icons";
    color: #c5112a;
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 35px;
}

#hetzner .messages.error:after{
    top: 20px;
}

.messages.success:after {
    content: "check_circle";
    display: block;
    font-family: "Material Icons";
    color: #11c53b;
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 35px;
}



.captchaText{
	width: 148px !important;
}

form{
	margin: 20px 0px;
}

.button,
input[type="submit"]{
	padding: 9px 19px;
    background: black;
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: inherit;
    border: none;
    margin-top: 20px;
    text-decoration: none;
}

input[type="submit"]{
	width: inherit;
}

.button:hover,
.button:active,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus{
	background: #c5112a;
	border: none !important;
	text-decoration: none;
}


input[type="radio"] {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    background:none !important;
}

input[type="radio"]:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    background: url(https://stat.visualcosmos.com/media/radio.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media(max-width: 555px){
    input[type="radio"]:after {
        top: 0px;
    }
}

input[type="radio"]:checked:after {
    background-image: url(https://stat.visualcosmos.com/media/radio-active.png);
}

input[type="file"],
input[type="file"]:active,
input[type="file"]:hover,
input[type="file"]:focus{
    font-size: 12px !important;
    border: none;
    padding-left: 0px;
}





/************/
/** FOOTER **/
/************/

#footer{
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 14px;
    background-color: white; /**background-image:-webkit-linear-gradient(right,#6d000f,#c5112a);background-image:linear-gradient(-90deg,#6d000f,#c5112a);**/
    color: black;
}

#footer ul{
	list-style:none;
}

#footer ul li{
	margin-bottom:10px
}

#footer .contact span{
	display:inline-block;
}

#footer .contact small{
	font-size:10px
}

.contact p a {
	display: inline-block;
	margin-bottom: 2px;
}

div.address,
footer .contact-wrapper,
.footer-menu-wrapper,
ul.social-icons{
	float: left;
}

div.address {
    width: 25% !important;
    margin-right: 5% !important;
}

footer .contact-wrapper {
    width: 25% !important;
    margin-right: 7% !important;
}

ul.social-icons {
    width: 10% !important;
    margin-right: 5% !important;
}

.footer-menu-wrapper {
    float: left;
    width: 23% !important;
    position: relative;
}

footer ul.menu {
    display: inline-block !important;
    float: right;
}

#footer .social-icons li{
	margin-right:10px
}

#imprint {
    font-size: 14px;
    background-color: white; /**background-image:-webkit-linear-gradient(right,#6d000f,#373737);background-image:linear-gradient(-90deg,#6d000f,#373737)**/
}

#imprint .container{
    position: relative;
}

#imprint .imprint {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0px;
    padding-bottom: 55px;
    color: black;
    font-size: 12px;
    position: relative;
}

.browser-info-wrapper i.material-icons{
	color: #c5112a;
    margin-right: 20px;
}

span.info-label {
    display: inline-block;
    min-width: 230px;
}

/*****************/
/**** OTL CSS ****/
/*****************/

fieldset#message label,
#otl label{
	margin-left: 0px !important;
}

fieldset#message {
    border: none !important;
}

/****************/
/** RESPONSIVE **/
/****************/

@media (max-width: 767px){
	h1,
	h1 strong{
		font-size: 29px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	#logo{
		margin-bottom: 20px;
		margin-top: 9px;
		max-width: 252px;
		margin-left: -8px;
	}

	.agency-name{
		top: -31px;
		padding-left: 0px;
	}

	.big-icon i.material-icons{
	    font-size: 410px;
	    top: 20px;
	    left: 0px;
	}

	.big-icon-xl i.material-icons{
		font-size: 460px;
	    top: 18px;
	    left: -15px;
	}

	.container,
	.container.home{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	#footer{
		padding-top: 20px;
		padding-bottom: 17px;
	}

	.container.home{
		padding-bottom: 40px;
	}

	    img#krypto{
           left: -64px;
    width: 260px;
        height: auto;
        margin-bottom: 20px;
    }

    div.address,
    footer .contact-wrapper,
    ul.social-icons,
    .footer-menu-wrapper{
        width: 50% !important;
        margin-right: 0px !important;
        margin-bottom: 20px;
        float: left;
    }

    .footer-menu-wrapper,
    .contact-wrapper {
        padding-left: 6px;
    }

    footer ul.menu{
        float: none;
    }


}

@media (max-width: 570px){
	span.info-label{
		min-width: inherit !important;
	}
}


/* XL BREAKPOINT */
@media only screen and (min-width: 1600px){
    .container{
        max-width: 1120px;
    }

    body,
    form input[type='email'],
    form input[type='text'],
    form textarea,
    form input[type='submit'],
    p,
    span,
    .button-3d,
    .button-3d span,
    label,
    input#domain,
    textarea[name="message"],
    .input{
        font-size: 24px;
    }

    h2, h3, h4, h5, h6{
        font-size: 28px;
        line-height: 33px;
        margin-top: 65px !important;
    }

    .hero h1, h1, h1 strong{
        font-size: 46px !important;
        line-height: 53px !important;
        margin-top: 13px !important;
    }

    #footer,
    #imprint .imprint,
    .agency-name,
    header nav > .nav-footer,
    .icon-box .icon-box_more,
    #footer *,
    #footer address
    {
        font-size: 18px;
        line-height: 140%;
    }

    #footer address{
    	line-height: 200%;
    }

    #imprint .imprint{
    	line-height: 50px;
    }

    .agency-name{
        margin-top: 6px;
        padding-left: 179px;
    }

    #logo{
        width: 420px;
        margin-left: -15px;
        margin-top: 49px;
    }

    .hero{
        padding-top: 86px;
    }

    header{
        top: 50px;
    }

    header nav > .nav-main{
        max-width: 555px;
        top: 106px;
    }

    header nav > .nav-main ul li a {
        font-size: 24px;
        margin-bottom: 8px;
    }

    header nav > .nav-footer{
        line-height: 22px;
    }

    header #nav-toggle .nav-burger .burger i{
        height: 5px;
        width: 37px;
    }

    header #nav-toggle .nav-burger .burger:before, header #nav-toggle .nav-burger .burger:after{
        border-width: 5px;
        width: 37px;
    }

    header #nav-toggle .nav-burger .burger{
        height: 18px;
        left: 45%;
    }

    header #nav-toggle .nav-burger{
        width: 55px;
        height: 55px;
    }

    .icon-box{
        min-height: 430px;
    }

    .icon-box h3{
        font-size: 36px;
        line-height: 40px;
    }

    .icon-box_text p {
        font-size: 18px;
        line-height: 24px;
    }

    .icon-box_icon > .material-icons {
        font-size: 70px;
        padding: 20px 0px;
    }

    .icon-box_more .material-icons{
        font-size: 24px;
        top: 5px;
    }

    .one-column-text{
        margin-bottom: 58px;
    }

    form .form-type-checkbox .description{
        font-size: 16px;
        line-height: 23px !important;
    }

    input.form-checkbox, input.form-radio{
        margin-top: 6px;
    }

    span.arrow-down i{
        font-size: 38px;
    }

    span.info-label{
    	min-width: 290px;
    }

    .container.home{
		min-height: calc(100% - 566px) !important;
	}

}

@media (max-width: 550px) {
  div.address, footer .contact-wrapper, ul.social-icons, .footer-menu-wrapper {
    width: 100% !important;
  }

  .footer-menu-wrapper,
  .contact-wrapper {
    padding-left: 0px;
  }
}

.cards .card {
  background-color: #efefef;
  display: block;
  margin-bottom: 2%;
  padding: 20px 20px 20px 50px;
  position: relative;
}

@media (min-width: 678px) {
  .cards .card {
    display: flex;
  }
}

.cards .card__title {
  margin-top: 0 !important;
}

@media (min-width: 678px) {
  .cards .card__title {
    margin-right: 40px;
    width: 250px;
  }
}

.cards .card .status-indicator {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.cards .card .status-indicator.status-danger {
  background-color: #ff1100;
}

.cards .card .status-indicator.status-ok {
  background-color: #38c507;
}


