@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Great_Vibes.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Niramit';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Niramit_Extra-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Niramit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Niramit_Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Niramit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Niramit_Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Niramit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Niramit_Medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Niramit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Niramit_SemiBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Niramit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Niramit_Bold.woff2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    margin: 0;
    padding: 0;
    max-width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #82d616 #000;
    overflow-x: hidden;
    max-width: 100vw;
}
@media(max-width:1350px){
html {
    font-size: 16px;
}    
}
@media(min-width:1351px){
html {
    font-size: 18px;
}    
}
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
	letter-spacing: 2px;
    color: #fff;
    font-family: 'Niramit', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    min-height: 100%;
    min-width: 350px;
    max-width: 100vw;
    height: auto;
    position: relative;
    overflow-x: hidden;
    background-color: #000;
}
body * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    outline: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: 'Great Vibes';
    font-weight: 400;
    page-break-inside: avoid;
}
h1 {
    font-size: 2.555rem;
    color: #ffffff;
    margin: 20px 0 10px;
}
h2, .h2, body section.content article p + h2 {
    color: #ffffff;
    font-size: 2.375rem;
    margin-bottom: 1rem;
    margin-top: 3.5rem;
}
h2:first-of-type {
    margin-top:0;
}
h1 + h2 {
    margin-top: -1.5rem;
    margin-bottom: 1em;
}
h3, .h3 {
    color: #82d616;
    font-size: 1.8rem;
    margin: 2rem 0 0.8rem;
}
h4, .h4 {
    color: #82d616;
    font-size: 1.4rem;
    margin-top: 2em;
    font-weight: 600;
}
h4 + h4 {
    margin-top: -1em;
}
h5, .h5 {
    font-size: 1.2rem;
    font-weight: 600;
}
p {
    line-height: 1.6em;
}
#main p, #main ul:not(.list):not(.slide) {
    text-align: justify;
}
a {
    color: #82d616;
    text-decoration: none;
    transition: color 0.5s ease-in;
}
a:hover {
    color: #eee;
}

.wrapper {
    padding: 0px 80px;
}
.logo {
	position: relative;
	padding: 50px 0px;
	border-bottom: 5px solid #82d616;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 1000;
}
#logo {
	width: 100%;
	text-align: center;
	flex: 0 0 260px;
	display: block;
}
#logo img {
	width: 100%;
	min-width: 150px;
	max-width: 400px;
	height: auto;
	object-fit: contain;
}
.menu {
    transition: background 0.5s ease-in,max-width 0.2s ease-in;
    position: relative;
    z-index: 1000;
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row wrap;
    padding: 0 20px;
}
.menu.open {
    background: rgb(178, 178, 177);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.menu .navbutton i {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 1em;
}
.menu .navbutton i:before {
    display: block;
    transition: transform 0.5s ease-in-out;
}
.menu .navbutton i.fa-times:before, .menu.open .navbutton .fa-bars:before {
    transform: scale(0);
}
.menu.open .navbutton i.fa-times:before, .menu .navbutton .fa-bars:before {
    transform: scale(1);
}
nav {
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-size: 1.2rem;
    position: relative;
    white-space: nowrap;
}
nav.wrapper.mainnav {
    padding: 10px 18px;
    justify-content: center;
	align-items: center;
	margin: 0px;
}
nav ul {
    list-style: none;
    padding: 0;
}
nav ul li > a, nav ul li > span{
    transition: color 0.5s ease-in;
    display: block;
    margin: 15px;
    color: #929291;
}
nav ul li.active > a, nav ul li.active > span {
    font-weight: 600;
}
nav > ul li {
    cursor: pointer;
}
nav > ul li {
    position: relative;
}
@keyframes dd {
    0%{top:-60px}
    100%{top: 0}
}
@keyframes dd2 {
    0%{top:-60px}
    100%{top: 0}
}
/* Normales Menü */
@media (min-width:1101px) {
nav .navbutton {
    display: none;
}
    body:not(.sticked) nav {
        margin-top: 40px;
    }    
nav .navi {
    display: flex;
    flex-flow: row;
    align-items: left;
    justify-content: flex-end;
    margin: 0 auto;
    width: 100%;
} 
nav > ul li .sub{
    position: absolute;
    display: block;
    left: 0px;
    height: auto;
    z-index: 2;
    transition: all 0.5s ease-in;
    padding: 0;
    background-color: #000;
    min-width: 100%;
} 
nav > ul li .sub li{
    height: auto;
    max-height: 0px;
    opacity: 0;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
nav > ul li.showsub .sub, nav > ul li:hover .sub{
    padding: 10px 0;
    z-index: 3;
}
nav > ul li.showsub .sub li, nav > ul li:hover .sub li{
    max-height: 30px;
    opacity: 1;
}
}
@media (min-width:1320px) {
/* Sticked */
.sticked #logo {
    left: 0;
    padding: 10px;
    text-align: left;
}
.sticked #logo img {
	width: auto;
	min-width: 20px;
	height: 35px;
	object-fit: contain;
	min-height: 0px;
}
.sticked section.menu {
    position: fixed;
    top: -50%;
    left: 0;
    z-index: 100;
    animation: dd 0.5s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    width: 100%;
    background-color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
} 
.sticked section.menu nav{
    padding-top: 10px;
    padding-bottom: 10px;
}    

.sticked nav > ul > li > a, .sticked nav > ul > li > span, .sticked .sharebox{
    margin: 5px 15px;
}    
}
@media (max-width:1319px) {
/* Sticked */
.sticked #logo {
    left: 0;
    padding: 10px;
}
.sticked #logo img {
	width: auto;
	min-width: 20px;
	height: 35px;
	object-fit: contain;
	min-height: 0px;
}
.sticked section.menu nav {
    position: fixed;
    top: -50%;
    left: 0;
    z-index: 100;
    animation: dd 0.5s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    width: 100%;
    background-color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding-top: 14px;
    padding-bottom: 14px;
} 
.sticked section.menu nav ul {
    justify-content: center;
} 
}
/* Dropdown Menü */
@media (max-width:1100px) {

nav.wrapper.mainnav {
	display: flex;
    padding: 10px 18px;
    justify-content: center;
	align-items: flex-start;
	margin: 0px;
}
nav ul li.active:before, nav ul li:hover::before {
	content: '';
	background-color: none;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	left: 0px;	
}
nav {
	white-space: normal;
	font-size: 20px;
}
section.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: block;
}
.sticked section.menu nav {
    position: fixed
    top: -100%;
    animation: dd2 0.5s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}
    .sticked section.menu .sharebuttons {
        position: fixed;
        top: 83px;
    }    
