.canvasjs-chart-credit {
  display: none !important
}
/* Kursabfrage */
#kursabfrage {
  border:2px solid #EAF4FF;
  padding: 30px 30px 40px 30px;
  position: relative !important;
}

#kursabfrage p#filteredvalue {
  margin-left: 25px !important;
  position: absolute;
  right: 25px;
  font-size: 14px;
  bottom:22px;
  background: #EAF4FF;
  padding: 15px 20px;
  width: 60%;
}

#kursabfrage form {
  width:36.5%;
  float: left;
}

#kursabfrage form label {
  width: 100%;
  display: block
}

#kursabfrage form input {
  float: left;
}

#kursabfrage form input[type="button"],
#kursabfrage form input[type="button"]:focus {
  border-radius: 5px !important;
  max-height: 50px;
  line-height: 1;
  margin-left: 15px;
  color: white !important;
  outline: none !important
}

/* Chart */
.canvasjs-chart-toolbar {
  border: 0 !important;
  visibility: hidden !important;
}

.canvasjs-chart-toolbar>:first-child{
    display: none !important;
}

.canvasjs-chart-toolbar button[state="reset"]{
    display: inline;
    background-color: #004f9e !important;
    color: black;
    border-top: none;
    border-right: 0px solid rgb(33, 150, 243);
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-radius: 5px !important;
    user-select: none;
    padding: 6px 6px !important;
    cursor: pointer;
    float: left;
    width: 25px !important;
    height: 25px !important;
    outline: 0px;
    vertical-align: baseline;
    line-height: 0;
}

.canvasjs-chart-toolbar button[state="reset"] img {
    filter: invert(100%) !important;
    width: 12px !important;
    height: auto !important
}

/* Font */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');

/* Body */

body, .cc-banner .cc-message {
  font-family: 'Fira Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.25px;
  color: #444444;
  position: relative;
  overflow-x: hidden;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}

main.wrapper {
  position: relative;
  padding-top: 60px !important
}

/* Tabelle */

#table table, #table2 table {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 2.5rem
}

#table table tr th, #table2 table tr th {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding-top: 19px;
  padding-bottom: 19px;
  background: #004F9F;
  font-weight: 700 !important
}

#table table thead tr:nth-of-type(2) th,
#table2 table thead tr:nth-of-type(2) th {
  color:black !important;
  background: #FAFAFA !important;
}

#table table tbody tr td,
#table2 table tbody tr td {
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center
}

#table table tbody tr:hover,
#table2 table tbody tr:hover {
  background: #EAF4FF !important;
  cursor: pointer;
}

#table table tbody tr td:first-child,
#table2 table tbody tr td:first-child {
  text-align: left !important;
  font-weight: 700 !important;
  padding-left: 40px
}

#table table tbody tr:nth-child(even), 
#table2 table tbody tr:nth-child(even) {
  background: #fafafa
}

#table table tbody tr#colored,
#table table tbody tr#colored td,
#table2 table tbody tr#colored,
#table2 table tbody tr#colored td {
  color: #004F9F !important;
  background: #EAF4FF !important
}

/* Info Hinweis */

.row .info {
  background-color: #EAF4FF;
  border-top: 2px solid #004F9F
}

.row .info h3 {
  color: #004F9F
}

/* Animate */

