@font-face {
    font-family: 'Roboto';
    src: url('./Roboto-Regular.ttf') format('truetype');
}  

body {	
	background-color:#fff;
    margin:50pt;
    font-family: Roboto;
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

a img {
	border:none;
}



  .kontakt-box {
    position: fixed;
    bottom: 32px;
    left: 50%;
	transform: translateX(-50%);
    width: 760px;
    display: flex;
    background: #3aa5ff;
    color: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    border-radius: 8px;
    overflow: hidden;
    z-index: 1000;
  }

  .kontakt-links {
    flex: 1;
    padding: 15px;
    text-align: center;
    background-color: #3aa5ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .kontakt-links h3 {
    margin-top: 0;
    font-size: 18px;
  }

  .kontakt-links p {
    font-size: 14px;
    margin: 10px 0;
  }

  .kontakt-links .icon {
    font-size: 30px;
    margin: 10px 0;
  }

  .kontakt-rechts {
    flex: 1.5;
    background: #fff;
    color: #333;
    padding: 15px;
    font-size: 14px;
  }

  .kontakt-rechts a {
    color: #00AEEF;
    text-decoration: none;
    display: block;
    margin-top: 5px;
  }

  .kontakt-rechts a:hover {
    text-decoration: underline;
  }
