/*****************************************************************
*				               Project Stylesheet File	                 *
*                                                                *
*     Language : CSS3       Preprocessor: SASS                   *
*     Project  : Hausarztpraxis Dr. med. Andrea Hering           *
*     Copyright: 2016 Michael Meuer                              *
*                                                                *
******************************************************************/
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: white;
  color: black;
  font-size: 14pt;
  font-family: "Exo 2", Arial, sans-serif;
  overflow: hidden;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #1d70b8;
}

a:hover {
  color: #f39200;
}

.error {
  border: 4px solid red;
  font: 20pt arial;
  margin: 25px auto;
  padding: 5px;
  text-align: center;
  width: 295px;
  display: table;
}

.wrap.small {
  max-width: 500px;
}
.wrap.narrow {
  max-width: 500px;
}

.wrap.middle {
  max-width: 650px;
}

.wrap.big {
  max-width: 750px;
}

.wrap.wide {
  max-width: 960px;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.float_none {
  float: none;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.justify {
  text-align: justify !important;
  hyphens: auto;
}

.font_normal {
  font-size: 1em;
}

.font_small {
  font-size: 0.8em;
}

.font_medium {
  font-size: 1.2em;
}

.font_large {
  font-size: 1.5em;
}

.displaynone {
  display: none;
}

.displayblock {
  display: block;
}

form table {
  width: 100%;
}

form input {
  border: 1px solid #1d70b8;
  background-color: white;
  color: black;
  height: 30px;
  font-size: 1em;
  margin: 5px 0;
}

form input[type="text"] {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  width: calc(100% - 12px);
}

form input[type=radio]:not(old) {
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  top: 8px;
  width: 28px;
}

form input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 38px;
  background: url("../images/radio.png") no-repeat 0 0;
  line-height: 28px;
}

form input[type=radio]:not(old):checked + label {
  background-position: 0 -28px;
}

form fieldset {
  border: 1px solid #1d70b8;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 5px 0;
  text-align: center;
}

form textarea {
  margin: 5px 0;
  font-size: 1em;
  padding: 5px 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #1d70b8;
  background-color: white;
  color: black;
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  width: calc(100% - 12px);
  height: 250px;
  font-family: "Exo 2", Arial, sans-serif;
}

.required_field {
  color: red;
}

.form_title {
  background-color: #1d70b8;
  text-shadow: 2px 2px 2px black;
  color: white;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  position: relative;
  top: -10px;
  left: -10px;
  padding: 5px 0;
}

.form_box {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.37);
  border: 1px solid #1d70b8;
  padding: 10px;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 940px) {
  .form_box {
    margin: 10px;
  }
}

.field_info {
  background-color: rgba(255, 0, 0, 0.4);
  border: 1px solid red;
  color: black;
  font-size: 0.8em;
  font-weight: lighter;
  height: 20px;
  position: relative;
  text-align: center;
  text-shadow: 0 0 1px black;
  top: -5px;
  visibility: visible;
  width: calc(100% - 2px);
}

.field_info.captcha {
  width: 300px;
  top: -3px;
}

.submit {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  background-color: #1d70b8;
  font-family: "Exo 2", Arial, sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.37);
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  color: white;
}

#mailformular {
  width: 100%;
}

#menu {
  position: absolute;
  min-width: 255px;
  max-height: 87%;
  max-height: -webkit-calc(100% - 40px);
  max-height: -moz-calc(100% - 40px);
  max-height: calc(100% - 40px);
  box-shadow: none;
  display: block;
  right: 10px;
  top: 0;
  background-color: #1d70b8;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.37);
  z-index: 3;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

#menu a {
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  #menu {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  #menu {
    overflow: auto;
    display: none;
    right: 0px;
    top: 40px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 2;
  }
  #menu a:first-child {
    border: 0;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 141 / 100) and (max-width: 740px) {
  #menu {
    top: 40px;
    max-height: 90%;
    max-height: -webkit-calc(100% - 40px);
    max-height: -moz-calc(100% - 40px);
    max-height: calc(100% - 40px);
  }
}