nav .navbutton {
    display: block;
}
nav .navi {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
} 
nav ul li:not(.shariff-button) > a, nav ul li:not(.shariff-button) > span{
    transition: color 0.5s ease-in;
    display: block;
    margin: 15px 15px 15px 52px;
    color: #929291;
}    
nav > ul > li:not(.navbutton){
    display: block;
    height: auto;
    padding: 0;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
} 
.open nav > ul > li:not(.navbutton){
    opacity: 1;
    pointer-events: all;
    max-height: 600px;
}
nav > ul li .sub{
    height: auto;
    padding: 0;
    transition: all 0.5s ease-in;
} 
nav > ul li .sub li{
    height: auto;
    max-height: 0px;
    opacity: 0;
    padding: 0 10px;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
    overflow: hidden;
}
nav > ul li.showsub .sub{
    padding: 6px 5px;
} 
nav > ul li.showsub .sub li{
    max-height: 60px;
    opacity: 1;
    padding: 4px 10px;
}
}

/* Shariff */
.sbx{
    position: absolute;
    top: 20px;
    left: 20px;
	z-index: 1001;
} 
.sharebox {
    width: auto;
    display: block;
    padding: 0;
    box-sizing: border-box;
    margin: 15px;
}
.share {
    display: block;
    flex-flow: row;
    align-items: center;
}
.share > p  {
    display: inline-flex;
    cursor: pointer;
    margin: 0;
    height: 21px;
    align-items: center;
}
.share > p i {
    line-height: 1em;
    font-size: 19px;
    display: block;
    color: #929291;
}
.sharebuttons {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all 0.5s ease-in;
    display: flex;
    flex-flow: row wrap;
    position: absolute;
    left: 0;
    margin: auto;
    z-index: 1002;
    padding: 0px 20px;
    pointer-events: none;
    background-color: #000;
}
.sharebuttons.visible {
    overflow: hidden;
    opacity: 1;
    pointer-events: all;
    transition: all 0.5s ease-in;
}
.sharebuttons > i {
    flex: 0 0 30px;
    display: flex;
    align-items: center;
	justify-content: center
    cursor: pointer;
}
.sharebuttons > div:not(.tosoc) {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100% !important;
    text-align: left;
    height: auto;
    margin: 10px 0;
    flex: 1 1 400px;
}
.sharebuttons > div.tosoc {
    padding: 0px !important;
    display: block;
    width: 100% !important;
    text-align: right;
    height: auto;
}
.sharebuttons .shariff .orientation-horizontal {
    justify-content: flex-end;
    width: 100%;
}
.sharebuttons .shariff .orientation-horizontal li {
    margin-bottom: 5px;
    margin-right: 5px;
}
.sharebuttons .shariff li,.sharebuttons .shariff li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.sharebuttons > .tosoc p {
    margin: 0;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 0.8rem;
    line-height: 1.3em;
    white-space: normal;
    text-transform: none;
}
.sharebuttons > div:last-child {
    padding-bottom: 10px!important;
}
.sharebuttons > div:only-child {
    padding-bottom: 10px!important;
}

