body {
    text-align: center;
    margin: 0px;
    background: url('../media/medienhandwerk-werbeagentur-holz-hintergrund.jpg') no-repeat center center / cover;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

main {
    min-height: calc(100vh - 177px);
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    background: #264c73;
    position: relative;
    padding: 20px 0px;
    color: #fff;
}

footer img {
    position: absolute;
    top: 10px;
    right: 50px;
    transform: translateY(-100%);
    width: 200px;
}

h1 {
    color: #009500 !important;
    font-family: 'PT Serif', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 3em !important;
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 1.7em !important;
    }
    footer img {
        width: 120px;
    }
}


.mh-kontakt-social-icon {
	border: 2px solid #009500;
	display: inline-flex;
	font-size: 1.5em;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 0.2em;
	transition: all 0.5s;
}

.mh-kontakt-social-icon svg {
	color: #009500;
	height: 50px;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 50px !important;
	padding: 12px;
}

.mh-kontakt-social-icon:hover {
	background: #009500;
	transition: all 0.5s;
}

.mh-kontakt-social-icon svg:hover {
	stroke: #fff;
}

/* pt-sans-regular - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/pt-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/pt-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/pt-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/pt-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/pt-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/pt-sans-v12-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
  }
  
  /* pt-sans-700 - latin */
  @font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/pt-sans-v12-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/pt-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/pt-sans-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/pt-sans-v12-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/pt-sans-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/pt-sans-v12-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
  }
  
@font-face {
    font-family: 'ManusSmooth';
    font-display: swap;
    src:    url('../fonts/ManusSmooth.woff') format('woff'),url('/typo3conf/ext/mhcom/Resources/Public/ManusSmooth.woff2') format('woff2');
    } 
    @font-face {
        font-family: 'FontAwesome';
        font-display: swap;
        src: url('../fonts/webfonts/fa-brands-400.woff2') format('truetype');
        src: url('../fonts/webfonts/fa-solid-900.woff2') format('truetype');
    }
      
    /* pt-serif-regular - latin */
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/typo3conf/ext/mhcom/Resources/Public/fonts/pt-serif-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('PT Serif'), local('PTSerif-Regular'),
         url('../fonts/pt-serif-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/pt-serif-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/pt-serif-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/pt-serif-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/pt-serif-v11-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
  }
  
  /* pt-serif-700 - latin */
  @font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/typo3conf/ext/mhcom/Resources/Public/fonts/pt-serif-v11-latin-700.eot'); /* IE9 Compat Modes */
    src: local('PT Serif Bold'), local('PTSerif-Bold'),
         url('../fonts/pt-serif-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/pt-serif-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/pt-serif-v11-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/pt-serif-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/pt-serif-v11-latin-700.svg#PTSerif') format('svg'); /* Legacy iOS */
  }