﻿/* TB SITE BASIC STYLING */
/*html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    background: #FFF;
    color: #333;
}

a {
    color: #00F;
    text-decoration: underline;
}

a:hover {
    color: #000;
}


A#teamblauContact {
    background: url(/img/teamblau.png) no-repeat left center;
    padding: 5px 0 5px 29px;
}


.dn {
    display: none;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.onlyPrint {
    display: none;
}*/
/*
#siteTop {
    //border: 1px dashed blue;
}

#siteLeft {
    width: 240px;
   // border: 1px dashed red;
}

#siteCenter {
   //border: 1px dashed green;
}

#siteFooter {
   // border: 1px dashed blue;
}
*/
/* Styles for Forms */
/*
.Form1L {
    width: 100px;
    padding-right: 8px;
}

.Form1R {
    width: 200px;
}

.Form1C {
    width: 325px;
}

.inputForm1, .txtForm1, .inputForm2, .inputDatum {
    border: 1px solid #999;
}

.inputForm1, .txtForm1 {
    width: 250px;
}

.inputForm2 {
    width: 146px;
}

.inputDatum {
    width: 45px;
}

.txtForm1 {
    height: 100px;
}

#imgcaptcha {
    vertical-align: bottom;
}

.PrivacyL {
    width: 25px;
    padding-top: 2px;
    margin-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.PrivacyR {
    width: 280px;
}

.buttonForm1 {
    background: Maroon;
    color: #FFF;
    font-weight: bold;
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.Form1C .inputForm1,
.Form1C .txtForm1 {
    border: 1px solid #E9E9E9;
    padding: 5px 10px;
    width: 300px;
    font-size: 92%;
    font-family: 'OSR', Arial, Helvetica, sans-serif;
    resize: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
}
*/
/* Klassen fuer Fehlermeldungen 
.errorBorder .inputForm1,
.errorBorder .txtForm1,
.errorBorder .PrivacyL {
    border: 1px solid #F00;
}

.ErrMessage {
    display: none;
    color: #F00;
    width: 322px;
    font-size: 90%;
}

.errorBorder .ErrMessage {
    display: block;
}*/
/* End Styles for Forms */
/* Passwort-Meter - START */
#newpass1Info {
  float: left;
  margin: 3px 0 0 7px; }

#newpass1Info {
  width: 285px; }

#newpass1Info.errorPass {
  color: #B71F17; }

#newpass1Info.verylowPass {
  color: #B71F17; }

#newpass1Info.lowPass {
  color: #FCBE0E; }

#newpass1Info.mediumPass {
  color: #FCBE0E; }

#newpass1Info.strongPass {
  color: #0AA605; }

#newpass1Info.verystrongPass {
  color: #FFF;
  background: #0AA605; }

#newpass1InfoIcon.errorPass {
  background-position: 0 -25px; }

#newpass1InfoIcon.verylowPass {
  background-position: 0 -25px; }

#newpass1InfoIcon.lowPass {
  background-position: 0 -50px; }

#newpass1InfoIcon.mediumPass {
  background-position: 0 -50px; }

#newpass1InfoIcon.strongPass {
  background-position: 0 -0px; }

#newpass1InfoIcon.verystrongPass {
  background-position: 0 -75px; }

