/* ==========================================================================
   Styling and layout for all media
   ========================================================================== */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in older browsers.
 * Correct `block` display not defined for `details` or `summary` in IE 11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
#left,
#right,
figcaption,
figure,
#footer,
#header,
.wrap,
.card,
nav,
section,
summary {
  display: block;
}

/**
 * Remove tap delay in modern browsers.
 */
a,
input,
button {
  -ms-touch-action: none;
      touch-action: none;
}

/* Clearfix
   ========================================================================== */
/**
 * Clearfix method.
 *
 */
#header::after,
#footer::after,
#left::after,
#right::after,
.clearfix::after,
.wrap::after,
.pagination::after {
  display: table;
  clear: both;
  content: "";
}

* {   box-sizing: border-box; }
body {  padding: 10px; font-size: 0.875em; font-family: 'Open Sans', sans-serif; color:#555; background: #f1f1f1 repeat-x; }


/* general styling */
a { color:#007898; background: inherit; text-decoration:none; }
a:hover { color: #808080; }
a:focus { outline: 0; }
ul { margin:10px 10px 10px 0; padding:0 0 0 15px; list-style: none; }
li { margin:0 0 0 10px; padding:3px; }
img { border: 0; text-decoration: none; }

/* header */

#header {
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px 20px;
}

#header a {
  float: left;
  text-align: center;
  color: #555;
  padding: 12px;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 25px;
  border-radius: 4px;
}

#header h1 {
  color: #555;
  font-size: 1.580em;
  font-weight: bold;
}

#header .slogan {
  color: #555;
  white-space: nowrap;
  font-size: 1.125em;
  bottom: 0;
} 

#header a:hover {
  color: #808080; 
  background: inherit;
}

#header a.active {
  background-color: #007898;
  color: white;
}

#header a.loging {
  color: #4CAF50;
}

#header a.action {
  color: #f44336;
}

#header-right {
  float: right;
}

@media screen and (max-width: 1120px) {
  #header, a  {
    float: none;
    width: 100%;
  }
  #header-right {
    float: none;
  }
}


/* content */
.wrap {  padding:10px 10px; width:100%; margin: auto; }
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 { font-family: 'Roboto', sans-serif; margin: 0 0 10px; letter-spacing: 1px; font-size: 1.8em; }
h1 a { color: #007898; }
h1 a:hover { color: #007898; }
h6 {
         padding: 10px 0px 0px 0px;
	 margin: 0px 0px -5px 0px;
	 color: #222;
	 font-family: 'Roboto', sans-serif;
	 font-weight: normal;
	 line-height: 90%;
	 font-size: 0.938em;
      }

/* table */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:hover {background-color: #f5f5f5;}

tr:nth-child(even) {background-color: #f2f2f2;}

th {
  background-color: #007898;
  color: white;
  height: 50px;
  font-family: 'Roboto', sans-serif; font-size: 1.125em;
}

/* main content */
#left { float: left; width: 75%;  }
	#left h2 { float: left; font: 2.1em "Roboto", sans-serif; background: repeat-x bottom; color: #007898; letter-spacing:-1px; margin: 0px 0 20px 0; clear:left; }
	#left h2 a { color: #007898; text-decoration: none; border: 0; }
	#left p { clear: both; margin: 5px 0 20px 0; line-height: 21px; }
	
/* sidebar */
#right {	width:25%; float:left; padding-left: 20px;  }
	#right h2 { color:#121212; margin: 0 0 5px 0; font: 2.1em "Roboto", sans-serif; padding: 4px 10px; border-bottom: 1px solid #000; }
	#right ul { list-style:none; border-top:1px solid #eee; border:none; padding:0; margin:0 0 15px 0; }
	#right ul li { border-bottom: 1px solid #eee; padding:5px; margin:0; }
	#right ul li a { border: 0; }

	#tagcloud { margin: 0 0 20px; }
	#tagcloud a { margin: 0 5px 0 0; color: #25771F; }
	#tagcloud a:hover { background: #f5f5f5; color: #007898; }
	
	#info { border: 1px solid #ccc; padding: 3px 5px; margin: 0 0 10px; }

@media screen and (max-width: 1120px) {
  #right, #left {
    float: none;
    width: 100%;
    padding: 0;

  }
  #tagcloud {
    float: none;
  }
}

/* Clear floats */
#right:after, #left:after  {
  content: "";
  display: table;
  clear: both;
}

/* select form */

input[type=button], input[type=submit], input[type=reset] {
  background-color: #007898;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
}

select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}

/* pagination */

