@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/poppins-v20-latin-regular.eot');
  src: url('/fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/poppins-v20-latin-regular.woff2') format('woff2'), 
       url('/fonts/poppins-v20-latin-regular.woff') format('woff'), 
       url('/fonts/poppins-v20-latin-regular.ttf') format('truetype'), 
       url('/fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); 
}

html {
  scroll-behavior: smooth;
}

body{
    font-family: 'Poppins', sans-serif !important;
}

* {
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
    list-style-type: none;
    text-decoration: none;
}

.loader{
  position: fixed;
  top: 0;
  left: 0;
  background: #002442;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999999999;
}

.loader img {
  height: 80px;
}

#fullscreen-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #183349;
  opacity:0.95;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}
#fullscreen-image {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  border: 5px solid white;
  cursor: zoom-out;
}

.disppear{
  animation: vanish 1s forwards;
}
@keyframes vanish {
  100%{
    opacity: 0;
    visibility: hidden;
  }
}


body {
    top: 0px !important; 
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #001E36;
}

::selection {
  color: white;
  background: #001E36;
}

a {
    color: #183349;
}
/************
li{
    display:flex !important;
}
****************/
.VIpgJd-ZVi9od-ORHb-OEVmcd,.VIpgJd-ZVi9od-l9xktf-OEVmcd,.VIpgJd-ZVi9od-vH1Gmf{
    display:none !important;
    border-bottom:none !important;
    box-shadow:none !important;
}

.goog-te-banner-frame.skiptranslate, .goog-te-gadget-simple img { 
    display: none !important; 
}
.goog-tooltip { 
    display: none !important;
} 
.goog-tooltip:hover { 
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value,.goog-te-menu-value span {
  color: #fff !important;
}

#google_translate_element {
  position: fixed !important;
  top: 24px;
  right: 85px;
}

.goog-te-gadget-simple {
  background-color:unset !important;
  background-image: url("/icons/sprache1.png");
  background-repeat: round;
  font-size: 0pt !important;
  display: inline-block;
  height: 31px;
  width: 31px;
  cursor: pointer;
  border:0px !important;
} 

#activateButton {
  position: fixed;
  top: 24px;
  right: 85px;
  background-color:unset !important;
  background-image: url("/icons/sprache1.png");
  background-repeat: round;
  font-size: 0pt !important;
  display: inline-block;
  height: 31px;
  width: 31px;
  cursor: pointer;
  border:0px !important;
}

.goog-te-gadget {
    font-size: 0px !important;
}

a.goog-te-menu-value span {
    padding-right: 5px;
}

#goog-gt-tt {
  width: 0.1px !important;
  display: none !important;
  height: 0.1px !important;;
}

#cookiescript_manage_wrap,.cookiescript_hidden,#cookiescript_copyright {
  display: none;
}

body {
    top: 0px !important;
    position: absolute;
}  

/***************************************************/
.container{
    height: 100%;
    width: 100%;
    padding-left: 325px;
}
.up {
  width: 45px;
  background-color: #001e3669;
  height: 45px;
  font-size: 27px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 24px;
  color: white;
  border-radius:50%;
  x-index:99999999;
}

.up:hover {
  background-color: #001e36;
}
/***************************************************/
.wi { 
width:33% !important; 
}
.wid { 
width:49% !important; 
}

.inhalt-one{
    display:flex ;
    flex-wrap: wrap ;
    justify-content: space-between;
}

.header {
    display: flex;
    padding: 1rem 1.5rem;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    position: fixed;
    flex-wrap: wrap;
    justify-content: space-between !important;
    width: calc(100% - 325px);
    background: white;
    z-index: 9999 !important;
}
.title a{
    font-size: 28px;
    font-weight: bold;
}

.trans {
    margin-right: 25px;
    padding-top: 0px;
}

