/* https://blog.kulturbanause.de/2017/05/responsive-sticky-footer/
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,800&display=swap&subset=cyrillic-ext,latin-ext');
@import url('https://use.fontawesome.com/releases/v5.13.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bellota+Text:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

@font-face {
    font-family: 'gibranregular';
    src: url('../fonts/gibran/gibran_font-webfont.woff2') format('woff2'),
         url('../fonts/gibran/gibran_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

::selection {background: #CAAD58; color: #ffffff;}
::-moz-selection {background: #CAAD58; color: #ffffff;}

html {
    height: 100%;
    }
body {
 height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   font-size: 14px;
   color: #555;
	-webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

header,
footer {
  display: table-row;
}
main {
  display: table-row;
  height: 100%;
}

/* Titles */
.label {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
	vertical-align: -4px;
}
.labels{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    opacity: 1;
    pointer-events: none;
    text-align: center;
    width: 60px;
    white-space: nowrap;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	
	
	font-family: 'Vollkorn', serif;
	font-style: italic;
	/* 
	font-family: 'Marck Script', cursive;
	font-family: 'Vollkorn', serif;	
	font-family: 'Alegreya', serif;
	
	font-family: 'Alegreya', serif;
	font-family: 'Bellota Text', cursive;
	*/
    font-weight: 400;
    /* color: #AB924E; */
	 color: #CAAD59;
}

h1 {
	font-size: 45px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #CAAD59;
}
.headline {
	height:50px;
	padding-top:30px;
	background: url('../img/logo_wms.svg') no-repeat  center; 
	background-size:contain;
	text-align:center;
	margin-bottom:80px;
	/* text-transform: uppercase; */
}
.headline h1 {
	font-size: 42px;
/*	letter-spacing:0.1em; 
	font-weight: 500;
	font-style: italic; */
	color: #CAAD59;
}
h3 {
	font-size: 25px;
	color: #CAAD59;
}
h5 {
	font-size: 15px;
	color: #CAAD59;
	font-weight: 700;
}


/* Paragraph & Typographic */
p {

    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
	hyphens: auto; 
}


.marked {
	color: #CAAD59;
}
.disabled {
	color: #999999;
}
.centered {
    text-align: center;
}

.copyright {
	color: #AB924E;

}

/* Links */
a {
    color: #AB924E;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #CAAD59;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.navbar-inverse {
	padding-bottom: 0px;
	padding-top: 20px;

}

.navbar-inverse {
	background-color: #231F20;
	border-color: #CAAD59;
}

.navbar-inverse .navbar-nav > li > a {
	color: #CAAD59;
	font-weight: 300;
	font-size: 14px;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #FFFFFF;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  font-weight:400;
  background-color: transparent;
}


.navbar-inverse .navbar-brand {
	color: #CAAD59;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 300;
  line-height: 1.428571429;
  color: #999999;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #9C864A;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #9C864A;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #000000;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: transparent;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    color: #222222;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #222222;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.progress-bar-theme {
  background-color: #AB924E;
}

.navbar-brand {
	/* font-size: 22px;
	letter-spacing: 2px; 
	font-family: 'Alegreya', serif; 
	font-family: 'Bellota Text', cursive; 
	font-style: italic;
	font-weight: 400;
	font-family: 'gibranregular';
	font-family: 'Marck Script', cursive;
	*/
	font-size: 22px;
	font-family: 'Vollkorn', serif;
	font-style: italic;
	text-transform: none;
}

.div-brand {
	margin-top:-20px;
	width:100%;
	height:60px;
	text-align: left;
	}

#div-brand a {
	
}

#div-brand a:hover {
	color: #CAAD59;
}


.logo-brand {
		height:30px;
		margin-top:-27px;
		margin-bottom:-15px;
	}


@media(min-width:768px) {

.div-brand {
	border: 0px dotted red;
	margin-top:-3px;
	width:100%;
	height:60px;
	text-align: left;
	}
.logo-brand {
	height:30px;
	margin-top:-25x;
}
.navbar-inverse {
	height:71px;

}

	
.status {
	margin-left: -30px;
}	
	
}

/* Helpers */

.mt {
	margin-top: 30px;
	margin-bottom: 40px;
}

.pt {
	padding-top: 20px;
	padding-bottom: 50px;
}

#kontakte {
border-radius:0px;
height:220px;
}

#kontakte h5 {
	color: #AB924E;
	font-size:16px;
	font-weight:500;
	margin:0px;

}
#kontakte p {
	color: #AB924E;
	font-size:14px;
	margin:0px;

}


/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 20px;
	padding-bottom: 70px;
	background-color: #ffffff;
}


#footer {

	background-color: #231F20;
	padding-top: 50px;
	padding-bottom: 50px; 
}

