/* GENERAL */

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

body {
    font-size: 15px;
    line-height: 1.45;
    color: #424242;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #1e538b;
}

.newsletter a {
	color: white;
}

a:hover {
    color: #027cf8;
}

h1 {
    font-weight: normal;
    font-size: 25px;
    margin: 0 0 25px 0;
    padding-left: 15px;
    border-left: 25px solid #1e538b;
}

h2 {
    font-weight: bold;
    font-size: 21px;
    margin: 35px 0 15px 0;
}

p.untertitel {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
}


/* HEADER */

header {
    border-bottom: 1px solid #ddd;
}

.top-nav {
    background-color: #424242;
    color: white;
    padding-top: 10px;
    padding-bottom: 3px;
}

.top-nav a {
    color: white;
}

#top-logos {
    margin-top: 25px;
    margin-bottom: 25px;
}


/* DESKTOP NAVIGATION */

nav {
    margin-top: 15px;
    margin-bottom: 25px;
}

nav>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav>ul>li {
    display: inline;
    padding: 5px 25px 5px 0;
}

nav>ul>li>a {
    font-size: 18px;
    color: #424242;
}

nav>ul>li>a:hover,
nav>ul>li>a:active {
    text-decoration: none;
    border-bottom: 1px solid #1e538b;
    color: #1e538b;
}

nav>ul>li>a.active {
    border-bottom: 1px solid #1e538b;
    color: #1e538b;
}


/* MOBILE NAVIGATION */

.responsive-menu {
    display: none;
}

.responsive-menu>ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.responsive-menu>ul>li {
    padding: 5px 0;
}

.responsive-menu>ul>li>a {
    font-size: 24px;
    text-transform: uppercase;
    color: #483d2d;
}

.menu-btn span {
    display: block;
    font-size: 32px;
    color: #1e538b;
    z-index: 99;
    cursor: pointer;
    padding: 0 7px;
    border: 1px solid #424242;
}

.expand {
    display: block!important;
}


/* PAGINATION */

.pagination {
    clear:both;
    position:relative;
    font-size:12px;
    line-height:13px;
    float:right;
}
 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#333;
    background: #fff;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover{
    color:#fff;
    background: #333;
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #333;
    color:#fff;
}


/* SIDEBAR */

.sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar ul li {
    margin: 0;
    padding: 0;
}

.sidebar ul li a {
    color: #424242;
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 5px;
}

.sidebar h2 {
    color: #1e538b;
    margin: 0 0 25px 0;
    padding: 0;
}

.sidebar img {
    padding-top: 75px;
}

.sidebar ul li a.active {
    color: #1e538b;
}


/* HOME PAGE */
#dors-banner {
    width: 75%;
    margin-right: auto;
    margin-left: auto;

}
.top-banner {
    margin-top: 15px;
    margin-bottom: 15px;
}

small#sub {
	margin-top: 15px;
	font-size: 10px;
	line-height: 140%;
	display: block;
	color: #ccc;
}

.event-box {
    color: white;
  /*  padding: 25px;*/
}

.event-box h2 {
    font-weight: bold;
    font-size: 27px;
    margin: 0;
    padding: 25px 0 10px 0;
}

.blue {
    background-color: #1e538b;

}

.lightgrey {
    background-color: #f5f5f5;
    padding-top: 0;
    padding-bottom: 10px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
} 

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* NEWS */

.news-block {
    padding-bottom: 25px;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 50px;
}

.news-row {
    margin: 50px -15px;
}

.news-item {
    padding: 20px 0;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
}

.news-item>h2 {
    font-weight: bold;
    line-height: 1;
    padding: 0 0 15px 0;
    margin: 0;
}

.news-item>h2>a {
    font-size: 17px;
    color: #1e538b;
}

.news-item>p {
    color: #616161;
    line-height: 1.3;
}

.news-image-single {
    margin-bottom: 30px;
}

.news-image {
    margin-top: 30px;
}

p.blog-date {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 15px;
}

.news-headline {
    font-weight: normal;
    font-size: 25px;
    color: #1e538b;
}