.logo{
    position: absolute;
    right: 0;
    padding-right: 1.5rem;
    top: 24px;
    display: flex;
}
.logo img{
    width: 30px;
}
.logo button{
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

/***************************************************/
.navbar{
    position: fixed;
    width: 325px;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#001E36 ;
    z-index:9999999;
}
.brand-title {
    text-align: center;
    padding: 0.4rem 2.4rem 0rem 2.4rem;
}

.brand-title img {
    width: 210px;
    height: 58px !important;
}

.navbar-links {
  border-top: 2px solid #919ea8;
  margin-top: 2px;
  padding-top: 8px;
}

.navbar-links ul {
    padding: 0rem 1rem;
    display: block;
    margin: 0;
}
.navbar-links li a {
    display: flex;
    text-decoration: none;
    color: white;
    padding: 0.5rem;
    width:100%;
}

.navbar-links li a.active{
    background-color: #28465e !important;
    width:100%;
}

.navbar-links li:hover {
    background-color:#08325ca3;
}

.navbar-links li a span {
    color: white;
    padding-top:3px;
    padding-left:10px;
}


.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
}


.bar1, .bar2, .bar3 {
  width: 15px;
  height: 2px;
  background-color: #000000;
  margin: 3px 0;
  transition: 0.4s;
}


.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 3.5px);
  transform: rotate(-48deg) translate(-13px, 8px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-3px, -4.5px);
      transform: rotate(48deg) translate(-9px, -4.5px);
}


.inhalt{
height:auto;
padding: 1rem 1.5rem;
background: #eee;
padding-top:92px;
}

.card-main{
    margin:10px 0px 20px 0px;
    background-color: white;
    padding-bottom: 5px;
    width:100%;
}


.card-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    border-bottom: 1px solid  #001e36;
    max-height: 47px !important;
    min-height: 47px !important;
    border-top: 0.5px solid #001e36;
    background-color: #001e36;
}
.card-title img {
    width: 47px;
    background-color: #001e36;
    border-right:1px solid #ffff;
}
.card-title h2{
    display: flex;
    color: #ffff;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.card-title h6{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #001e36;
    padding: 5px 8px 6px 8px;
    font-size: 11px;
    border-left:1px solid #ffff;
}

.card-single-b{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    margin: 25px 0px;
}

.card {
    box-shadow: 0 8px 16px 0 rgba(0, 30, 54, 0.25);
    transition: 0.3s;
    width: 350px;
    min-height:445px;
    margin-bottom: 25px !important;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
  }
 .extra{
    width: 265px ;
    min-height:400px;
    border-radius: 130px 130px 0px 0px;
    border-bottom: 6px solid gainsboro;
  }
  
.pagi {
  background-color: #ebedef;
  margin: 0 auto;
  padding: 8px 0px 8px 0px;
  border-radius: 6px;
  min-width: auto;
  margin-bottom: 20px;
  max-width: 500px;
  width: 98%;
}
  .card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 30, 54, 0.78);
  }
  .cards {
    padding: 2px 0px;
    text-align:left;
  }
.cards h3 a {
  text-decoration: underline !important;
  font-size: 16px;

}
.cards h3 a:hover {
  text-decoration: none !important;
}
.cards p {
  font-size: 12px !important;
}
.card img {
  height: 246px;
  padding: 0px 0px;
  object-fit: fill;
  border-radius: 125px 125px 0px 0px;
}
#card-h{
    border-radius: unset !important;
    object-fit: cover !important;
    border-bottom: 2px solid #ededed;
}

#more {
  height: 41px;
  width: 50px;
  position: sticky;
  left: 100%;
  top: 100%;
  background-color: #ebedef;
  margin: 5px;
  font-size:28px;
  text-align:center;
}

div#more-c {
    width: 50px;
    position: sticky;
    top: 100%;
    left: 0%;
    margin: 5px;
}
.besucher-l img {
    width: 20px;
    height: 36px;
    margin-right: 4px;
}
.besucher-l {
    display: flex;
}
.besucher-l p {
    font-size: 12px;
    padding-top: 10px;
}

#more:hover {
  background-color: #ced0d2;
  cursor: pointer;
}


