/*
Theme Name: wiwin v3
Theme URI: http://www.kinetiqa.de
Description: wiwin theme, next generation.
Author: Kinetiqa GmbH
Author URI: http://www.kinetiqa.de
Template: Total
Version: 4.1.6
*/

/*
body {
    overflow-x: hidden;
}

h1,
h1 span,
h2,
h2 span,
h3,
h3 span {
    overflow-wrap: break-word;
    word-wrap: break-word;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.part-of-produkt .page-header-content {
    display: table;
    width: 100%;
    clear: both;
}

.part-of-produkt .page-header-title {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .multilanguageProductLinks {
        display: inline-block;
        float: right;
    }
}

.multilanguageProductLinks a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 42px;
}
*/

.multilanguageProductLinks .flag-de {
    background: url("img/languages/de.svg") no-repeat center;
    background-size: cover;
}
.multilanguageProductLinks .flag-en {
    background: url("img/languages/en.svg") no-repeat center;
    background-size: cover;
}

/*
@media screen and (max-width: 767px) {
    .page-header-inner.container {
        width: 100%;
    }
}
*/
