084F8C@charset "UTF-8";

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-bold.woff2') format('woff2'),
    url('../fonts/roboto-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Generelle Eigenschaften */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: 'Roboto', Helvetica, sans-serif;
  color: #707070;
  text-align: center;
  font-size: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1 {
  font-weight: 700;
  font-style: normal;
  /* font-size: 4.5rem; */
  /* line-height: 4.8rem; */
  margin: 0;
  padding: 0;
}

h2 {
  font-weight: 700;
  font-style: normal;
  color: #084F8C;
  margin: 5%;
  padding: 0;
}

ul {
  padding-left: 0;
  margin: 0;
  margin-top: 1em;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  justify-content: space-between;
}

li {
  font-weight: 700;
  font-style: normal;
  padding: 1em;
}

nav {
  position: fixed;
  top: 0px;
  background-color: #FFFFFF;
  width: 70%;
  z-index: 99;
  border-bottom: solid;
  border-width: thin;
}

nav a {
  color: color: #707070;
  text-decoration: none;
}

.aktiv {
  color: #084F8C;
  text-decoration: underline solid #084F8C3px;
}

a:link {
  font-weight: bold;
  color: #084F8C;
  text-decoration: none;
}

a:visited {
  color: #707070;
  text-decoration: none;
}

a:hover {
  color: #084F8C;
  text-decoration: underline solid #084F8C3px;
}

a:active {
  color: #084F8C;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

footer {
  font-weight: 700;
  font-style: normal;
  float: left;
  width: 100%;
}

footer a {
  color: #707070;
}

#wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* Ende Generelle Eigenschaften */
/* navigation menu */
#menu-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

/* menu de navegacion en subdivisiones */
#lista-subnav {
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 68px;
  position: fixed;
  top: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

#izq_sub {
  display: flex;
  justify-content: center;
}

#gris {
  color: #BDBDBD;
}

/* Ende menu de navegacion en subdivisiones */
/*Ende navigation menu */
/* footer menu */
#footerlist {
  padding-left: 0;
  margin: 0;
  /* margin-top: 1em; */
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  justify-content: flex-start;
  border-top: solid;
  border-width: thin;
}

#footerlist a {
  margin: 1rem;
  margin-bottom: 0.5rem;
  /* font-size: medium; */
}

/*Ende footer menu */
/* Startseite */
/* Präsentation (Foto, Name und text)*/
#wrapperhome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* height: 90vh; */
  margin-top: 72px;
  /* margin-bottom: 20vh; */
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  /* position: absolute; */
}

#home {
  position: relative;
  /* width: 70%; */
}

#home div {
  /* position: absolute; */
}

#hello {
  z-index: 10;
  padding: 1.1em;
  border-style: solid;
  border-color: #012340;
  border-width: 0.3em;
  border-radius: 0.4rem;
  /* border-width: thin; */
  width: 140%;
  /* left: 15%;
  top: 7%; */
  background-color: #FFFFFF;
  line-height: 1.2;
  font-size: 90%;
  margin-top: 5em;
  margin-left: 2em;
  position: relative;
}

#foto {
  z-index: 1;
  /* width: 125%;
  left: 15%;
  top: 7%; */
  padding: 0.5em;
  border-style: solid;
  border-color: #012340;
  border-width: 0.2em;
  border-radius: 0.4rem;
  /* border-width: thin; */
}

.arriba {
  font-weight: bold;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  justify-content: flex-start;
}

.grupoicono {
  display: flex;
  flex-direction: column-reverse;
}

.grupoicono p {
  font-size: 130%;
  font-weight: bold;
  /* height: 3vh;
  width: 3vh; */
  background-color: #084F8C;
  color: #FFFFFF;
  margin: 1rem;
  margin-bottom: 0;
  /* padding: 2vh; */
  padding-left: 1.5vh;
  padding-right: 1.5vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  border-style: solid;
  border-width: thin;
}

.grupoicono a {
  /* background-color: #084F8C; */
  color: #FFFFFF;
}

.grupoicono p:hover, a:hover {
  background-color: #FFFFFF;
  color: #084F8C;
  text-decoration: none;
}