.animate {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Navigation */

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-item.aktiv:after,
.nav-item:after {
  content: '';
  display: block;
  width: calc(100% - 30px);
  height: 2px;
  background: #E2EDF4;
  margin:auto;
  position: relative;
  bottom: -37px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-item.aktiv:after,
.nav-item:hover:after {
  background: #004F9F;
}

.navbar {
  border-bottom: 2px solid #E2EDF4;
  padding: 1rem 0;
  background: white
}

.navbar .nav-link {
  font-weight: 700;
  color: #004F9F !important
}

/* Textmarkierung */

::-moz-selection { 
   color:#fff; 
   background:#004F9F; 
   text-shadow: none; 
}

::selection { 
   color:#fff; 
   background:#004F9F; 
   text-shadow: none; 
}

/* Start */

.carousel-control-next {
  right: -75px
}

.carousel-control-prev {
  left: -75px
}

.carousel.slide,
.carousel.slide .carousel-inner,
.carousel.slide .carousel-inner .carousel-item {
  height: 100%;
}

.carousel.slide .btn {
  position: absolute;
  bottom: 0
}

.slider {
  padding: 50px 50px 25px 50px
}

.shadow h2 {
  display: block;
  position: absolute;
  top:0px;
  left: 15px;
}

.carousel-indicators .active {
  background-color: #004F9F !important
}

.carousel-indicators li {
  background-color: rgba(0,0,0,.15)
}

.carousel-indicators {
    margin-left: 80%;
    margin-right: 0
}

/* Form */

form input,
form textarea,
form select {
  border-radius: 0 !important;
  min-height: 50px !important;
  border-color: #E2EDF4;
}

form label span {
  color: #E50512
}

form textarea {
  min-height: 200px !important;
}

form input:hover,
form textarea:hover,
form input:focus,
form textarea:focus,
form input:active,
form textarea:active {
  border-color: #004F9F;
  color: #004F9F !important;
}

/* Footer */

footer {
  background-color: #fff;
  padding: 3rem 0 4rem 0;
  position: relative;
  z-index: 2;
  border-top: 2px solid #E2EDF4;
  font-size: 12px
}

footer ul {
  list-style: none;
  clear: left;
  margin:auto;
  width: 420px
}

footer ul li {
  float: left;
  margin:0 15px;
}

footer ul li a {
  color: #4E5054
}

footer ul li a:hover {
  color:#E30613
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.table .row {
  display: table-row;
  background: #fff;
}

.table .row.header {
  color: #ffffff;
  background: #004F9F;
  font-weight: 700
}

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

  .table .row {
    display: block;
  }

  .table .row.header {
    padding: 0;
    height: 0px;
  }

  .table .row .cell:nth-child(2) {
    font-weight: 700 !important
  }

  .table.caption .row .cell:before {
    font-size: 12px;
    font-weight: 700 !important;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }

  .table .row.header .cell {
    display: none;
  }

}

.table .cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .table .cell {
    display: block;
  }
}

.table .row .cell {
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px
}

.table .row.header .cell {
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.table .row:nth-child(even) {
  background-color: #FAFAFA
}

.table .row .cell:nth-child(1) {
  width: 50%;
  padding-left: 40px;
}

.table .row .cell:nth-child(2) {
  width: 50%;
}


.table, .table .row {
  width: 100% !important;
}

.table .row:nth-child(1):hover {
  background-color: #004F9F;
}

.table .row:hover {
  background-color: #EAF4FF;
  cursor: pointer;
}

@media (max-width: 768px) {
  .table .row {
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  .table .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .table .row .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .table .row .cell {
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .table .row, .table .cell {
    width: 100% !important;
  }
}

/* Shadow */

.shadow {
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0,39,52,0.10) !important;
  -moz-box-shadow: 0px 20px 25px 0px rgba(0,39,52,0.10) !important;
  box-shadow: 0px 20px 25px 0px rgba(0,39,52,0.10) !important;
  height: calc(100% - 65px) !important;
  margin-top: 65px
}

/* Colors */

.txt-white {
  color: #ffffff !important
}

.txt-black {
  color: #000000 !important
}

.txt-grey {
  color:#4E5054 !important;
}

.txt-light-grey {
  color:rgb(168, 172, 176) !important
}

/* Sizes */

.txt-small {
  font-size: 0.875rem
}

/* Button */

.clear {
  clear: both;
  display: block;
  width: 100%
}

ul#buttons, ul#buttons2 {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100% !important;
  display: block
}

ul#buttons li.active,
ul#buttons2 li.active {
  background: #004F9F !important;
  color: white !important;
  font-weight: 700 !important
}

ul#buttons li,
ul#buttons2 li {
  width:24%;
  border-radius: 5px;
  margin-right:1%;
  font-size: 14px;
  padding-right: 15px !important;
  padding-left: 15px !important;
  cursor: pointer;
  margin-bottom: 1%;
  float: left;
  color: #444444 !important;
  background-color: #FAFAFA !important;
  font-weight: normal !important
}

