@font-face {
  font-family:  'Poppins';
  src:          url('../fonts/poppins-regular-webfont.woff2') format('woff2');
}

@font-face {
  font-family:  'PoppinsLight';
  src:          url('../fonts/poppins-light-webfont.woff2') format('woff2');
}

@font-face {
  font-family:  'PoppinsMedium';
  src:          url('../fonts/poppins-medium-webfont.woff2') format('woff2');
}

@font-face {
  font-family:  'PoppinsSemiBold';
  src:          url('../fonts/poppins-semibold-webfont.woff2') format('woff2');
}

@font-face {
  font-family:  'PoppinsBold';
  src:          url('../fonts/poppins-bold-webfont.woff2') format('woff2');
}

body {
  font-family:    Poppins,sans-serif;
  letter-spacing: .025em;
  overflow-anchor: none;
  font-size:1.2rem;
}

header{
  width:        100vw;
  margin-left:  calc(50% - 50vw);
  z-index:9;
}

.mod_article__inner{
  padding:        0;
}

/*.mod_article__inner .content-text:nth-child(even){*/
.start_hg_breit{
  background-color: #F3F3F3;
  box-shadow:     1500px 0px #F3F3F3, -1500px 0px #F3F3F3;
  padding:        50px 0;
}

.mod_article__inner .content-text{
  padding:        25px;
  column-gap:     50px;
}

h1, h2 {
  color:          #FE9901;
  font-style:     italic;
  margin-bottom:  0.3rem;
  font-size:      2.3rem;
  column-span:    all!important;
}

h3 {
  color:          #010039;
  margin-bottom:  2rem;
  font-weight:    normal;
  font-size:      1.4em;
  column-span:    all!important;
}

h4{
  font-size:      1.4em;
  column-span:    all;
}

.nonespan h1,
.nonespan h2,
.nonespan h3
{
  column-span:    none;
}

p {
  color:          #686868;
  line-height:    1.8em;
  font-size:      1em;
  margin-top:     1.2em;
}

#container{
  padding:        0;
}

.headerimg{
  height: 250px;
  overflow: hidden;
  margin-bottom: -90px;
  background-image: url(../../../media/content-images/iStock-1207768535.png);
  background-repeat: no-repeat;
  text-align:center;
  background-position: center
}


.headerimg h1,
.headerimg p,
.headerimg a{
  display:none;
}

body.home1 .headerimg{
  height: 500px;
  padding: 125px 0;
}

body.home1 .headerimg h1,
body.home1 .headerimg p{
  display:block;
}

body.home1 .headerimg strong
{
  font-weight:bold;
  font-family: PoppinsBold;
}

body.home1 .headerimg a{
  display:inline-block;
  width:300px;
  background:#21214D;
  border-bottom:4px solid #FE9D0B;
  padding:20px;;
  font-size: 0.8em;
  text-decoration: none;
  color:#fff;
}

body.home1 .headerimg a:hover{  
  background:#FE9D0B;
  border-bottom:4px solid #21214D;
  transition:background 0.5s;
}

.headerimg *
{
  color:#fff;
}


.teaser_dispolive{
  display:none;
}

.home1 .teaser_dispolive{
  display:block;
}



#article-120 .mod_article
{
  display:block;
 column-count: 1;
}
main{
  min-height:calc(100vh - 361px);
}

h1.startclaim{
  font-family:PoppinsSemiBold;
  font-size:3.2em;
}

.headerimg img{
  width: 100%
}
.mod_breadcrumb{
  margin-bottom: 25px
}
.home1 .breadcrumb{
  visibility: hidden
}


#buttons {
  position: fixed;
  right:0px;
  top: 37.9vh;
  display: grid;  
  z-index:9;
}
#kontaktbutton, #emailbutton, #telefonbutton, #zeitenbutton{
  background-color: #FE9901;
  border: none;
  color: white;
  height:45px;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0px 0px;
  cursor: pointer;
  z-index: 3;
}

