/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/merriweather-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/merriweather-v28-latin-regular.eoimgHoverContainerAllt?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/merriweather-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/merriweather-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/merriweather-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/merriweather-v28-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

a {
  color: #A00000;
  text-decoration: none;
}

p {
  margin: 0 0 10px;
}

/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btnHeaderBig{
  padding: 0 20px;
}

.btnHeaderBigItem {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin: 8px 0px;
  text-align: center;
  display: block;
  padding: 0;
}

.btnHeaderBigItem:hover {
  background-color: #A00000;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btnHeaderBigItem a:hover {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff!important;
}

.btnHeaderBigItem a {
  padding: 10px;
  display: block;
  font-size: 18px;
  color: #606060;
}

.btnHome {
  margin: 10px 80px;
}


.btnHomeLink {
  text-align: center;
  padding: 30px 30px;
}

.navbar {
  background-color: #A00000;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}


.custom-toggler.navbar-toggler {
  border-color: #fff;
}

.custom-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }

#headerMiniNav .navbar a:hover {
  background-color: #870000;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#headerMiniNav .navbar a {
  color: #fff;
  font-size: 12px;
  padding: 14px 10px;
}

#languageSelector{
  width: auto;
  font-size: 14px;
  border-radius: 0;
}

#languageSelector:focus-within {
  border-radius: 0;
}

.socialmedia a {
  height: 45px;
  width: 45px;
  background-color: #333;
  border-radius: 100%;
  line-height: 45px;
  margin-top: 0;
  text-align: center;
  transform: scale(1);
  transition: background-color 0.3s, transform 0.3s ease-out;
  display: inline-block;
  font-size: 20px;
  color: white;
}

.socialmedia a:hover {
background-color: rgb(182,14,14);
}

.portalTitle{
  text-align: center;
  padding: 1px;
  margin-bottom: 10px;
}
.portalTitle a{
margin-top: 10px;
margin-bottom: 0;
font-size: 20px;
    font-family: 'Merriweather', Times, serif;
    color: #A00000 !important;
}

.logo{
  margin-top: 0!important;
}

.header-logo-container .logo{
  margin: auto;
  display: block;
  max-height: 50px;
}

.btnKeyw:hover {
  background-color: #A00000!important;
}

.btnKeyw{
  display: block;
  margin-bottom: 5px;
  margin-right: 0;
  line-height: 12px!important;
}

.btnNavi:hover {
  background-color: #A00000!important;
}

.btnHomeLink {
  color: #606060;;
}

.btnHomeLink:hover {
  background-color: #A00000;
}

.imgUnterstuetzungSmall {
  margin-right: 40px;
  max-width: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 0px 0px;
  height: 100px;
  border: 3px solid white;
}

.imgUnterstuetzungSmall:hover {
  border-color: #A00000;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.tree li::before {
  content: none!important;
}

.tree li::after {
  content: none!important;
}

.persOrg {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  margin: auto;
}

.tree li {
  margin: 15px 0px;
}
.tree ul {
  margin-left: 0;
  padding-left: 0;
}
.tree{
  padding: 0px 2px;
}

#footerAfA{
  display: block;
  float: left;
  width: 100%;
}

#metagrid-links {
  margin-left: 0px;
}

#button_search{
  padding: 5px 10px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
#button_search:hover{
  color: white;
  background-color: #A00000;
}

@media screen and (min-width: 992px) {
  .persOrg {
    max-width: 80%;
  }
}

@media screen and (min-width: 1080px) {
  #headerMiniNav .navbar a {
    font-size: 14px;
    padding: 14px 20px;
  }
}

@media screen and (min-width: 1080px) {
  .btnHeaderBigItem {
    margin: 15px 10px;
  }
}

@media screen and (min-width: 768px) {
  .navbar {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 775px) {
  .portalTitle p{
    font-size: 30px;
    }

    .btnKeyw{
      display: inline;
      margin-bottom: 0;
      margin-right: 5px;
      line-height: 30px!important;
    }
}

@media screen and (min-width: 1200px) {

  .portalTitle a{
    font-size: 40px;
    }
}

@media print {

  #headerMiniNav {
    display: block!important;
  }
  #headerMiniNav .navbar{
    display: none;
  }

  #footerAfA .row{
    display: none;
  }

  .container{
    max-width: 100%;
    padding: 0px 5em;
  }

}

