/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/*ALLGEMEIN*/
html,
body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  color: #000E38;
  
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
/*ALLGEMEIN*/


/*H1, H2, H3*/
h1, h2, h3, h4 {
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-weight: 600;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  h2 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

p {
  padding: 0px;
  margin: 0px;
}

ul, ol {
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


a:link,
a:visited,
a:hover,
a:active {
  margin: 0px;
  padding: 0px;
}


.main_color {
  color: #2B97FF;
}


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}




.center {
  text-align: center;
}

.left {
  text-align: left;
}


.right {
  text-align: left;
}

.h1_subtext {
  font-size: 50px;
  font-weight: 600;
}

.h2_text {
  font-size: 22px;
  padding-bottom: 20px;
}

.round_15 {
  -webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}

.no_mobile {
  display: inline;
}

.mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .left {
    text-align: center;
  }

  .no_mobile {
    display: none;
  }

  .mobile {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

}



.white {
  color: white;
}

.grey {
  background-color: #F7F7F8;
}

.main_link {
  max-width: 300px;
  margin-right: auto; 
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.main_link_subtext {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}

.main_link a:link,
.main_link a:visited {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2B97FF;
  color: white;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  text-decoration: none;
font-weight: 600;
  /*background-image: linear-gradient(to right, #0D1647, #2B97FF);*/
  background-color: #1290FF;
}

.main_link a:hover {
  background-color: #107DDE;
}

@media screen and (max-width: 1450px) {

  .main_link a:link,
  .main_link a:visited {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #2B97FF;
    color: white;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    text-decoration: none;
    font-weight: 600;
    /*background-image: linear-gradient(to right, #0D1647, #2B97FF);*/
    background-color: #1290FF;
  }
}

@media screen and (max-width: 1000px) {

  .main_link {
    max-width: 270px;
    margin-right: auto; 
    margin-left: auto;
  } 

  .main_link a:link,
  .main_link a:visited {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #2B97FF;
    color: white;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    text-decoration: none;
  font-weight: bold;
    /*background-image: linear-gradient(to right, #0D1647, #2B97FF);*/
    background-color: #1290FF;
  }

}

#navbar {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 3;
  background-color: white;
  border-bottom: 1px solid rgb(230, 230, 230);
}

#navbar_innen {
  padding-top: 5px;
  padding-bottom: 5px;
}

#logo {
  width: 350px;
  display: inline-block;
  margin-left: 10px;
}

#logo_innen {
  padding: 15px;
}


#nav {
  float: right;
  margin-right: 25px;
}

#mobile_nav {
  display: none;
  background-color: white;
}

#mobile_nav button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px;
}

#nav ul {
  /*padding: 0px;
  margin: 0px;*/
  padding-top: 17px;
  padding-bottom: 17px;

}

#nav ul li {
  display: inline;
  list-style-position: inside;
}


#nav ul li a:link,
#nav ul li a:visited {
  text-decoration: none;
  margin-left: 10px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

#nav ul li a:hover {
  /*background-color: #000035;
  color: white;*/
}

.nav_link {
  color: #000035;
  -webkit-border-radius: 25px 25px 25px 25px;
border-radius: 25px 25px 25px 25px;
}


.nav_link:hover {
  background-color: #F7F7F8;
}

#home {
  margin-left: 0px;
}

#anmelden {
  color: #000035;
  border: 1px solid #646A7D;
  -webkit-border-radius: 25px 25px 25px 25px;
border-radius: 25px 25px 25px 25px;
}


#konto_erstellen {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #008CFF;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  /*background-image: linear-gradient(to right, #0D1647, #2B97FF);*/
  background-color: #008CFF;
  font-weight: 600;
  color: white;
}

#konto_erstellen:hover {
  background-color: #107DDE;
}

#anmelden:hover {
  background-color: #000A3D;
  color: white;
}






/*MOBILE*/
@media screen and (max-width: 1000px) {
  #nav {
    margin: 0px;
    display: none;
    width: 100%;
    position: fixed;
    background-color: white;
  }

  #logo_innen {
    padding: 10px;
  }

  #nav ul {
    padding: 0px;
    margin: 0px;
    padding: 20px;
  }

  #nav ul li a:link,
  #nav ul li a:visited {
  padding: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;

  font-weight: 600;
  }

  .nav_link {
    text-align: left;
  }

  #anmelden,
  #konto_erstellen {
    text-align: center;
  }

  #logo {
    width: 300px;
    display: inline-block;
    margin-left: 10px;
  }

  #mobile_nav {
    width: 50px;
    display: inline;
    float: right;
    background-color: white;
  }