.overlay{
  background-color: #010039;
  position: absolute;  
  text-align: center;
  padding:10px;
  transition: .25s ease;
  z-index: 2;
  height:45px;
  right: calc(100% - 300px);
  width: 250px;  
  border-bottom:2px solid #fe9d0b;
}
.overlay2{
  top:45px
}
.overlay3{
  top:90px;
}
.overlay4{
  top:135px;
}
.textbuttons a, .textbuttons{
  text-decoration: none;
  color: white;
}
#buttons i:hover {
  color:#010039
}
#buttons i:hover + .overlay,
.overlay:hover{
  right:100%;  
}
.content-text{
  column-count:2;
}
.einespalte .content-text{
  column-count:1;
}
.verlinkung a{
  background-color: #21214D;
  border:solid;
  border-color: #FE9901;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 112.5%;
  margin-top: 25px;
  cursor: pointer;
}  
.marginlefta a{
  margin-left:0!important;
}
.verlinkung2 a{
  background-color: #21214D;
  border-bottom: 3px solid #FE9901;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 112.5%;
  margin: 25px;
  cursor: pointer;
  padding: 15px 10px
} 
.bildzentrieren img{
  position: relative;
  left: 25%
}
.ueberschriftbilder {
  margin-bottom: 0;
  text-align: center
}
.ueberschriftbilder h3{
  margin-bottom: 0;
  text-align: center;
  column-span: all;
}
.ueberschriftbilder p{
  column-span: all;
}
.bilder img{
  border:solid;
  border-color:#FE9901 ;
  border-bottom-width: 1px;
}

.bildreihe img{
  height:343px
}

.bildtextlink{
  width:25%;
  display:inline-block;
  margin:-5px;  
  line-height:2.4em;
}

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

.bildreihe1{
  grid-column-start: 1!important;
  grid-column-end: 4!important;
  text-align: center;
}
.bildreihe2{
  grid-column-start: 4!important;
  grid-column-end: 7!important;
  text-align: center;
}
.bildreihe3{
  grid-column-start: 7!important;
  grid-column-end: 10!important;
  text-align: center;
}
.bildreihe4{
  grid-column-start: 10!important;
  grid-column-end: 13!important;
  text-align: center;
}
.bildreihetext{
  position: relative;
  top: -111.5px;
  left: -12px
}
.bildreihetext a, .bildreihetext2 a {
  background-color: #010039;
  border-bottom: 3px solid #FE9901;
  color: white;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 112.5%;
  margin: 25px;
  cursor: pointer;
  width: calc(100% - 26px);
}

.bildreihetext a:hover, 
.bildreihetext2 a:hover {
  background-color: #FE9901;
  border-bottom: 3px solid #010039;
  color: white;
  transition:background-color 0.5s;
}
.tabelle1{
  background-color: #F9FAFB!important;
  column-count: 1!important;
}
.tabelle1 td{
  background-color:#FFFFFF!important;
}
.marginbottom h3{
  margin-bottom: 0
}
.marginbottom .content-text{
  margin-bottom:0
}
.ganzespalte p, .ganzespalte h3{
  column-span: all;
  text-align: center
}
.spaltelinks{
  column-count: 1!important;
  grid-column-start: 1!important;
  grid-column-end: 7!important;
}
.spalterechts{
  column-count: 1!important;
  grid-column-start: 7!important;
  grid-column-end: 13!important;
}
.marginblock{
  margin-bottom: 0!important;
}
.geschichte2 .mod_article__inner{
  grid:unset;
}
#geschichte{
  position: relative;
  margin: 0 auto;
}
#geschichte::after{
  content: '';
  position: absolute;  
  width: 6px;
  background-color:#FF9F55;
  top: 1.25%;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.jahresblock{
  padding: 39px 39px;
  position: relative;
  background-color: #F3F3F3;
  width: 50%;
}
.jahresblock h4{
  font-style: italic
}
.jahresblock::after{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -20px;
  background-color:#F9FAFB ;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.jahresblock::before{
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #F3F3F3 transparent transparent;
}
.jahresblock:nth-child(even)::after, .jahresblock:nth-child(odd)::after{
  left: 15px;
}
.jahresblock:nth-child(even){
  left: 0;
  margin-left: -25px;
  border-radius: 10px
}
.jahresblock:nth-child(odd){
  left: 50%;
  margin-left: 25px;
  border-radius: 10px
}
.jahresblock:nth-child(even)::before{
  content: " ";
  height: 0;
  position: absolute;
  top: 19px;
  width: 0;
  z-index: 1;
  left: 100%;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #F3F3F3;
}
.jahresblock:nth-child(odd)::before{
  content: " ";
  height: 0;
  position: absolute;
  top: 19px;
  width: 0;
  z-index: 1;
  left: -9px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #F3F3F3 transparent transparent;
}
.jahresblock:nth-child(odd)::after{
  left: -37px;
}
.jahresblock:nth-child(even)::after{
  left: calc(100% + 13px);
}
#zertifikate a{
  margin:0
}
#partner img{
  margin-left:25px
}
footer{
  width:100vw;
  margin-left: calc(50% - 50vw);
  background:#21214D!important;
  box-shadow:inset 0 0 250px 0  #000;
  padding-top:50px;

}