ul#buttons li, .button,
ul#buttons2 li {
  background-color: #004F9F;
  color: white;
  text-align: center;
  font-weight: 700;
  padding: 15px 50px;
  border:0;
  cursor: pointer !important 
}

ul#buttons2 li:hover ,ul#buttons li:hover, .btn.button:hover {
  -webkit-box-shadow: 0px -5px 25px 0px rgba(0,39,52,0.15) !important;
  -moz-box-shadow: 0px -5px 25px 0px rgba(0,39,52,0.15) !important;
  box-shadow: 0px -5px 25px 0px rgba(0,39,52,0.15) !important;
  opacity: 0.90
}

.button.center-margin {
  margin:25px auto;
}

/* Divider */

section.container {
  padding-top: 6rem;
  padding-bottom: 6rem
}

/* Fonts */

a {
  color: #004F9F;
  text-decoration: none
}

a:hover {
  color: #E30613;
  text-decoration: none
}

h1 {
  font-weight: normal;
  font-size: 2.75rem;
  line-height: 1
}

h1>small {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1
}

h2 {
  font-weight: 700;
  font-size: 1.75rem;
  color: #004F9F
}

p {
  font-size: 1.075rem;
}

h3, h3#heading {
  font-size: 1.5rem;
  font-weight: 700
}

h4 {
  font-size: 1.25rem;
  font-weight: normal
}

h5 {
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px
}

h6 {
  font-size: 1.25rem;
  font-weight: 400
}


/* Mobile */

/* Icon 4 */

.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon3 span {
background: #004F9F;
}

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.navbar-toggler:not(.collapsed) .animated-icon3 span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.navbar-toggler:not(.collapsed) .animated-icon3 span:nth-child(2) {
width: 0%;
opacity: 0;
}

.navbar-toggler:not(.collapsed) .animated-icon3 span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 

}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {

  div.button.mt-5.w-25.mx-auto {
    width: 100% !important
  }

  ul#buttons li {
    width: 49%
  }

  #kursabfrage p#filteredvalue {
    margin-left: 0 !important;
    position: relative;
    right: auto;
    font-size: 14px;
    bottom: 0;
    background: #EAF4FF;
    padding: 15px 20px;
    width: 100%;
    margin-top: 15px
  }

  #kursabfrage form input {
    margin-bottom: 15px
  }

  #kursabfrage form, #kursabfrage form input {
    width: 100% !important;
    float: none
  }

  #kursabfrage form input[type="button"],
  #kursabfrage form input[type="button"]:focus {
    width: 100% !important; 
    margin:0;
  }

  .canvasjs-stock-container {
    margin-top: -50px
  }

  .canvasjs-stock-container>canvas:first-child {
    display: none !important
  }

  .carousel-control-next {
    right: -60px;
  }

  .carousel-control-prev {
    left: -60px;
  }

}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) { 
 
   .navbar .container {
  padding-left: 15px;
  padding-right:15px;
  }

   .carousel-indicators {
    margin-left: 15% !important;
    margin-right: 15% !important
  }

  .nav-item:after {
    display: none !important
  }

  .nav-link {
    padding-right:0 !important;
    padding-left:0 !important;
    padding-top:15px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #E2EDF4;
  } 

  .nav-item:last-child .nav-link {
  border-bottom: 0;
  }

  .navbar-nav {
  margin-top: 50px;
  margin-bottom: 0 !important
  }

 .shadow {
    height: 100% !important;
 }

 .col-lg-4.col-12 .shadow {
    height: calc(100% - 65px) !important;
  }

 .col-lg-4.col-12 {
  margin-top: 100px
 }

 .carousel.slide .btn {
  position: relative;
 }

  section.container {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .navbar-toggler {
    border:0 !important;
    outline: none !important;
    color: #004F9F !important;
  }

}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) { 

}

/* Nachricht versendet */

.alert-success {
    color: white;
    background-color: #004F9F;
    border-color: #004F9F;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0 20px 0;
}