#mobile_nav button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px;
}
}
/*MOBILE*/


/*CONTENT*/
#content {
  padding-top: 0px;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  min-height: 100%;

}

#content_innen {
  padding-top: 45px;
  /*background-color: green;*/
}
/*CONTENT*/


/*HOME*/
#home_top_banner {
  height: 100%;
  width: 100%;
  background-image: url('https://lrtest.de/tenx_frontend/img/hintergrund_angle_dark_blue.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

#home_top_banner h1 {
  font-size: 50px;
  text-align: left;
  padding-bottom: 20px;
}

#home_top_banner_text {
  float: left;
  width: 39%;
}

#home_top_banner_text_padding {
  padding-left: 25%;
  padding-top: 25%;
}

#home_top_banner ul li {
  background: url('https://lrtest.de/tenx_frontend/img/check_dark.svg') left center no-repeat; 
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

#home_top_banner_img {
  width: 60%;
  display: inline-block;
  margin-left: 0px;
  margin-right: auto;
  vertical-align: top;
  
}

#home_top_banner_img_padding {
  padding: 75px;
  padding-right: 50px;
  padding-left: 50px;
}

#top_banner_main_img {
  display: block;
  width: 100%;
  -webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px; -webkit-box-shadow: 1px 1px 5px 1px #A6A9BB;
box-shadow: 1px 1px 5px 1px #A6A9BB;
}

@media only screen and (min-width: 1200px) {
/* styles for browsers larger than 960px; */

  #home_top_banner h1 {
  font-size: 30px;
  }

  h2 {
    font-size: 30px;
  }

  #home_top_banner_text_padding {
    padding-left: 75px;
    padding-top: 100px;
  }

  #home_top_banner ul li {
    font-size: 18px;
  }

  /*
  .no_mobile {
    display: none;
  }
  */
  #home_top_banner_img_padding {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1450px) {
/* styles for browsers larger than 1440px; */

  #home_top_banner h1 {
  font-size: 40px;
  }

  #home_top_banner_text_padding {
    padding-left: 100px;
    padding-top: 150px;
  }

  .no_mobile {
    display: inline;
  }
}
@media only screen and (min-width: 2000px) {
/* for sumo sized (mac) screens */

  #home_top_banner h1 {
    font-size: 50px;
    text-align: left;
    padding-bottom: 20px;
  }

  h2 {
    font-size: 40px;
  }

  #home_top_banner_text_padding {
    padding-left: 25%;
    padding-top: 25%;
  }

  #home_top_banner ul li {
    font-size: 24px;
  }

  #home_top_banner_img_padding {
    padding: 75px;
    padding-right: 50px;
    padding-left: 50px;
  }
}


@media only screen and (max-device-width: 480px) {
/* styles for mobile browsers smaller than 480px; (iPhone) */

#home_top_banner {
  height: auto;
  width: 100%;
  background-image: none;
}
  #home_top_banner h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
  }

  h2 {
    font-size: 30px;
  }

  .h2_text {
    font-size: 18px;
  }

  #home_top_banner_text,
  #home_top_banner_img {
    display: block; 
    width: 100%;
  }

  #home_top_banner_text {
    background-color: white;
  }

  #home_top_banner_img {
    background-color: #000E38;
  }

  #home_top_banner_text_padding {
    padding: 0px;
    width: 300px;
    margin: auto; 
  }

  #home_top_banner ul li {
    font-size: 14px;
  }

    .no_mobile {
    display: none;
  }

  #home_top_banner_img_padding {
    padding: 0px;
  }

  #top_banner_main_img {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
  }

}









#zeiten_online_erfassen_grafik {
  max-width: 1000px; 
  margin-left: auto; 
  margin-right: auto; 
-webkit-box-shadow: 1px 1px 5px 1px #D7EAFC;
box-shadow: 1px 1px 5px 1px #D7EAFC;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}

#zeiten_list li {
    background: url('https://lrtest.de/tenx_frontend/img/check_dark.svg') left center no-repeat; 
  padding-left: 30px;
  line-height: 35px;
}









/*ELEMENTE----------------------------------------------------------START*/
.element_top_bottom {
  padding-top: 75px;
  padding-bottom: 75px;
  margin-right: 20px;
  margin-left: 20px;
    -webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}


@media screen and (max-width: 1000px) {
  .element_top_bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}


.element_mobile {
  padding-left: 10px;
  padding-right: 10px;
}

.element,
.element_small {

}

.element {
  max-width: 1200px;
  margin:  auto;
  background-color: transparent;
}

.element_small {
  max-width: 800px;
  margin:  auto;
  background-color: transparent; 
}

