/**
 * design theme
 */
body,
p,
a,
a:link, a:visited {
}
/*
** backgrounds
*/
html {
    color:#000;
    background-color: #fff;
}

/*
** settings
*/
.paddingtop {
padding-top:60px;
}
.paddingbottom {
padding-bottom:60px;
}
.paddingtopl {
padding-top:120px;
}
.paddingbottoml {
padding-bottom:120px;
}
/**
 * admin buttons
 */
.item-box .admin-button {
    text-align: left;
}
.admin-button {
    color: red;
}
.op-admin-buttons a,
.admin-button a,
.admin-lines-on .itembox-helptext {
    display: inline-block;
}
.itembox-helptext {
    background: transparent;
    color: inherit;
}
.admin-lines-on .itembox-helptext {
    background: green;
    color: white;
}
.admin-lines-on .downloads,
.admin-lines-on .custom-box,
.admin-lines-on .menu,
.admin-lines-on .item-box {
    border: 3px solid yellow;
    box-sizing: border-box;
}

/**
 * cookie popup
 */
div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
    background: #1e57cd;
    color: #fff;
    min-height: 43%;
}
#sliding-popup h1,
#sliding-popup h2,
#sliding-popup h3,
#sliding-popup p,
#sliding-popup label,
#sliding-popup div,
.eu-cookie-compliance-more-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-withdraw-tab {
    color: #fff;
}
button.decline-button.eu-cookie-compliance-default-button,
button.eu-cookie-compliance-secondary-button {
    font-size: 24px;
}
/*
button.decline-button.eu-cookie-compliance-default-button {
    color: #fff;
}
*/
.eu-cookie-compliance-message button {
    color: #ffa866;
}
/**
 * message drupal
 */
.drupal-status-messages-wrapper {
    background: #1e57cd;
    color: white;
    position: fixed;
    z-index: 1200;
}
body {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: normal;
    margin: 0;
    padding: 0;
}
.item-box h3,
.item-box h4 {
font-family: 'Gantari';
font-style: normal;
font-weight: normal;
margin-bottom: 1em !important;
display: block;
    line-height: 1.25;
}
.item-box h1,
.item-box h2 {
font-family: 'Gantari';
font-style: normal;
font-weight: normal;
margin-bottom: 1em !important;
display: block;
    line-height: 1.25;
}
p {
    margin: 0;
    margin-bottom: 12px;
    font-size: 1.125em;
    line-height: 1.6;
}

.main-menu a {
font-family: 'Gantari';
font-style: normal;
font-weight: normal;
}
h1 {
    font-size: 3.5em;
}
h2 {
    font-size: 2.75em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.25em;
}

a {
    text-decoration: none;
}
@media (max-width: 640px) {
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
/*
    letter-spacing: 1.25px;
*/
}
h4 {
    font-size: 1.125em;
}
p {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.5;
}
}

/*
body {
    padding-top: 80px;
}

body.path-frontpage {
    padding-top: 0;
}

@media (max-width: 860px) {
body {
    padding-top: 60px !important;
}
}
*/
body::after {
    content: "";
    display: block;
    clear: both;
}
div#header {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 200;
}
div#mainmenu a {
    display: block;
    float: left;
    line-height: 80px;
    height: 80px;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 0.25px;
    font-size: 16px;
    box-sizing: border-box;
    margin-right: 24px;
}
@media (max-width: 860px) {

div#mainmenu a {
    padding-top: 3px !important;
    color: #efece9 !important;
}
/*
div#mainmenu a.active {
        color: #ffa866 !important;
}
*/
}
/*
div#mainmenu a.active {
        color: #ffa866;
        font-size: 22px;
        padding-top: 3px;
}
*/
div#mainmenu {
    position: fixed;
    right: 2.25%;
    top: 0;
    margin-right: 80px;
    z-index: 800;
}
.admin-button.menu-admin {
    position: absolute;
    right: 2.25%;
    top: 0;
    margin-right: 80px;
    z-index: 10000;
    font-size: 12px;
}
@media (max-width: 860px) {
.admin-button.menu-admin {
    display: none;
}
}

@media (max-width: 1024px) {
.logo {
    width: 160px;
    height: 44px;
    margin-top: 18px;
    margin-left: 2.25%;
}
}
@media (max-width: 860px) {
.logo {
    margin-top: 7px;
}
}
/**
 * menu mobile
 */
