@import "./barlow-semi-condensed.css";
@import "./barlow.css";
body{
    
    color:#0C4270;
    font-size:20px;
        font-family:  'Barlow', Sans;
}
h1,h2,h3,h4,h5, h6{
    font-family:  'Barlow', Sans;
    color: #0C4270;
}
h1,.content-header > h1 {
  font-weight: 700;
  font-size: 60px;
}

h2{
  font-weight: 500;
  font-size: 36px;
}
.form_page_navigation  .link, h3{
  font-weight: 700;
  font-size: 24px;
}
.form_page_navigation  .link{
  color:#0C4270;
    font-weight: normal;
}
.form_page_navigation  .active .link, .form_page_navigation   .link:hover{
  text-decoration: none;
  font-weight: 700;
  color:#0C4270;
}
h4{
  font-weight: 700;
  font-size: 20px;
}
p{
  font-family: "Barlow";
}
b { font-weight: 800 }

.main-header{
  padding: 0;
  margin: 0;
}
.main-header .logo{
  float:none;
  margin: 10px 0;
  width: auto;
  height: auto;
}

.main-header .logo img {
    
    display: block;
    width: 140px;
    margin: 0;
}


.bold {
    font-weight: bold;
}

.mb-2 {
    margin-bottom: 0.5rem; /* 8px */
}
.mb-4 {
    margin-bottom: 1rem; /* 16px */
}

.margin-b {
    margin-bottom: 0.5em;
}

.w-90  {
    width: 90%;
}

.flex-items-center {
    display: flex;
    align-items: center;
}