#menubutton {
  display: none;
  height: 40px;
  width: 40px;
  background-image: url(../images/menubutton2.png);
  position: absolute;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  right: 0;
}

@media screen and (max-width: 1023px) {
  #menubutton {
    display: block;
    top: 0;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 141 / 100) and (max-width: 740px) {
  #menubutton {
    height: 40px;
    width: 40px;
    overflow: visible;
  }
}

#smallarrowdown {
  display: none;
}

@media screen and (max-width: 1023px) {
  #smallarrowdown {
    display: inline-block;
    margin-left: 10px;
  }
}

.menuentry {
  cursor: pointer;
  padding: 0;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  min-height: 40px;
}

.menuentry:hover {
  background-color: #f39200;
}

.menuentry.noJQ:hover > div.submenu {
  height: auto;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}

.menuentry .caption {
  position: relative;
  top: 5px;
}

@media screen and (max-width: 1023px) {
  .menuentry .caption {
    margin: auto;
    display: inline-block;
  }
}

@media screen and (min-width: 1201px) {
  .menuentry {
    width: 159px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .menuentry {
    width: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .menuentry {
    border-top: 1px solid #fff;
    float: none;
  }
}

.menutable {
  display: table;
  margin: 0;
}

.menuimg {
  height: 36px;
  float: right;
  top: -5px;
  position: inherit;
  border: 0;
}

@media screen and (max-width: 1023px) {
  .menuimg {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .menuimg {
    height: 30px;
    top: 0px;
    left: 0px;
  }
}

.menutablerow {
  display: table-row;
}

.submenu {
  background-color: #B0B0B0;
  border-radius: 0 0 10px 10px;
  display: block;
  overflow: hidden;
  height: 0;
  z-index: 0;
  position: absolute;
  top: 40px;
  right: 0;
}

.submenu a:first-child {
  border: 0;
}

@media screen and (min-width: 1201px) {
  .submenu {
    width: 157px;
  }
}

@media screen and (min-width: 1024px) {
  .submenu {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .submenu {
    width: 128px;
  }
}

@media screen and (max-width: 1023px) {
  .submenu {
    width: 100%;
    margin-top: 15px;
    border-radius: 0;
    position: relative;
    top: 0;
  }
}

.submenuentry:hover {
  background-color: #f39200;
}

.submenuentry {
  padding: 5px;
  border-top: 2px solid #d5d5d5;
  min-height: 28px;
  cursor: pointer;
  display: block;
}

.submenuentry .caption {
  position: relative;
  top: 0px;
}

@media screen and (max-width: 1023px) {
  .submenu div.submenuentry:first-child {
    border: 0;
  }
}

.newsbox {
  max-width: 900px;
  margin: 25px auto;
  border: 1px solid #1d70b8;
  clear: both;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.37);
}

@media screen and (max-width: 940px) {
  .newsbox {
    margin: 25px 10px;
  }
}

.newsbox .newsmessage {
  text-align: center;
  padding: 5px;
}

.newsbox .newsmessage table {
  margin: 0 auto;
}

.newstitle {
  background-color: #1d70b8;
  color: white;
  width: calc(100% - 5px);
  text-align: center;
  padding-left: 5px;
  min-height: 28px;
  text-shadow: 1px 1px 1px black;
  overflow: hidden;
}

.newsfooter {
  border-top: 1px solid #1d70b8;
  color: rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 0.75em;
  padding: 2px 5px 3px;
  text-align: left;
  vertical-align: middle;
  min-height: 18px;
}

#marquee {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 40px !important;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  font-size: 1.3em;
  top: 40px;
}

@media screen and (max-width: 1023px) {
  #marquee {
    font-size: 1.0em;
    width: 100%;
  }
}

#marquee p {
  margin-top: 4px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  #marquee p {
    margin-top: 6px !important;
  }
}

#marquee p a {
  color: #f5b95f;
  border-radius: 5px;
}

#marquee p a:hover {
  color: #f39200;
}

#news_p {
  position: absolute;
  max-width: 700px;
  margin: 0 auto;
  z-index: 6;
  color: #f39200;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  border: 1px solid #000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

#news_p a {
  color: #f39200;
}

#news_p a:hover {
  color: white;
}