div#menubg {
    background-color: #1e57cd;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    display: none;
}
/**
 * menu button
 */
.menu-button {
    display: none;
    align-items: center;

    position: fixed;
    top: 0;
    right: 2.25%;
    z-index: 10000;

    width: auto;
    min-width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    text-align: right;

    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}
/*
div#menutext,
div#menutextx {
    height: 100%;
}
*/
.menu-button p {
    color: #ffa866;
    font-size: 22px;
    margin: 0;
}
/*
.burger {
    background-image: url(../images/burger.png);
}
.cancel-x {
    background-image: url(../images/x.png);
}
*/
@media (max-width: 860px) {
#menubutton {
    display: flex;
}
.menu-mobile-open #cancelbutton{
    display: flex;
}
.menu-mobile-open #menubg {
    display: block;
}
.menu-mobile-open #menubutton {
    display: none;
}
}
.menu-button .admin-button {
    position: absolute;
    right: 68px;
    top: 4px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1;
}
.menu-button .admin-button a {
    padding: 0;
    margin: 0;
}
/**
 * main menu mobile
 */
@media (max-width: 860px) {
div#mainmenu {
    display: none;

    top: 60px;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 12px;
}
.menu-mobile-open div#mainmenu {
    display: block;
}
div#header {
    height: 60px;
}
/*
.menu-mobile-open div#header {
    height: 100%;
}
*/
div#mainmenu a {
    float: none;
    width: 100%;
    height: auto;
    line-height: 46px;
    margin: 0 auto !important;
}
}

div#mainmenu a {
    vertical-align: middle;
}
.menu {

    display: inline-block;

}

.item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.img-wrap,
.imgopt {
    width: 100%;
}
.ref-text {
    width: 100%;
}
.img-text p.img-alt {
}
.img-text p.img-title {
}
/*
.item-box::after {
  content: "";
  display: table;
  clear: both;
}
*/
.front-imgopt {
    width: 100%;
}
img {
    display: block;
    max-width: 100%;
}

/**
 *  layout
 */
/**
 * cover
 */
.item-box.cover {
    overflow: hidden;
}
.cover .text-3 {
    position: absolute;
    bottom: -4vw;
    left: 0;
    width: 100%;
    color: #efece9;
    text-align: center;
}
.cover.theme2 .text-3 {
    color: #ffa866;
}
.cover .text-3 p {
    margin: 0;
    font-size: 25vw;
    line-height: 25vw;
    letter-spacing: -1.25vw;
    font-weight: 800;
    text-transform: lowercase;
}

.cover.theme2 .text-3 {
    color: #ffa866;
}

/**
 * highlight / teaser
 */
.item-box.teaser {

}
/*
.item-box.teaser.theme2 {
    background-color: #ffa866;
}
*/
.teaser .ref-text {
    width: 100%;
/*
    padding: 120px 0;
*/
}
@media (max-width: 860px) {
.teaser .ref-text {
    padding: 80px 0;
}
}
.teaser .ref-text p {
/*
    letter-spacing: 2px;
    color: #1e57cd;
    margin: 0.5em auto;
    font-size: 2.5em;
    line-height: 1.25;

    border-bottom: 2px solid;
    padding: 0 12px;
*/
}
@media (max-width: 860px) {
.teaser .ref-text p {
}
}
@media (max-width: 640px) {
.teaser .ref-text p {
}
}

.image {

}

/**
 * text in 2 styles !!!
 * based on fonts + sizes ?
 */
.text {

}
.text .text-1 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/**
 * two column
 */
.text2col .ref-text {
    padding: 0 10%;
    display: flex;
    box-sizing: border-box;
}
.text2col .text-1,
.text2col .text-2 {
    width: 50%;
    box-sizing: border-box;
}
.text2col .text-1 {
    padding-right: 2.5%;
}
.text2col .text-2 {
    padding-left: 2.5%;
}

/**
 * text highlight
 */
.item-box.teaser .text-1 {
    max-width: 960px;
    margin: 0 auto;
}

/**
 * admin fix
 */
.op-admin-buttons a, .admin-lines-on .admin-button a, .itembox-helptext,
.client-admin-buttons a {
    color: white !important;
}