.element_row {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}


.element_row_100 {
  margin-bottom: 100px;
}

.element_2_boxen {
  display: inline-block;
  width: 48.8%;
  background-color: transparent;
  vertical-align: top;
  -webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;

}

.element_2_boxen h3 {
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: normal;
}

.element_2_boxen_h3_custom h3 {
  font-size: 22px; 
  font-weight: 600;
}

.element_2_boxen_innen {
  padding: 30px;
}

.element_3_boxen {
  display: inline-block;
  width: 32%;
  background-color: white;
  margin-right: 1.7%;
  vertical-align: top;
  -webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
min-height: 250px;
}


.middle_box {
  margin-right: 0;
}

.element_3_boxen_innen {
  padding: 30px;
}


.element_4_boxen {
  display: inline-block;
  width: 23%;
  background-color: white;
  margin-right: 2.4%;
  vertical-align: top;
}

.element_4_boxen_innen {
  padding: 30px;
  padding-left: 0px;
  padding-right: 0px;
}

.last_box {
  float: right;
  margin-right: 0px;
}


.grey_border {
  border: 1px solid rgb(220, 220, 220);
}

/*INSIDE ELEMENT*/

.element_icon_right{
  padding-bottom: 20px;
  text-align: right;
}

.element_icon_left {
  padding-bottom: 20px;
}

.element_text_left {
  color: #646A7D;
}

.element_text_padding_right {
  padding-right: 100px;
}

.element_text_padding_left {
  padding-left: 100px;
}

@media screen and (max-width: 1000px) {
.element_text_padding_right,
.element_text_padding_left {
  padding: 0px;
}
}

.element_inbox_h2_right h3 {
  font-weight: 600;
}

.element_inbox_list_left ul {
  padding: 0px;
  margin: 0px;
  display: inline;
  list-style-position: inside;
}

.element_inbox_list_left ul li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgb(230, 230, 230);
  background: url('https://lrtest.de/tenx_frontend/img/check_dark.svg') left center no-repeat; 
  padding-left: 50px;
  line-height: 33px;
}




.element_h3_left h3 {
  font-weight: 600;
  padding-bottom: 20px;
}

/*PREISLISE*/

#preis_liste_funktionen ul li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgb(230, 230, 230);
  background: url('https://lrtest.de/tenx_frontend/img/check_dark.svg') right center no-repeat; 
  padding-left: 0px;
  line-height: 33px;
}


#preis_liste_funktionen h3 {
  padding-top: 20px;
  font-weight: 650;
}

/*FAQ*/

.element_open_box {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgb(230, 230, 230);
}


.element_open_box_text {
  display: none;
      animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
}


.element_open_box_text p {
  padding-bottom: 50px;
  padding-right: 50px;
}

.element_open_box button {
  border: none;
  background-color: none;
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  line-height: 33px;
  padding-right: 30px;
  color: #000E38;
}


.element_open_box_icon {
  background: url('https://lrtest.de/tenx_frontend/icons/icon_open_faq.svg') right center no-repeat; 
}

.element_close_box_icon {
  background: url('https://lrtest.de/tenx_frontend/icons/icon_close_faq.svg') right center no-repeat; 
}



.element_link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.element_link a:link,
.element_link a:visited {
  color: #2B97FF;
  text-decoration: none;
  font-weight: bold;
}


/*ELEMENTE MOBILE*/
@media screen and (max-width: 1000px) {

  .element_row {
    margin-bottom: 0px;
  }


  .element_2_boxen,
  .element_3_boxen,
  .element_4_boxen,
  .last_box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
/*ELEMENTE----------------------------------------------------------ENDE*/


/*ANIMATION*/
#box_01_animation, 
#box_02_animation, 
#box_03_animation, 
#box_1_animation, 
#box_2_animation, 
#box_3_animation, 
#box_4_animation, 
#box_5_animation, 
#box_6_animation {
 z-index: 1;
 opacity:0;
}

.box_animation {

      animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}


/*SCHATTEN*/

.schatten {
  border: none;
-webkit-box-shadow: 1px 1px 5px 1px #EBEBEB;
box-shadow: 1px 1px 5px 1px #EBEBEB;
}

.min_box_height {
  min-height: 385px;
}


/*LEGAL*/
.element_legal {
  min-height: 100%;
}

.element_legal p {
  padding-bottom: 20px;
}



/*FUNKTIONEN MITARBEITER FÜHRUNGSKRAFT*/
/*ELEMENT MITARBEITER FUEHRUNGSKRAFT*/
#element_funktionen {
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid rgb(220, 220, 220);
  -webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}