#news_p table {
  margin: auto;
}

#news_p table td {
  padding: 0 25px 0 25px;
}

.news_p_title {
  min-height: 35px;
  background-color: rgba(29, 112, 184, 0.8);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
  border: 2px solid #134c77;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 1.3em;
}

.news_p_body {
  min-height: 50px;
  background-color: rgba(90, 90, 90, 0.6);
  padding: 25px;
  cursor: pointer;
}

.news_p_body:hover {
  background-color: rgba(60, 60, 60, 0.8);
}

.news_p_spacer {
  min-height: 35px;
  background-color: rgba(29, 112, 184, 0.8);
  border: 2px solid #134c77;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 5px 0 5px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#news_p_bg {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}

#urlaubsplanbox {
  border: 1px solid #1d70b8;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  width: calc(100% - 15px);
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

.urlaubtabelle {
  width: 100%;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  width: calc(100% - 15px);
}

.urlaubtabelle th {
  border-bottom: 1px solid #1d70b8;
  text-align: left;
  color: #1d70b8;
  background-image: url("../images/tabletitle.png");
  text-shadow: 3px 3px 1px white;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.urlaubtabelle h2 {
  margin: 3px 0px 4px 10px;
}

.urlaubtabelle td {
  color: #666;
  padding: 10px;
}

.urlaubtabelle td.firstcell {
  border-right: 1px solid #1d70b8;
  width: 245px;
  text-align: left;
}

.switch1 {
  width: 48px;
  height: 19px;
  background-image: url(../images/switch1.png);
  background-size: 100%;
  background-position: 0px 0px;
  position: relative;
  float: left;
  cursor: pointer;
  display: none;
}

.statistics {
  display: none;
  font-size: 0.5em;
  color: #555;
}

#wrapper {
  width: 100%;
  height: 100%;
  display: inline;
  margin: 0;
  padding: 0;
}

#header {
  background-color: #1d70b8;
  height: 40px;
  max-height: 40px;
  box-shadow: 0px 0px 12px black;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 3;
  display: block;
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 141 / 100) and (max-width: 740px) {
  #header {
    height: 40px;
  }
}

#sitecontent {
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);
  margin: 0;
  display: table;
  vertical-align: middle;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 20px 0 80px;
}

@media screen and (max-width: 740px) {
  #sitecontent {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 359px) and (max-width: 740px) {
  #sitecontent {
    font-size: 1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 360px) {
  #sitecontent {
    font-size: 1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}

#footer {
  top: -webkit-calc(100% - 38px);
  top: -moz-calc(100% - 38px);
  top: calc(100% - 38px);
  bottom: 0;
  position: fixed;
  background-color: #d7d7ff;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 8px 0;
  font-size: 0.8em;
  box-shadow: -2px 0px 7px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px #fff;
  color: #000000;
  display: none;
  height: 30px;
}

#footer div {
  display: table;
  height: 40px;
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
}

#footer p {
  font-size: 0.6em;
  margin: 3px;
}

#footer p p {
  font-size: 0.5em;
}

img.small {
  height: 240px;
  margin: 5px;
}

img.middle {
  height: 400px;
  margin: 5px;
}

img.big {
  height: 600px;
  margin: 5px;
}

img.symbol128 {
  height: 128px;
  margin: 0 20px;
}

img.symbol64 {
  height: 64px;
  margin: 0 20px;
}

img.symbol24 {
  height: 24px;
  margin: 0 20px;
}

img.static {
  margin: 20px 0;
}

img.static.w100 {
  width: 100%;
}

#logo {
  height: 86px;
  width: 177px;
  background-image: url("../images/logo1.png");
  border: 1px solid;
  border-top: 0;
  background-size: 100%;
  float: left;
  margin-left: 50px;
  background-color: white;
  position: fixed;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  padding: 0;
  z-index: 3;
  cursor: pointer;
}

@media screen and (max-width: 360px) {
  #logo {
    left: -20px;
  }
}

@media screen and (max-width: 739px) {
  #logo {
    height: 50px;
    width: 105px;
  }
}

@media screen and (min-width: 740px) and (max-width: 1023px) {
  #logo {
    height: 54px;
    width: 111px;
  }
}

