/*
    RehaCAT Colors:
    grün: #b9d979
    grau: #414d58
    blau: #000080
    blau: #31587b; //alternative


    ---------------------------------------------------
    UNI ULM - Essentials
    ----------------------------------------------------- 
    
    font: 
    - Poppins, sans-serif;

    list items:;
    input items:;
    headings:;
    links:;
    buttons:;

    DGPS Colors:
    Hellblau:     #88a8df;
    Rot:          #C4555B;
    Grau-schwarz: #2c3d50;


*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background: #f3f3f3;
    margin:auto;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.7em;
    color: #283d52;
}

p {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.7em;
    color: #283d52;
    /*text-align: justify;*/
}

@media (max-width: 768px) {
  p {
    text-align: left;
  }
}

a, a:hover, a:focus {
    color: #3c6491;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
  /*color:#428bca;*/
  color: #459ce8;
}

a.dgps-btn{
  color: #6db039;
  /*background-color: white;*/
  padding: 10px;
  border: solid 1px #6db039;
  border-radius: 5px;
}

a.dgps-btn:hover{
  background-color: white;
}

img {
  max-width: 100%;
}

.navbar {
    padding: 0rem 1rem;
    background:#2C3D50;
    color: #eee;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.navbar li a{
  padding: 1rem;
}

.navbar li a.active{
  background-color: #C4555B;
}

.navbar .dropdown-menu {
  background-color: #2c3d50;
  padding: 1rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);

}


.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar-toggler {
    background-color: #c8585c;
    border: 1px solid #cbcbcb;

}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #b9d979;
    margin: 40px 0;
}

.logobar{
  background-color: #fff;

}

.logobar .logo_header{
  margin-top: 1em;
}

#header_meta {
  background: rgb(0, 33, 84) !important;
}

/*Meta Head Sub Menu Nav*/

#header_meta {
  background-color: rgb(27, 114, 131);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  text-align: right;
}

ul#meta_head_menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  /*float: left;*/
  width: 100%;
  /*color: #fff;*/
  /*background-color: #036;*/
}

ul#meta_head_menu li { display: inline; }

ul#meta_head_menu li a
{
/*float: left;*/
width: 5em;
color: rgba(255, 255, 255, 0.5);
/*background-color: #036;*/
padding: 0.2em 0.5em;
text-decoration: none;
/*border-right: 1px solid #fff;*/
}