#element_funktionen_mitarbeiter {
  display: inline-block;
  width: 50%;

  border-right: 1px solid rgb(220, 220, 220);
}


#element_funktionen_fuehrungskraft {
  float: right;
  width: 50%;

  background-color: #000136;
  /*background-image: linear-gradient(to right, #000A3D, #12448D); */
  background-color: #000A3D;
  background-color: #D7EAFC;
-webkit-border-radius: 0 15px 15px 0;
border-radius: 0 15px 15px 0;
}

/*ELEMENTE MOBILE*/
@media screen and (max-width: 1000px) {
  #element_funktionen_mitarbeiter,
  #element_funktionen_fuehrungskraft {
    display: block;
    width: 100%;
    border: none;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  float: none;
  }
}

.element_funktionen_icon {
  width: 120px;
  margin: auto;
  margin-bottom: 30px;
}


.element_funktionen_innen {
  padding-top: 50px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.element_funktionen_h2 {
  text-align: center;
}

.element_funktionen_list ul {
  padding: 0px;
  margin: 0px;
  display: inline;
  list-style-position: inside;
}

.element_funktionen_list ul li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgb(230, 230, 230);
  background: url('https://lrtest.de/tenx_frontend/img/check_dark.svg') left center no-repeat; 
  padding-left: 30px;
  padding-right: 0px;
  line-height: 33px;
}

#element_funktionen_fuehrungskraft ul li {
  border-bottom: 1px solid #12448C;
  background: url('https://lrtest.de/tenx_frontend/img/check_white.svg') left center no-repeat; 

}

/*UBER------------------------------------------------------------START*/

#ueber {
display: block;
width: 100%;
background-color: #F7F7F8; 
background-color: #000E38;
color: white;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}


#ueber_text {
  width: 64%; 
  display: inline-block; 
  height: 500px;
}

#ueber_text_padding {
  padding: 75px;
}

/*GRUENDER*/
#ueber_img {
  background: url(https://lrtest.de/tenx_frontend/img/gruender.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  width: 34%; 
  height: 500px;
  float: right; 
}

/*ELEMENTE MOBILE*/
@media screen and (max-width: 1000px) {

  #ueber_text {
    -webkit-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
    height: auto;
    width: 100%; 
    display: block; 
  }

  #ueber_img {
    background-color: red;
    height: auto;
    width: 100%;
    height: 500px; 
    display: block; 
    float: none;
    -webkit-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px;
  }
  #ueber_text_padding {
    padding: 20px;
  }

}
/*PREISE------------------------------------------------------------START*/

#preise_link {
max-width: 300px;
margin: auto;
}


.mitarbeiteranzahl {
  padding-top: 7px;
  padding-bottom: 20px;
}

.preis {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 40px;
  font-weight: bold;
}

.pro_monat {
  font-size: 20px;
  color: #646A7D;
}


.mwst {
  font-size: 16px;
  color: #646A7D;
  padding-bottom: 20px;
}


#last_paket {
  width: 15%;
  display: inline-block;
}

#mitarbeiter_ausgabe {
  width: 60%;
  margin-left: 3.5%;
  display: inline-block;
}

#mitarbeiter_ausgabe input {
  display: block;
  width: 100%;
  border: 1px solid #000A3D;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background-color: white;
}

#next_paket {
  width: 15%;
  float: right;
}


#last_paket button,
#next_paket button {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #000A3D;
  padding-top: 7px;
  padding-bottom: 7px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  background-color: white;
}


#last_paket button:hover,
#next_paket button:hover {
  background-color: #000A3D;
  color: white;
}
/*PREISE------------------------------------------------------------ENDE*/




/*KONTAKT------------------------------------------------------------------------------------------------------------------------START*/


#kontakt_container {
  background-color: white;
  padding: 20px;
}

#kontakt_container input[type=text], 
#kontakt_container select, 
#kontakt_container textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

#kontakt_container input[type=submit] {
    background-color: #008CFF;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 25px 25px 25px 25px;
border-radius: 25px 25px 25px 25px;

}

#kontakt_container input[type=submit]:hover {
    opacity: 0.75;
}


/*KONTAKT----------------------------------------------------------------------------------------ENDE*/



/*SLIDER*/
/*SLIDER START*/
.slides {
  display: none
}

#slideshow_container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  #slideshow_container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#slideshow_container h2 {
  text-align: center;
  padding-bottom: 120px;
}

#slideshow_container img {
  height: 70px;
  width: auto;
}

