html {
	height: 100%;
}

body {
    font-family: Barlow, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" , "Segoe UI Symbol";
    font-weight: 300;
    background: #c2b69b;
    color: #333;
    line-height: 1.8;
    min-height: 100%;
}

a, a:hover, a:visited {
	color: #000;
	text-decoration: underline
}

#content a.white, #content h3 a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

#content a.white-small {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
/*  font-size: 0.7em; */
}


.main-navigation,
.languages,
.logo {
    font-family: Jaldi;
    font-weight: 400;
}

.main-navigation a,
.footer-navigation a,
.logo span,
.languages a {
    color: #fff;
    text-decoration: none;
}

body > .container > header {
    margin-top: 1em;
    margin-bottom: 2em;
    position: relative
}

header .logo {
    text-decoration: none;
}

header .logo svg {
    width: 100%;
    height: auto;
    display: block;
}

header .logo span {
    font-size: 1.6em;
    display: block;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

header .languages {
    font-size: 1.1em;
    margin: 0;
}

header .languages li:after {
    content: '|';
    color: #fff;
    padding-left: 5px;
}

header .languages li:last-child:after {
    content: none;
    padding: 0;
}

header .languages li.active a {
    color: #000
}

.main-navigation {
    font-size: 1.4em;
}

.main-navigation ul {
    padding-left: 1em;
    font-size: 0.75em;
}

.main-navigation ul ul {
	font-size: 1em;
}

.main-navigation .nav-item-6 ul{
    display: none;	     
}


.main-navigation .active > a,
.footer-navigation .active > a {
    color: #000
}

.main-section header {
    margin: 0;
}


.main-section h2 {
    font-size: 1em;
    line-height: inherit;
}

.main-section h2,
.main-section p,
.main-section ul {
    max-width: 640px;
}

.navbar-toggler {
	position: absolute;
	right: 0;
	bottom: 0px;
	color: #fff;
	font-size: 1.8em;
}

.frame-type-menu_subpages > ul {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.frame-type-menu_subpages > ul > li {
	margin: 0;
	padding: 0;	
}


@media screen and (min-width: 768px) {
    body > .container > header {
        margin-top: 1em;
        margin-bottom: 5em;
        height: 7em;
    }

	.navbar-toggler {
		display: none;
	}

    header .logo {
        /* position: fixed; */
    }

    header .logo span {
        font-size: 1.4em;
    }

    header .logo svg {
        width: 100%;
        max-width: 480px;
        height: auto;
        display: block;
        margin-bottom: 0.3em;
        margin-left: -1em;
      /*  margin-right: -2em;*/
    }


    header .languages {
        float: right;
    }

    .main-navigation {
        /* position: fixed; */
        /* top: 8em; */
    }
    .main-navigation .closed {
	    display: none;
    }
    
    .navbar-expand-md  .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    
    #footer div.frame {
	    width: 100%;
    }
    
    #logos {
	    padding: 30px 0;
	    display: flex;
	    justify-content: space-between;
    }
    #logos img {
	    width: auto;
	    height: 60px;
    }
    /*.news-list-view, #c49 ul, #c81 ul {*/
    #c49 ul, #c81 ul {
	    display: flex;
	    flex-wrap:wrap;
	    flex-direction:row;
    	justify-content:flex-start;
	    align-items:stretch;
    }
	/* .news-list-view > .article , #c49 ul > *, #c81 ul > *{ */
	#c49 ul > *, #c81 ul > *{	
		 width: 50%;
		 box-sizing: border-box;
		 padding-right: 20px;
		 cursor: pointer;
	}
}

@media screen and (max-width: 480px) {
	#diagramm {
		transform: scale(0.55) translateY(-200px)
	}
}


.social-twitter { 
	width: 32px; 
	height: 32px;
	margin-left: -6px;
	fill: #fff;
}

.aria-contrast .social-twitter {
	fill: #000;
}


span.petrol {
	color: #35718c;
	font-weight: bold;
}

span.petrol a {
	color: #35718c;
}


.aria-contrast  span.petrol {
	color: #000;
}

.aria-contrast  span.petrol a {
	color: #000;
}


.frame-announcement  {
	border: solid 2px #fff;
	padding: 12px 24px 16px;
	border-radius: 12px;
	box-sizing: border-box;
}

.main-section frame-announcement p {
	font-size: 1.2em;
	line-height: 1.5;
}

@media screen and (min-width: 1170px) {
	.frame-announcement {
		position: relative;
	}
	.main-section .frame-announcement p {
		font-size: 1.4em;
		line-height: 1.5;
		width: 70%;
	}
	.frame-announcement .btn-primary {
		position: absolute;
		line-height: 2;
		right: 24px;
		bottom: 24px;
	}
}

.frame-announcement p:last-child {
	margin-bottom: 0;
}

.main-section .frame-announcement .btn-primary {
	margin-top: 1em;
	display: inline-block;
	background: #3a2c57;
	border: solid 1px #3a2c57;
	line-height: 2;
	padding: 0px 12px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
}

.frame-announcement .btn-primary:hover {
	border: solid 1px #fff;
	background: rgba(0,0,0,0.5)
}

.aria-contrast .frame-announcement {
	border-color: #000
}

.aria-contrast .frame-announcement .btn-primary {
	background: #000;
	border-color: #000;
	text-decoration: none
}

.aria-contrast .frame-announcement .btn-primary:hover {
	background: #fff;
	border-color: #000;
	color: #000;
}

.youtube-embed {
	background: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	height: 400px;
	margin: 0 0 48px;

}

 .youtube-embed .youtube-embed__notice {
	display: flex;
	position: absolute;
	align-items: flex-end;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	padding: 12px 24px;
	color: #fff;
	
}

.aria-contrast  .youtube-embed .youtube-embed__notice {
	background: #000;
}

.youtube-embed .youtube-embed__notice a {
	color: #fff!important;
}

.main-section .youtube-embed .youtube-embed__notice p {
	flex-grow: 1;
	margin: 0;
	line-height: 1.5;
}

.youtube-embed .youtube-embed__notice button {
	display: block;
	flex-grow: 1;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
	border: solid 2px #fff;
	color: #fff;
	line-height: 2;
	padding: 0px 12px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	background: rgba(0,0,0,.5);
}

.youtube-embed .youtube-embed__notice button:hover {
	background: #fff;
	color: #000
}

.youtube-embed .youtube-embed__iframe {
	display: none;
	width: 100%;
	height: 100%;
}

.youtube-embed .youtube-embed__iframe.show {
	display: block;
}

.frame-type-menu_abstract ul {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.frame-type-menu_abstract ul li {
	padding: 0;
	margin: 0;
}

table.personen {
	width: 100%;
}    

table.personen tbody::after {
  content: '';
  display: block;
  height: 2em;

}   
table.personen tbody td { 
	border-top: 1px solid #dadada;
}

table.personen tbody tr:first-child td { 
	border-top: none;
}

table.personen tbody tr:nth-of-type(even) { 
	background-color: rgba(0,0,0,.05); 
}