#more-info {
  text-align: right;
  margin:30px 10px 12px 0px;
}


#more-info a {
    padding: 5px 10px 5px 18px;
    background-color: #ebedef;
}

#more-info a:hover {
  background-color: #ced0d2;
  cursor: pointer;
}



.inhaltz{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inhaltz .card-main {
    width: 49%;
  }
  
 .inhaltz .card-main {
    width: 49%;
 }


.card-single {
    padding: 8px 0px;
    margin: 0px 10px;

}
.card-item {
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
  }
  .card-date {
    color: #003B6B;
    font-size: 11px;
    padding-top: 4px;
    max-width: 70px;
    margin-left: 30px;
    width: 160px;
  }
  .card-item-content {
    margin-left: 30px;
  }
  .card-item-heading {
    font-weight: bold;
    text-decoration: underline;
    text-align:left;
  }
  .card-teaser {
    font-size: 10px;
    text-align:left;
  }
  .card-single:hover {
    background-color:#F4F4F4;
  }

.card-item-heading a {
    font-size: 16px;
}

/***************************************************/
.footer{
    border-top: 1px solid #0c1228;
}

.site {
    font-size: 25px;
    font-weight: bold;
  }
.footer-name{
    color: #0c1228 ;
    padding: 1rem 1.5rem;
}
.footer-copyright{
    background-color: #0c1228;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(158, 154, 154);
    font-size: 12px;
    padding: 10px 25px 10px;
    margin-left: 1px;
}
.footer-copyright a,.footer-copyright span,.postfooter-madeby{
    text-decoration: none;
    color: white;
}
  .postfooter-madeby span {
    font-size: 12px;
    color: #f00;
}


/***************************************************/
  
/******************** Handy ************************/
  
  
@media (max-width: 1550px) {
    .inhaltz .card-main {
    width: 49% !important;
    }
    
}

@media (max-width: 1200px) {
    .container{
        padding-left: 0px;
    }
    .inhalt {
        padding: 1rem 1rem !important;
        margin-top: 10px;
        padding-top: 10px !important;
      }
    .inhaltz{
        display:block !important;
    }
    .inhaltz .card-main {
        width: 100% !important;
        box-shadow: 0 4px 8px 0 rgba(0, 30, 54, 0.28);
    }
    
    .navbar{
        position: fixed;
        width: 100%;
        height: auto;
    }
    .brand-title {
        text-align: left;
        padding: 0.5rem 4rem 0.5rem 1rem;
    }
    .brand-title img {
        width: 180px;
        height: 58px;
    }

    .header {
      position:unset !important;
      padding: 0rem 1rem;
      width: 100%;
      background: white;
      box-shadow:none !important;
    }
    .logo {
      display: none;
    }
    
    .logo button {
       display: none;
    }
    .title {
      padding-top: 85px;
    }
    .title a {
      font-size: 22px;
      font-weight: bold;
    }

    .toggle-button {
        display: flex;
        position: absolute;
        top: 1.3rem;
        right: 1rem;
        width: 40px;
        height: 35px;
    }
    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        height:100vh;
        flex-direction: column;
        background: #0c1228;
    }

    .navbar-links ul li {
        text-align: left;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }
    
    .card-main aa{
        width: 100%;
    }
    
    .footer-copyright{
        margin-left: 0px !important;
    }
    li a {
          width: 100%;
          text-align: left;
          margin: 0px auto;
          padding-left: 30px !important;
    }
    .card-title h2{
    font-size: 16px !important;
}
.goog-te-gadget-simple {
    background-image: url("/icons/sprache2.png") !important;
}

#activateButton {
    background-image: url("/icons/sprache2.png") !important;
      position: fixed !important;
      top: 24px;
      right: 85px;
}
    #google_translate_element {
    right: 80px !important;
}

.cookie-container{
        width:100% !important;
    }
    
}

@media (max-width: 600px) {
    .extra {
    width: 265px;
    }
    .card-date{
        margin-left:22px;
    }
    .card-item-heading a {
    font-size: 14px;
    }
    
}