/* Passwort-Meter - END */
/*
h1 {
    font-size: 215%;
}

h2 {
    font-size: 122%;
}


body, html {
    position: relative;
    width: 100%;
    height: 100%;
}
*/
/*
.ContainerContent {
   //margin: 0 0 0 20px;
}
*/
/*
img.contentImgLayout1 {
    display: block;
    padding: 0 0 12px 0;
}

img.contentImgLayout2,
img.contentImgLayout12 {
    float: left;
    padding: 4px 12px 8px 0;
}

img.contentImgLayout3 {
    float: right;
    padding: 4px 0 8px 12px;
}

img.contentImgLayout4 {
    display: block;
    padding: 12px 0 0 0;
}

.ContentGallery {
    position: relative;
}

.ContentGallery .ContentGalPrev,
.ContentGallery .ContentGalNext {
    position: absolute;
    top: 150px;
    width: 50px;
    height: 50px;
    background: red;
    color: #FFF;
}

.ContentGallery .ContentGalPrev {
    left: 0;
}

.ContentGallery .ContentGalNext {
    right: 0;
}

.ContentGallery .ContentGalPager {
    position: absolute;
    right: 0;
    top: 0;
    background: yellow;
}

.ContentGallery .ContentGalInner {
    position: relative;
}

.ContentGallery .ContentGalSingle {
    position: relative;
}

.ContentGallery .ContentGalSingle .ContentGalSingleOverlay {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    width: 96%;
    padding: 4px 2%;
}
*/
/* Content-Accordeon - START */
/*
.ContentAccordeon {
    padding: 0px 15px 25px 15px;
    background: #F00;
}

.ContentAccordeonCont {
    background: #FFF;
}

.SingleAccordeonItem .SingleAccordeonContent {
    height: 0;
    overflow: hidden;
}

.SingleAccordeonItem .SingleAccordeonContent a {
    text-decoration: underline;
}

.SingleAccordeonItem .SingleAccordeonOpener {
    font-size: 24px;
    color: #000;
    line-height: normal;
    padding: 8px 30px 8px 0;
    font-weight: normal;
    display: block;
    cursor: pointer;
}

.SingleAccordeonItem .SingleAccordeonOpener:hover {
    background-color: #CECECE;
}

.SingleAccordeonItem {
    //geschlossene Elemente
    background: #DDD;
}

.SingleAccordeonItem .AccordeonIsOpen {
    //geoeffnete Elemente
    background: blue;
}
*/
/* Content-Accordeon - ENDE */
/*

#naviLeft li.trail a.trail,
#naviTop li.trail a.trail {
    color: #f03;
}

#naviLeft li.active a.active,
#naviTop li.active a.active {
    color: #f09;
}
*/
/*********************************************/
/*  BEGINN  #main                            */
/*********************************************/
/*
#main {
    position: relative;
    min-height: 100%;
}

    #main h1 {
        position: relative;
        color: #333;
        padding: 20px;
    }
*/
/*********************************************/
/*  END #main                                */
/*********************************************/
/*********************************************/
/*  BEGINN resonse SMALL                     */
/*********************************************/
/*
.responseSmall #main {
    width: 600px;
    margin: 0 auto;
    background-color: #502D59;
}
*/
/*********************************************/
/*  END response SMALL                       */
/*********************************************/
/*********************************************/
/*  BEGINN response MEDIUM                   */
/*********************************************/
/*
.responseMedium #main {
    width: 680px;
    margin: 0 auto;
    background-color: #BF2C47;
}
*/
/*********************************************/
/*  END response MEDIUM                      */
/*********************************************/
/*********************************************/
/*  BEGINN response GTH                      */
/*********************************************/
/*
.response_gth_Medium #main {
    width: 1700px;
    margin: 0 auto;
    background-color: #F2913D;
}
*/
/*********************************************/
/*  END response GTH                         */
/*********************************************/
body {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  line-height: 1.4em; }

body {
  overflow-y: scroll; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

img {
  border-width: 0; }

form, p, pre {
  margin: 0;
  padding: 0; }

ul, li {
  margin-top: 0;
  margin-bottom: 0; }

.cp {
  cursor: pointer; }

#layernoscript {
  width: 98%;
  height: 40px;
  background-color: #FFF;
  position: absolute;
  top: 10px;
  left: 1%;
  margin: 0;
  border: 2px dashed red;
  text-align: center;
  padding-top: 8px;
  z-index: 1000; }

