html, body, div, span, object, iframe,
h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


html, body
{
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  overflow:auto;
  background-image: url("../grafiken/background.jpg");
  background-repeat: repeat;
}


/*    -------------------------------------------------------------------------------
      Cookie-Notice  |  Info-Box  |  Impressum  |  Datenschutz|  Haftungsausschluss
*/
button.googleAnalyticsOptoutButton {
  font-size: 1.0em;
  font-family: sans-serif;
  color:#93c01f;
  background-color: transparent;
  background-color: rgba(255,255,255,0.2);
  border: 1px solid #93c01f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px;
  margin: 0;
  outline: 0 none;
  cursor: pointer;
  cursor: hand;
}
button.googleAnalyticsOptoutButton:hover,
button.googleAnalyticsOptoutButton:active {
  color:#ffffff;
  background-color: #93c01f;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    outline: 0 none;
}
div.cookieNoticeContainer {
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(220,220,220,0.5);
  text-align: center;
}
div.cookieNoticeContent {
  font-size: 0.8em;
  font-family: sans-serif;
  color: #999;
  padding: 8px 20px 14px 20px;
}
button.cookieNoticeButton {
  font-size: 0.9em;
  font-family: sans-serif;
  color:#93c01f;
  background-color: transparent;
  background-color: rgba(255,255,255,0.2);
  border: 1px solid #93c01f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 6px 0px 0px 10px;
  outline: 0 none;
  cursor: pointer;
  cursor: hand;
}
button.cookieNoticeButton:hover,
button.cookieNoticeButton:active {
  color:#ffffff;
  background-color: #93c01f;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    outline: 0 none;
}
button.cookieNoticeButton2 {

  font-size: 0.9em;
  font-family: sans-serif;
  color:#999;
  background-color: transparent;
  background-color: rgba(255,255,255,0.2);
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 6px 0px 0px 10px;
  outline: 0 none;
  cursor: pointer;
  cursor: hand;
}
button.cookieNoticeButton2:hover,
button.cookieNoticeButton2:active {
  color:#ffffff;
  border: 1px solid #bc4d3b;
  background-color: #bc4d3b;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    outline: 0 none;
}
img.loadingIcon {
  width: 100%;
  height: auto;
  max-width: 50px;
  max-height: 50px;
  margin-top: 20px;
  -webkit-animation:spin 2s linear infinite;
  -moz-animation:spin 2s linear infinite;
  animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
div.messageContainer,
div.impressumContainer,
div.datenschutzContainer,
div.haftungContainer {
  z-index: 3;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
}
div.messageContent,
div.impressumContent,
div.datenschutzContent,
div.haftungContent {
  display: table-cell;
  vertical-align: middle;
}
div.message,
div.cookieMessage {
  width: 260px;
  font-size:14px;
  font-family: sans-serif;
  color:#333;
  line-height: 1.5em;
  text-align: left;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.8);
  margin: 0 auto;
  padding: 45px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
div.cookieMessage {
  padding: 45px 45px 20px 45px;
  text-align: center;
}
div.messageSpeechBuble {
  width: 350px;
  height: 43px;
  margin: 0 auto;
  padding: 0;
  background-image: url("../grafiken/speechBubleBottom.png");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
a.closeInfoBoxLink,
a.closeInfoBoxLink:visited {
  font-size:16px;
  font-family: sans-serif;
  color:#777;
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #b9b9b9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
}
a.closeInfoBoxLink:hover,
a.closeInfoBoxLink:focus,
a.closeInfoBoxLink:active {
  background-color: #93c01f;
  border: 1px solid #93c01f;
  color: #fff;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}
div.messageSpacer,
div.impressumSpacer,
div.datenschutzSpacer,
div.haftungSpacer {
  width: 80%;
  max-width: 520px;
  height: 30px;
}
div.impressum {
  width: 80%;
  max-width: 520px;
  font-size:12px;
  font-family: sans-serif;
  color:#333;
  line-height: 20px;
  text-align: left;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.8);
  margin: 0 auto;
  padding: 50px 60px 60px 60px;
  display: inline-table;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
div.closeIcon {
  width: 100%;
  text-align: right;
}
div.impressumCol1 {
  float: left;
  min-width: 320px;
  margin-top: 40px;
}
div.impressumCol2 {
  float: left;
  min-width: 200px;
  margin-top: 40px;
}
div.impressumCol2::after {
  content: "";
  clear: both;
  display: table;
}
div.datenschutz,
div.haftung {
  width: 80%;
  max-width: 800px;
  font-size:12px;
  font-family: sans-serif;
  color:#333;
  line-height: 20px;
  text-align: left;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.8);
  margin: 0 auto;
  padding: 50px 60px 60px 60px;
  display: inline-table;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
div.datenschutzCol1,
div.haftungCol1 {
  float: left;
  min-width: 380px;
  max-width: 380px;
  margin-top: 40px;
  border-right: 20px solid transparent;
}
div.datenschutzCol2,
div.haftungCol2 {
  float: left;
  min-width: 380px;
  max-width: 380px;
  margin-top: 40px;
  border-left: 20px solid transparent;
}
div.datenschutzCol2::after,
div.haftungCol2::after {
  content: "";
  clear: both;
  display: table;
}
a.contentLink,
a.contentLink:active,
a.contentLink:visited {
  color: #555;
  text-decoration: underline;
}
a.contentLink:hover,
a.contentLink:focus {
  color: #93c01f;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
}


/*    ------------------------------------------------
      Content
*/
div.bodyContainer {
  display: table;
  width: 100%;
  height: 85%;
  text-align: center;
}
div.content {
  display: table-cell;
  vertical-align: middle;
}
img.companyLogo {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 261px;
  margin-top: 40px;
}
img.companyLogoSmall {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 51px;
  margin-top: 40px;
}
button.contact {
  min-width: 160px;
  font-size:20px;
  font-family: sans-serif;
  color:#93c01f;
  background-color: transparent;
  background-color: rgba(255,255,255,0.2);
  border: 1px solid #93c01f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 0px;
  margin: 80px 0px 60px 0px;
  outline: 0 none;
  cursor: pointer;
  cursor: hand;
}
button.contact:hover, button.content:active {
  color:#ffffff;
  background-color: #93c01f;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    outline: 0 none;
}
div.adressInformation {
  width: 100%;
  max-width: 400px;
  margin-top: 40px;
  font-size:14px;
  font-family: sans-serif;
  color:#777;
  font-style: italic;
  line-height: 24px;
  text-align: left;
  margin: 0 auto;
  padding: 0px 0px 30px 40px;
}
div.adressInformationDivider {
  width: 240px;
  border-top: 1px solid #cfcfcf;
  margin:15px 0px
}


/*    ------------------------------------------------
      Footer  +  Foot-Navigation
*/
div.footNavigation {
  display: table;
  min-width: 240px;
  height: calc(15% - 40px);
  text-align: left;
  margin-top: 30px;
}
div.footNavigationContainer {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0 30px 50px;
}

span.highlightText {
  background-color: transparent;
  background-color: rgba(255,255,255,0.3);
  padding: 7px 0px;
}
div.footNavSpacer {
  font-size: 1.0em;
  font-family: sans-serif;
  color:#999;
  margin: 0px 5px;
  display: inline;
}
a.footNavLink,
a.footNavLink:active,
a.footNavLink:visited {
  font-size: 0.9em;
  font-family: sans-serif;
  color:#999;
  text-decoration: none;
  padding: 6px 10px;
}
a.footNavLink:hover,
a.footNavLink:focus {
  color: #fff;
  background-color: #93c01f;
}


/*    ------------------------------------------------
      Breakpoints  |  (responsive)
*/
@media screen and (max-width: 1020px) {

  div.datenschutz,
  div.haftung {
    max-width: 380px;
  }
  div.datenschutzCol1,
  div.datenschutzCol2,
  div.haftungCol1,
  div.haftungCol2 {
    border: 0;
  }
  div.datenschutzCol2,
  div.haftungCol2 {
    margin-top: 0px;
  }

}
@media screen and (max-width: 1000px) {
  
  div.cookieNoticeContent {
    padding: 14px 20px 14px 20px;
    line-height: 1.5em;
  }
  span.cookieNoticeBreakpoint1::after {
    content: "\A";
    white-space: pre;
  }
  
}
@media screen and (max-width: 680px) {

  div.impressum {
    max-width: 280px;
  }
  div.impressumCol1 {
    min-width: 280px;
  }
  div.datenschutz,
  div.haftung {
    max-width: 280px;
  }
  div.datenschutzCol1,
  div.datenschutzCol2,
  div.haftungCol1,
  div.haftungCol2 {
    min-width: 280px;
  }
  div.datenschutzCol2,
  div.haftungCol2 {
    margin-top: 0px;
  }
  #headlineDatenschutz,
  #headlineHaftung {
    font-size: 1.7em;
  }

}
@media screen and (max-width: 590px) {
  
  span.cookieNoticeBreakpoint2::after {
    content: "\A";
    white-space: pre;
  }
  
}
@media screen and (max-width: 450px) {

  html, body
  {
    background-image: url("../grafiken/background-small.jpg");
  }
  div.message {
    font-size:14px;
    width: 55%;
    min-width: 50px;
    padding: 15%;
    text-align: center;
  }
  div.impressum {
    font-size:12px;
    width: 65%;
    min-width: 50px;
    padding: 10%;
  }

  div.impressumCol1 {
    min-width: 200px;
  }
  div.datenschutz,
  div.haftung {
    font-size:12px;
    width: 65%;
    min-width: 50px;
    padding: 10%;
  }
  div.datenschutzCol1,
  div.datenschutzCol2,
  div.haftungCol1,
  div.haftungCol2 {
    min-width: 200px;
  }
  div.datenschutzCol2,
  div.haftungCol2 {
    margin-top: 0px;
  }
  #headlineDatenschutz,
  #headlineHaftung {
    font-size: 1.5em;
  }
  div.messageSpeechBuble {
    width: 70%;
    min-width: 50px;
    padding: 0% 5%;
  }
  a.closeInfoBoxLink {
    font-size: 16px;
  }
  img.companyLogo {
    width: 80%;
    margin: 10%;
  }
  button.contact {
    width: 80%;
    margin: 10px 10% 50px 10%;
  }
  div.adressInformation {
    width: 80%;
    min-width: 50px;
    margin: 0 auto;
    padding: 0px 10% 50px 10%;
    font-size: 12px;
    line-height: 20px;
  }
  div.adressInformationDivider {
    width: 100%;
    border-top: 1px solid #cfcfcf;
    margin:15px 0px;
  }
  div.footNavigationContainer {
    width: 80%;
    min-width: 50px;
    padding: 0 0 30px 0;
    text-align: center;
  }
    div.footNavSpacer {
    font-size: 0.75em;
    margin: 0px 3px;
  }
  a.footNavLink {
    font-size: 0.75em;
    padding: 4px 6px;
  }
  /*div.footNavSpacer {
    display: none;
  }
  a.footNavLink {
    display: block;
    margin-bottom: 5px;
  }
  a.footNavLink::before {
    content: "\2022   ";
    white-space: pre;
  }*/

}