.news-content {
    margin-top: 25px;
}

.content {
    margin-top: 25px;
}

.thumbs {
    margin-top: 50px;
}

.backToNews {
    width: 100%;
    text-align: right;
}

/* LIST VIEWS */

h2.list-header {
    margin: 0;
    padding: 10px 0;
    font-weight: normal;
    font-size: 21px;
    color: #1e538b;
}

h3.list-subheader {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.excerpt {
    padding: 15px 0;
}

.staff-container {
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
    border-left: 10px solid #ebebeb;
    padding: 25px;
}

.list-entry {
    padding-bottom: 35px;
}

p.preview {
    padding-top: 15px;
}

.contact-info {
    margin-top: 50px;
}

.contact-info p {
    padding: 1px 0;
    margin: 0;
}


/* PROJEKTE */

.projekt {
    margin-bottom: 25px;
    padding: 50px 25px;
    background-color: #fafafa;
}

.projekt h2 {
    padding: 0 0 15px 0;
    margin: 0;
}

a.projekt-link {
    color: #1e538b;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #ebebeb;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: block;
}

a.mehr-infos {
    font-size: 19px;
    color: #1e538b;
}

.sidebar-block {
    margin-top: 0;
    margin-bottom: 35px;
}

.projekt-inhalt h3 {
    margin: 0 0 25px 0;
    font-size: 21px;
}

.projekt-sidebar h2 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 17px;
}

.projekt-sidebar img {
    margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
    .projekt-sidebar {
        margin-top: 50px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 25px;
    }
    .projekt {
        margin-top: 25px;
    }
    .projekt img {
        margin-bottom: 25px;
    }
    h2.mobile-margin-top {
        margin-top: 35px;
    }
}


/* UNTERSEITEN */

img.alignright {
	float: right;
}

img.alignleft {
	float: left;
}

.breadcrumbs {
    margin-bottom: 50px;
}

.video-list {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
}

.margin-top {
    margin-top: 50px;
}

ul.archives {
    list-style-type: none;
    margin: 0 0 25px 0;
    padding: 25px 0 20px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

ul.archives li {
    display: inline;
    font-size: 18px;
}

ul.archives li a:after {
    content: " /";
}

.zp-Entry {
    padding-bottom: 15px;
}

.jb-card {
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 30px;
}

.jb-card p {
    font-size: 21px;
    font-weight: bold;
}

.panel-group .panel {
    padding: 15px;
}

.panel-default>.panel-heading {
    background-color: white;
    border: none;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 15px;
}

.entry-form {
	margin-top: 50px;
	margin-bottom: 50px;
}

.blue-bg {
	background-color: #1565C0;
	color: white;
}

.grey-bg {
	background-color: #f5f5f5;
}

h2.table-head {
	font-size: 19px;
	color: #0D47A1;
}

h3.table-head {
	font-size: 15px;
	color: #4FC3F7;
}

.iccas-form input {
	background-color: #ddd;
	padding: 10px;
	border: none;
}

input.wpcf7-submit {
	background-color: #333;
	color: white;
}


/* FOOTER */

.newsletter {
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 25px;
    background-color: #1e538b;
    color: white;
}

.newsletter h2 {
    padding: 0;
    margin: 0 0 5px 0;
}

.mc-field-group input {
    width: 300px;
    padding: 5px;
    border: none;
    color: #424242;
    margin-bottom: 10px;
}

input#mc-embedded-subscribe {
    padding: 5px 10px;
    background-color: deepskyblue;
    border: none;
}

#mc_embed_signup .mc-field-group label {
	display: inline-block;
	margin-top: 10px;
}

#mc_embed_signup .mc-field-group {
	padding-bottom: 0;
}

.top-footer {
    margin-top: 25px;
    margin-bottom: 25px;
}

.top-footer h2 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 15px;
}

.funding {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 50px;
    padding-bottom: 10px;
}

footer {
    background-color: #424242;
    color: white;
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 25px;
}

footer a {
    color: white;
}
