@charset "utf-8";

.bi {
	color: black;
}

button .bi {
	color: white;
}

.badge {
	background-color: rgb(100, 120, 125);
	color: white;
	font-weight: bold;
	font-size: 9pt;
	padding: 1px 4px;
	border-radius: 3px;
}

/*! Open Sans */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/opensans.woff2) format('woff2'), url(../fonts/opensans.woff) format('woff');
}

/*! Open Sans Semibold */
@font-face {
  font-family: 'Open Sans Semibold';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/opensans-semibold.woff2) format('woff2'), url(../fonts/opensans-semibold.woff) format('woff');
}

/*--------------------------------*/
/*       Allgemeine Elemente      */
/*      General HTML elements     */
/*--------------------------------*/

.flexbox-right-fixed {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}

.flexbox-right-fixed:nth-child(1) {
  order: 0;
  flex: 1 1 auto;
  align-self: auto;
}

.flexbox-right-fixed:nth-child(2) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}


html {
   height: 100%;
   background-color: #FFFFFF;
   overflow-y: scroll;
   overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;   
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  text-align: left;
  border-width: 0;
  line-height: 1.65;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: white;
}

.address{
	font-style: normal;
	padding: 10px;
}

#wrapper{
	max-width: 850px;
    margin: 0 auto 0 auto;
    min-height: calc(100vh - 180px);
    padding: 5px;
}

#header{
	max-width: 850px;
	margin: 0 auto 0 auto;
	min-height: 130px;
}

.figure{
	max-width: 850px;
	margin: 0 auto 0 auto;
}

#footer{
	margin: 0 auto 0 auto;	
}

#logo_header{
	height: 100px;
	float: right;
	margin: 15px 0 15px 0;
	display: block;
}

#logo_header_mobile{
	display: none;
}

#index_img{
	width: 100%;
    height: 250px;
    background-image: url(../img/dsk_banner.jpg);
    background-size: cover;
    display:block;
}

h1{
	color: #0082C7;
}

#navmenu{
	max-width: 850px;
    margin: 0 auto 0 auto;
    position: relative;
}

#navmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 20px;
}

#navmenu ul li {
    float: left;
}

#navmenu ul li a, .dropbtn {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    color: #1F314E;
    font-weight: bold
}

#white-download{
	color: #fff;
}

#navmenu ul li:hover{
	background-color: #9AB61B;
	color: #fff;
}

#navmenu ul li a:hover{
	color: #fff;
}



.dropdown:hover .dropbtn {
	background-color: #9AB61B;
	color: #fff;
}

#navmenu ul li.dropdown {
    display: inline-block;
}

.margin5{
	margin-right: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
	background-color: rgba(255,255,255,0.9);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: rgb(31,49,78);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	background-color: rgba(50,50,50,0.4);
}

.dropdown:hover .dropdown-content {
    display: block;
}

h2{
	color: #9AB61B;
	font-size: 1.2em;
	margin: 0px !important;
}

.icon_txt{
	color: #9AB61B;
	font-size: 1.2em;
	margin-left: 2px;
}

h3{
	color: rgb(31,49,78);
	font-size: 1em;
	margin: 0px!important;
}


hr{
	margin: 35px auto 35px auto;
	width: 50%;
}

#footer{
	background-color: #0082C7;
	color: #fff;
	position: relative;
	text-align: center;

	padding-top: 20px;
	padding-bottom: 20px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.rss{
	float: left;
	color: #fff;
	margin: 1em 1em 0 0.6em;
}

#rss{
    border-radius: 4px;
    width: 16px;
    height: auto;
    vertical-align: middle;
}

.rss_text{
	vertical-align: middle;
	color: white;
    text-decoration: none;
}

.test:before{
	content: "\f35d";
}

.btn{
	border: none;
    display: inline-block;
    outline: 0;
    padding: 10px 20px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
}

#latest p, .desc p{
	text-align: justify;
}

.btn:hover {
    background-color: #4CAF50; 
    color: #fff;
}

.download{
	background-color: #008b00;
	border-radius: 5px;
	float: right;
	color: #fff;
	margin-right: 5px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
}
.btn_line{
	height: 35px;
}

.lang{
    height: 25px;
    width: 100%;
    margin-top: 5px;
}

.lang_de{
	width: 20px;
    height: auto;
    float: right;
}

.lang_en{
	width: 20px;
    height: auto;
    float: right;
    margin-right: 5px;
}

.btn{
	font-family: 'Open Sans', sans-serif;
}

.margin0{
	margin-left: 0px!important;
}

.thumbnail{
	width: 100%;
	margin: 0 15px 0 0;
	color: rgb(31,49,78);
}

.thumbnail_list{
	list-style: none;
	padding: 0;
}

.thumbnail_list li {
	padding: 10px;
    overflow: auto;
}

.table_content{
	float: left;
}