/* .grupoicono p:hover {
  background-color: #FFFFFF;
  color: #084F8C;
  border-color: #084F8C;
  text-decoration: none;
}

.grupoicono a:hover {
  color: #084F8C;
  text-decoration: none;
  background-color: #FFFFFF;
} */
#name {
  /* Donde esta la foto */
  /* background-color: #3399FF; */
  /* width: 80%; */
  /* width: 45vh; */
  color: black;
  text-align: left;
  /* padding: 6.3em;
  padding-left: 0%;
  padding-right: 0%; */
  padding-top: 6.3em;
  margin-bottom: 0;
  margin-top: 0.5%;
  float: right;
  position: relative;
}

#name a:link {
  color: #084F8C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: flex-end;
  justify-content: flex-end;
}

#name a:visited {
  color: #707070;
}

#subtexto {
  position: absolute;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  /* font-size: 90%; */
}

/* Ende der Präsentation */
/* Bereiche */
#bereiche {
  font-size: 1.5rem;
  margin-top: 30%;
}

#categorias {
  /* height: 100vh; */
  /* padding-top: 20vh;
  padding-bottom: 20vh; */
  margin-top: 10vh;
  margin-bottom: 20vh;
}

#teil1 {
  margin-right: 6%;
  margin-bottom: -11%;
}

#teil2 {
  margin-left: 6%;
  margin-bottom: -11%;
}

#teil3 {
  margin-right: 6%;
  margin-bottom: -14%
}

#teil4 {
  margin-left: 6%;
  margin-bottom: -14%
}

/* Diese Eigenschaft ist notwendig nur in 4K bildschirm.*/
#teil1, #teil2, #teil3, #teil4 {
  width: calc(100% - 5%)
}

#teil1 a,
#teil2 a,
#teil3 a,
#teil4 a {
  text-decoration: none;
}

#teil1 h3:hover,
#teil2 h3:hover,
#teil3 h3:hover,
#teil4 h3:hover {
  transform: scale(1.02);
  background-color: #084F8C;
  color: #FFFFFF;
  font-size: 1.7rem;
  top: -4.7%;
}

#teil1 img:hover,
#teil2 img:hover,
#teil3 img:hover,
#teil4 img:hover {
  transform: scale(1.02);
}

#teil1 img,
#teil2 img,
#teil3 img,
#teil4 img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 2;
}

#teil1 h3,
#teil2 h3,
#teil3 h3,
#teil4 h3 {
  position: relative;
  color: #084F8C;
  padding: 6px;
  background-color: #ffffff;
  border: 3.5px solid #084F8C;
  border-width: thin;
  font-weight: 900;
  font-size: 1.5rem;
  z-index: 80;
  margin: 0;
  margin-left: 54%;
  top: -4.5%;
  right: 10%;
}

#linien2 {
  position: relative;
  z-index: 0;
  width: 400px;
  height: 200px;
  height: 30%;
  width: 70%;
  left: 35%;
  top: -78%;
}

#linien3 {
  position: relative;
  z-index: 1;
  height: 30%;
  width: 70%;
  left: 14%;
  top: -78%;
}

/* nuevos secciones con iconos */
/* .icon:hover {
  transform: scale(1.02);
} */
.title1:hover,
.title2:hover,
.title3:hover {
  transform: scale(1.02);
  font-size: 1.18em;
}

.title1 h3:hover,
.title2 h3:hover,
.title3 h3:hover {
  /* font-size: 1.21em; */
  /* transform: scale(1.01); */
  /* color: #D94343; */
  /* top: -4.7%; */
}

/* .icon_hover {
  background-image: url("../img/home/icon1_h.png");
  background-size: cover;
  width: 300px;
  height: 300px;
} */
/* Ende  nuevos secciones con iconos */
/* Ende Bereiche */
/*Ende Startseite */
/*über */
#ueber {
  position: relative;
  float: left;
  text-align: left;
  /* background-color: #084F8C; */
  /* padding: 3% 7%; */
  padding: 1% 1%;
  color: #084F8C;
  margin-top: 100px;
  margin-bottom: 0.5%;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: thin;
}

/* #ueber h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}

#ueber p {
  margin: 0;
}
*/
#ueber-text {
  float: left;
  text-align: left;
  margin: 6rem;
  margin-top: -3rem;
  padding: 7%;
  border: 4px solid #084F8C;
  border-width: thin;
}

#ueber-text h1 {
  margin-bottom: -1rem;
}

