@charset "UTF-8";
/*
Description: Theme fuer segert.net - HTML5, CSS3
Author: Ralph Segert
Date: 07/2022
Author URI: https://segert.net
*/
@font-face {
  font-family: 'Lato Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Lato Regular"), url("https://segert.net/font/lato/Lato-Regular.woff") format("woff"); 
  font-display: swap;
}

@font-face {
  font-family: 'Lato Light';
  font-style: normal;
  font-weight: normal;
  src: local("Lato Light"), url("https://segert.net/font/lato/Lato-Light.woff") format("woff");
  font-display: swap; 
}

@font-face {
  font-family: 'Lato Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Lato Medium"), url("https://segert.net/font/lato/Lato-Medium.woff") format("woff");
  font-display: swap; 
}

@font-face {
  font-family: 'Lato Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Lato Bold"), url("https://segert.net/font/lato/Lato-Bold.woff") format("woff");
  font-display: swap; 
}

* {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  display: flex;
  font-family: "Lato Light", Verdana, serif;
  justify-content: center; }

a:focus {
  outline: none; }

img, fieldset {
  border: 0; }

img {
  vertical-align: middle; }

a {
  border: 0;
  text-decoration: none; }

.clearfix::after {
  content: " ";
  display: block;
  clear: both; }

strong {
  font-family: "Lato Medium", Verdana, serif; }
  


/* LINKFARBEN: Navigationselemente 
################################## */
a {
  transition: 200ms; }