header {
    position: relative;
    color: #fff;
    height: 70vh;
    min-height: 360px;
    display: block;
}

header.large {
    height: 100vh;
    min-height: 370px;
    max-height: 1200px;
}
header  > * {
    width: 100%;
    flex: 0 0 10px;
}
header .headline {
    position: absolute;
    bottom: 0;
}
header .headline span {
    color: #82d616;
}
/* SLIDERSTYLE */
.headerimg.large {
    min-height: 300px;
    height: 75vh;
    max-height: 800px;
}
.headerimg {
    position: relative;
    width: 100%;
    min-height: 300px;
    height: 45vh;
    max-height: 800px;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
	border-bottom: 5px solid #82d616;
	z-index: 999;
}

.headerimg > ul {
    list-style: none;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    margin: 0;
}
.headerimg > ul.sliderimages {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.headerimg > ul.sliderimages li {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    background-position: center;
    background-size: cover;
    transition: right 0.5s ease-in 0.5s;
    z-index: -1;
}
.headerimg > ul.sliderimages li.selected {
    right: 0;
    transition: right 0.5s ease-in;
    z-index: 0;
}
.headerimg > ul.sliderselect {
    position: absolute;
	bottom: 25px;
    top: auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0 100px;
}

.headerimg > ul.sliderselect li {
    content: '';
	width: 30px;
	height: 30px;
	margin: 0px 20px;
    background-image: url(../images/general/select.svg);
	background-position: center;
	background-size: 75%;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 100%;
    cursor: pointer;
}
.headerimg > ul.sliderselect li.selected {
    background-image: url(../images/general/selected.svg);
}
.headerimg > ul.sliderselect li:before {
	content:'';
	position: absolute;
	width: 30px;
	height: 30px;
    background-image: url(../images/general/selected.svg);
	background-position: center;
	background-size: 75%;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 100%;
    cursor: pointer;	
	opacity: 0;
    transition: opacity 0.5s ease-in;
}
.headerimg > ul.sliderselect li:hover::before {
	opacity: 1;
}
.headerimg > .sliderarrow {
    position: absolute;
    width: 100px;
    cursor: pointer;
    top: 0;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    opacity: 0.2;
    transition: all 0.5s ease-in;
}
.headerimg > .sliderarrow:hover {
    opacity: 1;
}
.headerimg > .sliderarrow img {
    width: 50%;
}
.headerimg > .sliderarrow#prev {
    left: 0;
}
.headerimg > .sliderarrow#next {
    right: 0;
}

@media (max-width:450px){
.headerimg {
    height: 15vh;
    min-height: 200px;
}
}

/* SLIDERSTYLE ENDE */

.flex {
    display: flex;
    flex-flow: row wrap;
    margin: 0px auto;
    width: 100%;
}
.box1 {flex: 1 1 100px;margin:20px;}
.box2 {flex: 2 1 240px;margin:20px;}
.box3 {flex: 3 1 380px;margin:20px;}
.box4 {flex: 4 1 520px;margin:20px;}
.box5 {flex: 5 1 660px;margin:20px;}
.box5 {flex: 6 1 800px;margin:20px;}
.boxfull {flex: 1 1 100%;margin:20px;}
.boxfull.margin {margin:20px;}
.box1, .box2,.box3,.box4,.box5, .boxfull {padding: 20px;max-width: 100%;}
}
 
