/* ubuntu-regular - latin_greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/ubuntu-v15-latin_greek-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/ubuntu-v15-latin_greek-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/ubuntu-v15-latin_greek-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/ubuntu-v15-latin_greek-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/ubuntu-v15-latin_greek-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/ubuntu-v15-latin_greek-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-italic - latin_greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/ubuntu-v15-latin_greek-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/ubuntu-v15-latin_greek-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/ubuntu-v15-latin_greek-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/ubuntu-v15-latin_greek-italic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/ubuntu-v15-latin_greek-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/ubuntu-v15-latin_greek-italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-700 - latin_greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/ubuntu-v15-latin_greek-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/ubuntu-v15-latin_greek-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/ubuntu-v15-latin_greek-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/ubuntu-v15-latin_greek-700.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/ubuntu-v15-latin_greek-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/ubuntu-v15-latin_greek-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin_greek-ext_greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/roboto-v29-latin_greek-ext_greek-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/roboto-v29-latin_greek-ext_greek-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin_greek-ext_greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/roboto-v29-latin_greek-ext_greek-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/roboto-v29-latin_greek-ext_greek-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-italic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin_greek-ext_greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/roboto-v29-latin_greek-ext_greek-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/roboto-v29-latin_greek-ext_greek-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-700.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-v29-latin_greek-ext_greek-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/*
 * mobile style sheets
*/
html {
    position: relative;
    min-height: 100%;
    min-width: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
    font-size: 1.5em;
    color: #333;
    background-color: #f1f1f1;
    hyphens: auto;
}
/*
header {
    background-color: #0060aa;
}
*/
h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.7em;
    margin-bottom: 0em;
    color: #0060aa;
    text-transform: uppercase;
    margin-top:40px;
    max-width: max-content;
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    margin-bottom: 1em;
    margin-top: 0.7em;
    color: #0060aa;
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    margin-top: 2em;
}
h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    margin-top: 1.5em;
}
h3.uri {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    margin-top: -1em;
    text-decoration: none;
}
th {
    text-align: left;
    background-color: #0060aa;
    color: #ddd;
    padding: 5px;
    font-weight: 900;
}
td {
    padding: 5px;
}
li.active {
    background-color: #eee;
}
em {
    background-color: #d4f6d4;
    font-style: normal;
}
*:focus {
    outline: none;
}
i.fas {
    color: #0060aa;
}

/*
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
}
*/

.footer > .container {
    background: #f1f1f1;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    font-size: 0.8em;
}

.footer > .container img {
    max-width:100%;
    }