.container{
	background-color: #eee;
	padding: 10px;
}

.big_icon{
	font-size: 18px;
	font-weight: bold;
}

#drpdwnCheck{
	display: none;
}

#drpdwnCheckLink{
	display: none;
}

#drpdwnCheckDsk{
	display: none;
}

.right{
	float: right;
}


.odd{
	color: rgb(31,49,78);
}

.odd:hover > .table_content, .odd:hover, .odd:hover > .headline_table .date {
	background-color: #0082C7;
	/*background-color: rgb(154,182,27);*/
	color: #fff;
	cursor: pointer;
}

.odd:hover > .headline_table i{
	color: #fff!important;
}

.even:hover{
	background: #9AB61B;
	cursor: pointer;
}

.even{
	color: #eee;
	background-color: #0082C7;
	margin-bottom: 15px;
}

.thumbnail_list a{
	text-decoration: none;
}

.date{
	color: rgb(31,49,78);
	margin-bottom: 5px;
	/*font-weight: bold;*/
	color: #eee;
	float: left;
	width:95%;
}

.kp{
	float: none!important;
}

.even .date{
	border-bottom: 1px solid #eee;
}

.odd .date{
	color: rgb(31,49,78);
}

.list ul{
	list-style-type: none;
	text-align: justify;
}

.customList{
	padding: 0;
}

.customList a{
	margin-left: 5px;
	vertical-align: middle;
	/*font-weight: bold;*/
}

.list ul li a{
	text-decoration: none;
	color: #0082C7;
}

.head{
	color: #0082C7;
	font-size: 25px;
    font-weight: bold;
}

.address{
	color: #1F314E;
	text-align: justify;
}

.counter{
	float: left;
	margin-right: 15px;
	border-radius: 50%;
}


.flexbox-md-break {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flexbox-md-break div:nth-child(1) {
  max-height: 250px;
}

.flexbox-md-break div:nth-child(1) * {
  max-height: 250px;
  display: block;
}

.flexbox-md-break div:nth-child(2) {
  padding: 15px;
}

@media only screen and (max-width:640px){
	

.flexbox-md-break {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flexbox-md-break div:nth-child(1) {
  max-height: 250px;
}

.flexbox-md-break div:nth-child(1) * {
  max-height: 250px;
  display: block;
}

.flexbox-md-break div:nth-child(2) {
	width: 100%;
  padding: 15px;
}

	.figure{
		display: none;
	}

	.polaroid{
		width: 90%;
		margin: 0 auto 0 auto;
	}

	.fright{
		float: none;
	}

	.fleft{
		float:none;
	}

	#wrapper{
		min-width: 250px;
		width: 100%;
	}

	nav{
		position: relative;
	}

	nav li{
		width: 100%;
		border-bottom: 1px solid rgb(31,49,78);
		background-color: #0082C7;
	}

	.dropbtn{
		cursor: pointer;
	}

	.dropdown-content a{
		color: #1F314E!important;
	}

	.dropbtn{
		color: #fff;
	}

	#navmenu ul li a{
		color: #fff;
	}

	#navmenu{
		width: 100%;
	}

	#navigation{
		float: none;
	}

	#logo_header {
	    width: 70px;
	    margin: 5px 0 0 0;
	    float: none;
	    height: auto;
	}

	.dropdown-content{
		position: relative;
		display: none;
	}

	#drpdwnCheck:checked ~ #open-info{
		display: block;
	}

	#drpdwnCheck:not(:checked) ~ #open-info{
		display: none;
	}

	#drpdwnCheckLink:checked ~#open-links{
		display: block;
	}

	#drpdwnCheckLink:not(:checked) ~#open-links{
		display: none;
	}

	#drpdwnCheckDsk:checked ~#open-dsk{
		display: block;
	}

	#drpdwnCheckDsk:not(:checked) ~#open-dsk{
		display: none;
	}

	#footer{
		width: 100%;
	}


	.lang{
		margin-top: 5px;
		height: 25px;
	}

	.lang_de{
		float: none;
	}

	.lang_en{
		float: none;
	}

	.download{
		float: none;
	}
	
	#header{
		min-height: 0px;
		width: 100%;
	}

	.odd{
		text-align:justify;
	}

	#navmenu ul li:hover{
		background-color: #0082C7;
	}

	.dropdown:hover .dropbtn{
		background-color: #0082C7;
	}

	.dropbtn{
		text-align: center;
		padding: 10px;
	}

	#navmenu ul li{
		text-align: center;
	}

	#navmenu ul li a{
		text-align: center;
		padding: 10px;
	}

	#logo_header{
		display:none;
	}

	.img-container{
		min-height: 60px;
		background-image: url(../img/dsk_logotext.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
		margin: 5px;
	}

	#navmenu ul {
    line-height: 16px;
    font-size: 0.8em;
	}

	.date{
		width:90%;
	}
}