#noscript {
  background-color: rgba(100, 100, 100, 0.8);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
  text-shadow: 2px 2px 1px black;
  color: white;
  padding: 0;
  text-align: center;
  width: 100%;
  position: fixed;
  top: calc(100% - 53px);
  left: 0;
  z-index: 10;
  display: table;
  font-size: 75%;
  height: 50px;
  display: none;
}

#noscript p {
  display: table-cell;
  vertical-align: middle;
}

#close1 {
  height: 28px;
  width: auto;
}

#close2 {
  background-image: url("../images/close2.png");
  height: 44px;
  width: 44px;
  background-size: 44px auto;
}

#close2:hover {
  background-position: 0 44px;
}

#pageright {
  background-image: url("../images/pageright2.png");
  height: 44px;
  width: 44px;
  background-size: 44px auto;
  z-index: 7;
}

#pageright:hover {
  background-position: 0 44px;
}

#js_warning {
  height: 100%;
  width: 100%;
  background-image: url("../images/js_warning_bg.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

#mainbigpic {
  background-attachment: fixed;
  background-image: url("../images/bg1.jpg");
  background-position: center top;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

@media screen and (orientation: portrait) {
  #mainbigpic {
    background-size: auto 100%;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 141 / 100) {
  #mainbigpic {
    background-size: 100% auto;
  }
}

@media screen and (orientation: landscape) and (max-aspect-ratio: 142 / 100) {
  #mainbigpic {
    background-size: auto 100%;
  }
}

#gmap_canvas {
  height: 400px;
  width: 100%;
}

#sprechzeiten {
  padding: 5px;
  border: 1px solid #000;
  width: 100%;
  background-image: url("../images/clock.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  overflow: hidden;
  text-align: center;
}

#sprechzeiten th {
  padding: 5px;
  font-size: 10pt;  
}

#sprechzeiten td {
  padding: 5px;
  min-width: 60px;
}

#sprechzeiten td:nth-of-type(1) {
  min-width: 30px;
}

#mainaddress {
  width: 260px;

  font-size: 1.3em;
  font-weight: bold;
}

#mainaddress smaller {
  font-size: 0.7em;
}

.hinweis {
  font-weight: bold !important;
  color: #ff6000;
}

#maincall {
 
}

.call {
  font-size: 1em;
  margin-left: 5px;
}

@media screen and (max-width: 740px) {
  .call {
    font-size: 1em;
    left: 5px;
  }
}
.wrap_justify{
    display: flex;
    justify-content: center; /* Zentriert die Inhalte horizontal */
    gap: 10px; /* Optional: Abstand zwischen den Tabellen */
    flex-wrap: wrap; /* Zeilenumbruch, falls Platz zu gering ist */
}
#mainanfahrt {
  text-align: center;
  display: inline-block;
  
  height: 72px;
  width: 260px;
}

#mainanfahrt tr td {
  height: 70px;
  display: inline-block;
}

#mainanfahrt tr td:last-child {
  height: 70px;
  display: inline-block;
  vertical-align: sub;
}

#mainanfahrt a {
  font-size: 2em;
}

#notfallsprechzeiten {
  padding: 5px;
  border: 1px solid #000;
  min-width: 250px;
}

#notfallsprechzeiten th {
  padding: 5px;
  text-align: center;
}

#notfallsprechzeiten td {
  padding: 5px;
  text-align: center;
}

#notfallsprechzeiten tr td:first-child {
  text-align: left;
  width: 100px;
}

#notfallnummern_tbl {
  width: 100%;
  border: 0px solid #1d70b8;
}

#notfallnummern_tbl tr:last-child td:first-child {
  border-bottom: 0px;
}

#notfallnummern_tbl tr:last-child td:last-child {
  border-bottom: 0px;
}

#notfallnummern_tbl tr td {
  padding: 5px;
}

#notfallnummern_tbl tr td:first-child {
  max-width: 200px;
  border-right: 1px solid #1d70b8;
  border-bottom: 1px solid #1d70b8;
}

#notfallnummern_tbl tr td:last-child {
  border-bottom: 1px solid #1d70b8;
}