.slideshow_prev, .slideshow_next {
  background-color: white;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.slideshow_prev {
    background-image: url('https://arbeitszeiterfassung.com/fw_frontend/img/slider_prev.svg');
}

.slideshow_next {
  right: 0;
  background-image: url('https://arbeitszeiterfassung.com/fw_frontend/img/slider_next.svg');

}

.slideshow_prev:hover {
  background-image: url('https://arbeitszeiterfassung.com/fw_frontend/img/slider_prev_hover.svg');
}

.slideshow_next:hover {
  background-image: url('https://arbeitszeiterfassung.com/fw_frontend/img/slider_next_hover.svg');
}

.slideshow_dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active_dot, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.slider_text {
  padding-top: 30px;
  min-height: 170px;
  text-align: center;
}

.slider_text_autor {
  text-align: center;
  font-size: 28px;
}

.slider_text_rolle {
  text-align: center;
  font-size: 18px;
  color: grey;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/*SLIDER ENDE*/




.buttonSlider {
  border: 1px solid rgb(200, 200, 200);
  padding: 20px;
  background: white;
  -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
cursor: pointer;
}

.buttonSlider:hover {
  background-color: #000E38;
  color: white;
}



/*FOOTER BANNER*/

#footer_banner_space {
  padding-left: 20px;
  padding-right: 20px;
}

#footer_banner {
  display: block; 
  width: 100%; 
  background-color: #000A3D; 
  /*background-image: linear-gradient(to right, #000A3D, #12448D);*/
  padding-top: 75px; 
  padding-bottom: 75px;
  -webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;

  /*
  background: url("https://lrtest.de/tenx_frontend/img/hintergrund.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  */
}

@media screen and (max-width: 1000px) {
  #footer_banner {
    display: block; 
    width: 100%; 
    background-color: #000A3D; 
    padding-top: 50px; 
    padding-bottom: 50px;
    -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  }
}
/*FOOTER*/
#footer {
  display: block;
  width: 100%;
  /*background-color: lightgrey;*/
}

#footer_innen {
   max-width: 1200px;
   margin: auto;
   padding-top: 100px;
}

#footer_logo_und_links {
  display: block;
  width: 100%;
  margin-bottom: 200px;
}

#footer_logo_box_text {
  display: inline-block;
  width: 35%;
  vertical-align: top;
}

#footer_logo_box {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}

#kontakt_email {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
  padding-left: 50px;
  margin: 0px;

  background-image: url('https://lrtest.de/tenx_frontend/icons/icon_footer_email.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;


}

#kontakt_telefon {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
  padding-left: 50px;
  margin: 0px;
  background-image: url('https://lrtest.de/tenx_frontend/icons/icon_footer_telefon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;

}

#footer_logo {
  padding-bottom: 20px;
}


#footer_rows {
  width: 60%;
  float: right;
}

.footer_row {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}

.footer_row_padding_right {
  padding-right: 30px;
}

#footer_logo_text h3,
.footer_row h3 {
  font-weight: 600;
  padding-bottom: 20px;
}


.footer_row ul {
  padding: 0px;
  margin: 0px;
}

.footer_row ul li {
  list-style-position: inside;
  list-style: none;
}

.footer_row ul li a:link,
.footer_row ul li a:visited {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #646A7D;
  font-size: 16px;
}

.footer_row ul li a:hover {
  text-decoration: underline;
}



@media screen and (max-width: 1000px) {

  #footer_innen {
   padding-top: 50px;
}

  #footer_rows {
    float: none;
  }

  #footer_logo_box_text,
  #footer_logo_box,
  #footer_rows,
  .footer_row {
    width: 100%;
    display: block;
  }

  .footer_row {
    padding-bottom: 30px;
  }

#footer_logo_und_links {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

  #footer_logo {
    display: block;
    width: 100px;
    margin: auto;
  }

  #footer_logo_text {
    padding: 20px;
  }

  #footer_rows_mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_row h3 {
    padding-bottom: 0px;
  }

  .footer_row ul li a:link,
  .footer_row ul li a:visited {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #646A7D;
  }
}



#copyright_social_media_links {
  display: block;
  width: 100%;
}

#copyright_social_media_links_innen {
  padding-top: 75px;
  padding-bottom: 75px;
}

#copyright {
  display: inline-block;
  vertical-align: top;
}

#social_media_links {
  float: right;
  vertical-align: top;
}

.sm_link {
  display: inline-block;
  width: 50px;
}


.sm_link a:hover {
  opacity: 0.75;
}


@media screen and (max-width: 1000px) {
  #copyright,
  #social_media_links {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }

  #copyright_social_media_links_innen {
  padding-top: 25px;
  padding-bottom: 25px;
}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

