/* main.css
Main-Styles besides Bootstrap-Styles
*/
html, body {
    height: 98%;
    margin: 0;
    padding: 0 0;
    font-family: 'Roboto', sans-serif;
    min-height: 98%;
    margin-bottom: 0.125rem;
  }
  .footer {
    position: absolute;
    margin-top: 0.525rem;
    margin-bottom: 0.3125rem;
    width: 100%;
    height: 10.63rem;
    background-color:#354ea0;
    color:#ffffff;
    padding-top: 0.625rem;
    text-align: left;
}

h1{
  font-weight: bold;
  font-size: 2.375rem;
  color: #354ea0;
}

h2{
  font-weight: bold;
  font-size: 1.5rem;
  color:#00b7de;
  margin-bottom: 1.2rem;
}

h3{
  font-weight:normal;
  font-size: 1.25rem;
  color: #354ea0;
  margin-bottom: 0.8rem;
  line-height: 1;
}

h4{
  margin-top: 0.3125rem;
  margin-left: 0.3125rem;
  font-weight:normal;
  font-size: 1.125rem;
  color: #ffffff;
}
p{
  font-weight:normal;
  color: #354ea0;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem
}

li{
  font-weight:normal;
  color: #354ea0;
  font-size: 1.2rem;
  text-align: left !important;
}
.courses-text {
  width: 100%;
  margin-left: 0.2rem !important;
}

.form-row {
  margin: -15px;
}

.form-push {
  margin-left: 25px;
  margin-top: 5px;
}

.hidden {
  display: none;
}