#welcome {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  color: #fff;
  width: 100%;
  vertical-align: middle;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

#welcome p {
  padding: 10px 0 10px;
  margin: auto;
  position: relative;
  text-shadow: 5px 5px 5px #000;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  display: none;
}

@media screen and (min-width: 1024px) {
  #welcome p {
    font-size: 2em;
  }
}

@media screen and (min-width: 840px) and (max-width: 1024px) {
  #welcome p {
    font-size: 2em;
  }
}

@media screen and (min-width: 359px) and (max-width: 740px) {
  #welcome p {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 360px) {
  #welcome p {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 740px) and (max-width: 840px) {
  #welcome p {
    font-size: 2em;
  }
}

@media screen and (orientation: portrait) and (max-width: 740px) {
  #welcome p {
    font-size: 1.5em;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 141 / 100) and (max-width: 740px) {
  #welcome p {
    font-size: 1.3em;
  }
}

@media screen and (orientation: landscape) and (max-aspect-ratio: 142 / 100) and (max-width: 740px) {
  #welcome p {
    font-size: 1.3em;
  }
}

#welcome img {
  width: 100%;
  height: auto;
  max-width: 1050px;
}

#scroll {
  height: 100px;
  width: 100px;
  background-image: url(../images/pagedown2.png);
  position: relative;
  margin: auto;
  top: 70%;
  top: -webkit-calc(100% - 85px);
  top: -moz-calc(100% - 85px);
  top: calc(100% - 85px);
  z-index: 1;
  cursor: pointer;
  background-size: 100% auto;
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  #scroll {
    height: 200px;
    width: 200px;
    top: -webkit-calc(100% - 155px);
    top: -moz-calc(100% - 155px);
    top: calc(100% - 155px);
  }
}

#gotop {
  background-image: url("../images/scrollarrows.png");
  bottom: 45px;
  cursor: pointer;
  display: none;
  height: 45px;
  position: fixed;
  right: 25px;
  width: 100px;
  z-index: 1;
}

@media screen and (max-width: 740px) {
  #gotop {
    background-size: 70px auto;
    height: 31px;
    width: 70px;
  }
}

#gonext {
  background-image: url("../images/scrollarrows.png");
  background-position: center bottom;
  bottom: 5px;
  cursor: pointer;
  display: none;
  height: 47px;
  position: fixed;
  right: 25px;
  width: 100px;
  z-index: 1;
}

@media screen and (max-width: 740px) {
  #gonext {
    background-position: 0 -31px;
    background-size: 70px auto;
    height: 33px;
    width: 70px;
  }
}

#mail {
  background-image: url("../images/em24.png");
  background-size: auto 46px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 46px;
  min-width: 235px;
  margin: 0 0 0 50px;
}

@media screen and (max-width: 740px) {
  #mail {
    background-size: auto 30px;
    height: 30px;
    margin: 0 0 0 28px;
  }
}

#mail:hover {
  cursor: pointer;
  background-image: url("../images/em24-1.png");
}

#mail2 {
  background-image: url("../images/em24.png");
  background-size: auto 20pt;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  min-width: 235px;
}

#mail2:hover {
  cursor: pointer;
  background-image: url("../images/em24-1.png");
}

#mail3 {
  background-image: url("../images/datensch_em24.png");
  background-size: auto 20pt;
  background-repeat: no-repeat;
  height: 24px;
  min-width: 235px;
}

#notfoundbigpic {
  background-attachment: fixed;
  background-image: url("../images/404.jpg");
  background-position: center top;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

#notfoundbigpic div {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  color: #fff;
  width: 100%;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

#notfoundbigpic div p {
  padding: 0;
  margin: auto;
  position: relative;
  text-shadow: 5px 5px 5px #000;
  color: #fff;
  font-size: 3em;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 740px) and (max-width: 840px) {
  #notfoundbigpic div p {
    font-size: 2em;
  }
}

@media screen and (orientation: portrait) and (max-width: 740px) {
  #notfoundbigpic div p {
    font-size: 1.5em;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 141 / 100) and (max-width: 740px) {
  #notfoundbigpic div p {
    font-size: 1.3em;
  }
}