ul#meta_head_menu li a:hover
{
/*background-color: #369;*/
color: rgba(255,255,255,0.8);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width:100%;
    padding: 20px;
    min-height: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    background-color: #ececec0d;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}


/*Banner - Landing Page*/
.banner-area{
  background-color: #6eb03a1a;
}

.banner-img {
  background-color: #555;
  background-image: url(../assets/img/training1.jpg);
  background-size: cover;
  height:661px;
}

@media (max-width: 575px) {
  .banner-img {
    height:400px;
  }
}



.start-info{
    background: #f6f6f6;
    border: solid;
    border-color: #c4c4c4;
    border-radius: 5px;
    border-width: 0.05rem;
    margin: 2px;
    padding:20px;
}

.start_info_sec{
  padding: 90px 0px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*
 HEADER AND FOOTER
*/

footer li{
  list-style: none;
}

footer li ul{
  text-align: center;
  margin: 0;
  padding: 0;
}

footer .row {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer{
  position: relative;
  background-color: #ececec;
  width: 100%;
  min-height: 350px;
  padding-bottom: 100px;
}

.footer-footer{
  background: #283d52;
  color: #d0d1d1;
  font-size: smaller;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px;
}

.footer_wrapper{
    vertical-align: middle;
    line-height: 100%;
    float:left;
    margin-left:5px;
}

.footer-link{
    margin-left: 5px;
    margin-top: 5px;
}
.footer-link:hover{
    color:#b9d979;
}

.dgps-footer-logos img{
  /*background-color: blue;*/
  margin-bottom: 20px;
}

/*further stuff*/

/*.container {
  padding: 60px 0px 0;
}*/

.img-fluid.img-circle{
    max-height: 100%;
    width: auto;
    vertical-align: top;
    border-radius: 0%;
}

.img-fluid.img-logo{
    /*align-self: center;
    text-align: center;
    display: block;
    margin: 0 auto;*/
    max-width: 100%;
    max-height: 9rem;
    width: auto;
    height:auto;
}

.img-placeholder{
    max-width: 100%;
    height:9rem;
}

.contact-list{
    list-style: none;
    padding: 0px;
}

.contact-list > li{
    padding-top:4px;
}
.contact-list > li > span{
    padding-right:4px;
}

.content-section{
    padding-top: 50px;
}

.rehacat-link{
    padding: 10px;
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px; 
    max-width: 250px;
    margin: 25px 0px 25px 0px;
}

.link-test{
    margin: auto;
    margin-bottom: 25px;
}

td{
    /*border: 1px solid #ddd;
    background: #f1f1f1;*/
}

.navbar-toggle {
    float:left;
    margin:11px;
    padding:0px;
}

@media (min-width: 768px)
.navbar-header {
    float: right;
}

.header-container{
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto; 
}

.header-container:before{
    content: " ";
    display: table;
  }

  .header-container:after{
    clear: both;
  }

.image-wrap{
    float: right;
    padding:0;
    display:inline;
    max-width: 375px;
    height:100%;
    overflow: hidden;
}

.image-wrap  > img{
    height:100%;
    margin: 1px;
}

@media (max-width: 468px) {
    .image-wrap{
    max-width: 235px;
}
}

.rehacat-media-content{
    position: relative;
    max-width: 100%;
}


/* ---------------------------------------------------
RESPONSIVE TABLES
----------------------------------------------------- */

table {
  /*border: 1px solid #ccc;*/
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  /*width: 100%;*/
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  /*background-color: #f8f8f8;*/
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
}

table th {
    /*background-color: #31587b;
    color:#f8f8f8;
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;*/
    color:#283d52;
    min-width: 290px;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    display: block;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}

/* ---------------------------------------------------
Mega Menu
----------------------------------------------------- */

.dropdown-item:active{
    background-color: #82d092 !important;
}

.dropdown-item:hover{
    background-color: #f5f5f5 !important;
}

.navbar-light {
  background: #2C3D50;
  color: #eee;
  border-color: #aca1a2;
}

.navbar-light .navbar-nav > li > a {
  color: #878787;
}

.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-light .navbar-brand {
  color: #878787;
}

.menu-large {
  position: static !important;
}

.mega-menu {
  padding: 20px 20px;
  width: 100%;
}

.mega-menu > div > li > ul {
  padding: 0;
  margin: 0;
}

.mega-menu > div > li > ul > li {
  list-style: none;
}

.mega-menu .card {
    outline: none;
}

.mega-menu .card:hover,
.mega-menu .card:focus {
    outline: 1px solid #000;
}

.mega-menu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  font-size: 0.925rem;
}

.mega-menu > div > li > ul > li > a:hover,
.mega-menu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #fff;
}

.mega-menu.disabled > a,
.mega-menu.disabled > a:hover,
.mega-menu.disabled > a:focus {
  color: #999999;
}

.mega-menu.disabled > a:hover,
.mega-menu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.mega-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.mega-menu .menu-news{
    color: #ffa32d;
}

@media (max-width: 768px) {
  .mega-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .mega-menu > li {
    margin-bottom: 30px;
  }
  .mega-menu > li:last-child {
    margin-bottom: 0;
  }
  .mega-menu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}


.dgps-card{
  margin-top:1em;
  margin-bottom:1em;
}

.project-card_link {
  text-align: right;
}

.project-card_listing{
  color: #585858;
  padding-left: 1em;
}

.project-card_link_button{
  color: #c8585c;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 1em;
}

.card-body {
  padding-bottom: 0.70em;
}

.publikation_autor {
  color: #10a1a4;
  padding-right: 0.5em;
}

.publikation_subtitle{
  color:#687873;
}

.publikation_abstract{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  }

.publikation_keywords{
  word-spacing: 0.5em;
  color: #161616;
}
/* ---------------------------------------------------
Scroll down - jump top button
----------------------------------------------------- */
#scrollTop {
  display: none;
  position: fixed;
  bottom: 70px;
  left: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: rgba(255,255,255,0.7);
  color: #333;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

#scrollTop:hover {
  background-color: rgba(185, 217, 121,1.0);
}