footer *{
  color:#fff!important;
}

footer .content-text{
  column-count: 1
}

footer .logo--footer{
  
}

footer p{
  line-height: 1.2em;
  font-size: 1em;  
}
#footer-content-block{
  padding-block: 0.1em;
  position: relative;
}
#footer-content-block strong{
  color: #21214D
}
#footer-content-block a{
  color: #21214D
}

#footer-end{    
  text-align: center;  
  padding: 10px 0px;
  border-top:1px solid #FE9901;
  border-bottom: none;
  width:100%;  
  margin-top:25px;
}

#footer-end a{
  display: inline-block;
  margin: 0 2.5rem;
  font-size: 1.1rem;
}

.inline_img img
{
  display:inline;
  height:175px;
  position:absolute;
  margin-top:-10px;
}

.inline_img{  
  vertical-align:top!important;  
  height:175px;
  position:relative;
  padding-left:calc(50% - 85px);
}

/* Asp */

.asp_card_group{
  display:grid;
  grid-template-columns: 33% 33% 33%;
  column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.asp_card
{  
  text-align: center;
  padding-bottom: 1em 1em 5em 1em;
  background:#fff;
  border:1px solid #dfdfdf;    
  transform: zoom 0.5s, box-shadow 0.5s;
}

.asp_card:hover
{
  box-shadow:0 0 10px -5px #000;
  zoom:1.1;
  transform: zoom 0.5s, box-shadow 0.5s;;
}

.asp_card img{
  width:100%;
  object-fit: contain;
}

.asp_card *
{
  margin : unset;
  padding: unset;
}

.asp_card h5
{
  color:#ff9901;
  font-style: italic;
  padding: 1.7rem 0 1.3rem 0;
}

.asp_card h6
{  
  padding: 0 0 1.3rem 0;
  color:inherit;
  font-size: 1.15rem;  
}

.asp_card a{
  display:block;  
  color  :inherit;
  padding:0.4rem;
}

.inlinemail{
  display:inline;
}

.hiernich{
  display:none;
}

@media screen and (max-width: 81.999rem){
  header{
    height:80px;
  }
  
  header .inside{
    margin-top:-50px;
  }
  #nav-main ul.level_1 li:hover>ul {
    /*display:block !important;
    position: relative;*/
    display:inherit;
    position:inherit;    
  }
  
  #nav-main ul.level_1 li >ul li a{
  }
  
   #nav-main ul.level_1 li:hover>ul li a,
  #nav-main ul.level_1 li:hover>ul li strong
  {    
    margin-bottom:1rem;    
  }
}

@media screen and (min-width: 82rem){
  #nav-main
{
  margin-top:-40px;  
}

.level_1 li > *
{

}

.level_1 > li:hover > a
{
  
  text-decoration:none;
}

.level_1 > li:hover
{

}

.level_1 > li:hover > strong
{
    
}

.level_1 > li:has(strong)
{
  background:          #FE9901;  
  border-radius:8px;
  color:#fff;  
  padding:3px 8px;
}

.level_2
{ 
  border-bottom:  3px solid orange;
  border-top:     3px solid orange;
  box-shadow:     0 0 10px -5px #000;
  margin-left:0px;
}

.verkleinert{
  -webkit-transition: max-height 2s; 
  -moz-transition: max-height 2s; 
  -ms-transition: max-height 2s; 
  -o-transition: max-height 2s; 
  transition: max-height 2s;  
  max-height:     55px;
  box-shadow:     0 0 25px -7px #000;
  z-index:        2;

}

.verkleinert .inside{
  position:       relative;
  top:            -70px;
}

.verkleinert .logo{
  position:       relative;
  top:            40px;  
}
.verkleinert #nav-main{
  position:       relative;
  top:45px;
}
.verkleinert .level_1 li a,
.verkleinert .level_1 li.active strong{
  font-size:      1em;
}
.verkleinert .level_2 a{
  font-size:      1em!important;
}