.container {background:#fff;}

.text-muted {
    padding-top: 10px;
    text-align: center;
    color: #777;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    min-width:200px;
}
.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.info.legend.leaflet-control {
    font-size: 1rem;
    font-family: 'Ubuntu', sans-serif;
}
a {
    color: #0060aa;
}
a:hover {
    color: #0060aa;
    text-decoration: none;
}
p {
    text-align: justify;
}
.edh-record-display {
    display: block;
}

/*
.navbar {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #ddd;
    font-size: 1.15em;
}
*/

.navbar {
    border:none;
    margin-bottom:0;
}

.navbar-toggle {
    border-color: #0060aa;
}
.navbar-toggle .icon-bar {
    background-color: #0060aa;
}
.navbar-brand.active {
    background-color: #eee;
}

.container.banner {
    padding: 0;
    }

.container.banner img {
    width:100%;
    }

.container.head {
    font-size:0.7em;
    height:60px;
    line-height:50px;
    background-color: #0060aa;
    color:#fff;
    text-align: center;
    padding-top: .6em;
}
.container.head > a {
    color:#ddd;
    text-decoration:none;
    font-family: 'Roboto', sans-serif;
    font-size: 3em;
    font-weight: 500;
}
.dropdown-menu>li {
    font-size: 1.2em;
}
.detail_block {
    padding-left: 8px;
    margin-top: 2em;
    margin-left: -12px;
    padding-bottom: .5em;
}
.detail_block_header {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 5px;
    font-weight: bold;
    max-height: max-content;
    font-size: 1.5em;
    margin-bottom: .5em;
}
.detail_block_header_text {
    vertical-align:middle;
    font-size:.75em;
}
.detail_block_content {
    display: inline-block;
    vertical-align: top;
    max-width:90%;
}
.detail_block_content_geo {
    display: inline-block;
    vertical-align: top;
    max-width: 90%;
}
.detail_block_content_row {
    padding-left: 5px;
    display: inline-block;
    width: 100%;
}
.detail_block_content_row_header {
    font-weight: bold;
    padding-right: 5px;
    padding-left: 0px;
}
.detail_block_content_row_text {
    font-weight: normal;
    margin-bottom: 0.75em;
    padding-left: 0px;
    padding-right: 8px;
}
.btn {
    color: #0060aa!important;
    border: 1px solid #0060aa!important;
    margin-bottom: 2em;
}
.btn:focus {
    outline: none!important;
    box-shadow: none!important;
}
btn:active:focus {
    outline: none;
    box-shadow: none;
}
.btn-primary {
    color: #fff!important;
    background-color: #0060aa!important;
    border-color: #ddd!important;
    margin-top: 1em;
}
.btn-secondary {
    color: #0060aa!important;
    border: 1px solid #0060aa!important;
    background-color: #ddd!important;
    margin-bottom: 2em;
    margin-top: 1em;
}
.form-control {
    color: #0060aa;
    border: 1px solid #0060aa;
}
.form-control:focus {
    border-color: #0060aa;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(31,107,59,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(31,107,59,.6);
}
.panel {
    margin-bottom: 3em;
}
.panel-body {
    color: #333;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.panel.panel-default {
    height: 100%;
    border-color: #aaa;
}
.panel.panel-default.partner {
    height: 100%;
}
.panel.panel-default.provinz {
    height: 100%;
    box-shadow: none;
}
.bootstrap-select>.dropdown-toggle {
    margin-bottom: 0px;
}
.province_disclaimer {
    margin-left: 12px;
    margin-top: 2em;
}
div.panel-heading {
    font-size: 1.6em;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #0060aa;
    color: #ddd;
    padding: 0px 15px;
    min-height: 2em;
    padding-top: 5px;
}
div.panel-heading-image {
    height: 160px;
    background-size: 100% 100%;
}
div.inschrift-kurzansicht {
    display: block;
    width:100%
}

/*
 * Timeline
*/
.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}
.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active {
  color: #fff;
  background-color: #0060aa;
  border: #fff 1px solid;
}
.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #0060aa;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #0060aa;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #0060aa;
  bottom: -4px;
}
.pagination>li>a, .pagination>li>span{
  color: #0060aa;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0060aa;
    border-color: #0060aa;
    font-weight: bold;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #ffffff;
}
.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}
.flag-wrapper {
  text-align: center;
  position: relative;
}
.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #0060aa;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(253,253,253);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  z-index: 15;
}
.desc img {
    border: 1px solid #eee;
    margin: 0.5em;
}
.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}
.bootstrap-select>.dropdown-toggle {
    border: 1px solid #ccc;
}
#hadw-banner-wrapper{
    position:absolute;left:5px;top:0;
}
#hadw-banner{
    z-index:1;
    height:60px;
}
#beta-banner-wrapper{
    position:absolute;right:0;top:0;
}
#beta-banner {
    height: 60px;
}
.col-pixel-width-100.rotate {
    background-color: #0060aa;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 5px 20px 5px;
    color: #fff;
    min-height: 200px;
    margin-right: 1em;
    margin-left: 6px;
}
.map_canvas {
    width: 240px;
    height: 220px;
    border: 1px solid #333;
}
.search-filter {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 0px;
    padding-top: 1em;
    padding-bottom: 0em;
    padding-right: 100px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.canonical_uri>a{
    font-weight: normal;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #0060aa !important;
    font-size: .9em;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    color: #0060aa;
    font-size: .9em;
}
span.text {
    font-size: .9em;
}
label {
    padding-top:6px;
    font-weight: normal;
}
.btn.btn-info {
    background-color: #efefef;
    color: #333;
    margin-right: 1em;
    padding:6px;
    vertical-align:middle;
}
/* dialog boxes */
.ui-widget {
    font-size: .9em;
}
.ui-widget-content {
    background: #F9F9F9;
    border: 1px solid #90d93f;
    color: #222222;
}
.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
    z-index: 1000 !important;
}
.ui-dialog .ui-dialog-title {
    padding: 5px;
    font-weight: bold;
}
.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 10px !important;
}
.ui-widget-header {
    background: #0060aa;
    border: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}