/*Cookie Banner*/
.cc_container {
    background: #414d58 !important;
}

.cc_container>p {
    color:#ddd !important;
}

.cc_container .cc_btn, .cc_container .cc_btn {
    background: #c4555b !important;
}


/* ---------------------------------------------------
dgps Login
----------------------------------------------------- */

.dgps-login div{
    padding: 10px;
}


.rehacat-login label{
    width: 100%;
}

.dgps-center-section{
  padding-top: 10%;
  max-width: 400px;
}




/*

TESTS


*/

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto;
}

.training-content{
    margin-left: 33%;
    /*padding-top: 30px;*/
}

@media only screen and (max-width: 575px) {
  .training-content{
    margin-left: 0px;
    padding:1em;
  }
}

.training-content img {
  
}

.training-content ul {
  background: #ececec;
  border-radius: 0.25rem;
  padding: 1em 1em 1em 3em;
}

.klips-image-100 {
  width: 100%;
  height:auto;
}

.klips-image-50 {
  width: 50%;
}

.klips-image-33 {
  width: 33%;
}

.training-sidenav {
    width: 15%;
    min-width: 170px;
    max-width: 280px;
    position: absolute;
    z-index: 1;
    overflow-x: hidden;
    margin-top: -50px;
    /*padding: 8px 0;
    background: #fafafa;*/
}

.training-sidenav a{
      padding: 12px;
    /* background: #f9f9f9; */
    /*border: 1px solid #306f8e;*/
    width: 100%;
    border-radius: 5px;
    color: #306f8e;
    cursor: pointer;
    /*margin-bottom: 10px;*/
    display: inline-block;
}

.sticky{
    position: fixed;
    top: 70px;
}
.sticky-bottom {
  bottom:350px;
  position: fixed;
}

.training-head-title {
    position: absolute;
    z-index: 1;
    width: 400px;
    min-height: 165px;
    padding:20px;
    background: #f3f3f3; /*yellow: #ffeaaff4;*/
    margin-top: 165px;
    /*margin-left: 100px;*/
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
/*
@media (min-width: 1000px) {
  .training-head-title {margin-left: 160px;}
}
@media (min-width: 1500px) {
  .training-head-title {margin-left: 270px;}
}*/

.training-head-title:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 40px #f3f3f3;
    border-left: solid 200px transparent;
    border-right: solid 200px transparent;
}

.training-banner-img{
  padding-top: 2em;
  height:330px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background-image: url(../assets/img/training1.jpg);
}


.training_active{
  /*border: 1px solid #ffa32d;*/
  border-radius: 5px;
  padding:8px;
  margin: 5px;
  text-align: center;
}

.training_not_active{
  /*border: 1px solid #555;*/
  border-radius: 9px;
  padding:8px;
  text-align: center;
}

.training_logo{
  max-width: 100%;
}

.training_partner img{
  margin-bottom: 1.7em;
}

.training-content-section {
  margin-bottom: 2em;
  padding-top: 2em;
}

.training_contact img{
  max-height: 300px;
}


.nav-special-link{
  color:#000000;
}

.breadcrumb_nav{
  float:right;
}

.breadcrumb_nav p{
  color:rgba(33,33,33,0.4);
  font-size: small;
  margin-bottom: -50px;
}

.nav-tabs{
  border: none;
}