/* Content */
.home .content #top p strong {
    font-size: 2.125rem;
    line-height: 1.3em;
    font-weight: 400;
}
.home .content #top p:first-of-type strong {
    font-size: 5rem;
    color: #feaa06;
}
.bw > .wrapper .infos {
    background-color: #feaa06;
    width: calc(100% - 65px);
    position: relative;
    left: 0;
    border-radius: 0px 0px 10px 0px;
    padding: 90px 0 20px;
}
.headlinecontent {
    padding-bottom: 0px;
}
.headlinecontent h1 {
    -webkit-hyphens: none;
    hyphens: none;
}
.headlinecontent h1 span {
    color: #82d616;
}
.spacer {
    background-color: #b2b2b1;
    justify-content: flex-end;
    box-shadow:0 0 250px rgba(0,0,0,1);
    position: relative;
    margin: 0;
    width: 100%;
}
.spacer:after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    background-image: url(../img/general/deko2.svg);
    bottom: -150%;
    left: 0;
    width: 25%;
    height: 900%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: 2;
}
.spacer .button {
    margin: -0.32rem -0.57em -0.32rem 0.57em;
    z-index: 1;
}
.content > * {
    padding: 10px 0;
    position: relative;
}
.content {
	background-color: #000;
}
.content #top.column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    -webkit-column-width: 500px;
    -moz-column-width: 500px;
    column-width: 500px;
    column-fill: balance;
}
.content #top.column > *:not(h2) {
    -webkit-hyphens: auto;
    hyphens: auto;
}
.content .teambox {
    margin: 0 -40px;
    max-width: calc(100% + 80px);
    width: calc(100% + 80px);
}
.content .teambox .membox {
    position: relative;
    overflow: hidden;
    max-height: 300px;
    transition: all 1s ease-in;
}
.content .teambox .membox.memopen {
    max-height: 1000px;
}
.content .teambox .membox:after {
    content: '\2022\2022\2022';
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: -moz-linear-gradient(top, rgba(178,178,177,0) 0%, rgba(178,178,177,1) 100%);
    background: -webkit-linear-gradient(top, rgba(178,178,177,0) 0%,rgba(178,178,177,1) 100%);
    background: linear-gradient(to bottom, rgba(178,178,177,0) 0%,rgba(178,178,177,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2b2b1', endColorstr='#b2b2b1',GradientType=0 );
    cursor: pointer;
}
.content #main .news-list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.content #main .news-list-item > div {
    flex: 2 1 400px;
    margin-right: 20px;
}
.content #main .news-list-item > img {
    flex: 1 1 200px;
    object-fit: contain;
    object-position: center right;
    max-height: 220px;
    margin-top: 20px;
}
.content #main .news-list-item.last {
    margin-bottom: 0px;
    border-bottom: 0px solid #ddd;
}
.sect {
    margin-bottom: 150px;
    max-width: 100%;
    position: relative;
}
#main li,
#main a,
#main span,
#main p {
  font-weight: 400;
}
#main > p:last-child {
    margin-bottom: 60px;
}


/* Sidebar */
.right > * {
    flex: 1 1 400px;
    position: relative;
    align-content: flex-start;
    justify-content: flex-end;
}
.right .sb {
    z-index: 3;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-content: flex-start;
}
.right .sb.horizontal {
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
}
.right .sb.horizontal > * {
    flex: 1 1 400px;
}
.right .sb.ofb.is_stuck {
    max-height: calc(100vh - 90px);
    overflow-y: scroll;
    scrollbar-width: thin;
    padding-right: 10px;
    scrollbar-color: #3c3c3c transparent;
    transition: scrollbar-color 0.5s ease-in;
    overflow-x: hidden;
}
.right .sb.ofb.is_stuck:hover {
    scrollbar-color: #fff transparent;
} 
.right .sideimg, .right img {
    display: block;
    width: 100%;
    max-width: 440px;
}
.right img.stimg {
    width: calc(100% - 65px);
    border-radius: 10px;
}
.tpl-newsitem .right .sideimg {
    object-fit: contain;
    object-position: left top;
    max-height: 600px;
}
.right ul {
    list-style: none;
    padding: 0 0 35px;
    text-align: left;
    text-transform: uppercase;
    max-width: 300px;
    position: relative;
}
.right .heading h3 {
    font-size: 1.8rem;
}
.right ul li a.button{
    margin: 10px 0;
}
.right a.button.round.medium {
    font-size: 1em;
}
.right p a.button.round.medium::before, .right p a.button.round.medium::after {
    
    margin: 0 -1em 0 1em;
}
.right ul li p {
    margin: 0;
}
.right ul li h4, right ul li .h4 {
    font-size: 1.6rem;
}
.right ul li:last-child {
    padding-bottom: 2rem;
}
.right h2, .right h2 a {
    color: #82d616;
    font-size: 1.5625rem;
    text-transform: none;
    margin-top: 0;
}
.right li.active {
    font-weight: 600;
}
.right ul li:not(.heading) {
    padding-bottom: 20px;
}
.right ul.social {
    font-size: 1.44444rem;
} 
body:not(.home) .right ul.social {
    margin-top: 3.5rem;
}

.right ul li:not(.heading) a:not(.button){
    color: #82d616;
}
.right ul li a:not(.button) > i {
    color: #82d616;
}
.right ul li a:not(.button):hover {
    color: #fff;
}
.right ul i, .right ul img.icon {
    width: 1.777rem;
}
.right ul img.icon {
    height: 1em;
    display: inline-block;
    object-fit: contain;
    object-position: center right;
    line-height: 1;
    vertical-align: -0.15em;
}
.right .newslist li {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    margin: -5px -10px;
}
.right .newslist li > * {
    padding:  5px 10px;
}
.right .newslist li > h3 {
    flex: 1 1 100%;
}
.right .newslist li p, .right .newslist li img {
    flex: 1 1 200px;
}
.right .newslist li p a {
    white-space: nowrap;
}
.right .newslist li img {
    display: block;
    object-fit: contain;
    object-position: center;
    max-height: 300px;
    width: 100%;
}
.right .newslist li h3 small {
    font-size: 1rem;
    line-height: 1em;
    color: #5f5f5f;
    display: block;
}