.txtStd {
  color: #000; }

.txtStd a {
  color: #27B;
  text-decoration: underline; }

.txtStd a:hover {
  color: #27B; }

.txtStdB {
  font-weight: bold; }

.txtnoscript {
  color: #F00;
  font-weight: bold; }

.txtnoscript a {
  text-decoration: underline; }

.LClear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0%;
  width: 1px; }

.LClearL {
  clear: left;
  height: 0;
  overflow: hidden;
  font-size: 0%; }

.LC, .LCs {
  clear: both; }

.LCs, .spacer {
  font-size: 0%;
  overflow: hidden; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.LCs.s1 {
  height: 1px; }

.LCs.s1grey {
  height: 1px;
  background: #999; }

.LCs.s2 {
  height: 2px; }

.LCs.s4 {
  height: 4px; }

.LCs.s6 {
  height: 6px; }

.LCs.s8 {
  height: 8px; }

.LCs.s10 {
  height: 10px; }

.LCs.s12 {
  height: 12px; }

.LCs.s16 {
  height: 16px; }

.LCs.s20 {
  height: 20px; }

.LCs.s24 {
  height: 24px; }

.LCs.s28 {
  height: 28px; }

.LCs.s32 {
  height: 32px; }

.MinHeight {
  width: 0px;
  overflow: hidden;
  font-size: 0%;
  float: left; }

.MinHeight100 {
  height: 100px !important; }

/* Vorlage! - noch nicht verwendet */
.cmsEditUrl {
  background: #FFF;
  color: #F00 !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: normal !important; }

#previewOverlay {
  position: fixed;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 100000;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  text-align: center; }

#previewOverlay a {
  text-decoration: none; }

#previewOverlay .btn {
  background-color: #f6f6f6;
  border-radius: 3px;
  color: #333;
  margin: 7px 10px;
  padding: 5px 20px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  display: inline-block;
  transition: all  ease-in-out 0.3s;
  line-height: 1.2;
  height: auto; }

#previewOverlay .btn:hover {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff; }

#prevBtnOverview.truetrue, #BtnCmsLinks.truetrue {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff; }

#onlineBtnOverview.true {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff; }

/* PROJECT SETTINGS */
/* PROJECT VARIABLES */
/* PROJECT MIXINS */
/* PROJECT ELEMENTS GLOBAL STYLES */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5; }

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  background-color: #f7f7f7;
  font-size: 16px;
  z-index: 0; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #779e31; }
  a:hover {
    color: #c7cc2a; }

p {
  margin: 15px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 500; }

h1 {
  font-size: 5em !important;
  color: #fff;
  margin: 0 !important; }

h2 {
  font-size: 3em !important;
  color: #fff; }

h3 {
  font-size: 2.1em !important;
  color: #779e31;
  margin-bottom: 20px;
  line-height: normal; }

h4 {
  font-size: 1.5em !important;
  color: #779e31;
  margin-bottom: 20px;
  line-height: normal; }

h5 {
  font-size: 1.25em !important;
  line-height: normal; }

h6 {
  font-size: 1.25em !important;
  line-height: normal; }

/* PROJECT GLOBAL CLASSES STYLES */
.row, .columns, .column {
  position: relative; }

.only-on-mobile {
  display: none !important; }

.check-style, ul {
  list-style-image: url(../Img/list-check.gif);
  font-size: .9em;
  padding-left: 20px; }
  .check-style li, ul li {
    margin-bottom: 10px; }

.content-container,
.page-container {
  min-width: 300px;
  margin: 0 auto;
  width: 100%;
  position: relative; }

.page-container {
  background-color: #fff;
  max-width: 1800px !important; }

.content-container {
  max-width: 1300px; }

.container {
  padding: 0; }

.display-none {
  display: none; }

.align-center {
  text-align: center;
  padding: 100px 12%; }

.color-text-block {
  color: #779e31; }

.align-bottom-right {
  position: absolute;
  bottom: 10px;
  right: 0;
  line-height: 1.5em;
  width: 40%; }

.element-center {
  margin: 0 auto;
  display: block; }

.float-right, .float-left {
  float: right; }
  .float-right:after, .float-left:after {
    content: "";
    display: table;
    clear: both; }

.float-left {
  float: left; }

.clear-fix {
  content: "";
  display: table;
  clear: both; }

/* globals: media queries */
@media all and (min-width: 850px) {
  .xml-up-layout {
    min-height: 800px;
    min-height: calc(100vh - 161px); } }

@media all and (max-width: 1300px) {
  .content-container {
    padding-left: 5%;
    padding-right: 5%; } }

@media all and (max-width: 850px) {
  h1 {
    font-size: 3em !important; }
  h2 {
    font-size: 2.2em !important; } }

@media all and (max-width: 700px) {
  .only-on-mobile {
    display: inline-block !important; }
  h3 {
    font-size: 1.5em !important; } }

/* VENDOR FRONTEND BOILERPLATE SKELETON v2.9.4 */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; } }

@media (min-width: 700px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 0%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 8.33333%; }
  .two.columns {
    width: 16.66667%; }
  .three.columns {
    width: 25%; }
  .four.columns {
    width: 33.33333%; }
  .five.columns {
    width: 41.66667%; }
  .six.columns {
    width: 50%; }
  .seven.columns {
    width: 58.33333%; }
  .eight.columns {
    width: 66.66667%; }
  .nine.columns {
    width: 75%; }
  .ten.columns {
    width: 83.33333%; }
  .eleven.columns {
    width: 91.66667%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 33.33333%; }
  .two-thirds.column {
    width: 66.66667%; }
  .one-half.column {
    width: 50%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.33333%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.66667%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.33333%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.66667%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.33333%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.66667%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.33333%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.66667%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.33333%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.66667%; }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 50%; } }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* PROJECT PARTIALS */