.ui-widget-content a {
    text-decoration: none;
    color: #0060aa;
}
.noUi-connect {
    background: #0060aa;
}
.noUi-tooltip {
    display: none;
    background-color: #d4f6d4;
}
.noUi-active .noUi-tooltip {
    display: block;
}
.ui-slider-range .ui-corner-all .ui-widget-header {
    background: #0060aa;
}
div.visible-xs-block {
    font-size: 2.5em;
    padding-top: 3px;
}
img#hadw-banner {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -5px;
}
.ui-state-hover,
.ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-active,
.ui-widget-header .ui-state-focus,
.ui-button:hover, .ui-button:focus
.ui-button:active, .ui-button:active
{
    border: 1px solid aaa !important;
    background-color: 0060aa !important;
    outline: 0 none !important;
}
.hlp >i.fa {
    color: #0060aa;
    font-size:.9em;
    cursor: pointer;
}
.fa-copy:before {
    color: #0060aa;
}

/* slick carousel */
.slider {
    width: 90%;
    margin: 100px auto;
}
.slick-slide {
    margin: 0px 10px;
}
.slick-slide img {
    width: 100%;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
/* slick carousel */

/* image layout */
.image_layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}
.image_layout img {
    margin: 0px 10px 10px 0px;
    border: 1px solid #333;
    height: 200px;
}
/* end image layout*/