.right .links {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-end;
    margin: 50px 20px -10px;
}
.right ul.links li {
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.right ul.links li.small {
    flex: 1 1 50px;
}
.right ul.links li.large {
    flex: 1 1 100px;
}
.right ul.links li.wide {
    flex: 1 1 100%;
}
.right ul.openings li {
    padding-bottom: 5px;
}
.right .links li a, .right .links li img {
    display: block;
}
.right .subnav li a.active {
    font-weight: 600;
    color: #fff;
}
.right .subnav li:last-child a {
    border-bottom: 0;
}
.sb .instafeed ul {
	width: 100%;
	max-width: 600px;
}

.sb .instafeed ul li {
	list-style-type: none;
}
.sb .instafeed ul li img {
	max-width: 600px;
	min-width: 100px;
	width: 100%;
	height: auto;
}
.sb .instafeed ul li a {
	font-size: 0.6rem;
	text-transform: none;
}
.red {
  color: #ED8788;
}
.light {
  color: #A9A9A9;
}
.nowrap {
  white-space: nowrap;
}
.imgframe {
    border: 0.5px solid #ccc;
}
#main img {
    max-width: 100%;
    height: auto;
    margin: 50px 0;
    display: block;
}
.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.gallery img {
    display: block;
    flex: 0 0 200px;
}
.gallery a {
    flex: 1 1 200px;
}
.prefooter {
    padding-top: 180px;
}
.prefooter h2 {
    color: #fff;
	font-size: 2.125rem;
	margin: 0;
    position: relative;
}
.prefooter h2 span {
    color: #82d616;
}
.prefooter .infos {
    text-align: right;
	display: flex;
	justify-content: flex-end;
    font-size: 1.375rem;
    margin: 0;
}

button, .button {
    background-color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: none;
    padding: 15px 30px;
    font-size: 1rem;
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.5s ease-in, color 0.5s ease-in;
}
button, a.button {
    cursor: pointer;
}
.button img {
	width: 50%;
}

button:hover , body a.button:hover, a:hover .button {
    background-color: #000;
    color: #82d616;
}
button.round, .button.round {
    border-radius: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	max-width: 30px;
	height: 30px;
}

button.inline, .button.inline {
    display: inline-flex;
}
body form .buttons button.round.fas, body a.button.round.fas,body form .buttons button.round.fab, body a.button.round.fab {
    position: relative;
    background-color: transparent;
    font-family: 'Niramit', sans-serif;
    font-weight: 400;
    width: auto;
    flex: 1 1 150px;
    margin: 10px;
}
button.round.fas:before, a.button.round.fas:before, button.round.fab:before, a.button.round.fab:before {
    font-weight: 700;
    position: absolute;
    border-radius: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: all 0.5s ease-in;
}
button.round.fas:before, a.button.round.fas:before {
    font-family: 'Font Awesome 5 Free';
}
button.round.fab:before, a.button.round.fab:before {
    font-family: 'Font Awesome 5 Brands';
}
button.round.fas:after, a.button.round.fas:after, button.round.fab:after, a.button.round.fab:after {
    content: '';
    position: absolute;
    background-color: #82d616;
    border-radius: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in;
    z-index: 0;
    top: 0;
    bottom: 0;
}
button.round.fas:hover:after, a.button.round.fas:hover:after, button.round.fab:hover:after, a.button.round.fab:hover:after {
    background-color: #fff;
}
button.round.big.fas:before, a.button.round.big.fas:before, button.round.big.fas:after, a.button.round.big.fas:after, button.round.big.fab:before, a.button.round.big.fab:before, button.round.big.fab:after, a.button.round.big.fab:after {
    width: 6.389rem;
    flex: 0 0 6.389rem;
    height: 6.389rem;
    font-size: 2.875rem;
}
button.round.medium.fas:before, a.button.round.medium.fas:before, button.round.medium.fas:after, a.button.round.medium.fas:after, button.round.medium.fab:before, a.button.round.medium.fab:before, button.round.medium.fab:after, a.button.round.medium.fab:after {
    width: 3.2rem;
    flex: 0 0 3.2rem;
    height: 3.2rem;
    font-size: 1.3rem;
}
button.round.fas.b-left, a.button.round.fas.b-left, button.round.fab.b-left, a.button.round.fab.b-left {
    justify-content: flex-start;
    padding-left: 2.5em;
    text-align: left;
}
button.round.fas.b-right, a.button.round.fas.b-right, button.round.fab.b-right, a.button.round.fab.b-right {
    justify-content: flex-end;
    padding-right: 2.5em;
    text-align: right;
}
button.round.fas.b-left:before, a.button.round.fas.b-left:before, button.round.fas.b-left:after, a.button.round.fas.b-left:after, button.round.fab.b-left:before, a.button.round.fab.b-left:before, button.round.fab.b-left:after, a.button.round.fab.b-left:after {
    margin: 0 0.5em 0 -0.5em;
    left: 0;
}
button.round.fas.b-right:before, a.button.round.fas.b-right:before, button.round.fas.b-right:after, a.button.round.fas.b-right:after, button.round.fab.b-right:before, a.button.round.fab.b-right:before, button.round.fab.b-right:after, a.button.round.fab.b-right:after {
    margin: 0 -0.5em 0 0.5em;
    right: 0;
}
button.round.fas[type="reset"]:hover:before, .buttonbox.rotate:hover .button.round i,.button.round.fas.rotate:hover:before {
    animation: rotate 2s linear infinite;
}
@keyframes rotate {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(-360deg)}
}