#videoEssayText img{
  width: 100%;
}
.divVideoEssay {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 40%) 0 4px 8px;
}
.divVideoEssayLeft {
  float: left;
  width: 182px;
}

@media (min-width: 768px) {
.divVideoEssayLeft {
  width: 218px;
}
}

@media (min-width: 1030px) {
.divVideoEssayLeft {
  width: 182px;
}
}

@media (min-width: 1200px) {
.divVideoEssayLeft {
  width: 218px;
}
}

@media (min-width: 1400px) {
.divVideoEssayLeft {
  width: 238px;
}
}

.divVideoEssayLeft img{
  width: 100%;
}

.divVideoEssayRight {
  float: left;
  padding: 10px 20px 10px 10px;
width: 60%;
}

.divVideoEssayRight h2{
margin: 0;
}

.divVideoEssayRight p{
margin: 0;
}

.VideoEssayTitle{
    font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}

.divFullLanguage{
width: 100%;
float: left;
}

.fullWidth{
float: left;
  width: 100%;
margin-bottom: 20px;
}

.width50{
float: left;
  width: 50%;
}

#width50Right{
padding-left: 20px;
}
#videoEssayText{
padding-right: 50px;
}

.video-essay-page .title_without_img{
	margin-bottom: 0!important;	
}

.video-essay-page .subtitle{
	margin-bottom: 50px;
}

.link-videos:hover{
	background-color: #b03b3b;
    color: #ffffff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.link-videos{
	padding: 3px 10px;
    display: block;
	text-decoration: none!important;
	font-weight: 600;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%), 0 2px 7px 0 rgb(0 0 0 / 19%);
    margin-top: 5px;
}

.titleSubmission{
	margin-bottom: 5px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.title_without_img{
	font-family: PT Serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 40px;
	    text-align: center;
    margin-bottom: 50px;
}


.header-logo-container{
  float:left;
  width: 100%;
}

.videoFrame{
  margin-top: 10px;
}

.videoFrame iframe{
  margin: auto;
  display: block;
}

.script_timing {
  font-weight: bold;
}
.essays_btn{
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 6px;
  border-width: 1px;
  margin-right: 5px;
  background-color: #333333;
  color: white;
}
.essays_btn:hover{
  background-color: #A00000;
}

.pdf_btn_container{
  margin-top: 10px;
}

.carousel{
background-color: #333333;
height: 400px;

}
.carousel-inner{
height: inherit;
}
.carousel-item{
height: inherit;
}
.carousel-item img{
height: inherit;
  text-align: center;
  margin: auto;
width: auto !important;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1 !important;
}
#fotoessays_img_desktop{
text-align: center;
display:none;
}

#fotoessays_img_desktop img {
  max-height: 400px;
}

@media (min-width: 1200px) {
   #fotoessays_img_desktop{
display:block;
}


.carousel{
display:none;
}
}

.essaynotpublished{
color: black;
  font-weight: bold;
}

@media (max-width: 1029px) {
   .videoEssayText,
   .width50 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Read More */ 

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state:checked ~  .read-more-wrap .project-container-inner{
  padding: 2%;
  margin-bottom: 10px;
}

.read-more-state ~ .btnHome .read-more-trigger .label:before {
  content: '+';
}

.read-more-state:checked ~ .btnHome .read-more-trigger .label:before {
  content: '-';
}

.read-more-state ~ .read-more-trigger:before {
  content: '+';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: '-';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
background-color: #A00000;
}

.project-title{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	font-weight: 100;
    font-size: 21px;
}

.project-title-essay{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	font-weight: 100;
    font-size: 21px;
	font-weight: bold;
}
 .project-container-inner {
  margin-top: 0px;
  border: 1px solid #A00000;
}
 .project-container{
 margin-top: 10px;
 }
.project-full{
	float: left;
    width: 100%;
}

#homePartners{
margin-top: 30px;
font-weight: bold;
}