.verkleinert .nav-main a, 
.verkleinert .nav-main strong
{
  font-size:      1rem;
}

.level_2{
  background-color: #F3F3F3;
  padding:        1em;
  margin-top:     -1px;
}

.level_2 a{
  font-size:      95%!important;
  line-height:    2em!important;
  font-weight:    normal;
}
}

@media screen and (max-width: 1707px){
  .bildreihetext{
    width: calc(100% + 12px);
    left: -18px
  }
}
@media screen and (max-width: 1662px){
  .bildreihetext{
  width: calc(100% + 15px);
  left: -19.5px
  }
}
@media screen and (max-width: 1564px){
  .bildreihetext{
    width: calc(100% + 26px);
    left: -25px
  }
}

@media screen and (max-width: 1023px) {
  header{
    height:80px;    
  }
  
  header .inside{    
    margin-top:-20px;    
  }
  .jahresblock:nth-child(odd), .jahresblock:nth-child(even){
     left:65px;
    margin-left: 0;
  }
  .jahresblock{
    position: relative;
    width: 85%;
  }
  #geschichte::after{
    position: absolute;
    left: 33px;
    top:.75%
  }
  #geschichte h1{
    margin-top:10%;
  }
  .jahresblock:nth-child(even)::after, .jahresblock:nth-child(odd)::after{
    position: absolute;
    left: calc(0% - 68px)
  }
  .jahresblock:nth-child(even)::before{
    border-width: 10px 10px 10px 0;
    border-color: transparent #F3F3F3 transparent transparent;
    left: calc(0% - 10px)
  }
  #header .logo{
    top:5px
  }
  .footer-content{
    grid-template-columns: repeat(1, 1fr);
  }
  
  .home1 .teaser_dispolive img
  {
    width:100%;
    margin-top:30px;
  }
  
  .mod_article__inner img
  {
    max-width:75%;
    margin-left: -75px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  header{
    height:80px;    
  }
  
  header .inside{    
    margin-top:-50px;    
  }
  
  
}

@media screen and (max-width: 640px) {
  header{
    height:50px;    
  }
  
  .headerimg
  {
    height:100px;    
    background-size: 100%;
  }
  
  body.home1 .headerimg
  {
    background-size: unset;
    padding:0;    
  }
  
  body.home1 .headerimg a:first-child{
    margin-bottom: 1.5rem!important;
  }
  
  h1.startclaim{
    font-size:2rem;    
  }
  
  .home1 h1{
    margin-top:rem;
  }
  
  .mod_article{
    padding-top:3rem;
    
  }
  
  #buttons
  {
    display: none;
  }
  
  tr{
    
  }
  
  td{
    height:1rem;
    line-height: 1rem;    
    border-left:none;
    border-right:none;
    border-top:none;
  }
  
  td:first-child
  {
    border-bottom:none;
    font-weight: bold;
  }
  
   td::before {    
    content:unset;
  }
  
    .verlinkung
  {
    
  }
  
  .bildtextlink img
  {
    display:none;        
  }
    
  .bildtextlink{    
    display:block;    
    width:100%;    
  }
  
  .bildtextlink a{    
    width:16rem;
    padding:1rem 0.5rem; 
    border:none;
    border-bottom:3px solid #FE9901;
  }
  
  footer div p{    
    text-align: center!important;
  }
  
  #footer-end a{
    display:block;
    font-size: 1.2rem;
    margin-top:2rem;
  }
  
  #footer-end a:last-child{
    margin-bottom:2rem;
  }
  
/*}

@media screen and (max-width: 600px) {*/
  
  .content-text{
    column-count:1;
    padding: 0;
    font-size:  70%;
    width: 80vw;
    position: relative;
    left:0%;
  }
  #geschichte h1{
    margin-top: 55px
  }
  #geschichte::after{
    display: none;
    
  }
  .jahresblock::after{
    display: none;
  }
  .jahresblock::before{
    display:none
  }
  .jahresblock:nth-child(even), .jahresblock:nth-child(odd){
    position: relative;
    left:0%;
    padding: 25px;
  }

  h1{
    margin-top: 40px!important;
  }
  
  h2{
    margin-top: -20px!important; 
    font-size: 1.5rem;
  }
  
  h3{    
    font-size: 1.3rem;
  }
  
  h4{    
    font-size: 1.0rem;
  }
  
  h5{    
    font-size: 1rem;
  }
  
}