button.round.fas[type="submit"]:hover:before, .buttonbox.fly:hover .button.round i,.button.round.fas.fly:hover:before,.button.round.fab.fly:hover:before {
    animation: fly 2s linear infinite;
}
@keyframes fly {
    0% {transform: translate(0)}
    50% {transform: translate(1.5em,-1.5em);opacity: 0;}
    100% {transform: translate(1.5em,-1.5em);opacity: 0;}
}
.buttonbox.back:hover .button.round i,.button.round.fas.back:hover:before,.button.round.fab.back:hover:before {
    animation: back 3s linear infinite;
}
@keyframes back {
    0% {transform: translate(0)}
    20% {transform: translate(-1.5em,0);opacity: 0;}
    20.5% {transform: translate(1.5em,0);opacity: 0;}
    30% {transform: translate(0) scale(1);opacity: 1;}
    34% {transform: scale(1.1)}
    38% {transform: scale(1)}
    42% {transform: scale(1.2)}
    45% {transform: scale(1)}
    100% {transform: translate(0);opacity: 1;}
}
.buttonbox.forward:hover .button.round i,.button.round.fas.forward:hover:before,.button.round.fab.forward:hover:before {
    animation: forward 3s linear infinite;
}
@keyframes forward {
    0% {transform: translate(0)}
    20% {transform: translate(1.5em,0);opacity: 0;}
    20.5% {transform: translate(-1.5em,0);opacity: 0;}
    30% {transform: translate(0) scale(1);opacity: 1;}
    34% {transform: scale(1.1)}
    38% {transform: scale(1)}
    42% {transform: scale(1.2)}
    45% {transform: scale(1)}
    100% {transform: translate(0);opacity: 1;}
}
.buttonbox.jump:hover .button.round i,.button.round.fas.jump:hover:before,.button.round.fab.jump:hover:before {
    animation: jump 3s linear infinite;
}
@keyframes jump {
    0% {transform: translate(0)}
    10% {transform: translate(0, -0.2em);}
    15% {transform: translate(0, 0.08em)}
    20% {transform: translate(0, -0.1em);}
    24% {transform: translate(0, 0.04em);}
    30% {transform: translate(0, -0.05em);}
    33% {transform: translate(0, 0.02em);}
    40% {transform: translate(0, -0.02em);}
    42% {transform: translate(0, 0.01em);}
    100% {transform: translate(0);}
}
.button > * {
    white-space: nowrap;
}
.kontakt iframe {
    border-radius: 10px;
}
/* Footer */

footer {
	text-align: center;
}