.start_title_box{
    padding: 10px;
    border-radius: 5px;
    border: solid 3px #FFE;
    background: #ecececb8;
    /* height: 150px; */
}

.banner-content{
  padding:2.5rem;
}

.card-footer.active {
  background-color: #ffa32d;
}

.menu-aktuell-item{
  color: #ffa32d;
}

.normal_page{
  padding: 40px 0px;
}

textarea { 
  width: 100%;
}

.btn-training{
  color: #428bca;
}

.btn-nav-training.nav-link.active {
  color: #f8f9fa;
  background-color: #E91E63;
  border: none;
}

.all-trainings{
  padding: 10px;
}

.all-trainings-section {
  background-color: #6eb03a1a;
  border-radius: 5px;
  padding: 15px;
  margin-top: 40px;
  width: 100%;
}

.training-container{
  padding: 11% 0px;
  min-height: 600px;
}

.card {
  width:100%;
}

/*
---------------------------------------
Contact cards
---------------------------------------
*/
.dgps-contacts .card {
  min-width: 100%;
  margin-bottom: 2em;
  background-color: #ececec
}

.dgps-contacts .card .card-body{
  background-color: #ececec
}

.dgps-contacts .card .card-footer{
  background-color: #88a8de;
  padding: 0.1rem 0.25rem;
}

.dgps-contacts h3 {
  color: #2c3d50;
  border-left: none;
  padding-left: 0;
}

.dgps-contacts p {
  text-align: left;
}

.dgps-news-image{
  width: 100%;
  height:180px;
  max-height: 180px;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.dgps-contacts .important_title {
  color: #c8585c;
  font-style: normal;
}

.service-icon {
  text-align: center;
  padding: 10px;
  display: block;
}

.service-icon.rounded-circle img {
  border-radius: 50%;
  object-fit: cover;
  width: 280px;
  height: 280px;
  max-width: 100%;
}

.dgps-page {
  padding-top: 2em;
}

.dgps-mobile {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
}

.dgps_break_text{
  white-space: pre-line;
}


.accordion {
  margin-bottom: 10px;
}

/*
---------------------------------------
dgps Forms
---------------------------------------
*/

form * {
  /*color:red;
  padding:5px;*/
}

/* POST TRAINING - Successfull registration - replace Form text style */
form p {
  border: solid 2px #6db039;
  padding: 10px;
  font-weight: bold;
}

input,select,textarea {
  margin-bottom: 10px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
}

textarea {
  width: 100%;
  height: 150px;
  resize: none;
}

input[type=text], input[type=email], input[type=number], input[type=password], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
button[type=submit] {
  background-color: #6db039;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
button[type=submit]:hover {
  background-color: #7dc049;
}

/* custom bootstrap adjustments - 5columns in a row */
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/* PROJECTS BLOG APPLICATION */

.projects_blog_list img {
  width: 100%;
  /* height: auto; */
  /*max-width: 365px;*/
  /*height: 100%;*/
  max-height: 280px;
  object-fit: cover;
}

@media (max-width: 768px){
  .projects_blog_list img {
      max-width: none;
  }
}

.project-logos {
  max-width: 200px;
  height: auto;
  min-height: 50px;
  float:left;
  padding: 1em;
}


/* TESTING STUFF */

.goal_circle  {
    width: 9.375em;
    height: 9.375em;
    margin: auto;
 }

.goal_circle div{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #c4555b;
}

.dgps-goals > div{
    background: #2c3d50 !important;
    color: #f3f3f3;
    border: 0px solid #e6e6e6 !important;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 20px 30px !important;
    text-align: center;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.51);
}
}

.dgps-btn {
  background-color: #ececec;
}

/* header style dgps */
h3, h4, h5, h6{
  color: #2c3d50;
  /*border-left: #c4555b 2px solid;*/
  /*border-left: #00a3a4 2px solid;*/
  /*padding-left: 20px;*/
}

h1, h2 {
  color: #6b7989;
}