/* masonry */
.masonry-wrapper {
    padding: 1.5em;
    margin-right: auto;
    margin-left: auto;
}
.masonry {
    columns: 1;
    column-gap: 10px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.masonry-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.masonry-item, .masonry-content {
    border-radius: 4px;
    overflow: hidden;
}
.masonry-item {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
    transition: filter .25s ease-in-out;
}
.masonry-item:hover {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
}
.masonry-footer {
    font-size: .75em;
    opacity: .25;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: -1.5em;
    transition: opacity 1s ease-in-out;
}
.masonry-footer a {
    color: currentColor;
}
.masonry-footer:hover, .masonry-footer:active, .masonry-footer:focus {
    opacity: .75;
}
/* end masonry */


* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    body {
        /* background-color: blue; */
    }
    .container.head > a {
        font-size: 3em;
    }
    .masonry {
        columns: 2;
    }
    .detail_block_wrapper {
        display: flex;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html {
        overflow-y:scroll;
    }
    body {
        font-size: 1.5em;
        /* background-color: green; */
    }
    .edh-record-display {
        display: flex;
    }
    /*
    .container {
        max-width: 730px;
    }
    */
    .timeline {
        width: 660px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .timeline li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .timeline .hexa {
        left: -28px;
        right: auto;
        top: 8px;
    }
    .timeline .direction-l .hexa {
        left: auto;
        right: -28px;
    }
    .direction-l {
        position: relative;
        width: 310px;
        float: left;
        text-align: right;
    }
    .direction-r {
        position: relative;
        width: 310px;
        float: right;
        text-align: left;
    }
    .flag-wrapper {
        display: inline-block;
    }
    .flag {
        font-size: 18px;
    }
    .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: rgb(254,254,254);
        border-width: 8px;
    }
    .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-right-color: rgb(254,254,254);
        border-width: 8px;
        left: -8px;
    }
    .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0;
    }
    .direction-l .time-wrapper {
        float: left;
    }
    .direction-r .time-wrapper {
        float: right;
    }
    .time {
        padding: 5px 10px;
    }
    .direction-r .desc {
        margin: 1em 0 0 0.75em;
    }
    .container.head {
        font-size:1.3em;
        height:120px;
        line-height:120px;
        margin-right:auto;
        margin-left:auto;
        padding-top: 0em;
    }
    .container.head > a {
        font-size: 1.5em;
    }
    .wrapper.head {
        background-color: #0060aa;
    }
    #beta-banner {
        height: 120px;
    }
    .col-sm-2.col-form-label {
        text-align: right;
    }
    .detail_block_content_geo {
        display: inline-block;
        max-width:50%;
    }
    .detail_block_content_row {
        margin-top: 0px;
        margin-left: 1em;
    }
    .detail_block_content_row_header {
        font-weight: bold;
        width: 11em;
        padding-right: 5px;
        padding-left: 8px;
        text-align: right;
        float: left;
    }
    .detail_block_content_row_text {
        padding-left: 11em;
    }
    a.pfeil.break {
        display: inline;
    }
    a.pfeil.break:hover {
        text-decoration: underline;
    }
    #hadw-banner{
        height:120px;
    }
    .panel.panel-default {
        height: 300px;
        background-color: #eee;
    }
    .panel.panel-default.partner {
        height: 150px;
    }
    div.panel-heading {
        font-size: 1em;
    }
    div.panel-body {
        font-size: 15px;
        hyphens: none;
        padding-left: 2px;
        padding-right: 2px;
    }
    .navbar-nav>li>a {
        font-size: .8em;
    }
    .navbar-brand {
        font-size: .8em;
    }
    div.panel-heading-image {
        height: 120px;
    }
    .search-filter {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: 2.4em;
        vertical-align: middle;
        margin-left: 1em;
        padding-top: 0px;
    }
    div.visible-sm-block {
        color: white;
        font-size: 1.8em;
        padding-top:1.1em;
    }
    img#hadw-banner {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -10px;
        height: 100px;
    }
    .masonry {
        columns: 3;
    }
    div.inschrift-kurzansicht {
        display: flex;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body {
        font-size: 1.5em;
    }
    /*
    .container {
        max-width: 850px;
    }
    */
    .timeline {
        width: 800px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .direction-l {
        position: relative;
        width: 380px;
        float: left;
        text-align: right;
    }
    .direction-r {
        position: relative;
        width: 380px;
        float: right;
        text-align: left;
    }
    div.panel.panel-default:hover {
        border-color: #0060aa;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(31,107,59,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,37.6,66.7,.6);
    }
    div.panel-heading {
        font-size: 1.2em;
    }
    div.panel-body {
        font-size: 16px;
        hyphens: none;
        padding-left: 2px;
        padding-right: 2px;
    }
    .navbar-nav>li>a {
        font-size: 1em;
    }
    .navbar-brand {
        font-size: 1em;
    }
    .container.head {
        font-size: 1.8em;
    }
    div.visible-sm-block {
        color: white;
        font-size: 2.1em;
        padding-top:.85em;
    }
    img#hadw-banner {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -10px;
        height: 110px;
    }
    .masonry {
        columns: 4;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body {
    }
    /*
    .container {
        max-width: 1000px;
    }
    */
    div.visible-sm-block {
        color: white;
        font-size: 2.5em;
        padding-top:.25em;
    padding-bottom:.25em;
    }
    img#hadw-banner {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -10px;
        height: 120px;
    }
    .masonry {
        columns: 4;
    }
}

@media (max-width: 992px) {
    .footer > .container img {
       margin-top:40px;
    }
}

/* styles for printing */
@media print {
    a[href]::after {
        content: none !important;
    }
}