.footerinfobox {
    margin: 0;
	font-size: 14px;
}
.footerinfobox h4 {
	font-size: 14px;
	margin: 0;
}
.footerinfobox .box1, .footerinfobox .box2 {
    padding: 0;
    margin: 5px;
}
.footerinfobox .box1 {
    flex: 1 1 100px;
}
.footerinfobox .box2 {
    flex: 1 1 100px;
}
.footerbottom {
    padding: 0;
    text-align: center;
}
/* Tablet */
@media (max-width:1000px){

button.round.big, .button.round.big {
    width: 6.389rem;
    flex: 0 0 6.389rem;
    height: 6.389rem;
}
button.round.medium, .button.round.medium {
    width: 3.2rem;
    flex: 0 0 3.2rem;
    height: 3.2rem;
}
.footerinfobox.flex .box1 {
	flex: 1 1 250px;
}
.footerinfobox.flex .box2 {
	flex: 1 1 100%;
}
}
/* Formular */
form {
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    width: auto;
    margin: 0px -20px;
    padding: 0px;
}
form .form-field, form .form-spacer, .form-actions.secondary-accent, form > label {
    display: block;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px 20px;
}
form .form-field.avatar .form-data {
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
}
form .form-field.avatar .form-data:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
}
form .form-field.avatar .form-data .form-input-file.dropzone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    opacity: 0.2;
    transition: opacity 0.5s ease-in;
}
form .form-field.empty {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
form .form-field.avatar .form-data:hover .form-input-file.dropzone, form .form-field.avatar .form-data .form-input-file.dropzone.dz-drag-hover, form .form-field.avatar .form-data .form-input-file.dropzone.dz-started {
    opacity: 1;
}
form .form-spacer {
    margin-top: -20px;
}
form .form-field {
    box-sizing: border-box;
}
form .form-field.half {
    flex: 1 1 350px;
}
form .form-field.full {
    flex: 1 1 100%;
}
form .form-field .form-label {
    margin-bottom: 5px;
}
form .form-field.default .form-data {
    display: none;
}
.form-input-wrapper, .form-input-wrapper input  {
    width: 100%;
    max-width: none;
}
form .checkboxes {
    display: block;
}
form .checkboxes > label {
    padding: 0;
    margin: 0;
}
.buttons {
    flex: 1 1 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    box-sizing: border-box;
    align-self: flex-end;
    margin: 40px 0;
}
.buttons button, .buttons .button {
    flex: 1 1 150px;
    margin: 10px;
}
a.buttonbox, p.buttonbox, span.buttonbox {
    text-transform: uppercase;
    bakground-color: #fff;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.form-textarea-wrapper, .form-textarea-wrapper textarea {
    width: 100%;
}
.form-textarea-wrapper textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    resize: none;
}
input, textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Open Sans', sans-serif;
} 
input, textarea, .trysubmit touched:required:valid {
    border: none;
    padding: 10px;
    font-size: 1rem;
    box-sizing: border-box;
    font-weight: 300;
    background-color: #383838;
    border-radius: 10px;
    color: #fff;
    transition: background-color 0.5s ease-in, color 0.5s ease-in;
    box-shadow: none;
}
.trysubmit :required:invalid {
    background-color: #b83838;
}
form.trysubmit input[type='checkbox']:required:invalid + label,
form.trysubmit input[type='radio']:required:invalid +label {
    color: #f83838;
}
input:focus, textarea:focus {
    background-color: #181818;
    color: #82d616;
}
form .form-input-file.dropzone {
    position: relative;
    min-height: 70px;
    border-radius: 3px;
    margin-bottom: .85rem;
    border: 2px solid #383838;
    color: #fff;
    padding: 0.5rem;
    background-color: #383838;
    border-radius: 10px;
    transition: border 0.5s ease-in;
}
form .form-input-file.dropzone.dz-drag-hover {
    border: 2px solid #82d616;
    background-color: #383838;
}
input[readonly="readonly"] {
    cursor: not-allowed;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}
.radio {
	display: block;
}
form input[type='checkbox'],
form input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

form input[type='checkbox']:checked,
form input[type='checkbox']:not(:checked),
form input[type='radio']:checked,
form input[type='radio']:not(:checked) {
  background: transparent;
  position: absolute;
  visibility: hidden;
  margin:0;
  padding:0;
}

form input[type='checkbox'] + label,
form input[type='radio'] + label {
    cursor: pointer;
    text-indent: -21px;
    display: block;
}

form input[type='checkbox']:checked + label::before,
form input[type='checkbox']:not(:checked) + label::before,
form input[type='radio']:checked + label::before,
form input[type='radio']:not(:checked) + label::before {
    content: '' !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height:17px;
    border-radius: 50%;
    position: relative;
    top:-5px;
    background-color: #a6a5a5;
    background-image: url(../img/general/check.png);
    margin-right: 2px;
    background-size: 0%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease-in;
    text-align: center;
    font-size: 2rem;
    line-height: 0.5em;
    text-indent: 0px;
    border: none;
}

form input[type=radio]:checked + label::before,
form input[type=radio]:not(:checked) + label::before {
  border-radius: 50%;
}

form input[type='checkbox']:hover  + label::before,
form input[type='radio']:hover  + label::before {
    background-color: #82d616;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease-in;
}

form input[type='checkbox']:checked  + label::before,
form input[type='radio']:checked  + label::before {
    background-color: #82d616;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease-in;
}
form .stsel > .form-data {
    -webkit-columns: 130px;
    -moz-columns: 130px;
    columns: 130px;
    column-count: auto;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-fill: balance;
}
form .stsel > .form-data label {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block !important;
    padding-left: 21px;
}
#form-result {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in;
    z-index: 2;
    backdrop-filter: blur(5px);
}
#form-result.shownotice {
    opacity: 1;
    pointer-events: all;
}
div.notices {
    position: fixed;
    height: 100%;
    padding: 0 20px;
    margin: 0;
    z-index: 2000;
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
div.notices p > i {
    display: block;
    font-size: 4em;
    margin: -0.3em 0 0.3em;
}
#form-result.shownotice div.notices p > i.fa-check-circle {
    animation: bubb 5s linear;
}

