/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
@font-face {
    font-family: ParalucentHeavy;
    src:    url('https://amp-eu.com/wp-content/themes/oceanwp-child-theme-master/fonts/Paralucent-Heavy.ttf') format('ttf'),
            url('https://amp-eu.com/wp-content/themes/oceanwp-child-theme-master/fonts/Paralucent-Heavy.woff') format('woff'),
            url('https://amp-eu.com/wp-content/themes/oceanwp-child-theme-master/fonts/Paralucent-Heavy.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: GothamBook;
    src:    url('https://amp-eu.com/wp-content/themes/oceanwp-child-theme-master/fonts/Gotham-Book.ttf') format('ttf'),
            url('https://amp-eu.com/wp-content/themes/oceanwp-child-theme-master/fonts/Gotham-Book.woff') format('woff'),
            url('https://amp-eu.com/wp-content/themes/oceanwp-child-theme-master/fonts/Gotham-Book.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: GothamBold;
    src:    url('https://amp-eu.com/wp-content/themes/oceanwp-child-theme-master/fonts/Gotham-Bold.ttf') format('ttf'),
            url('https://amp-eu.com/wp-content/themes/oceanwp-child-theme-master/fonts/Gotham-Bold.woff') format('woff'),
            url('https://amp-eu.com/wp-content/themes/oceanwp-child-theme-master/fonts/GGotham-Bold.woff2') format('woff2');
    font-weight: normal;
} 

/* DocCheck Nav Button */
.doccheck-nav-button a {
	background-color: #ed2b3b !important;
}

.doccheck-nav-button a span {
	color: #fff !important;
}
/* Sticky Footer: Footer bleibt bei kurzen Seiten unten */
html,body{min-height:100%}
body{display:flex;flex-direction:column;min-height:100vh}
#outer-wrap{display:flex;flex-direction:column;flex:1 0 auto;width:100%}
#wrap{display:flex;flex-direction:column;flex:1 0 auto;width:100%}
#main{flex:1 0 auto;width:100%}
#footer{flex-shrink:0;width:100%}
