
h1, h2 {
    margin: 0 0 1.6% 0;
    font-size: 40px;
    line-height: 0.9em;
}
h3.seghead {
    margin: -3% auto 10px auto;
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
}
h5 {
    position: absolute;
    text-align: center;
    display: inline-block;
    left: 0; 
    transform: none;
    font-weight: 700;
    font-size: 15px;
    padding: 0 25px;
}

/*---------- Header ----------*/
header {
	height: 80px;
}
.headerspace {
	height: 80px;
}
#headerlogo {
    position: absolute;
	width: 60px;
    margin: 19px 5px 0 0;
}
#menu {
    display: none;
}
#searchfield {
    display: none;
}
#smarttrigger {
    position: fixed;
    display: block;
    width: 30px;
    top: 25px;
    right: 25px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
    z-index: 1800;
}
#smartmenu {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    right: 0;
    padding: 20px 15px 30px 25px;
    background-color: rgba(255,255,255,1);
    z-index: 1800;
    border-bottom: 1px solid #ccc;
}
#smartmenu #menu {
    display: block;
    margin: 0;
}
#smartmenu #menu a {
    font-size: 16px;
    font-weight: 700;
}
#smartmenu #menu ul li {
    display: block;
    margin: 20px 0 20px 0;
    float: none;
    background-image: none;
}
#smartmenu #menu ul li ul {
    position: relative;;
    padding: 0;
    margin: 0 0 20px 20px;
    background-color: transparent;
    display: block;
}
#smartmenu #searchfield {
    display: block;
    width: calc(100% - 50px);
    float: none;
}

/*---------- Modules ----------*/
.mod_spacer {
    height: 40px !important;
}
/*---------- Headlines ----------*/
.module_headline {
    margin: 5px auto 10% auto;
}
/*----------2-3 Columns/Teaser----------*/
.left30, .left50, .left70, .right30, .right50, .right70, .left_3, .center_3, .right_3 {
    width: 100%;
    margin: auto;
    text-align: justify;
    float: none;
}
.teaser_left, .teaser_center, .teaser_right {
    display: block;
    margin: 0 0 17px 0;
    overflow: hidden;
    width: 100%;
    text-align: justify;
    float: none;
}
.teaser_text {
    bottom: 10%;
}


/*---------- Footer ----------*/
footer {
	padding: 40px 0 0px 0;
}
.footercolumn {
    width: 100%;
    margin: 0 0 50px 0;
    float: none;
}
.somelogo {
    margin: 0 15px 0 0;
}