#form-result.shownotice div.notices p > i.fa-circle-notch {
    animation: turn 1s linear infinite;
}
#form-result.shownotice div.notices p > i.fa-times-circle {
    animation: bubb2 3s linear infinite;
}
@keyframes bubb {
    0% {transform: scale(1);}
    7% {transform: scale(1);}
    10% {transform: scale(1.1);}
    13% {transform: scale(1);}
    16% {transform: scale(1.1);}
    19% {transform: scale(1);}
    100% {transform: scale(1);}
}
@keyframes bubb2 {
    0% {transform: translate(0);}
    7% {transform: translate(0);}
    10% {transform: translate(1rem,0rem);}
    12% {transform: translate(-1rem,0rem);}
    13% {transform: translate(0);}
    16% {transform: translate(2rem, 0);}
    18% {transform: translate(-2rem, 0);}
    19% {transform: translate(0);}
    20% {transform: scale(1);}
    35% {transform: scale(1.2);}
    40% {transform: scale(1);}
    100% {transform: translate(0);}
}
@keyframes turn {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
body #form-result {
    background: rgba(83, 83, 83, 0.9);
}
body #form-result div.notices {
    background: transparent;
}
#closeform {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10000;
    cursor: pointer;
    font-size: 3rem;
}
div.notices.yellow {
    border-left: 0px solid #ba9800 !important;
    color: #d89b26 !important;
}
div.notices.red {
    border-left: 0px solid #f14101 !important;
    color: #ff4f4f !important;
}
div.notices.blue {
    border-left: 0px solid #005498 !important;
    color: #0d5d7f !important;
}
div.notices.green {
    border-left: 0px solid #1d4774 !important;
    color: #83bb26 !important;
}
div.notices p {
    margin: 0 !important;
}
form .form-field.otherb {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    margin: 0;
    height: auto;
    transition: opacity 0.5s ease-in, max-height 0.5s ease-in, margin 0.5s ease-in;
}
form .form-field.otherb.showfield {
    opacity: 1;
    max-height: 100px;
    margin: 0 0 20px;
}
.form-field.h3 {
    margin-top: 2em;
}

/* Lightbox */
img.pu {
    cursor: pointer;
}
.pu-imagebox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100vw;
    max-height: 100vh;
    background-color: rgba(0,0,0,0.7);
    z-index: 2000;
    width: auto;
    height: auto;
    padding: 40px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.pu-imagebox.pu-show {
    pointer-events: all;
    opacity: 1;
    transition: opacity 0.5s ease-in;
}
.pu-sign {
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    position: absolute;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none; 
    opacity: 0.7;
    transition: opacity 0.5s ease-in;
}
.pu-sign:hover {
    opacity: 1;
}
.pu-arr {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
}
.pu-arr#pu-left {
    left: 20px;
}
.pu-arr#pu-right {
    right: 20px;
}
.pu-close {
    top: 15px;
    right: 20px;
}
.pu-imagewrapper {
    position: relative;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 auto;
}
.pu-imagewrapper img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: pu-fadein 0.5s ease-in;
}
@keyframes pu-fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.pu-text {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

/* Mobile */
@media (max-width:650px){
h1 {
    font-size: 2rem;
}
h2, .h2, body section.content article p + h2 {
    font-size: 1.5rem;
}
h1 + h2 {
    margin-top: -1.5rem;
    margin-bottom: 1em;
}
h3, .h3 {
    font-size: 1.2rem;
}
h4, .h4 {
    margin-top: 1.5em;
}
header .headline {
    position: absolute;
    bottom: 0;
    -webkit-hyphens: auto;
    hyphens: auto;
}
header .headline h1 span {
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
    display: inline-block;
}
.content {
    padding: 30px 20px 0;
    width: 100%;
    margin: 0;
}
.topside {
    position: absolute;
    top: 90px;
    width: calc(100% - 58px);
    right: 29px;
    min-width: 0px;
    max-width: 100%;
}
body:not(.sticked) #logo {
	height: 125px;
    display: flex;
    justify-content:center;
    align-items:center;
	border-radius: 10px 10px 0 0;
}
#logo img {
	width: 80%;
	min-width: 220px;
	max-width: 300px;
	height: auto;
	object-fit: contain;
	min-height: 100px;
}
    
button.round.big, .button.round.big {
    width: 3.2rem;
    flex: 0 0 3.2rem;
    height: 3.2rem;
    font-size: 1.1rem;
}   
button.round.medium, .button.round.medium {
    width: 3.2rem;
    flex: 0 0 3.2rem;
    height: 3.2rem;
    font-size: 1.1rem;
}
.content #main {
    -webkit-hyphens: auto;
    hyphens: auto;
    margin: 20px 0;
}
.bw {
    padding: 0px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #525252;
    border-radius: 0px;
}
.sect {
    margin-bottom: 50px;
}
.sect:last-of-type {
    margin-bottom: 150px;
}
.footerinfobox.flex .box1 {
	flex: 1 1 200px;
}
.footerinfobox.flex .box2 {
	flex: 1 1 100%;
}
}