/*
Theme Name: oesch
Version: 1.0
Text Domain: oesch
Author: Luginbuehl.com
*/

@font-face {
    font-family: 'Volkhov';
    font-weight: normal;
    src: url('assets/fonts/Volkhov/Volkhov-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Volkhov';
    font-weight: bold;
    src: url('assets/fonts/Volkhov/Volkhov-Bold.ttf') format('truetype');
}

.tiktok {
  background-image: url(assets/img/icons/tiktok.svg?v=1);
}

.tiktok:hover {
  background-image: url(assets/img/icons/tiktok_rot.svg);
}

/* Anpassungen Braun */

body, header, .news-box, header nav > ul ul.sub-menu, .nav-menu {
	background-color: #966F33 !important;
}

.link-button, .slide-toggle {
	background-color: #4D3818 !important;
}