#ueber img {
  height: 10rem;
}

#identado {
  margin-left: 4rem;
  margin-right: 4rem;
}

/* Ende über */
/* Title der kategorien */
#title {
  color: #084F8C;
  margin-top: 155px;
  margin-bottom: 5%;
  font-size: 1.8rem;
}

#title p {
  margin-top: 0.5rem;
  /* margin-bottom: 1rem; */
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #707070;
  line-height: 1.5;
  font-size: 1rem;
}

/* Ende Title der Kategorien */
/* Title der Detailseiten */
#title1 {
  margin-left: 18%;
  margin-right: 18%;
}

#title1 h2 {
  color: #084F8C;
  text-align: left;
  margin: 0;
}

#title1 em {
  color: #084F8C;
  text-align: left;
}

#title1 p {
  text-align: left;
  margin-top: 0;
}

/* Ende Title der Detailseiten */
/* impressum und datenschutz text  */
.impressum-ds-text {
  text-align: left;
  margin: 6rem;
  margin-top: 100px;
  margin-bottom: 3rem;
  padding: 7%;
  border: 4px solid #084F8C;
  border-width: thin;
}

.impressum-ds-text h1 {
  color: #084F8C;
  font-size: 2rem;
  line-height: normal;
}

.impressum-ds-text h2 {
  margin: 0;
  margin-top: 1.5rem;
}

.impressum-ds-text h2:first-child {
  margin: 0;
}

.impressum-ds-text h3 {
  margin: 0;
  margin-top: 0.9rem;
}

.impressum-ds-text h4 {
  margin: 0;
  margin-top: 0.7rem;
}

.impressum-ds-text p {
  margin: 0;
  margin-top: 0.3rem;
}

.impressum-ds-text p+p {
  margin-top: 0.6rem;
}

.impressum-ds-text a:link {
  color: #084F8C;
  font-weight: 700;
}

/* Ende impressum und datenschutz text */
/* class von Startseite */
.teil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

/* Ende class von Startseite */
/* Bilder der Kategorien */
.teil-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.title1 img,
.title2 img,
.title3 img,
.title4 img,
.title4-2 img,
.title5 img,
.title6 img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  left: 0;
  top: 0;
}

.title1 h3,
.title2 h3,
.title3 h3,
.title4 h3,
.title4-2 h3,
.title5 h3,
.title6 h3 {
  margin-top: 4%;
  margin-bottom: 0;
}

.title2,
.title5 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.title1 h4,
.title2 h4,
.title3 h4,
.title4 h4,
.title5 h4,
.title4-2 h4,
.title6 h4 {
  color: #8A8A8A;
  margin-top: 1%;
  font-weight: normal;
}

.title1 p,
.title2 p,
.title3 p,
.title4 p,
.title5 p,
.title4-2 p,
.title6 p {
  border-top: solid;
  border-width: thin;
  text-align: left;
  line-height: 1.8;
  padding-top: 1rem;
}

/* Bedingungen wann es 5 Elemente in der Kategorie gibt */
.teil-t5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.title4-2 {
  margin-right: 2rem;
}

/*Ende Bedingungen wann es 5 Elemente in der Kategorie gibt */
/* Ende Bilder der Kategorien */
/* Detailseiten */
.vorher-weiter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  justify-content: space-between;
}

.galerie ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: row;
  -webkit-justify-content: row;
  -moz-box-pack: row;
  justify-content: row;
}

.galerie li {
  margin: 5px;
  padding: 0;
}

/* lightbox Galerie mit CSS  */
.modal {
  display: none;
}

.modal:target {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}

.modal h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 15px 0;
}

.bild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
}

.bild a {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.bild a:nth-child(2) {
  margin: 0;
  height: 100%;
  flex-shrink: 2;
}

.bild img {
  width: auto;
  height: 60rem;
  max-height: 100%;
  z-index: 115;
}

#video_espacio {
  margin-top: 10vh;
}

/* Eigenschaften für horizontale Bilder  */
.bild-horizontale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
}