@media screen and (orientation: landscape) and (max-aspect-ratio: 142 / 100) and (max-width: 740px) {
  #notfoundbigpic div p {
    font-size: 1.3em;
  }
}

@media screen and (orientation: portrait) {
  #notfoundbigpic {
    background-size: auto 100%;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 141 / 100) {
  #notfoundbigpic {
    background-size: 100% auto;
  }
}

@media screen and (orientation: landscape) and (max-aspect-ratio: 142 / 100) {
  #notfoundbigpic {
    background-size: auto 100%;
  }
}

#notfoundbigpic + div {
  position: fixed;
}

.imagebox_small {
  width: 100%;
  height: 200px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: top;
}

@media screen and (min-width: 740px) {
  .imagebox_small {
    background-attachment: fixed;
  }
}

@media screen and (min-width: 1024px) {
  .imagebox_small {
    background-attachment: fixed;
    background-size: 100% auto;
    height: 300px;
  }
}

.imagebox_medium {
  background-attachment: local;
  width: 100%;
  height: 300px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 1024px) {
  .imagebox_medium {
    background-attachment: fixed;
    background-size: 100%;
    height: 500px;
    background-position: 0 40px;
  }
}

@media screen and (max-width: 650px) {
  .imagebox_medium {
    height: 200px;
  }
}

.image_static_100 {
  width: 100%;
  margin: 20px 0;
}

.download_btn {
  background-color: #f39200;
  border-radius: 12px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
  color: #1d70b8;
  font-size: 2em;
  padding: 5px 10px 15px;
  position: relative;
  text-align: center;
  text-shadow: 3px 3px 3px #202056;
  width: 250px;
  text-decoration: none;
}

.download_btn:hover {
  box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.97);
  cursor: pointer;
}

.symbol {
  height: auto;
  width: 20px;
}

@media screen and (max-width: 740px) {
  .symbol {
    width: 20px;
  }
}

.sticker {
  bottom: 15px;
  font-size: 2em;
  left: 5px;
  position: relative;
}

@media screen and (max-width: 740px) {
  .sticker {
    font-size: 1.5em;
  }
}

.display_col {
  padding: 0px !important;
}

.display_col td {
  font-size: 1.3em;
  padding: 15px;
}

.resp_table {
  overflow-x: auto;
}

.slidebox {
  text-decoration: none;
  position: relative;
  margin: 35px auto;
}

.slidebox h1 {
  margin: 5px;
}

.slidebox h2 {
  margin: 5px;
}

.slideboxtitle {
  position: relative;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
  cursor: pointer;
}

.slideboxtitle .arrow {
  background-image: url("../images/smallarrowdown1.png");
  background-position: 0 0;
  position: relative;
  top: -25px;
  height: 18px;
  width: 20px;
  float: right;
}

.slideboxcontent {
  position: relative;
}

.dl_pdf {
  background-image: url("../images/mime/pdf.png");
  background-size: 40px auto;
  height: 40px;
  width: 40px;
}

.pdf:after {
  content: url("../images/pdf.png");
  position: relative;
  top: 15px;
}

.switch1 {
  width: 48px;
  height: 19px;
  background-image: url(../images/switch1.png);
  background-size: 100%;
  background-position: 0px 0px;
  position: relative;
  float: left;
  cursor: pointer;
}

.statistics {
  display: none;
  font-size: 0.5em;
  color: #555;
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 141 / 100) and (max-width: 740px) {
  h1 {
    font-size: 1.5em;
  }
}

#content {
  height: 95%;
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  width: 100%;
  overflow: auto;
  position: relative;
  display: none;
  top: 40px;
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 141 / 100) and (max-width: 740px) {
  #content {
    height: 95%;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
#collapsibleBox {
  border: 0;
  margin-top: 10px;
  overflow: hidden;
  display: none;
}

.textbox {
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

.spacer.fifty {
  height: 50px;
}

.spacer.twenty {
  height: 20px;
}

.margin.auto {
  margin: 20px auto;
}

.margin.bottom {
margin-bottom: 10px;
}

gmp-map {
  height: 400px;
  width: 100%;
}