#footer p {
	color: #AB924E;
	font-size:14px;
	line-height:20px;
	font-weight:100;
}

#footer h4 {
	color: #AB924E;
	font-size:20px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.footer a {
    color: #AB924E;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.footer a:hover,
.footer a:focus {
    color: #CAAD59;
    text-decoration: none;
    outline: 0;
}

.active {
    color: #CAAD59;
    font-weight:400;
}
.boldactive {
    color: #CAAD59;
	font-weight:bold;
}

#map {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 600px;
  }
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

#white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}



/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(../img/loader.gif) no-repeat center;
}


    .zoomOverlay {
        position:absolute;
        top:0; left:0;
        bottom:0; right:0;
        display:none;
        background-image:url(../img/zoom.png);
        background-repeat:no-repeat;
        background-position:center;
    }

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #AB924E;
}

.anzeigetafel {
	width:100%;
	border:1px solid #000080;
	background:#ffffff;
	overflow:hidden;
	
}

 .modal-open{overflow:hidden}
 .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}
 .modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}
 
 @media (min-width:992px){.modal-lg{width:900px}}
 
 
 .submenu li  {
	color: black;
}
 .submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.btn-wms {
  color: #AB924E;
  background-color: #ffffff;
  border-color: #AB924E;
}

.btn-wms:hover,
.btn-wms:focus,
.btn-wms:active,
.btn-wms.active,
.open .dropdown-toggle.btn-wms {
  color: #FFF;
  background-color: #AB924E;
  border-color: #CAAD58;
}

.btn-wms:active,
.btn-wms.active,
.open .dropdown-toggle.btn-wms {
  background-image: none;
}

.btn-wms.disabled,
.btn-wms[disabled],
fieldset[disabled] .btn-wms,
.btn-wms.disabled:hover,
.btn-wms[disabled]:hover,
fieldset[disabled] .btn-wms:hover,
.btn-wms.disabled:focus,
.btn-wms[disabled]:focus,
fieldset[disabled] .btn-wms:focus,
.btn-wms.disabled:active,
.btn-wms[disabled]:active,
fieldset[disabled] .btn-wms:active,
.btn-wms.disabled.active,
.btn-wms[disabled].active,
fieldset[disabled] .btn-wms.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-wms .badge {
  color: #ffffff;
  background-color: #fff;
}

.btn-wms-filled {
  color: #ffffff;
  background-color: #CAAD58;
  border-color: #AB924E;
}

.btn-wms-filled:hover,
.btn-wms-filled:focus,
.btn-wms-filled:active,
.btn-wms-filled.active,
.open .dropdown-toggle.btn-wms-filled {
  color: #ffffff;
  background-color: #AB924E;
  border-color: #AB924E;
}

.btn-wms-filled:active,
.btn-wms-filled.active,
.open .dropdown-toggle.btn-wms-filled {
  background-image: none;
}

.btn-wms-filled.disabled,
.btn-wms-filled[disabled],
fieldset[disabled] .btn-wms-filled,
.btn-wms-filled.disabled:hover,
.btn-wms-filled[disabled]:hover,
fieldset[disabled] .btn-wms-filled:hover,
.btn-wms-filled.disabled:focus,
.btn-wms-filled[disabled]:focus,
fieldset[disabled] .btn-wms-filled:focus,
.btn-wms-filled.disabled:active,
.btn-wms-filled[disabled]:active,
fieldset[disabled] .btn-wms-filled:active,
.btn-wms-filled.disabled.active,
.btn-wms-filled[disabled].active,
fieldset[disabled] .btn-wms-filled.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-wms-filled .badge {
  color: #ffffff;
  background-color: #fff;
}


/*
.btn-wms {
	border:2px solid #AB924E;
	background-color:transparent;
	padding:15px 20px;
	letter-spacing:3px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	color:#AB924E;
	margin-top:20px;
	display:inline-block;
}
.btn-wms:hover {
	background-color:#AB924E;
	color:#fff;
	border:2px solid #AB924E;
}
*/
.kontakt_impressum {
	width: 217px;
	height: 100px;
	background:transparent url(../img/kontakt_impressum.png) no-repeat left;
}
.kontakt_datenschutz {
	width: 447px;
	height: 183px;
	background:transparent url(../img/kontakt_datenschutz.png) no-repeat left;
}
.well {
  border-radius: 0px;
}
.panel {
  border-radius: 0px;
}
.panel-group .panel {
  border-radius: 0px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.form-control {
  border-radius: 0px;
}
.input {
  border-radius: 0px;
}

.btn {
	border-radius: 0px;
}
.panel {
	border-radius: 0px;
}
.table>tbody>tr.no-border>td,
.table>tbody>tr.no-border>th {
  border-top: none;
}

a.ellipsis {
display: block; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.label-as-badge {
    border-radius: 1em;
}