.bild-horizontale a {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.bild-horizontale a:nth-child(2) {
  margin: 0;
  height: 100%;
  flex-shrink: 2;
}

.bild-horizontale img {
  width: auto;
  height: 40rem;
  max-height: 100%;
}

/*Ende Eigenschaften für horizontale Bilder  */
.schließen {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
}

/* Ende Lightbox Galerie mit CSS  */
/* video */
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end video */
/* responsive */
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  nav {
    width: 85%;
  }

  #wrapper {
    width: 85%;
  }

  /* Präsentation (Foto, Name und text)*/
  #wrapperhome {
    width: 90%;
  }

  /*  Lista submenu */
  #lista-subnav {
    width: 85%;
    /* right: 5%; */
  }

  /* ende Lista submenu  */
  /*Ende Präsentation (Foto, Name und text)*/
  /* über */
  #ueber-text {
    margin: 4rem;
    margin-top: -3rem;
  }

  /*Ende über */
  /* impressum */
  .impressum-ds-text {
    margin: 3rem;
    margin-top: 100px;
  }

  .impressum-ds-text h1 {
    line-height: 2rem;
  }

  /* Ende impressum */
  /* Detailseiten */
  #title1 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .bild img {
    height: 40rem;
  }

  .bild-horizontale img {
    height: 22rem;
  }
}

/* Ende Detailseiten */
@media only screen and (max-width: 568px) {
  ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: row;
    margin: 0;
  }

  nav {
    width: 100%;
    font-size: 65%%;
  }

  #wrapper {
    width: 100%;
  }

  /*  Lista submenu */
  #lista-subnav {
    width: 100%;
    margin-top: 54px;
  }

  /* ende Lista submenu  */
  /* nav menu */
  #menu-name li {
    padding-bottom: 0;
  }

  /* Ende nav menu */
  /* footer menu */
  #footerlist {
    justify-content: center;
  }

  /* footer menu final */
  /* Präsentation (Foto, Name und text)*/
  #wrapperhome {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 45%; */
    flex-direction: column;
  }

  #title p {
    width: 85%;
  }

  #hello {
    z-index: 10;
    padding: 0;
    /* border-style: solid;
    border-width: thin; */
    border-style: none;
    /* width: 140%; */
    /* left: 15%;
  top: 7%; */
    /* line-height: 1.2;
    font-size: 60%; */
    width: 100%;
    /* margin-top: 0;
    margin-left: auto;
    margin-right: auto; */
    /* position: absolute; */
  }

  #name {
    padding-top: 22%;
  }

  #name a:link {
    justify-content: center;
  }

  .arriba {
    /* visibility: hidden; */
    margin-top: 15rem;
    margin-bottom: -13rem;
    transform: rotate(-90deg);
  }

  #home {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: none; */
    display: block;
    padding-left: 0;
    position: absolute;
  }

  #izq_sub {
    display: flex;
    justify-content: center;
    margin-top: -16px;
    background-color: #FFFFFF;
  }

  #subtexto {
    position: relative;
  }

  /*Ende Präsentation (Foto, Name und text)*/
  /* bereiche */
  #linien2,
  #linien3 {
    display: none
  }

  #teil1 h3,
  #teil2 h3,
  #teil3 h3,
  #teil4 h3 {
    font-size: 1.2rem;
    margin-left: 27%;
    margin-right: 27%;
    top: -23px;
    right: 0;
  }

  #teil1,
  #teil2,
  #teil3,
  #teil4 {
    width: 100%;
    margin: 0;
    margin-bottom: 4%;
  }

  .teil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    flex-direction: column;
  }

  /*Ende Bereiche */
  /*über */
  #ueber {
    padding: 6% 10%;
  }

  #ueber-text {
    float: clear;
    margin: 0;
    padding: 10%;
    padding-top: 3%;
    border: none;
  }

  /* Ende über */
  /* kategorien responsive */
  .teil-t,
  .teil-t5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    flex-direction: column;
  }

  .title2,
  .title5 {
    margin-left: 0;
    margin-right: 0;
  }

  .title4-2 {
    margin: 0;
  }

  /* Ende Kategorien responsive */
  /* Detailseiten responsive */
  .galerie ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: column;
    -webkit-justify-content: column;
    -moz-box-pack: column;
    justify-content: column;
  }

  .modal,
  .modal:target,
  .modal h3,
  .bild,
  .bild a,
  .bild a:nth-child(2),
  .bild img,
  .cerrar {
    display: none;
  }

  /*Ende Detailseiten responsive */
  /* end-responsive */