.drop {
  border-color: #354ea0;
  border-width: thin;
}

  .address{
    font-weight: bold;
    font-size: 1.125rem;
    color:#ffffff;
  }

  .img{
    width: 45%;
    height: auto;
  }

 .img-fluid {
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 10px;
   width: 85%;
   height: auto;
   border-radius: 50px;
   border: 2px solid #354ea0;
 }

  .small{
    height: 170px;
    margin-top: -10px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .very-small{
    height: 100px;
    margin-left: 180px;
  }

  .btn-menu{
    color: #354ea0;
    background-color: transparent;
    border-color: #354ea0;
    border-width: thin;
    border-radius: 10px;
    min-width: 140px;
    font-size: 16px;
    vertical-align: middle;
    padding: 5px 10px;
    display: inline;
  }
  .navbar-toggler{

    color: #354ea0;
    border-color: #354ea0;
    display:none;
  }

  .btn-menu:hover, .btn-menu.active{
    color: #00b7de;
    background-color: #354ea0;
    font-weight: bold;
  }

  .navbar
  {
      width: 70%;
      left: 0;
      text-align: center;
      margin:0 auto;
      margin-top: -10px !important;
  }

  .disabled {
    pointer-events:none; //This makes it not clickable
    opacity:0.6 !important;         //This grays it out to look disabled
    font-style: italic !important;
    color: #CCCCCC !important;
  }

  .table-cell {
    background-color:  #354ea0 !important;
    color: #00b7de !important;
    border-color: #00b7de !important;
  }

  .table-cell-2 {
    background-color:  #bcd2ee !important;
  }

  .jumbotron{
    width: 80%;
    margin-top: 50px;
    border: solid;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
    border-width: 2px;
    border-color: #354ea0;
    border-radius: 20px;
    background-color:transparent !important;
  }

  .container-content{
    width: 80%;
    margin-top: 40px;
    border: solid;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    border-width: 2px;
    border-color: #354ea0;
    border-radius: 20px;
    min-height: 580px;
    background-color:transparent !important;
  }

  .container-footer{
    width: 80%;
    margin-left: 210px;
    margin-right: 120px;
    margin-bottom: 5px;
  }

  .centering {
      float: none;
      margin: 0 auto;

    }
  .card-header {
    color:#354ea0;
  }
  .card{
    width: 100%;
    padding: .5rem;
    margin-bottom: 1rem;
    border: 0;
  }

  .card > img{
    margin-bottom: .75rem;
    max-width: 100%;
    color:#354ea0;
  }

  .card-text{
    font-size: 85%;
  }

  .card-block {
    color:#354ea0;
  }

  .modal-title {
    color:#354ea0;
  }

  .row {
    width: 100%;
    height: auto;
  }

  .carousel-item{
    width: 100%;
  }

  .carousel-control-prev {
    color: #354ea0;
  }

  .list-group {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;

  }
  .list-group-item {
    width: 175px;
    height:50px;
    text-align: center;
  }

  .list-group-item.active {
    background-color: #354ea0 !important;
    color: #00b7de;
  }

  .list-group-item:hover {
    background-color: #354ea0 !important;
    color: #00b7de;
  }

  li.borderless {
    border-top: 0 none;
    border-bottom: 0 none;
    text-align: center !important;
  }

  li {
    text-align: center;
  }
  a:link {
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #00b7de;
  }

  a:hover {
    text-decoration: none;
    text-align: center;
    color: #00b7de;
  }

  a:visited {
    color: #00b7de;
  }

  a.active {
    background-color: #354ea0;
    color: #00b7de;
  }

  .menu-hover {
    border-top: 0 none;
    border-bottom: 0 none;
    color: #354ea0 !important;
    text-align: center;
    line-height: 2rem;
  }

  .menu-hover.active {
    font-weight: bold;
  }

  .menu-hover:hover {
    color: #00b7de !important;
    background-color: #354ea0 !important;
    text-align: center;
  }

  .button-special {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1rem;
  }

  .button-modal {
    align-self: center !important;
    align-items: center !important;
    align-content: center !important;
  }

  .form-colored {
    border: 1px solid;
    border-color: #354ea0;
    color: #354ea0;
  }

  .checkbox-group {
    color: #354ea0;
  }

  input, select, textarea{
    color: #354ea0 !important;
    border-radius: 6px !important;
    border: 1px solid;
    border-color: #354ea0 !important;
}

  textarea:focus, input:focus {
      color: #00b7de !important;
  }

  .form-buttons {
    margin-left: 100px;
    margin-right: 1px;
    margin-top: 5px;
    display: block !important;
  }

  .add-buttons {
    margin-left: 5px;
    margin-right:0;
    margin-top: 5px;
    display: block !important;
  }

  .form-buttons:hover {
    color: #354ea0;
    background-color:#00b7de;
  }

  .add-buttons:hover {
    color: #354ea0;
    background-color:#00b7de;
  }
  .align-right {
    float: right !important;
  }

  .align-left {
    float: left !important;
  }

  .disclaim {
    margin-left: -1.1rem;
  }

  .data-privacy {
    font-size: 0.8rem;
    margin-top: -1rem;
  }

  /* remove standard-styles */
  input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
  }

    /* graceful degradation for ie8 */
    input[type='checkbox'],
    input[type='radio'] {
      width:auto;
      float:left;
      margin-right: .75em;
      background:transparent;
      border:none;
    }

    input[type='checkbox']:checked,
    input[type='checkbox']:not(:checked),
    input[type='radio']:checked,
    input[type='radio']:not(:checked) {
      background: transparent;
      position: relative;
      visibility: hidden;
      margin:0;
      padding:0;
    }

    input[type='checkbox'] + label,
    input[type='radio'] + label {
      cursor: pointer;
      box-shadow: inset 0 0 0 2px white;
    }

  input[type='checkbox']:checked + label::before,
  input[type='checkbox']:not(:checked) + label::before,
  input[type='radio']:checked + label::before,
  input[type='radio']:not(:checked) + label::before {
      content:' ';
      display:inline-block;
      width: 17px;
      height:17px;
      position: relative;
      top:3px;
      border: 1px solid #354ea0;
      background: white;
      margin-right: 1em;
  }

  input[type=radio]:checked + label::before,
  input[type=radio]:not(:checked) + label::before {
    border-radius: 30px;
  }

  input[type='checkbox']:hover  + label::before,
  input[type='radio']:hover  + label::before {
    background:#ffffff;
  }

  input[type='checkbox']:checked  + label::before,
  input[type='radio']:checked  + label::before {
    background:#354ea0;
    box-shadow: inset 0 0 0 2px white;
  }

  .btn-reset {
    background:#354ea0;
    color: #00b7de !important;
    font-weight: 400 !important;
    width:140px;
    min-width: 140px;
    font-size: 1rem !important;
    padding-top: 5px;
    border-color: #354ea0 !important;
    border: solid;
    border-width: thin;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-radius: 20px !important;
  }

  .btn-reset:hover {
    color: #354ea0 !important;
    background:#00b7de;
    border-color: #354ea0 !important;
    border-width: thin;
  }

  .text-space-bottom {
    padding-bottom: 5px;
  }

  .text-space-top {
    margin-top: 20px;
  }

  .text-space-additional {
    margin-top: 35px !important;
  }

  .align-courses {
    margin-top: -20px;
  }

  .align-message {
    margin-top: -10px;
  }

  .header-space-top {
    margin-top: 1rem;
  }

  .text-impressum {
    font-size: 1rem;
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .datenschutz {
    color: #00b7de;
    font-weight: bold;
  }


  .table-text {
    color: #354ea0;
  }

  .img-margin {
    margin-top: 1px;
    margin-bottom: 2px;
    margin-left: 10.5rem !important;
  }

  .biglink {
    font-size: 1.2rem !important;
  }

/* Small devices (tablets, 768px and up) */
@media (min-width: 320px) and (max-width: 768px) {

  .address{
    font-weight: bold;
    font-size: 10px;
  }

  .img{
    width: 100%;
    height: auto;
  }
  .img-fluid{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 75%;
    height: auto;
  }
  .small{
    height: 50px;
    margin-top: -2px;
  }

  .very-small{
    margin-top: 1px;
    margin-bottom: 2px;
    margin-left: 1px;
    width: 30%;
    height: auto;
  }

  .container-footer{
    width: 80%;
    margin-left: 35px;
    margin-right: 10px;
    margin-bottom: 1px;
  }


  .navbar-toggler{
    color: #354ea0;
    border-color: #354ea0;
    display:block;
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .img-margin {
    margin-left: 2rem !important;
  }

  .btn-menu{
    display: none;
  }

  h1{
    font-weight: bold;
    font-size: 1rem;
    color: #354ea0;
    line-height: 1 !important;
  }

  h2{
    font-weight: bold;
    font-size: 14px;
    color:#00b7de;
  }

  h3{
    font-weight:normal;
    font-size: 13px;
    color: #354ea0;
  }

  h4{
    margin-top: 1px;
    font-weight:normal;
    font-size: 11px;
    color: #ffffff;
  }

  p{
    font-weight:normal;
    color: #354ea0;
    font-size: 0.8rem;
    margin-left: 0.2rem;
  }

  .container-content{
    min-height: 29.38rem;
    margin-top: -1.6rem;
  }

  .footer {
    height: 18.13rem;
  }

  .footer-space {
    margin-top: 1.25rem;
    margin-bottom: -1.25rem;
  }

  .img-space {
    margin-top: 0.625rem;
  }

  .nav-addon {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.3125rem;
    margin-top: 0px;
  }

  .nav-border {
    border-color:#354ea0;
    border-style: solid;
    border-width: 0.125rem;
    border-radius: 1.25rem;
  }

  .disabled {
    pointer-events:none; //This makes it not clickable
    opacity:0.6 !important;         //This grays it out to look disabled
    font-style: italic !important;
    color: #CCCCCC !important;
  }

  .menu-right {
    text-align: center !important;
    font-style: italic !important;
    font-size: 14px !important;
    line-height: 1.6em;
  }

  .form-row {
    margin-top: 0px;
    margin-bottom: -16px;
  }

  .form-push {
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 0px;
  }

  .form-buttons {
    margin-left: 20px;
    margin-top: 3px;
  }

  .align-right {
    float: none !important;
  }

  .text-space-bottom {
    padding-bottom: 11px;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 5px;
  }

  .hamburger {
	display: inline-block;
	width: 1.28571429em;
	font-size: inherit;
	line-height: 1;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(53, 78, 160)"><rect y="0" width="100%" height="20%" rx="5%" ry="5%" /><rect y="40%" width="100%" height="20%" rx="5%" ry="5%" /><rect y="80%" width="100%" height="20%" rx="5%" ry="5%" /></svg>') center / 80% 80% no-repeat !important;
}
.hamburger:before {
	content: "\000A0";
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 769px) and (max-width: 1440px) {

  h1{
    font-size: 28px;
  }

  .container-content{
    min-height: 440px;
  }

  .img-fluid {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
  }

   .small{
     height: 138px;
     margin-top: 2px;
     margin-left: 0px;
     margin-right: 0px;
   }

   .very-small{
     height: 90px;
     margin-left: 180px;
   }

   .btn-menu{
     font-size: 14px;
     padding: 2px 4px;
   }

   .footer {
     margin-top: 5px
     margin-bottom: 3px;
     height: 150px;
     padding-top: 5px;
 }

 h4{
   font-size: 1rem;
   margin-left: -20px;
 }

 .container-footer{
   margin-left: 190px;
   margin-right: 120px;
 }

 .button-special {
   padding-top: 5px;
   padding-bottom: 5px;
   font-size: 0.96rem;
 }

 .img{
   width: 45%;
   height: auto;
 }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .img{
    width: 30%;
  }
}

@media screen and (max-width: 90em) {
  body {
    width: 95%;
    height: 80%;
  }

  .footer {
    margin-top: 0.375rem;
    height: 9.375rem;

}

.container-content{
  width: 95%;
  margin-top: 5px;
  border: solid;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-color: #354ea0;
  min-height: 450px;
}
.btn-menu{
  color: #354ea0;
  background-color: transparent;
  border-color: #354ea0;
  border-width: thin;
  border-radius: 10px;
  min-width: 100px;
  font-size: 12px;
  vertical-align: middle;
  padding: 5px 10px;
  display: inline;
}

.small{
  height: 135px;
  margin-top: 3px;
  margin-left: 0px;
  margin-right: 0px;
}

.img-margin {
  margin-top: 1px;
  margin-bottom: 3px;
  width: 15%;
  margin-left: 10.5rem !important;
}

}
@media screen and (max-width: 50em) {
  body {
    width: 95%;
    height: 70%;
  }

  .footer {
    margin-top: 0.375rem;
    height: 9.375rem;

}

.container-content{
  width: 95%;
  margin-top: 3px;
  border: solid;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
  border-color: #354ea0;
  min-height: 250px;
}
.btn-menu{
  color: #354ea0;
  background-color: transparent;
  border-color: #354ea0;
  border-width: thin;
  border-radius: 10px;
  min-width: 70px;
  font-size: 11px;
  vertical-align: middle;
  padding: 5px 10px;
  display: inline;
}

.small{
  height: 90px;
  margin-top: 1px;
  margin-left: 0px;
  margin-right: 0px;
}

}