/* top-header */
.project-logo {
  display: inline-block;
  vertical-align: middle;
  z-index: 50;
  position: absolute;
  -moz-transition: max-height .5s;
  -o-transition: max-height .5s;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  top: 0;
  left: 0;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); }

nav {
  min-width: 300px;
  background-color: #fff;
  height: 110px;
  border-bottom: 4px solid #779e31;
  z-index: 10;
  position: relative;
  max-width: 1800px; }
  nav .content-container {
    height: inherit; }
  nav ul {
    vertical-align: top;
    list-style: none;
    display: inline-block; }
    nav ul li {
      display: inline-block;
      line-height: 110px;
      height: 110px; }
      nav ul li a.de.decurr {
        font-weight: bold; }
      nav ul li a.it.itcurr {
        font-weight: bold; }
      nav ul li.lang-navi a {
        color: #333333; }

.top-header {
  padding-left: 170px;
  width: 100%;
  color: #779e31; }

/* header: media queries */
@media all and (max-width: 1300px) {
  /* top-header */
  nav .content-container {
    padding-left: 5%; } }

@media all and (max-width: 1100px) {
  /* top-header */
  nav .content-container {
    padding-left: 0;
    padding-right: 2%; } }

@media all and (max-width: 850px) {
  /* top-header */
  .top-header {
    padding-left: 120px; }
  .lang-navi {
    padding-right: 10px; }
  .top-header, .lang-navi, nav {
    height: 70px; }
    .top-header ul li, .lang-navi ul li, nav ul li {
      line-height: 70px;
      height: 70px; }
  .project-logo {
    max-width: 100px; } }

@media all and (max-width: 700px) {
  /* top-header */
  nav, .top-header, .top-title, .lang-navi {
    height: auto;
    min-height: 50px;
    line-height: normal; }
    nav ul, .top-header ul, .top-title ul, .lang-navi ul {
      height: auto;
      line-height: normal; }
      nav ul li, .top-header ul li, .top-title ul li, .lang-navi ul li {
        height: auto;
        line-height: normal; }
  nav .content-container {
    padding: 0; }
  .top-header {
    padding-left: 110px; }
  .top-title {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 80px; }
  .lang-navi {
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0; } }

/* footer */
footer {
  box-shadow: 0 -2px 2px -1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase; }
  footer * {
    vertical-align: middle;
    line-height: 21px; }
  footer .newsletter-link {
    padding: 13.33333px 0;
    background-color: #343434; }
    footer .newsletter-link a {
      color: #fff;
      font-size: 14px; }
    footer .newsletter-link .material-icons {
      vertical-align: bottom; }
  footer .footer-navi {
    vertical-align: top;
    list-style: none;
    display: inline-block; }
    footer .footer-navi li {
      display: inline-block;
      margin-bottom: 0; }
  footer .footer-navi, footer .logoteamblau {
    padding: 13.33333px 20px; }
    footer .footer-navi a, footer .logoteamblau a {
      color: #343434;
      font-size: 14px;
      margin-right: 20px; }
      footer .footer-navi a:hover, footer .logoteamblau a:hover {
        color: #c7cc2a; }

/* footer: media queries */
@media all and (max-width: 850px) {
  /* footer */
  footer .newsletter-link {
    padding-left: 20px;
    padding-right: 20px; }
  footer .footer-navi, footer .logoteamblau {
    padding: 20px; }
    footer .footer-navi a, footer .logoteamblau a {
      margin-right: 5px; } }

@media all and (max-width: 700px) {
  /* footer */
  footer .footer-navi {
    padding: 10px 20px; }
    footer .footer-navi li {
      display: block; }
  footer .logoteamblau {
    padding: 10px 20px;
    width: 100%;
    border-top: 2px solid #f5f5f5; } }

/*COOKIE BANNER*/
.cc_container {
  padding: 20px 5%; }

.cc_container a, .cc_container a:visited {
  color: #779e31 !important; }

.cc_container a.cc_btn_accept_all {
  color: #fff !important;
  background-color: #00883c !important; }

/* Cookie-Banner - START */
#cookiesAllow {
  position: fixed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ie-box-sizing: border-box;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 10000;
  background-color: #000;
  color: #fff;
  padding: 10px 50px 10px 10px;
  padding: 20px 5%;
  font-size: 15px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3); }

#cookiesAllow a#cookiesAllowBtn {
  text-decoration: none;
  background-color: #779e31;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  padding: 5px 15px;
  float: right;
  margin: 0 -40px 0 0; }

#cookiesAllow a#cookiesInfoLink {
  color: #00883c;
  padding: 0 10px; }

/* Cookie-Banner - ENDE */
/* general-text*/
.general-text {
  padding-top: 100px;
  padding-bottom: 100px; }
  .general-text strong {
    color: #86b137;
    font-size: 1.4em;
    font-family: "Open Sans Semibold", sans-serif; }
  .general-text b {
    font-size: 1.4em;
    font-weight: 400; }
  .general-text .column, .general-text .columns {
    margin-bottom: 20px; }

/* typography: media queries */
@media all and (max-width: 700px) {
  /* general-text text*/
  .general-text {
    padding: 40px 5%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; } }

/* forms */
form {
  font-size: 15px; }
  form *:focus {
    outline: #f4d201 auto 2px; }

.section-results {
  padding: 30px 5%;
  margin-bottom: 50px; }
  .section-results img {
    max-width: 80%; }
  .section-results .infoTxt {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 25px; }

.section-title {
  background-color: #f5f5f5;
  font-weight: 500;
  padding: 13.33333px 20px;
  margin-bottom: 13.33333px; }

.form-section {
  padding: 20px; }

.errMessage {
  color: #ff6a00;
  font-style: italic; }

.button {
  min-width: 200px;
  border-radius: 2px;
  height: 55px;
  background-color: #c7cc2a;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  border: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 500;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  transition: background-color .5s; }
  .button:hover {
    background-color: #d1d639; }
  .button:focus {
    outline: none; }
  .button[disabled] {
    background-color: #ddd; }
  .button:active {
    background-color: #9ea221; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 10px; }

input[type="file"],
input[type="text"], select {
  width: 100%;
  border: none;
  padding: 5px 10px;
  min-height: 35px;
  border: 1px solid rgba(119, 158, 49, 0.3); }
  input[type="file"]:focus,
  input[type="text"]:focus, select:focus {
    border: 1px solid rgba(244, 210, 1, 0.3); }

.errorBorder input[type="text"], .errorBorder select, .errorBorder input[type="file"] {
  outline: #ff6a00 auto 1px;
  outline: rgba(255, 106, 0, 0.3) auto 1px;
  border: 2px solid rgba(255, 106, 0, 0.4); }

.errorBorder input[type="radio"], .errorBorder input[type="checkbox"] {
  outline: #ff6a00 auto 2px;
  outline: rgba(255, 106, 0, 0.7) auto 2px;
  background-color: rgba(255, 106, 0, 0.7);
  box-shadow: 0 0 1px 1px rgba(255, 106, 0, 0.7); }

.errorBorder input[type="radio"]:disabled {
  outline: none;
  border: none; }

#privacyText {
  width: 100%;
  border: 1px solid rgba(119, 158, 49, 0.3);
  padding: 10px 20px 10px 20px;
  background-color: #fff; }

/* LCenterUploadXML */
.LCenterUploadXML {
  border: 1px solid rgba(119, 158, 49, 0.3);
  max-width: 850px;
  padding: 20px;
  margin-top: 40px; }
  .LCenterUploadXML img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 350px; }
  .LCenterUploadXML a {
    font-weight: 600;
    text-decoration: underline; }
  .LCenterUploadXML .eight {
    padding-left: 20px; }
  @media all and (max-width: 700px) {
    .LCenterUploadXML .eight {
      padding-left: 0; } }

.OKMessage {
  text-align: center; }
  .OKMessage a {
    display: inline-block;
    margin: 10px 0; }

