.center-header {
    background-color: #bbbfce;
    padding-top: 15px;
}
.header-row1 {
    background-color: white;
    border-radius: 5px 0 0 5px;
    padding: 0 15px 0 5px;
    text-align: right;
}
.header-row1 form {
    display: flex;
    justify-content: space-between;
}
.header-row1 input::placeholder {opacity: 1;}
.header-row1 input {
    font-size: 1em;
    padding: 5px;
    border: none;
    background-color: white;
    width: 75%;
    color: black;
    outline-style: none;
}
.header-row1 button {
    border: none;
    background-color: white;
    color: black;
    font-size: 1.1em;
}
.header-row2 {
    display: flex;
    justify-content: right;
    font-weight: 400;
    padding: 2px 15px 5px 15px;
}
.header-row2 > div {
    margin-left: 2em;
}

@media screen and (min-width: 1024px) {
    .center-header {
        background-color: inherit;
        padding-top: inherit;
    }
    .header-row1 {
        background-color: #29a08c;
        padding: 0.3em;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        position: relative;
        margin-top: 3.0em;
        line-height: 1em;
        text-align: left;
    }

    .header-row1 input {
        font-size: 1.4em;
        border: none;
        background-color: inherit;
        width: 80%;
        color: #fff;
        padding: inherit;
        margin-left: 1em;
    }

    .header-row1 button {
        font-size: 1.4em;
        border: 0px;
        background-color: transparent;
        margin-right: 0.7em;
        color:white;
    }


    .header-row2 {
        display: flex;
        justify-content: right;
        color: #29a08c;
        font-weight: 400;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
	margin-right: 10px;
	padding-right: 0;

    }

}

.logo-line1 {font-weight:bold;color:#29a08c;font-size:0.6em;hyphens: auto; }
.logo-line2 {font-weight:bold;color:#ee7043;font-size:0.6em;hyphens: auto; }

header.right .vielfalt-widget .custom-html-widget {margin-top:6.0em;display:flex;justify-content:space-between;font-size:0.5em; color: #29a08c;line-height:1em;text-align:center;margin-left: 10px;margin-right: 10px;}
header.right .vielfalt-widget .custom-html-widget i {font-size:3.5em;color:#000;padding:5px 0 ;}
header.right .spirito-favorites-counter {
	font-size: 4em;
	position: absolute;
	display: block;
	top: 58px;
	padding-left: 0px;
	text-shadow: 2px 2px 1px white;
	background: #fff;
	height: 1em;
	padding-top: 5px;
	width: 1em;
	color: #29a08c;
	background: top;
	font-weight: bold;
}