.header_wrapper {    
    margin-bottom: 0;
    /*background-color: #a043b0;*/
    background-image: url(../img/footer_header.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
    min-height: 145px;
}

.header_wrapper .header_flex {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
}





ul.sponsors {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 150px;
    justify-content: space-between;
    vertical-align: text-top;
}
ul.sponsors li{
    padding:0;
    margin:0;
    width: auto;
    margin-left: 10px;
    display:inline-block;
    max-height:100%;
}

.container-fluid {
    padding: 0;
}
html .btn.btn-primary:hover, html .btn.btn-default:hover, html .btn.btn-info:hover,
html .btn-default.active.focus, html .btn-default.active:focus, html .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, html .btn-default:active:hover, html .open>.dropdown-toggle.btn-default.focus, html .open>.dropdown-toggle.btn-default:focus, html .open>.dropdown-toggle.btn-default:hover,
html .btn-info.active.focus, html .btn-info.active:focus, html .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, html .open>.dropdown-toggle.btn-info.focus, html .open>.dropdown-toggle.btn-info:focus, html .open>.dropdown-toggle.btn-info:hover,
html .btn-info.active.focus, html .btn-info.active:focus, html .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, html .open>.dropdown-toggle.btn-info.focus, html .open>.dropdown-toggle.btn-info:focus, html .open>.dropdown-toggle.btn-info:hover,
html .btn.btn-secondary {
    color: #FFF;
    background: #0C4270;
    border-color: #FFF;
    border-width: 2px;
    border-style: solid;
    border-radius:4em;
}

html .btn-default.active, html .btn-default:active, html .open>.dropdown-toggle.btn-default,
html .btn-primary.active, html .btn-primary:active, html .open>.dropdown-toggle.btn-primary,
html .btn.btn-secondary:hover {
    color: #FFF;
    background: #0C4270;
    border-color: #FFF;
    border-width: 2px;
    border-radius:4em;
    border-style: solid;
    text-transform:lowercase;
}

nav#main-nav {   flex: 1; margin-bottom: 0;   display: flex; align-items: flex-end;}
 .sidebar-menu button.link{color: #fff; font-style: italic;}
 .sidebar-menu button.link:hover,  button.link:hover{
     text-decoration:underline;
     text-underline-offset: 8px;
     color: #EA527E;
 }  
 

html .btn-default:hover, html .btn-primary:hover,  html .btn.btn-default,  html  .btn.btn-primary, html .btn.btn-info {
    color: #0C4270;
    background:  #FFF;
    border-color: #0C4270;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 20px;
    border-radius:4em;
    padding: 10px 30px 10px 30px;
    border-width: 2px;
    border-style: solid;
    text-transform:lowercase;
}

 
.content-header > h1 {
    color: #0C4270;
}
.content-header > h2{
  padding-top: 2em;
  padding-bottom: 2em;
}
html a,html .link{
    color: #EA527E;
}
html a:hover,html .link:hover{
    color:#0C4270;
    text-decoration: none;
}
.content-keyvisual{display:none;}
a:hover, a:active, a:focus, .act, .link.act {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.sidebar-menu > li {
    background-color: unset;
}

.sidebar-menu > li.treeview {display: inline-block;}

.sidebar-menu > li > a {
    color: #fff;
    font-style: italic;
}
.well{
  border-width:0
}
.sidebar-menu {
    text-align: right;
}


.sidebar-menu ul li{
	min-width: 160px;
}


.main-header, .content, .main-footer {
    font-size: 20px;
}

.content-wrapper, .right-side, .main-footer {
    padding-right: 0px;
    border: 0px;
}

.footer {
    font-size: 20px;
	margin-top: 20px;
    position: relative;
    z-index: 99;
    width: 100%;
    transition: all 0.5s;
    font-family:  'Barlow Semi Condensed', Sans;
}

.footer__wrapper {
    width: 100%;
}

.footer__container {
    display: flex;
    flex-direction: column;
}

.footer_sponsors_bg {
    background: #fff;
}

.footer_sponsors {
    max-width: 1024px;
    margin-top: 6rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;

}

.footer_sponsors .sponsors_text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    font-style: italic;
    text-align: center;
}

.footer_sponsors .sponsors {
    display: flex;
    align-items: stretch;
    column-gap: 50px;

    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 16px;
}
.footer_sponsors .sponsors .info{
  margin-bottom: 1em;
}
.footer_sponsors .sponsors .flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_sponsors .sponsors .flex div{
  white-space:nowrap;
}
.footer_sponsors .sponsors img {
margin: 0px ; max-width:170px; width:100%;
}

@media only screen and (max-width: 767px) {
    .footer_sponsors .sponsors img {
        margin:  0;
    }
}

.footer_sponsors .sponsors .logo_partner1  {
    width: 40%;
}

.footer_sponsors .sponsors .logo_partner2  {
    width: 30%;
}

.footer_sponsors .sponsors .logo_partner3  {
    width: 30%;
}



.footer_menu_bg {
    background-image: url(../img/footer_header.png);
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer_menu {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 10px;
    width: 100%;
    display: flex;
    height: 135px;
}

@media only screen and (max-width: 767px) {
    .footer_menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.footer_menu > div {
    flex: 1;
}



.footer_menu .footer_menu_left {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}
.footer_menu .footer_menu_right {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}


.footer_menu  a {
    color: #fff;
}

.footer_followus_bg {
    background: #f2f0ef;
}

.footer_followus {    
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: flex;
    align-items: end;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    .footer_followus {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.footer_followus > div {
    flex: 1;
}

.footer_followus .followus_left {
    display: flex;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    .footer_followus .followus_left {
        display: flex;
        padding-bottom: 2rem;
    }
}

.footer_followus .followus_left > div img{
    height: 30px;
    margin: 0px 0.75rem;
    color: #1569e9;
}

.footer_followus .followus_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_followus .followus_center .followus_text {
    font-size: 1.6rem;    
    margin-bottom: 20px;
}

.footer_followus .followus_center img{
    max-width: 223px;
}


.footer_followus .followus_right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}





.footer_followus .followus_right a {
    color: #1569e9;
    padding: 13px 20px;
    font-size: 1rem;
}

.footer_followus .followus_right a:hover {
    color: #EA527E;
}

.panel-default > .panel-heading {
    background-color: #AFAFAF;
    border-bottom: 1px solid #0C4270;
    color: #000;
}

.content-header, .content {
    margin: 0 10px ;
    
}

/* 
   change menu and footer to full width 
   move max-width to content-wrapper
*/

/* .wrapper {
    max-width: 1140px;
    margin: auto;
} 

.full_width .wrapper {
    max-width: 100%;    
} */

.full_width .content-wrapper {
    max-width: 100%;
}

.content-wrapper {
    max-width: 1140px;
    margin: auto;
}


textarea, select{ background-color: #FFF;}

.btn {padding: 3px 6px;}

h2 {font-size: 24px;}

.panel-heading {background-color:#FFFFFF !important;}

input, select, textarea {border: 1px solid #0C4270;font-family:  'Barlow', Sans;}
textarea {font-size:18px;}
select {width:100%;height: 27px;font-family: 'Barlow', Sans;}

i.font_checkbox:before {color:#0C4270 }

option {font-size: 16px;font-family:  'Barlow', Sans;}

a:hover, a:active, a:focus,.act  {
    color: #EA527E;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 
}

.modal-header {
    background-color: #ffffff;
}

.modal-body h2{
    color: #0C4270;
}

.contentheadline h1 {
    color: #000000;
}

.button_inline {
    display: inline-block;
}
button.btn[readonly] {
    background: #9b9b9b!important;
}



.modal-dialog {
	width:1200px;
}

.form-control {
	font-size:16px;
	margin-bottom:15px;
}
.font_radio{
    color: #0C4270;
}
.form_headline{
    background-color: #AFAFAF;
}
.strong_headline{
    background-color: #9B9B9B;
    color: #FFF;
}
.comment, .form_header {
    /* background-color: #9B9B9B; */
    background-color: #EA527E;
    color: #FFF;
    margin-top: 0.3em;
    padding: 0.5em 1em;
    font-weight: bold;
    margin-bottom: 1rem;
}

.form_holder {
padding: 2em 0 2em 0;
}

.charsRemaining {
	font-size: 16px !important;
}

.upload_success {
	font-style:italic;
	font-weight: normal;
}
.upload_add {
	color:red;
	text-decoration:underline;
}

.tableborder {
	 margin-bottom: 1.5em;
}

.footer_link {
	padding:0 10px;
}

.active .link {
    text-decoration: underline;
    text-underline-offset: 8px;
}
.treeview button.link {
    padding-left: 20px;
    padding-right: 5px;
}
.treeview button.link:hover{
    text-decoration: underline;
    text-underline-offset: 8px;
    color: #fff;
}
button > .fa.fa-chevron-right { 
    padding-left: 1em;
    padding-right: 0.3em;
}
button > .fa-chevron-left { 
    padding-right: 1em;
    padding-left: 0.3em;
}

.readonlyHeader {
border: 0px;
background-color: transparent;
color: white;
}

/* Bewertungsformular START */

.form_assessment .f_a_header img {
    max-width: 100%;
}

.form_assessment .project_header {
    background-color: #9B9B9B;
    color: #FFF;
    padding: 0.5em 0;
}

.form_assessment .project_header option, .project_header input, .project_header select {
    color: #000;
}

.form_assessment .form_header {
    padding: 0.5em 15px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

/* Bewertungsformular ENDE */

.footer_sponsors .sponsors  > .logo_partner1,
.footer_sponsors .sponsors  > .logo_partner2,
.footer_sponsors .sponsors  > .logo_partner3{
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.row {
  padding-bottom: 0.7em;
}
@media only screen and (max-width: 767px) {
  .button_holder .pull-left{
    margin-bottom:1em;
  }
    button > .fa-chevron-left {
        padding-right: 0.3em;
    }
        button > .fa-chevron-right {
        padding-left: 0.3em;
    }
    .footer_followus .followus_right {
        justify-content: center;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 1140px) {
    .sidebar-menu {
        text-align: center;
    }
}

@media only screen and (max-width: 1140px) {
    h1,.content-header > h1 {
      font-size: 48px;
    }
    .header_wrapper .header_flex {
        flex-direction: row;
        padding-left: 30px;
        padding-right: 30px;
        justify-content: center;
        align-items: stretch
    }
    .header_wrapper .header_flex ul {
        padding-inline-start: 0px;
    }
    .main-header .logo img {
      display: block;
      width: 100px;
    }
    .content-header, .content { margin:0 30px}
    .header_wrapper {    
      height:auto;
      min-height:115px;
    }
  }
  
  

@media only screen and (max-width: 712px) {
  .footer_sponsors .sponsors{
      flex-direction: column;
          font-size: 16px;
    }
    .footer_sponsors .sponsors  > .logo_partner1,
    .footer_sponsors .sponsors  > .logo_partner2,
    .footer_sponsors .sponsors  > .logo_partner3{
      width: auto;
      max-width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }
    .footer_sponsors .sponsors  > .logo_partner1 img,
    .footer_sponsors .sponsors  > .logo_partner2 img,
    .footer_sponsors .sponsors  > .logo_partner3 img{
            max-width: 170px;
    }
    .footer_sponsors .flex{
      flex-direction: column
    }
     .control-group{margin-top: 0.37em;}

}

body.website .header_wrapper .header_flex,
body.website .content-wrapper,
body.website .footer_followus,
body.website .footer_menu {
  max-width: 1024px;
}

.login .actions{ 
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 440px) {
  .login .actions{ 
    flex-direction: column-reverse;
    align-items: center;
  }
  .login .actions > *{ 
    margin-bottom: 0.7em;
  }
}
  
  