p a, .contentboxlang li a {
  font-family: "Lato Bold", Verdana, serif;
  padding-bottom: 2px; }
  p a, ul a {
	color: #C00202; }
  p a:visited, ul a:visited {
	color: #C00202; }
  p a:hover {
	color: #000; }
  p a:focus {
	color: #555; }
  
.segertblog ul a {
  font-family: "Lato Bold", Verdana, serif;
 }
 
 .contentboxzwei ul a:hover {
   color: #000;
  }

p a[href^="https://"], p a[href^="http://"], ul a[href^="https://"], ul a[href^="http://"] {
      padding-right: 16px;
      background-image: url(https://segert.net/images/icon-link.png);
      background-repeat: no-repeat;
      background-position: right;
      background-position-y: 49%;
      background-size: 12px;
  }
  
.extern a[href^="https://"], .extern a[href^="http://"] {
      padding-right: 13px;
background-image: url(https://segert.net/images/icon-link.png);
background-repeat: no-repeat;
background-position: left;
background-position-y: 56%;
background-position-x: 56%;
background-size: 14px;  
}
  
.contentflex a {
  font-family: "Lato Bold", Verdana, serif; 
}
  
.contentflex a,
.contentflex h2 a,
.content .h1show a,
.contentbox h1 a, 
.contentboxzwei h2 a, 
.contentboxlang p a,
.contentboxlang h1 a {
  color: #C00202; 
  position: relative;
  text-decoration: none;
  }

  
.contentflex a:visited, .contentboxlang a:visited {
	color: #C00202; }

.contentflex h2 a {
  font-family: "Lato Medium", Verdana, serif; }
  
.contentflex h2 a {
  color: #666; }
  
.contentboxlang ul a:hover {
  color: #000; 
  padding-bottom: 4px;
  border-bottom: 2px solid #C00202;
}
    
.contentflex h2 a:visited {
  color: #C00202; }
  
  
  
/* Unterstreichungslinie für den Hover-Effekt */
.contentflex a::after,
.contentbox h1 a::after,
.contentboxzwei h2 a::after,
.contentboxlang p a::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px; /* Höhe des Border-Bottom */
    background-color: #C00202;
    transition: width 0.3s ease;
  }
  

 .contentboxlang h1 a::after,
 .content .h1show a::after  {
    content: '';
 display: inline-block;
 position: absolute;
 bottom: -4px;
 right: 0;
 width: 0;
 height: 1px; /* Höhe des Border-Bottom */
 background-color: #C00202;
 transition: width 0.3s ease;
 }  
  
  
  /* Hover-Zustand - Ändern der Breite des Border-Bottom */
.contentflex a:hover::after,
.content .h1show a:hover::after,
.contentbox h1 a:hover::after,
.contentboxlang h1 a:hover::after,
.contentboxzwei h2 a:hover::after,
.contentboxlang p a:hover::after {
    width: 100%;
    height: 3px; 
  }

  /* Hover-Zustand - Ändern der Breite des Border-Bottom */
.contentflex a:hover::after,
.contentboxlang p a:hover::after {
      width: 100%;
      height: 2px; 
    }
  
.contentflex h2 a:hover::after {
    width: 0;
  }
  /* Stil für verlinkte Grafiken */
  .contentflex a:hover > img::after{
    width: 0%;
  }
  
  /* Gemeinsamer Stil für den Hover-Effekt */
.contentflex a:hover,
.content .h1show a:hover,
.contentbox h1 a:hover, 
.contentflex h2 a:hover,
.contentboxzwei h2 a:hover,
.contentboxlang h1 a:hover,
.contentboxlang p a:hover {
    color: #000;
  }
  
  
.contentflex a:focus {
	color: #000; }

.springer a {
  text-shadow: none; }
  .springer a {
	color: #000; }
  .springer a:visited {
	color: #000; }
  .springer a:hover {
	color: #aaa; }
  .springer a:focus {
	color: #aaa; }

.springer a:hover {
  color: #0600EF;
  text-shadow: none; }

  
h1 a, h2 a {
  color: #C00202;
}

h1 a:visited, h2 a:visited {
  color: #C00202; 
}

h1 a:hover, h2 a:hover {
  color: #000; }

h1 a:focus, h2 a:focus {
  color: #666; }
  
  
.segertblog h1 a {
      color: #666; }
      
.segertblog h1 a:visited {
    color: #666; }
    
.segertblog h1 a:hover {
    color: #C00202; }
    
.segertblog h2 a {
          color:  #C00202; }
          
.segertblog h2 a:visited {
        color:  #C00202; }
        
.segertblog h2 a:hover {
        color: #666; }
        
        


.footer a {
  color: #fff; }

.footer a:visited {
  color: #fff; }

.footer a:hover {
  color: #4A508D; }

.footer a:focus {
  color: #fff; }

/*  IMG und Grafik 
################## */

.header .logo img {
  width: 240px;
  height: auto;
  transition: .3s; }

.header-white .logo img {
  width: 220px;
  height: auto;
  transition: .3s; }
  
.springer img {
  width: 10%;
  padding-bottom: 3px;
  height: auto; }

.contentflex img {
  max-width: 1000px;
  width: 100%;
  height: auto; 
}

.showroomlong img {
 margin-top: 2%;
}

.contentboxlang img {
  max-width: 1400px;
  width: 100%;
  padding: 3% 0 5% 0;
  height: auto;
}

.module img {
  width: 70%;
  height: auto;
}
  
.portrait {
  float: left;
  width: 7%;
  height: auto;
  margin: 5px 1% 0 1%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

  
.person img {
  width: 100%;
  height: auto;
  padding: 6px;
  border: 1px solid #333;
  background-color: #f2f2f2; }


  /* Mobile Navigation: RESETS */


  .header .hc-nav-trigger span {
    width: 60px; 
  }
  
  .header-white .hc-nav-trigger {
    width: 70px; 
  }
  
  .header-white .hc-nav-trigger span {
    width: 70px; 
  }
  
  .hc-nav-trigger:hover {
    filter: invert(100%); }
  
  .header .hc-nav-trigger span, 
  .header .hc-nav-trigger span::before, 
  .header .hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    transition: all 0.3s ease;
    background: #7F8690;
    /* Hamburger Start */ 
  }

    
  .header-white .hc-nav-trigger span, 
  .header-white .hc-nav-trigger span::before,
  .header-white .hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    transition: all 0.3s ease;
    background: #aaa;
    /* Hamburger header-white */ }
  
  .hc-offcanvas-nav .nav-item-wrapper {
    font-size: 1.2em;
    letter-spacing: 1px;
    font-family: "Lato Light", Verdana, serif;
    color: #fff;
    background-color: #4f5764;
    /* Offcanvas Sidebar Menü */
    border: 0;
    transition: 0.2s background ease; }
  
  .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    color: #ddd; }
  
  .hc-offcanvas-nav .nav-wrapper-1 .nav-item-link {
    font-family: "Lato Light", Verdana, serif;
    font-size: .8em;
    color: #fff;
    background-color: #333; }
  
  .hc-offcanvas-nav a.nav-next:before {
    width: 2px;
    height: 35px;
    left: -7px;
    top: 2px;
    background: transparent;
    border-radius: 2px; }
  
  .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-wrapper::before, .hc-offcanvas-nav.nav-levels-none li .nav-wrapper::before {
    background: transparent; }
  
  .hc-offcanvas-nav ul li ul {
    margin-bottom: 5%; }
  
  .hc-offcanvas-nav.disable-body.nav-open::after, 
  .hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    background-color: #505663;
    transition-delay: 0.05s;
    background-image: url("https://segert.net/images/bg-startseite3.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -400px 100%; }
  
  .hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh;
    background-color:  #4f5764;
    /* Gesamte Hintergrundfläche */ }
  
  .hc-offcanvas-nav .nav-container, 
  .hc-offcanvas-nav .nav-wrapper, 
  .hc-offcanvas-nav ul {
    background-color:  #4f5764;
    /* Menülinks */ }
  
  .hc-offcanvas-nav .nav-item-link, 
  .hc-offcanvas-nav li.nav-close a, 
  .hc-offcanvas-nav .nav-back a {
    padding: 10px;
    font-size: 1.1em;
    color: #fff;
    /* Linkfarbe Menü */
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    transition: 0.05s background ease; }
  
  .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    color: #cdd9eb;
    
    /* Linkfarbe Menü Hover */ }
  
  .nav-item .active a {
    color: #cdd9eb; }
  

  /* Fullpage: RESETS */
  
    
  #fp-nav ul li a span, 
  .fp-slidesNav ul li a span {
    display: none;
    background: #000;
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px;
  }

  
  /* Header  */
  #main-nav {
    display: none; }
  
  .hc-offcanvas-nav .nav-close-button span, 
  .hc-offcanvas-nav .nav-parent .nav-next, 
  .hc-offcanvas-nav .nav-back span {
    display: inline-block; }
  
  #desktop-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%; }
  
  .nav-next {
    display: none; }
  
  .hc-nav-trigger {
    margin: 12px 5px 0 0; /* Hamburger Abstand oben etc */ 
  }

.header {
  position: absolute;
  position: fixed;
  width: 100%;
  padding-bottom: 12px;
  z-index: 4; }

.header-white {
  transition-property: background;
  transition-duration: .8s; }

.headernav {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fcfcfc; }

.logo {
  z-index: 5;
  width: 100%;
  padding: 22px 0 20px 7%; 
  background-color: #fcfcfc;
}



.menu ul, .springer ul {
  display: flex; }

.springer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  text-transform: uppercase;
  padding-right: 4%;
  margin-top: -60px;

 background-color: #fcfcfc;
}

.springer ul {
  justify-content: space-around;
  width: 100%;
  padding-left: 54%;
  list-style: none; }

.springer li {
  font-family: "Lato Light", Verdana, serif;
  font-size: .8em;
  letter-spacing: 1px;
  line-height: 1.9em;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px 3px rgba(133, 133, 133, 0.6); }

/* Sectionen mit und ohne BG-Bild */

.section {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-left: 7%;
  padding-right: 8%; 
  max-width: 1400px;
}

.section2 {
  padding: 0 12% 12% 12%;
 }
  

#section0 {
  text-align: left;
  background-image: url("https://segert.net/images/bg-startseite3.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 100%; }

#section1 {
  text-align: left;
  background-image: url("https://segert.net/images/bg-conception3.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 100%; }

#section2 {
  text-align: left;
  background-image: url("https://segert.net/images/bg-design2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 100%; }

#section3 {
  text-align: left;
  background-image: url("https://segert.net/images/bg-cms.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 82%; }

#section5b {
  padding-left: 3%;
  padding-right: 3%; }

#section6 {
  padding: 0 0;
}


#section7 {
  padding-left: 7%;
  padding-right: 7%; 
}
  
  

/* Startseite */

.contentbox {
  width: 100%;
  padding: 0 10% 16% 0;
  color: #000;
  text-align: left;
  background: transparent; }

.module {
  display: flex;
  flex-direction: column;
  width: 100%; }
  
.contentboxzwei {
  width: 100%;
  padding: 0 25% 30% 0;
  color: #000;
  background: transparent; }
  
.contentboxlang {
  width: 100%;
  padding: 150px 8% 1% 8%;
  color: #000;
  text-align: left;
  background: transparent; }

.boxdrei {
  width: 100%;
  padding-right: 24%;
  color: #000;
  background: transparent;
  line-height: 2.2em; }


/* Subsites */
.contentflex, .contentcontact {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  width: 100%; 
}

.contentflex > div:nth-child(1) {
  width: 100%;
  padding-right: 0%;
  text-align: center; 
}

.contentflex > div:nth-child(2) {
  width: 20%;
  padding: 0 2% 0 0; }
  
.showroomlong {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 70px;
   margin-bottom: 10%;
  }
  
.textrow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;

}

.contentcontact {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20% 10% 20%; }
  
  
  /*
  .slide1 {
    background-image: url("https://segert.net/images/kunde-bdp.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 100%;
  }
  
  .slide2 {
    background-image: url("https://segert.net/images/kunde-infoportale.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 100%;
  }
  
  +/

/* TYPOGRAFIE 
############# */

.contentbox h1, .contentboxzwei h1, .contentboxlang h1 {
  font-family: "Lato Bold", Verdana, serif;
	width: 100%;
	font-size: 4em;
	line-height: 1em;
	padding-bottom: 5%;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.4);
	text-align: left;
	font-variant: small-caps; }

.contentboxlang h1, .contentboxlang h2 {
  font-family: "Lato Bold", Verdana, serif;
  font-size: 2em;
  line-height: 1.4em;
  padding-bottom: 5%;
  letter-spacing: 1px;
  color: #555;
  font-variant: normal; }
  
  .contentboxlang h2 {
    padding-bottom: 2%;
    font-size: 2.2em;
  }
  
  
  .h1show {
    font-family: "Lato Medium", Verdana, serif;
    font-size: 1.8em;
    margin-left: 9%;
    margin-top: 140px;
    color:#666;
    padding-bottom: 0;
    text-align: left;
  }
 
  
.contentbox h2, .contentboxzwei h2 {
  font-family: "Lato Bold", Verdana, serif;
  width: 100%;
  font-size: 4em;
  line-height: 1em;
  padding-bottom: 5%;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
  text-align: left;
  font-variant: small-caps; 
}

.segertblog h2 {
  font-family: "Lato Medium", Verdana, serif;
  font-size: 2.4em;
  letter-spacing: 0;
  line-height: 1.3em;
  color: #444;
  padding: 15% 0 1% 0;
  font-variant: none; 
}


.segertblog h2:first-of-type {
  padding-top: 5%;
}

.segertblog .infoline, .contentboxlang .infoline {
  font-size: .9em;
}

.segertblog .line2 {
  margin: 3% 0 8% 0;
}

.contentflex h2, .contentflex h3, .contentboxlang h3 {
  font-family: "Lato Light", Verdana, serif;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 1px;
  padding-top: 1%;
  color: #444; }

.contentboxlang h3 {
  font-family: "Lato Light", Verdana, serif;
  font-size: 1.6em;
  letter-spacing: 0;
  padding-top: 4%;
  padding-bottom: 1%;
  color: #444; }
  
  
.contentflex h2 {
  margin-bottom: 2%;
  letter-spacing: 0;
  font-size: 1.6em;
 }
  
 .contentflex .module h2 {
   font-size: 1.2em;
   margin-bottom: 3%;
 }

.contentcontact h2 {
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
  font-size: 1.5em;
  font-family: "Lato Light", Verdana, serif;
  margin-bottom: 6%; 
  text-transform: uppercase;
}

.contentcontact p {
  text-align: left; }

.pDatenschutz {
  padding: 4% 7% 0 4%; 
  line-height: 1.7em;
}


.contentbox ul,
  .contentboxzwei ul,
  .contentflex ul,
  .contentboxlang ul {
    list-style-type: square;
    margin-left: 2%;
    font-size: 1em;
  }


.contentbox p,
.contentboxzwei p,
.contentflex p,
.contentboxlang p {
  line-height: 1.7em;
  margin-left: 0;
  margin-bottom: 1.5%;
  font-size: 1em;
  color: #000;
  letter-spacing: 1px;
  background-color: rgba(254, 254, 254, 0.7); 
}

.contentbox p, .contentbox ul {
  margin-right: 10%;
  max-width: 850px;
}
  
    
.contentboxlang p {
    padding-top: 2%;
    font-size: 1.1em;
  }
    
  .contentbox li,
  .contentboxzwei li,
  .contentflex li,
  .contentboxlang li {
    line-height: 1.6em;
    margin-left: 1%;
    background-color: rgba(254, 254, 254, 0.7); 
    padding-bottom: 12px;
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 1px; 
  }
  
.contentboxlang li {
  padding-top: 2%;
}

.contentboxzwei p,
.contentflex p {
  margin-left: 0;
  color: black;
  background-color: rgba(254, 254, 254, 0.8); 
}

.contentflex p {
  font-family: "Lato Light", Verdana, serif;
  line-height: 1.8em;
  font-size: 1em;
  padding-top: 14px; 
}

.showroomlong h2 {
font-family: "Lato Bold", Verdana, serif;
 letter-spacing: 0;
 margin: 0% 0 1% 0;
 padding: 0 12% 0 9%; 
 font-size: 2.5em;
 text-align: left;
}
  
.showroomlong p, .showroomlong ul {
  width: 82%;
  line-height: 2.1em;
  font-size: 1.1em;
  padding-bottom: 2%;
  margin: 0 12% 0 12%;  
  text-align: left;

  }
  
.showroomlong p:first-of-type {
  border-bottom: 1px dotted #999;
  }
  
.showroomlong ul {
  padding-bottom: 2%;
  margin: 2.5% 12% 0 13%; 
  text-align: left;
  border-bottom: 0px;
  }  

.showroomlong li {
  padding-left: 1%;

  } 
  
.contentboxzwei p {
  margin-left: 1%; }

.person h2 {
  padding-top: 2%; }

.person p {
  width: 28%;
  padding: 2% 2% 0 2%;
  text-align: left; 
}

.drei {
  text-align: right;
  margin-right: 25%; }

.vier {
  text-align: left; }




/* Footerbereiche
################# */
.footer {
  font-family: "Lato Light", Verdana, serif;
  font-size: 1.1em;
  position: fixed;
  display: flex;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #000;
  height: auto;
  justify-content: center;
  align-items: center;
  opacity: .8; }

.footer2 {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0%;
  min-height: 50px;
  opacity: .8; }

.footer3 {
  position: sticky;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0%;
  height: 10%;
  min-height: 100px;
  opacity: .6;
  margin-top: 4%;
  margin-bottom: -6%; 
}

.foo4 {
  position: absolute;
  display: block;
  min-height: 100px;
  opacity: .8;
  line-height: 2em;
  font-size: 1em;
  padding-top: 1%;
  margin: 0; 
}


/* Formular */

form {
  margin-top: 0; }

legend {
  display: none; }

select {
  margin-bottom: 1.4%;
  font-size: 1em;
  padding: 8px;
  color: #666;
  letter-spacing: 1px;
  border: 1px solid #999;
  background-color: #fff; }


.section .textfeld {
  font-size: 1em;
  padding: 14px;
  margin-bottom: 4%;
  width: 49%;
  border-radius: 12px;
  color: #666;
  border:0;
  border-bottom: 1px solid #999;
  background-color: #fff; 
}

.section textarea {
  font-size: 1.1em;
  padding: 14px;
  width: 100%;
  height: 100px;
  color: #666;
  border:0;
  border-bottom: 1px solid #999;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #fff; }

.sendbutton {
  padding: 2% 3% 2% 3%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2em;
  background-color: #008729;
  letter-spacing: 1px;
  width: 100%;
  cursor: pointer;
  margin: 7% 0 2% 0; }

.sendbutton:hover {
  color: #fff;
  background-color: #445089;
  border: 1px double #777978;
  transition: 0.4s; }

.hide {
  display: none; }
  

/* NAVIGATIONSELEMENTE
###################### */

#back-to-top {
  /* scriptgesteuerter Top-Balken */
  position: fixed;
  /* Fixiert den Balken unten */
  display: none;
  width: auto;
  right: 5.5%;
  bottom: 4%;
  padding: 10px 10px 12px 10px;
  background: #666;
  color: #fff;
  font-size: 130%;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  transition: all ease-in-out .3s;
  border-radius: 6px; }

#back-to-top:hover {
  bottom: 5%; }

/* BUTTONS
########## */
.btn-top {
  font-size: 1.3em;
  text-align: center; }

.btn-top::after {
  content: " ↑"; }

.btn-top::before {
  content: "↑ "; }

.btn-card {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 120%;
  letter-spacing: 1px;
  color: #fff;
  background-color: #0040A1;
  padding: 1.8em 0 1.8em 0;
  margin-top: 5%;
  transition: all ease .4s;
  cursor: pointer; }
  
.contentboxlang .morebutton a {
  display: block;
  font-family: "Lato Bold", Verdana, serif;
  font-size: 1.1em;
  letter-spacing: 2px;
  text-align: center;
  width: 98%;
  color: #fff;
  background: #505764;
  padding: 2% 0 2% 0;
  text-decoration: none;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 5% 1% 2% 1%;
  }
  
.morebutton a:hover {
  color: #C00202;
  background-color: #e4e4e4;
  transition: .3s;
  }


.weiterbutton {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 10%;
}

.segertblog .weiterbutton a {
display: block;
  font-size: inherit;
  letter-spacing: 0.32px;
  text-align: center;
  width: 32%;
  color: #fff;
  background: #666;
  padding: 1% 0 1.2% 0;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 0 2% 3%;
  transition: .3s;
  }
  
  .weiterbutton a:hover {
  background: #000;
  }
  
/* Accordion */

  .accordion-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 1.1em;
    color: #505764;
    background-color: #eee;
    padding: 2% 6% 2% 7%;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: .3s; }

  .accordion-title:nth-of-type(2n) {
    background-color: #7d7d7d; }
  
  .accordion-content {
    background-color: #fff;
    color: #000;
    padding: 5% 6% 5% 6%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
  
  dd {
    display: none; }

  .accordion-title a {
    float: right;
    color: #fff;
    cursor: pointer;
    margin-left: 5%; }
  
  
  .accordion-title a::before {
    content: " + ";
    color: #505764 }

  .accordion-title:hover a::before {
    color: #fff }
    
      
  .accordion-title:hover {
    background-color: #505764;
    color: #fff;
    animation: vibrate .9s  ease-out 400ms forwards;
 }
  
  .accordion-title {
    position: relative;
    overflow: hidden; }


  .accordion-title.open {
    background-color: #505764;
    color: #fff;
    font-size: 1.5em; 
    letter-spacing: 1px;
    padding-right: 5%;
    margin-top: 7px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
      
  .accordion-title.open a {
    background-color: #505764;
    color: #fff;
  }

  .accordion-title.open a::before {
    content: " × ";
    font-size: 1.5em;
    color: #fff; }

    
    @keyframes vibrate {
      0%, 100% {
        transform: translateY(0);
      }
      20%, 50% {
        transform: translateY(-1px);
      }
      30%, 60% {
        transform: translateY(1px);
      }
    }
    


/* Suche */
    
    
    .segertblog .suchbereich {
    float: left;
    width: 100%;
    }
    
    .segertblog .suchblog {
    margin: 2% 2% 8% 0;
    }
   
    .segertblog .suchbereich h2 {
    margin: 0 0 5% 0;
    text-align: center;
    color: #000;
    }
    
    .segertblog .suchergebnis small {
    color: #111;
    }
    
    .segertblog .suchergebnis li {
    list-style-type: square;
    color: #41a93e;
    padding-bottom: 5%;

    }
    
    .segertblog .suchbereich label {
    display: none;
    }
    
    .segertblog .suchbutton {
    border: 0;
    color: #fff;
    background-color: #505764;
    width: 20%;
    padding: 2.2% 0 2.5% 0;
    cursor: pointer;
    font-size: 1em;
    transition: .3s;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    }
    
    .segertblog .suchbutton:hover {
    background-color: #ddd;
    color: #505764;
    }
    
    .segertblog .suchfeld {
    width: 78%;
    padding: 2.2% 2% 2.2% 2%;
    font-size: 1em;
    border: 1px solid #ccc;
    border-right: 0;
    background-color: #fff;
    margin-right: -5px;
    vertical-align: top;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    }
    
    

/*Styles for screen 1180px and lower*/

@media only screen and (max-width: 73.75em) {
  
  .contentflex img {
	max-width: 1140px;
	width: 90%;
	box-shadow: none; 
}
  
  .person img {
	width: 100%;
} 

}

/*Styles for screen 1024px and lower*/

@media only screen and (max-width: 64em) {
  
  .contentflex img {
	max-width: 1000px;
 } 

  .contentbox h1, .contentbox h2, .contentboxzwei h2 {
   width: 100%;
   font-size: 3.2em;
   line-height: 1em;
   padding-bottom: 4%;
   letter-spacing: 0px; 
 }
   
   
 .contentcontact h2 {
  font-size: 1.6em;
  padding-bottom: 5%;
  text-align: center;
  text-transform: uppercase;
} 



}


/*Styles for screen 800px and lower*/
@media only screen and (max-width: 50em) {
  
  #fullpage {
	display: block; }
  
  #section0 {
	text-align: center;
	min-height: 100vh;
	background-image: url("https://segert.net/images/bg-startseite3.webp");
	background-position: center 100%; }
  
  #section7 {
    padding-top: 15%;
    padding-left: 6%;
    padding-right: 6%; 
  }
    
  
  /* IMG  */
  
  .contentflex img {
	max-width: 800px;
	width: 100%;
	height: auto; }
  
  .person img {
	width: 60%;
  margin: 0 20% 5% 20%;
}
  
  /* Header */
  
  .springer {
      padding-right: 2%;
      margin-top: -70px;
  }
  
  .springer ul {
	margin-top: 1%;
	padding-left: 0%; }
  
  .springer li {
	line-height: 1.9em; }
  
  
  /* Startseite */
  
  .headernav {
	display: block;
	height: auto; }
  
  .logo {
	width: 100%;
	text-align: left;
	padding: 3% 0 4% 8%; }
  
  .contentbox {
	width: 100%;
	padding: 0 0 10% 0;
}
  
  .contentboxzwei {
	padding: 0% 20% 10% 0;
 }
  
  /* Subsites */
  

.contentboxlang {
  padding: 150px 7% 2% 7%;
  color: #000;
  text-align: left;
  background: transparent; 
}

  .textrow  {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  padding: 2% 1% 0 1%;
}
  
  
  /* Typografie  */
  
  .contentbox h1, .contentbox h2, .contentboxzwei h2 {
	width: 100%;
	font-size: 3.2em;
	line-height: 1em;
	padding-bottom: 8%;
	letter-spacing: 0px; 
}

.contentboxlang h1 {
  font-size: 1.8em;
  line-height: 1.4em;
  padding-bottom: 8%;
  letter-spacing: 0;
}

  
  .contentbox p,
  .contentboxzwei p,
  .contentflex p {
    line-height: 1.5em;
    margin-left: 1%;
    margin-right: 5%;
    padding-bottom: 22px;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
    text-shadow: none; 
  }
   
  .person p {
    width: 100%;
    padding: 1% 3% 0 3%; 
  }

  .contentboxlang p {
   line-height: 1.8em; 
   font-size: 1.2em;
  }
  
  
  /* Gridbox Startseite  */
  
  .footer2 {
	display: none; } 



.section .textfeld {
  padding: 2%;
  margin-bottom: 3%;
 }

.section textarea {
  padding: 2%;
 }
  
 .sendbutton {
  margin-top: 3%;
 }
  
}

/* Media Query für Bildschirmauflösung Höhe 740px */
@media screen and (max-height: 820px) {
  .contentflex img {
    width: 60%;
    /* Hier können Sie weitere Stile für die Grafiken auf dieser Bildschirmauflösung hinzufügen */
  }
}

/*Styles for screen 640px and lower*/
@media only screen and (max-width: 40em) {
  
   
  /* Fullpage: RESETS */
  

  #fp-nav.fp-right {
      right: 1px;
  }
 
  .header {
    padding-bottom: 2px;
  }
    
  .springer {
      padding: 0;
      margin-top: -72px;
  }
    
  .contentflex img {
	width: 100%;
	height: auto; 
}
  
 .header .logo img {
  width: 220px; 
}

.header-white .logo img {
width: 200px;
}
  .person img {
    width: 80%;
    margin: 90px 20% 2% 0%;
  }
  
  .logo {
  padding: 22px 0 20px 7.2%; 
  text-align: left;
}

.portrait {
  float: left;
  width: 20%;
  height: auto;
  margin: 10px 2% 0 1%;

}
  
  .section {
	padding-left: 5%;
	padding-right: 4%; }
  
  .section2 {
    padding-top: 0;
   }
  
  #section0 {
	background-image: url("https://segert.net/images/bg-startseite3.webp");
	background-size: 90%;
	background-position: center 100%; }
  
  #section1 {
	text-align: left;
	background-image: url("https://segert.net/images/bg-conception3.webp");
	background-size: 90%;
	background-position: center 100%; }
  
  #section2 {
	text-align: left;
	background-image: url("https://segert.net/images/bg-design2.webp");
	background-size: 90%;
	background-position: center 100%; }
  
  #section3 {
	text-align: left;
	background-image: url("https://segert.net/images/bg-cms.webp");
	background-size: 92%;
	background-position: center 100%; }
  
  
  .contentbox {
	width: 100%;
  padding: 0 0 5% 0;
  
}
  
  .contentboxzwei {
	padding: 0;
}

.contentboxlang {
  padding: 120px 0% 0 0%;
}
  
  .textrow  {
 margin-top: -70px;
}


  .footer  {
    padding-top: 5%;
  letter-spacing: 1px;
  line-height: 2.5em;
}
  
  .contentcontact {
	padding: 0 8% 0 6%; 
}

.showroomlong {
padding-top: 10px;
 margin-bottom: 0;
}
  
  .springer {
  padding: 3.5% 3% 1% 3%;   
  }
  
  .springer li {
	letter-spacing: 0; }
  
  .contentbox h1, .contentbox h2, .contentboxzwei h2 {
	font-family: "Lato Bold", Verdana, serif;
	font-size: 2.2em;
	line-height: 1em;
	padding-bottom: 10%;
	letter-spacing: 0px; }

  .contentbox h1 {
  font-family: "Lato Bold", Verdana, serif;
  margin-top: 19%;
}  
  
  .contentcontact h2 {
	letter-spacing: 0;
	font-size: 1.2em;
	margin: 0 0 0 2%; 
}

.h1show {
    font-family: "Lato Light", Verdana, serif;
    font-size: 1.2em;
    padding-bottom: 0;
    margin: 120px 0 -11% 0;
}

.showroomlong h2 {
    padding: 0;    
}

.segertblog h2 {
    font-family: "Lato Bold", Verdana, serif;
    font-size: 1.7em;
    letter-spacing: 0;
    line-height: 1.2em;
    padding: 15% 0 3% 0;
    font-variant: none;
}
  
  .contentflex h2 {
    margin-top: 18%;
    margin-bottom: 4%;
    font-size: 1.3em;
  }
 
  .contentbox p,
  .contentboxzwei p,
  .contentflex p {
    line-height: 1.6em;
    margin-left: 2%;
    margin-right: 0;
    letter-spacing: 0;
    margin-left: 3px;
    padding-bottom: 12px;
    font-size: 1em;
    color: rgba(0, 0, 0, 1);
    letter-spacing: 0px;
  }
  
  .contentbox p {
    line-height: 1.8em;
  }

  .showroomlong p {
    width: 100%;
  }
  
  .contentbox ul,
  .contentboxzwei ul,
  .contentflex ul {
    list-style-type: square;
    margin-left: 0;
    font-size: 1em;
    margin-left: 1rem;
  }
  
.contentboxzwei li {
  letter-spacing: 0;
  font-size: 1rem;
}
  
  .contentflex p {
	font-size: 1em;
	padding-top: 10px; 
  margin-right: 0;
  margin-left: 0;
}
  
.person p {
	padding: 2% 6% 1% 3%; }
  
.pDatenschutz {
    width: 100%;
    font-size: .9em;
	padding: 2% 0 0 0; 
  margin: 0;
}


 .contentboxlang h1 {
 line-height: 1.4em; 
 font-size: 1.45em;
}

 .contentboxlang h3 {
 line-height: 1.4em; 
 font-size: 1.3em;
 letter-spacing: 0;
}    

 .contentboxlang p {
 line-height: 1.6em; 
 font-size: 1.1em;
 color: #000;
 letter-spacing: 0;
}
  
  
showroomlong p, .showroomlong ul {
  padding-bottom: 2%;
  padding-top: 2.5%;
  padding-right: 0;
  padding-left: 0
  margin: 0 0 4% 0; 
  text-align: left;
  border-bottom: 0px;
  }  

.showroomlong li {
  padding-right: 0;
  letter-spacing: 0;
  }
  
  /* Formular */
  

  select {
	margin-bottom: 1%;
	padding: 2px;
	letter-spacing: 0; }
 
  .section .textfeld {
	padding: 2%;
  margin-bottom: 0%;
	width: 100%; }
  
  .section textarea {
	padding: 2%;
   margin: 4% 0 3%0 ;
	width: 100%;
	height: 80px; }
  
  .sendbutton {
	padding: 3.5% 2% 3.5% 2%;
   margin-top: 2%;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 1px;
	width: 100%; }
  
  #back-to-top {
	right: 4%;
	bottom: 9%;
	padding: 8px 8px 8px 8px;
	background: #ccc;
	color: #333;
	font-size: 1.5em;
	border-radius: 3px; } 


/* Accordion */
  
    .accordion-title {
      font-size: 1em;
      color: #000;
      padding: 4% 4% 4% 5%;
      border-bottom: 1px solid #fff;
      cursor: pointer;
      transition: .3s; }
    
    .accordion-content {
      background-color: #fff;
      color: #000;
      padding: 7% 7% 7% 8%;
 }
  
  
    .accordion-title.open {
      font-size: 1.3em; 
      letter-spacing: 1px;
      padding-right: 5%;
      margin-top: 10px;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }
        
      
  
  /*Styles for screen 1180px and lower*/
  
  @media only screen and (max-width: 73.75em) {
    
    .contentflex img {
    max-width: 1140px;
    width: 90%;
    box-shadow: none; 
  }
    
  
  }



}
