/* Media Queries */
.col {
  /*border: 1px dotted silver;
    border-top: none;*/
}
.spalte {
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    padding: 0;
  }
  .col {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
  }
  .content-sidebar {
    padding: 20px;
  }
  .content,
  .sidebar {
    display: inline;
    padding: 20px;
  }
}
@media only screen and (min-width: 1150px) {
  .row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    padding: 0;
  }
  .col {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
  }
  .sidebar {
    width: 35%;
  }
}
html {
  font-family: Arial;
}
body {
  background-color: white;
  font-family: Roboto;
  color: #555555;
}
.header,
.navigation,
.flags {
  margin: 0;
  padding: 0;
}
.navigation,
.flags {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
/*
.flags {
    width:0%;
}*/
.breadcrumb {
  color: #a0a0a0;
}
.breadcrumb .item {
  display: inline;
}
.content,
.sidebar {
  padding-top: 0;
}
.content img,
.sidebar img {
  margin: 5px 0 25px 0;
}
.content img.alignleft,
.sidebar img.alignleft {
  margin: 10px 25px 10px 0px;
}
.content img.alignright,
.sidebar img.alignright {
  margin: 10px 0px 10px 25px;
}
.content p,
.sidebar p,
.content li,
.sidebar li {
  font-size: 1.7rem;
  margin: 0 0 1rem 0;
  line-height: 150%;
}
.content li,
.sidebar li {
  position: relative;
  left: 1em;
  margin: 0 1rem 0.8rem 0;
}
.content {
  padding-right: 5rem;
}
.sidebar {
  background-color: #F0F0F0;
  padding: 0 3rem;
  border-bottom: 10px solid white;
  border-right: 10px solid white;
}
.footer hr {
  color: #666666;
  height: 1px;
}
.footer .navi-footer {
  width: 100%;
  text-align: right;
  margin: 0rem 2rem 2rem 0;
  padding: 0 1rem 0 0;
}
h1 {
  font-size: 3rem;
  margin: 1rem 0 1.5rem 0;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 125%;
}
h2 {
  font-size: 2.5rem;
  margin: 1rem 0 1.25rem 0;
  line-height: 125%;
}
h3 {
  font-size: 2rem;
  margin: 1rem 0 1rem 0;
  line-height: 125%;
}
h4 {
  font-size: 1.85rem;
  margin: 1rem 0 1rem 0;
  line-height: 125%;
}
a {
  color: navy;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 80%;
  padding: 1rem;
  font-size: 1.8rem;
  background-color: #F0F0F0;
  border: 1px solid #555555;
}
.wpcf7 .wpcf7-select {
  width: 80%;
  padding: 1rem;
  background-color: #F0F0F0;
  border: 1px solid #555555;
  font-size: 1.8rem;
}
.wpcf7 .wpcf7-submit {
  width: 200px;
  font-size: 1.6rem;
  margin-top: 10px;
  /*background-color: #99CC99;*/
}
.header {
  position: relative;
}
div.flaggen {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  text-align: right;
}
body {
  font-size: calc(14.46153846px);
}
img.transparent {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 98;
  height: 100%;
}
.schema-position {
  visibility: hidden;
}