.pagination a {
  color: #fff;
  background-color: #007898;
  float: center;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a:hover:not(.active) {background-color: #007898;} 

/* keywords */

#keywords { 
  background-color: #f1f1f1;
  padding: 20px;
  margin-top: 20px;
 }

/* footer */

#footer { 
  clear: both; 
  margin-top: 80px; 
  padding: 20px; 
  color: #808080; 
  background-color: #ffffff;  
 }

#footer ul { 
  padding: 1px;
  list-style: none;
 }

#footer li {
  display: inline;
 }

#footer li+li:before {
  padding: 1px;
  content: "\b7\a0";
 }

#footer li a {
  color: #808080;
  text-decoration: none;
}

#footer li a:hover {
  color: #007898;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  #footer {
    width: 100%;
    float: none;
  }
  #footer ul, li {
    float: none;
  }
}

/* Notes */

.important {
    background-color: #ffffcc;
    border-left: 20px solid #ffeb3b;
    margin-bottom: 15px;
    padding: 4px 12px;
}

.success {
    background-color: #ddffdd;
    border-left: 20px solid #4CAF50;
    margin-bottom: 15px;
    padding: 4px 12px;
}

.info {
    background-color: #e7f3fe;
    border-left: 20px solid #2196F3;
    margin-bottom: 15px;
    padding: 4px 12px;
}

 /**
 * Button for articles.
 */

.button {
  background-color: #007898;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.000em;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Cookie Policy Message */

#cookie-bar {
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: relative;
  text-align: center;
  line-height: 45px;
  background: #333;
  color: white;
  font-size: 1.000em;
  font-family: 'Arial', san-serif;
  .message {
    white-space: nowrap;
    text-shadow: 0 1px 0;
    @media (max-width: 100%){
      display: none;
    }
  }
  .mobile {
    display: none;
    @media (max-width: 100%){
      display: inline-block;
    }
  }
}
.close-cb {
  border: none;
  color: white;
  background: #333;
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 0 rgba(0,0,0,.2);
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 1.000em;
  &:hover {
    background: #333;
  }
}
.checkbox-cb {
  display: none;
  &:checked + .cookie-bar {
    transform: translateY(-50px);
  }
}
#cookie-bar a {
  color: #006699;
}
#cookie-bar a:hover {
  color: #333;
}

#cookie-bar button {
  background-color: #dddddd;
  border: none;
  padding: 16px;
  text-align: center;
  display: inline-block;
  font-size: 1.000em;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}

 /**
 * Select Option Menu-List.
 */

#liste1 {
 width:100%;   
}

#liste1 option {
 width:100%;   
}

 /**
 * Search field in navigation.
 */
  .search {
    padding: 1em 6% 0.5em;
    background: #ffffff;
  }
  .search input[type="search"] {
    width: 16em;
    height: 2.125em;
    padding-right: 0.1875em;
    padding-left: 2em;
    border-radius: 0.5em;
    background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMnB4JyBoZWlnaHQ9JzMycHgnIHZpZXdCb3g9JzAgMCAzMiAzMic+PGcgZmlsbD0nJTIzMzMzJz48cGF0aCBkPSdNNCwxM2MwLTUsNC05LDktOWM1LDAsOSw0LDksOWMwLDUtNCw5LTksOUM4LDIyLDQsMTgsNCwxM3ogTTEzLDE5YzMuMywwLDYtMi43LDYtNnMtMi43LTYtNi02cy02LDIuNy02LDZTOS43LDE5LDEzLDE5eicvPjxwYXRoIGQ9J00xNy41LDE5bDEuNS0xLjVsNC41LDNMMjgsMjVjMCwwLDAsMS41LTAuNzUsMi4yNVMyNSwyOCwyNSwyOGwtNC41LTQuNUwxNy41LDE5eicvPjwvZz48L3N2Zz4=") no-repeat left center;
    background-size: 2em 2em;
  }


/* ==========================================================================
   Social Media 
   ========================================================================== */

#so a:link {
  padding: 12px;
  font-size: 1.375em;
  width: 12%;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px 2px 2px;
  display: inline;
  color: white;
}

@media screen and (max-width: 1300px) {
  #so a:link, so a:visited {
    width: 100%;
    display: inline-block;
  }
}

#so a:visited {
  color: white;
}

.so:hover {
    opacity: 0.7;
}

.so-facebook {
  background: #3B5998;
}

.so-twitter {
  background: #55ACEE;
  color: white;
}

.so-google {
  background: #dd4b39;
  color: white;
}

.so-linkedin {
  background: #007bb5;
  color: white;
}

.so-pinterest {
  background: #cb2027;
  color: white;
}

.so-reddit {
  background: #ff5700;
  color: white;
}

.so-rss {
  background: #ff6600;
  color: white;
}